RtcpCompoundPacketAddPacket Method |
Adds a newly created RTCP packet to the compound packet.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic void AddPacket(
RtcpPacket packet
)
Public Sub AddPacket (
packet As RtcpPacket
)
public:
void AddPacket(
RtcpPacket^ packet
)
member AddPacket :
packet : RtcpPacket -> unit
Parameters
- packet
- Type: StreamCoders.RtpRtcpPacket
The packet.
See Also