Click or drag to resize
RtcpCompoundPacketPackets Property
Gets the packets.

Namespace: StreamCoders.Rtp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public List<RtcpPacket> Packets { get; }

Property Value

Type: ListRtcpPacket
The packets.
See Also