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