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

Network audio broadcast connection info. More...

#include <IDanteOutputHelper.h>

Data Fields

int32_t userID = 0
 The user ID. Valid when the channel is bound to a specific user.
 
int32_t languageID = -1
 Interpretation language ID. Valid when the channel is bound to a interpretation.
 
AudioResourceType resourceType = AudioResourceTypeIndividualUserAudio
 The audio resource type, such as AudioResourceType enum.
 
AudioSignalType signalType = AudioSignalTypeMono
 The audio signal type, such as AudioSignalType enum.
 
LocalNetworkAudioChannelInfo txChannel
 The channel which the audio resource is bound to.
 
BroadcastConnectionState state = BroadcastConnectionStateDisconnected
 The broadcast connection state, such as BroadcastConnectionState enum.
 
NetworkAudioBroadcastGalleryBindInfo galleryBindInfo
 The gallery bind info. This filed is valid when you bind gallery mixed audio to a channel.
 

Detailed Description

Network audio broadcast connection info.

Definition at line 109 of file IDanteOutputHelper.h.

Field Documentation

◆ galleryBindInfo

NetworkAudioBroadcastGalleryBindInfo NetworkAudioBroadcastConnectionInfo::galleryBindInfo

The gallery bind info. This filed is valid when you bind gallery mixed audio to a channel.

Definition at line 117 of file IDanteOutputHelper.h.

◆ languageID

int32_t NetworkAudioBroadcastConnectionInfo::languageID = -1

Interpretation language ID. Valid when the channel is bound to a interpretation.

Definition at line 112 of file IDanteOutputHelper.h.

◆ resourceType

AudioResourceType NetworkAudioBroadcastConnectionInfo::resourceType = AudioResourceTypeIndividualUserAudio

The audio resource type, such as AudioResourceType enum.

Definition at line 113 of file IDanteOutputHelper.h.

◆ signalType

AudioSignalType NetworkAudioBroadcastConnectionInfo::signalType = AudioSignalTypeMono

The audio signal type, such as AudioSignalType enum.

Definition at line 114 of file IDanteOutputHelper.h.

◆ state

BroadcastConnectionState NetworkAudioBroadcastConnectionInfo::state = BroadcastConnectionStateDisconnected

The broadcast connection state, such as BroadcastConnectionState enum.

Definition at line 116 of file IDanteOutputHelper.h.

◆ txChannel

LocalNetworkAudioChannelInfo NetworkAudioBroadcastConnectionInfo::txChannel

The channel which the audio resource is bound to.

Definition at line 115 of file IDanteOutputHelper.h.

◆ userID

int32_t NetworkAudioBroadcastConnectionInfo::userID = 0

The user ID. Valid when the channel is bound to a specific user.

Definition at line 111 of file IDanteOutputHelper.h.