Opens RTP session to the specified remote target.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void AddTarget( RTP_Address target )
Public Sub AddTarget ( target As RTP_Address )
public: void AddTarget( RTP_Address^ target )
member AddTarget : target : RTP_Address -> unit
Parameters
- target (RTP_Address)
- Session remote target.
Remarks
Once RTP session opened, RTCP reports sent to that target and also each local sending stream data.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Is raised when target is null reference. |
ObjectDisposedException | Is raised when this class is Disposed and this method is accessed. |
ArgumentException | Is raised when any of the arguments has invalid values. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119