Zoom Rooms Controller SDK Reference 6.6.0
Loading...
Searching...
No Matches
LocalNetworkAudioChannelInfo Struct Reference

Local network audio channel info. More...

#include <IDanteOutputHelper.h>

Data Fields

std::string channelName
 The channel name.
 
int32_t channelID = 0
 The channel ID.
 
LocalNetworkAudioChannelType channelType = LocalNetworkAudioChannelTypeUnknown
 The channel type, such as LocalNetworkAudioChannelType enum.
 
std::string networkDeviceName
 The name of the network device which the channel belongs to.
 

Detailed Description

Local network audio channel info.

Definition at line 72 of file IDanteOutputHelper.h.

Field Documentation

◆ channelID

int32_t LocalNetworkAudioChannelInfo::channelID = 0

The channel ID.

Definition at line 75 of file IDanteOutputHelper.h.

◆ channelName

std::string LocalNetworkAudioChannelInfo::channelName

The channel name.

Definition at line 74 of file IDanteOutputHelper.h.

◆ channelType

LocalNetworkAudioChannelType LocalNetworkAudioChannelInfo::channelType = LocalNetworkAudioChannelTypeUnknown

The channel type, such as LocalNetworkAudioChannelType enum.

Definition at line 76 of file IDanteOutputHelper.h.

◆ networkDeviceName

std::string LocalNetworkAudioChannelInfo::networkDeviceName

The name of the network device which the channel belongs to.

Definition at line 77 of file IDanteOutputHelper.h.