LumiSoft Net Help
Send Method (packet)
NamespacesLumiSoft.Net.RTPRTP_SendStreamSend(RTP_Packet)
Sends specified packet to the RTP session remote party.
Declaration Syntax
C#Visual BasicVisual 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
ExceptionCondition
ObjectDisposedExceptionIs raised when this class is Disposed and this method is accessed.
ArgumentNullExceptionIs raised when packet is null reference.

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