Agora C++ API Reference for All Platforms
|
Public Attributes | |
agora::Optional< uint32_t > | bitrate_action_counter |
agora::Optional< uint32_t > | channel_action_counter |
agora::Optional< uint32_t > | dtx_action_counter |
agora::Optional< uint32_t > | fec_action_counter |
agora::Optional< uint32_t > | frame_length_increase_counter |
agora::Optional< uint32_t > | frame_length_decrease_counter |
agora::Optional< float > | uplink_packet_loss_fraction |
The statistics related to audio network adaptation (ANA).
agora::Optional<uint32_t> agora::rtc::ILocalUser::ANAStats::bitrate_action_counter |
The number of actions taken by the ANA bitrate controller since the start of the call.
If you do not set this parameter, the ANA bitrate controller is disabled.
agora::Optional<uint32_t> agora::rtc::ILocalUser::ANAStats::channel_action_counter |
The number of actions taken by the ANA channel controller since the start of the call.
If you do not set this parameter, the ANA channel controller is disabled.
agora::Optional<uint32_t> agora::rtc::ILocalUser::ANAStats::dtx_action_counter |
The number of actions taken by the ANA DTX controller since the start of the call.
If you do not set this parameter, the ANA DTX controller is disabled.
agora::Optional<uint32_t> agora::rtc::ILocalUser::ANAStats::fec_action_counter |
The number of actions taken by the ANA FEC (Forward Error Correction) controller since the start of the call.
If you do not set this parameter, the ANA FEC controller is disabled.
agora::Optional<uint32_t> agora::rtc::ILocalUser::ANAStats::frame_length_increase_counter |
The number of times that the ANA frame length controller increases the frame length since the start of the call.
If you do not set this parameter, the ANA frame length controller is disabled.
agora::Optional<uint32_t> agora::rtc::ILocalUser::ANAStats::frame_length_decrease_counter |
The number of times that the ANA frame length controller decreases the frame length since the start of the call.
If you so not set this parameter, the ANA frame length controller is disabled.
agora::Optional<float> agora::rtc::ILocalUser::ANAStats::uplink_packet_loss_fraction |
The uplink packet loss fractions set by the ANA FEC controller.
If you do not set this parameter, the ANA FEC controller is not active.