RtcpSenderReportPacketCount Property |
The number of packets sent.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public uint PacketCount { get; set; }
Public Property PacketCount As UInteger
Get
Set
public:
property unsigned int PacketCount {
unsigned int get ();
void set (unsigned int value);
}
member PacketCount : uint32 with get, set
Property Value
Type:
UInt32
The number of packets.
See Also