RtcpCompoundPacketPackets Property |
Gets the packets.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic List<RtcpPacket> Packets { get; }
Public ReadOnly Property Packets As List(Of RtcpPacket)
Get
public:
property List<RtcpPacket^>^ Packets {
List<RtcpPacket^>^ get ();
}
member Packets : List<RtcpPacket> with get
Property Value
Type:
ListRtcpPacket
The packets.
See Also