Click or drag to resize
RtcpCompoundPacketAddPacket Method
Adds a newly created RTCP packet to the compound packet.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void AddPacket(
	RtcpPacket packet
)

Parameters

packet
Type: StreamCoders.RtpRtcpPacket
The packet.
See Also