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

Network audio channel info. More...

#include <ISettingService.h>

Data Fields

NetworkAudioDeviceState state = NetworkAudioDeviceStateNone
 Network audio device state, see NetworkAudioDeviceState enum.
 
ChannelSignalType signalType = ChannelSignalTypeUnknown
 Channel signal type, see ChannelSignalType enum.
 
std::string deviceId
 Device ID.
 
std::string channelName
 Channel Name.
 

Detailed Description

Network audio channel info.

Definition at line 403 of file ISettingService.h.

Field Documentation

◆ channelName

std::string NetworkAudioChannelInfo::channelName

Channel Name.

Definition at line 408 of file ISettingService.h.

◆ deviceId

std::string NetworkAudioChannelInfo::deviceId

Device ID.

Definition at line 407 of file ISettingService.h.

◆ signalType

ChannelSignalType NetworkAudioChannelInfo::signalType = ChannelSignalTypeUnknown

Channel signal type, see ChannelSignalType enum.

Definition at line 406 of file ISettingService.h.

◆ state

NetworkAudioDeviceState NetworkAudioChannelInfo::state = NetworkAudioDeviceStateNone

Network audio device state, see NetworkAudioDeviceState enum.

Definition at line 405 of file ISettingService.h.