Zoom Rooms Controller SDK Reference 6.5.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 58 of file IDanteOutputHelper.h.

Field Documentation

◆ channelID

int32_t LocalNetworkAudioChannelInfo::channelID = 0

The channel ID.

Definition at line 61 of file IDanteOutputHelper.h.

◆ channelName

std::string LocalNetworkAudioChannelInfo::channelName

The channel name.

Definition at line 60 of file IDanteOutputHelper.h.

◆ channelType

LocalNetworkAudioChannelType LocalNetworkAudioChannelInfo::channelType = LocalNetworkAudioChannelTypeUnknown

The channel type, such as LocalNetworkAudioChannelType enum.

Definition at line 62 of file IDanteOutputHelper.h.

◆ networkDeviceName

std::string LocalNetworkAudioChannelInfo::networkDeviceName

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

Definition at line 63 of file IDanteOutputHelper.h.