LumiSoft Net Help
AddTarget Method (target)
NamespacesLumiSoft.Net.RTPRTP_SessionAddTarget(RTP_Address)
Opens RTP session to the specified remote target.
Declaration Syntax
C#Visual BasicVisual 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
ExceptionCondition
ArgumentNullExceptionIs raised when target is null reference.
ObjectDisposedExceptionIs raised when this class is Disposed and this method is accessed.
ArgumentExceptionIs raised when any of the arguments has invalid values.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119