The total number of bytes in the RTP packet.

For RTP packets that are being transmitted, this value will be the sum of the RTP header size (RtpHeaderLengthInBytes) + the total number of RTP payload bytes (SampleBufferLengthInBytes).

For RTP packets that are being received, this value represents the actual number of RTP packet bytes read from the network.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public uint RtpPacketLengthInBytes
Visual Basic (Declaration)
Public RtpPacketLengthInBytes As UInteger
Visual C++
public:
unsigned int RtpPacketLengthInBytes
J#
public UInt32 RtpPacketLengthInBytes

See Also