AudioBitRateCallback


Description:

[ Version ( since = "0.2.0" ) ]
public delegate void AudioBitRateCallback (ToxAV av, uint32 friend_number, uint32 audio_bit_rate)

The function type for the audio_bit_rate callback. The event is triggered when the network becomes too saturated for current bit rates at which point core suggests new bit rates.

Parameters:

friend_number

The friend number of the friend for which to set the bit rate.

audio_bit_rate

Suggested maximum audio bit rate in Kb/sec.

Since:

0.2.0


Namespace: ToxAV
Package: toxcore