The number of bytes expected in the sample buffer. This value corresponds to the number
of bytes per RTP payload as negotiated by SIP when the call was set up. For example,
if the call was set up to use 20Ms frames of G729, then this value would represent the
number of bytes in one full frame (20Ms) of G729 encoded audio. To obtain the actual number
of sample bytes received from the network, see the RtpPacketLengthInBytes member of this structure.
Namespace:
LanScape
Assembly:
LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700
Syntax
C# |
---|
public uint SampleBufferLengthInBytes |
Visual Basic (Declaration) |
---|
Public SampleBufferLengthInBytes As UInteger |
J# |
---|
public UInt32 SampleBufferLengthInBytes |
See Also