RtpPacketDataSize Property |
The size of the payload attached to the RTP packet.
Namespace: StreamCoders.RtpAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic virtual int DataSize { get; }
Public Overridable ReadOnly Property DataSize As Integer
Get
public:
virtual property int DataSize {
int get ();
}
abstract DataSize : int with get
override DataSize : int with get
Property Value
Type:
Int32
The size of the data.
See Also