|
Zoom Rooms Controller SDK Reference 7.1.0
|
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. Valid when the channel is bound to gallery mixed audio. | |
| NetworkAudioBroadcastOutputMixBindInfo | outputMixBindInfo |
| The output mix bind info. Valid when the channel is bound to output mix audio. | |
Network audio broadcast connection info.
Definition at line 131 of file IDanteOutputHelper.h.
| NetworkAudioBroadcastGalleryBindInfo NetworkAudioBroadcastConnectionInfo::galleryBindInfo |
The gallery bind info. Valid when the channel is bound to gallery mixed audio.
Definition at line 139 of file IDanteOutputHelper.h.
| int32_t NetworkAudioBroadcastConnectionInfo::languageID = -1 |
Interpretation language ID. Valid when the channel is bound to a interpretation.
Definition at line 134 of file IDanteOutputHelper.h.
| NetworkAudioBroadcastOutputMixBindInfo NetworkAudioBroadcastConnectionInfo::outputMixBindInfo |
The output mix bind info. Valid when the channel is bound to output mix audio.
Definition at line 140 of file IDanteOutputHelper.h.
| AudioResourceType NetworkAudioBroadcastConnectionInfo::resourceType = AudioResourceTypeIndividualUserAudio |
The audio resource type, such as AudioResourceType enum.
Definition at line 135 of file IDanteOutputHelper.h.
| AudioSignalType NetworkAudioBroadcastConnectionInfo::signalType = AudioSignalTypeMono |
The audio signal type, such as AudioSignalType enum.
Definition at line 136 of file IDanteOutputHelper.h.
| BroadcastConnectionState NetworkAudioBroadcastConnectionInfo::state = BroadcastConnectionStateDisconnected |
The broadcast connection state, such as BroadcastConnectionState enum.
Definition at line 138 of file IDanteOutputHelper.h.
| LocalNetworkAudioChannelInfo NetworkAudioBroadcastConnectionInfo::txChannel |
The channel which the audio resource is bound to.
Definition at line 137 of file IDanteOutputHelper.h.
| int32_t NetworkAudioBroadcastConnectionInfo::userID = 0 |
The user ID. Valid when the channel is bound to a specific user.
Definition at line 133 of file IDanteOutputHelper.h.