|
Agora RTC Objective-C API Reference
Refactor
|
Data Fields | |
| char | deviceName [kAdmMaxDeviceNameSize] |
| char | deviceId [kAdmMaxGuidSize] |
| bool | isCurrentSelected |
| bool | isPlayoutDevice |
| AudioRoute | routing |
The struct of AudioDeviceInfo.
|
inline |
|
inline |
|
inline |
| char deviceName[kAdmMaxDeviceNameSize] |
The name of the device. The maximum name size is 128 bytes. The default value is 0.
| char deviceId[kAdmMaxGuidSize] |
The ID of the device. The maximum size is 128 bytes. The default value is 0.
| bool isCurrentSelected |
Determines whether the current device is selected for audio capturing or playback.
| bool isPlayoutDevice |
Determines whether the current device is the audio playout device.
| AudioRoute routing |
The routing of the device. The default value is ROUTE_DEFAULT.