Agora C++ API Reference for All Platforms
Public Attributes | List of all members
agora::rtc::RemoteAudioContextInfo Struct Reference

Public Attributes

agora::Optional< int > os_type
 
agora::Optional< int > router_type
 
agora::Optional< int > scenario
 
agora::Optional< bool > hardware_3a_enabled
 
agora::Optional< bool > aec_enabled
 
agora::Optional< bool > ai_aec_enabled
 
agora::Optional< bool > ans_enabled
 
agora::Optional< bool > ai_ans_enabled
 
agora::Optional< bool > agc_enabled
 

Detailed Description

The definition of the RemoteAudioContextInfo struct.

Member Data Documentation

◆ os_type

agora::Optional<int> agora::rtc::RemoteAudioContextInfo::os_type

The type of the remote OS.

◆ router_type

agora::Optional<int> agora::rtc::RemoteAudioContextInfo::router_type

The type of the remote router.

◆ scenario

agora::Optional<int> agora::rtc::RemoteAudioContextInfo::scenario

The type of the remote scenario.

◆ hardware_3a_enabled

agora::Optional<bool> agora::rtc::RemoteAudioContextInfo::hardware_3a_enabled

Whether the remote hardware 3A is enabled or unknown.

◆ aec_enabled

agora::Optional<bool> agora::rtc::RemoteAudioContextInfo::aec_enabled

Whether the remote hardware AEC is enabled.

◆ ai_aec_enabled

agora::Optional<bool> agora::rtc::RemoteAudioContextInfo::ai_aec_enabled

Whether the remote AI AEC is enabled.

◆ ans_enabled

agora::Optional<bool> agora::rtc::RemoteAudioContextInfo::ans_enabled

Whether the remote ANS is enabled.

◆ ai_ans_enabled

agora::Optional<bool> agora::rtc::RemoteAudioContextInfo::ai_ans_enabled

Whether the remote AI ANS is enabled.

◆ agc_enabled

agora::Optional<bool> agora::rtc::RemoteAudioContextInfo::agc_enabled

Whether the remote AGC is enabled.