Zoom Rooms Controller SDK Reference 6.5.0
|
Far end audio device info. More...
#include <IMeetingAudioHelper.h>
Data Fields | |
std::string | deviceID |
Device ID. | |
std::string | deviceName |
Device name. | |
int32_t | volume = 0 |
The volume of the device. When isSelected == false, this field is invalid. | |
bool | volumeCanAdjust = false |
True indicate the volume can be adjusted, otherwise can't. When isSelected == false, this field is invalid. | |
bool | isSelected = false |
True indicate the device is currently in use. | |
Far end audio device info.
Definition at line 37 of file IMeetingAudioHelper.h.
std::string FarEndAudioDeviceInfo::deviceID |
Device ID.
Definition at line 39 of file IMeetingAudioHelper.h.
std::string FarEndAudioDeviceInfo::deviceName |
Device name.
Definition at line 40 of file IMeetingAudioHelper.h.
bool FarEndAudioDeviceInfo::isSelected = false |
True indicate the device is currently in use.
Definition at line 43 of file IMeetingAudioHelper.h.
int32_t FarEndAudioDeviceInfo::volume = 0 |
The volume of the device. When isSelected == false, this field is invalid.
Definition at line 41 of file IMeetingAudioHelper.h.
bool FarEndAudioDeviceInfo::volumeCanAdjust = false |
True indicate the volume can be adjusted, otherwise can't. When isSelected == false, this field is invalid.
Definition at line 42 of file IMeetingAudioHelper.h.