Sends specified packet to the RTP session remote party.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public void Send( RTP_Packet packet )
Public Sub Send ( packet As RTP_Packet )
public: void Send( RTP_Packet^ packet )
member Send : packet : RTP_Packet -> unit
Parameters
- packet (RTP_Packet)
- RTP packet.
Remarks
Properties packet.SSRC,packet.SeqNo,packet.PayloadType filled by this method automatically.
Exceptions
Exception | Condition |
---|---|
ObjectDisposedException | Is raised when this class is Disposed and this method is accessed. |
ArgumentNullException | Is raised when packet is null reference. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119