RtpSessionSend Method (RtpPacket) |
Sends an RtpPacket object to all participants of this session.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic void Send(
RtpPacket packet
)
Public Sub Send (
packet As RtpPacket
)
public:
void Send(
RtpPacket^ packet
)
member Send :
packet : RtpPacket -> unit
Parameters
- packet
- Type: StreamCoders.RtpRtpPacket
The packet to send
See Also