RtpPacketHeaderSize Property |
The RTP Header Length in bytes.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic virtual uint HeaderSize { get; }
Public Overridable ReadOnly Property HeaderSize As UInteger
Get
public:
virtual property unsigned int HeaderSize {
unsigned int get ();
}
abstract HeaderSize : uint32 with get
override HeaderSize : uint32 with get
Property Value
Type:
UInt32
The size of the header.
See Also