Zoom Rooms Controller SDK Reference 6.5.0
|
Dante output interfaces. More...
#include "ZRCSDKTypes.h"
Go to the source code of this file.
Data Structures | |
struct | LocalNetworkAudioChannelInfo |
Local network audio channel info. More... | |
struct | LocalNetworkAudioDeviceInfo |
Local network audio device info. More... | |
struct | NetworkAudioError |
Network audio error. The error will appear when you failed to create network audio device. More... | |
struct | NetworkAudioBroadcastConnectionInfo |
Network audio broadcast connection info. More... | |
class | IDanteOutputHelperSink |
Dante output helper event callback. More... | |
class | IDanteOutputHelper |
Dante Output helper interface. More... | |
Enumerations | |
enum | LocalNetworkAudioChannelType { LocalNetworkAudioChannelTypeUnknown = -1 , LocalNetworkAudioChannelTypeRX = 0 , LocalNetworkAudioChannelTypeTX = 1 } |
Local network audio channel type. Here are more detailed structural descriptions. More... | |
enum | BroadcastConnectionState { BroadcastConnectionStateDisconnected = 0 , BroadcastConnectionStateConnected = 1 } |
Broadcast connection state. The state of connection between ZR's audio and channel. Here are more detailed structural descriptions. More... | |
enum | AudioSignalType { AudioSignalTypeMono = 0 , AudioSignalTypeStereoLeft = 1 , AudioSignalTypeStereoRight = 2 } |
Audio signal type. Here are more detailed structural descriptions. More... | |
enum | AudioResourceType { AudioResourceTypeIndividualUserAudio = 0 , AudioResourceTypeMixedAudio = 1 , AudioResourceTypeShareContentAudio = 2 } |
Audio resource type. The type of the audio resource from ZR. Here are more detailed structural descriptions. More... | |
enum AudioResourceType |
Audio resource type. The type of the audio resource from ZR. Here are more detailed structural descriptions.
Definition at line 49 of file IDanteOutputHelper.h.
enum AudioSignalType |
Audio signal type. Here are more detailed structural descriptions.
Enumerator | |
---|---|
AudioSignalTypeMono | The audio signal type is Mono. |
AudioSignalTypeStereoLeft | The audio signal type is StereoLeft. |
AudioSignalTypeStereoRight | The audio signal type is StereoRight. |
Definition at line 38 of file IDanteOutputHelper.h.
Broadcast connection state. The state of connection between ZR's audio and channel. Here are more detailed structural descriptions.
Enumerator | |
---|---|
BroadcastConnectionStateDisconnected | The connection state is disconnected. |
BroadcastConnectionStateConnected | The connection state is connected. |
Definition at line 28 of file IDanteOutputHelper.h.
Local network audio channel type. Here are more detailed structural descriptions.
Definition at line 17 of file IDanteOutputHelper.h.