RtcpCompoundPacketRemovePacket Method |
Removes a previously added RTCP packet from the compound packet.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool RemovePacket(
RtcpPacket packet
)
Public Function RemovePacket (
packet As RtcpPacket
) As Boolean
public:
bool RemovePacket(
RtcpPacket^ packet
)
member RemovePacket :
packet : RtcpPacket -> bool
Parameters
- packet
- Type: StreamCoders.RtpRtcpPacket
The packet.
Return Value
Type:
Boolean
true if it succeeds, false if it fails.
See Also