RtpFramePacketCount Property |
Stores the number of packets in the frame.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public virtual int PacketCount { get; }
Public Overridable ReadOnly Property PacketCount As Integer
Get
public:
virtual property int PacketCount {
int get ();
}
abstract PacketCount : int with get
override PacketCount : int with get
Property Value
Type:
Int32
The number of packets.
See Also