|
Agora Java API Reference for Android
|
#include <AgoraMediaBase.h>
Public Member Functions | |
| AudioDeviceInfo (const AudioDeviceInfo &other) | |
| AudioDeviceInfo & | operator= (const AudioDeviceInfo &other) |
Public Attributes | |
| char | deviceName [kAdmMaxDeviceNameSize] |
| char | deviceId [kAdmMaxGuidSize] |
| bool | isCurrentSelected |
| bool | isPlayoutDevice |
| AudioRoute | routing |
The struct of AudioDeviceInfo.
| char agora::rtc::AudioDeviceInfo::deviceName[kAdmMaxDeviceNameSize] |
The name of the device. The maximum name size is 128 bytes. The default value is 0.
| char agora::rtc::AudioDeviceInfo::deviceId[kAdmMaxGuidSize] |
The ID of the device. The maximum size is 128 bytes. The default value is 0.
| bool agora::rtc::AudioDeviceInfo::isCurrentSelected |
Determines whether the current device is selected for audio capturing or playback.
| bool agora::rtc::AudioDeviceInfo::isPlayoutDevice |
Determines whether the current device is the audio playout device.
| AudioRoute agora::rtc::AudioDeviceInfo::routing |
The routing of the device. The default value is ROUTE_DEFAULT.
1.8.18