Specifies the internal phone line transmit buffering depth that will be used for all audio data that is transmitted via the RTP protocol. Normally, double buffering is what is required for most applications. In this case, this value should be set to 2. Increasing the value of this parameter will act to increase audio transmit delays. You can specify values in the range of 2 to 64 inclusive.

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

Syntax

C#
public int PhoneLineTransmitBuffering
Visual Basic (Declaration)
Public PhoneLineTransmitBuffering As Integer
Visual C++
public:
int PhoneLineTransmitBuffering
J#
public int PhoneLineTransmitBuffering

See Also