IRtpParticipantSend Method (RtpPacket) |
Send RTP packet.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax bool Send(
RtpPacket packet
)
Function Send (
packet As RtpPacket
) As Boolean
bool Send(
RtpPacket^ packet
)
abstract Send :
packet : RtpPacket -> bool
Parameters
- packet
- Type: StreamCoders.RtpRtpPacket
The packet.
Return Value
Type:
Boolean
true if it succeeds, false if it fails.
See Also