Agora Java API Reference for Android
|
Public Attributes | |
IRtcEngineEventHandler * | eventHandler |
const char * | appId |
void * | context |
bool | enableAudioDevice |
CHANNEL_PROFILE_TYPE | channelProfile |
AUDIO_SCENARIO_TYPE | audioScenario |
unsigned int | areaCode |
commons::LogConfig | logConfig |
IRtcEngineEventHandler* agora::rtc::RtcEngineContext::eventHandler |
The event handler for IRtcEngine.
const char* agora::rtc::RtcEngineContext::appId |
The App ID issued to the developers by Agora. Apply for a new one from Agora if it is missing from your kit.
void* agora::rtc::RtcEngineContext::context |
bool agora::rtc::RtcEngineContext::enableAudioDevice |
Determines whether to enable audio device -true: (Default) enable audio device -false, disable audio device. If you want to pull the decoded and mixed audio data for playback from pullAudioFrame. This value must be false
CHANNEL_PROFILE_TYPE agora::rtc::RtcEngineContext::channelProfile |
The channel profile. See #CHANNEL_PROFILE_TYPE.
AUDIO_SCENARIO_TYPE agora::rtc::RtcEngineContext::audioScenario |
The audio application scenario. See #AUDIO_SCENARIO_TYPE.
AUDIO_SCENARIO_DEFAULT(0)
AUDIO_SCENARIO_GAME_STREAMING(3)
AUDIO_SCENARIO_HIGH_DEFINITION(6)
unsigned int agora::rtc::RtcEngineContext::areaCode |
The region for connection. This advanced feature applies to scenarios that have regional restrictions.
For the regions that Agora supports, see #AREA_CODE.
After specifying the region, the SDK connects to the Agora servers within that region.
commons::LogConfig agora::rtc::RtcEngineContext::logConfig |
The config for custumer set log path, log size and log level