The number of bytes contained in the internal sample buffer. Because PCM data samples are two bytes in length (signed 16 bit short integers), the actual number of samples in the internal audio buffer is (BufferLengthInBytes/2).

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

Syntax

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

See Also