Creates new RTP session.
Declaration Syntax
C# | Visual Basic | Visual 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.
Returns created session.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this class is Disposed and this method is accessed. |
ArgumentNullException | Is raised when localEP or clock is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119