 | ChannelCodecLatencyFactor Property |
Latency of this channel.
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic int CodecLatencyFactor { get; set; }
Public Property CodecLatencyFactor As Integer
Get
Set
public:
property int CodecLatencyFactor {
int get ();
void set (int value);
}
member CodecLatencyFactor : int with get, set
Property Value
Type:
Int32
Remarks
Allows to increase the packet size resulting in less bandwidth usage at the cost of higher latency. A value of 1 (default) is the best setting for lowest latency and best quality. If bandwidth or network quality are restricted, increasing the latency factor can help stabilize the connection. Higher latency values are only possible for low-quality codec and codec quality settings.
See Also