LumiSoft Net Help
CreateSession Method (localEP, clock)
NamespacesLumiSoft.Net.RTPRTP_MultimediaSessionCreateSession(RTP_Address, RTP_Clock)
Creates new RTP session.
Declaration Syntax
C#Visual BasicVisual C++F#
public RTP_Session CreateSession(
	RTP_Address localEP,
	RTP_Clock clock
)
Public Function CreateSession ( 
	localEP As RTP_Address,
	clock As RTP_Clock
) As RTP_Session
public:
RTP_Session^ CreateSession(
	RTP_Address^ localEP, 
	RTP_Clock^ clock
)
member CreateSession : 
        localEP : RTP_Address * 
        clock : RTP_Clock -> RTP_Session 
Parameters
localEP (RTP_Address)
Local RTP end point.
clock (RTP_Clock)
RTP media clock.
Return Value
RTP_Session
Returns created session.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this class is Disposed and this method is accessed.
ArgumentNullExceptionIs raised when localEP or clock is null reference.

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