Zoom Rooms Controller SDK Reference 7.0.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 426 of file ISettingService.h.

Field Documentation

◆ channelName

std::string NetworkAudioChannelInfo::channelName

Channel Name.

Definition at line 431 of file ISettingService.h.

◆ deviceId

std::string NetworkAudioChannelInfo::deviceId

Device ID.

Definition at line 430 of file ISettingService.h.

◆ signalType

ChannelSignalType NetworkAudioChannelInfo::signalType = ChannelSignalTypeUnknown

Channel signal type, see ChannelSignalType enum.

Definition at line 429 of file ISettingService.h.

◆ state

NetworkAudioDeviceState NetworkAudioChannelInfo::state = NetworkAudioDeviceStateNone

Network audio device state, see NetworkAudioDeviceState enum.

Definition at line 428 of file ISettingService.h.