Zoom Rooms Controller SDK Reference 6.5.0
|
Network audio broadcast connection info. More...
#include <IDanteOutputHelper.h>
Data Fields | |
int32_t | userID = 0 |
The user ID. This filed is valid when you bind individual user to a channel. | |
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. | |
Network audio broadcast connection info.
Definition at line 86 of file IDanteOutputHelper.h.
AudioResourceType NetworkAudioBroadcastConnectionInfo::resourceType = AudioResourceTypeIndividualUserAudio |
The audio resource type, such as AudioResourceType enum.
Definition at line 89 of file IDanteOutputHelper.h.
AudioSignalType NetworkAudioBroadcastConnectionInfo::signalType = AudioSignalTypeMono |
The audio signal type, such as AudioSignalType enum.
Definition at line 90 of file IDanteOutputHelper.h.
BroadcastConnectionState NetworkAudioBroadcastConnectionInfo::state = BroadcastConnectionStateDisconnected |
The broadcast connection state, such as BroadcastConnectionState enum.
Definition at line 92 of file IDanteOutputHelper.h.
LocalNetworkAudioChannelInfo NetworkAudioBroadcastConnectionInfo::txChannel |
The channel which the audio resource is bound to.
Definition at line 91 of file IDanteOutputHelper.h.
int32_t NetworkAudioBroadcastConnectionInfo::userID = 0 |
The user ID. This filed is valid when you bind individual user to a channel.
Definition at line 88 of file IDanteOutputHelper.h.