Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
FarEndAudioDeviceInfo Struct Reference

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.
 

Detailed Description

Far end audio device info.

Definition at line 37 of file IMeetingAudioHelper.h.

Field Documentation

◆ deviceID

std::string FarEndAudioDeviceInfo::deviceID

Device ID.

Definition at line 39 of file IMeetingAudioHelper.h.

◆ deviceName

std::string FarEndAudioDeviceInfo::deviceName

Device name.

Definition at line 40 of file IMeetingAudioHelper.h.

◆ isSelected

bool FarEndAudioDeviceInfo::isSelected = false

True indicate the device is currently in use.

Definition at line 43 of file IMeetingAudioHelper.h.

◆ volume

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.

◆ volumeCanAdjust

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.