[ Version ( since = "0.2.0" ) ]
public delegate void VideoBitRateCallback (ToxAV av, uint32 friend_number, uint32 video_bit_rate)
The function type for the video_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.
friend_number |
The friend number of the friend for which to set the bit rate. |
video_bit_rate |
Suggested maximum video bit rate in Kb/sec. |
0.2.0