Zoom Rooms Controller SDK Reference 6.5.0
|
Dante output helper event callback. More...
#include <IDanteOutputHelper.h>
Public Member Functions | |
virtual | ~IDanteOutputHelperSink () |
virtual void | OnCreateLocalNetworkAudioDevice (int32_t result, const LocalNetworkAudioDeviceInfo &info)=0 |
Create local network audio device notification. | |
virtual void | OnDestroyLocalNetworkAudioDevice (int32_t result)=0 |
Destroy local network audio device notification. | |
virtual void | OnLocalNetworkAudioDeviceError (const NetworkAudioError &error)=0 |
Local network audio error notification. | |
virtual void | OnLocalNetworkAudioDeviceInfoNotification (const LocalNetworkAudioDeviceInfo &info)=0 |
Local network audio info notification. | |
virtual void | OnBindUserAudioConnectionSuccess (const std::vector< NetworkAudioBroadcastConnectionInfo > &connections)=0 |
Bind user audio connection success notification. | |
virtual void | OnBindUserAudioConnectionError (int32_t result, int32_t userID, const LocalNetworkAudioChannelInfo &channel, AudioSignalType signalType)=0 |
Bind user audio connection error notification. | |
virtual void | OnUnbindUserAudioConnectionSuccess (const std::vector< NetworkAudioBroadcastConnectionInfo > &connections)=0 |
Unbind user audio connection success notification. | |
virtual void | OnUnbindUserAudioConnectionError (int32_t result, int32_t userID, AudioSignalType signalType)=0 |
Unbind user audio connection error notification. | |
virtual void | OnBindMixedAudioConnectionSuccess (const std::vector< NetworkAudioBroadcastConnectionInfo > &connections)=0 |
Bind mixed audio connection success notification. | |
virtual void | OnBindMixedAudioConnectionError (int32_t result, const LocalNetworkAudioChannelInfo &channel, AudioSignalType signalType)=0 |
Bind mixed audio connection error notification. | |
virtual void | OnUnbindMixedAudioConnectionSuccess (const std::vector< NetworkAudioBroadcastConnectionInfo > &connections)=0 |
Unbind mixed audio connection success notification. | |
virtual void | OnUnbindMixedAudioConnectionError (int32_t result, AudioSignalType signalType)=0 |
Unbind mixed audio connection error notification. | |
virtual void | OnUnbindAllAudioConnection (int32_t result, const std::vector< NetworkAudioBroadcastConnectionInfo > &connections)=0 |
Unbind all audio connection notification. | |
virtual void | OnListAllAudioConnection (int32_t result, const std::vector< NetworkAudioBroadcastConnectionInfo > &connections)=0 |
List all audio connection notification. | |
virtual void | OnUpdateAudioConnection (const std::vector< NetworkAudioBroadcastConnectionInfo > &connections)=0 |
Update audio connection notification. | |
virtual void | OnUnbindChannelAudioConnectionSuccess (const std::vector< NetworkAudioBroadcastConnectionInfo > &connections)=0 |
Unbind the audio in the specified channel success notification. | |
virtual void | OnUnbindChannelAudioConnectionError (int32_t result, const LocalNetworkAudioChannelInfo &channel)=0 |
Unbind the audio in the specified channel error notification. | |
virtual void | OnListAllUnbindChannel (int32_t result, const std::vector< LocalNetworkAudioChannelInfo > &txChannels)=0 |
List all unbind channel notification. | |
virtual void | OnBindShareContentAudioConnectionSuccess (const std::vector< NetworkAudioBroadcastConnectionInfo > &connections)=0 |
Bind share content connection success notification. | |
virtual void | OnBindShareContentAudioConnectionError (int32_t result, const LocalNetworkAudioChannelInfo &channel, AudioSignalType signalType)=0 |
Bind share content connection error notification. | |
virtual void | OnUnbindShareContentAudioConnectionSuccess (const std::vector< NetworkAudioBroadcastConnectionInfo > &connections)=0 |
Unbind share content audio connection success notification. | |
virtual void | OnUnbindShareContentAudioConnectionError (int32_t result, AudioSignalType signalType)=0 |
Unbind share content audio connection error notification. | |
Dante output helper event callback.
Definition at line 97 of file IDanteOutputHelper.h.
|
inlinevirtual |
Definition at line 100 of file IDanteOutputHelper.h.
|
pure virtual |
Bind mixed audio connection error notification.
result | Fail code. |
channel | The channel which the mixed audio is bound to. |
signalType | The signal type of the mixed audio. |
|
pure virtual |
Bind mixed audio connection success notification.
connections | The connection between mixed audio and network audio device channel. |
|
pure virtual |
Bind share content connection error notification.
result | Fail code. |
channel | The channel which the share content audio is bound to. |
signalType | The signal type of the share content audio. |
|
pure virtual |
Bind share content connection success notification.
connections | The connection between the share content audio and network audio device channel. |
|
pure virtual |
Bind user audio connection error notification.
result | Fail code. |
userID | The userID specifies which user's audio. |
channel | The channel which the user audio is bound to. |
signalType | The signal type of the user audio. |
|
pure virtual |
Bind user audio connection success notification.
connections | The connection between user audio and network audio device channel. |
|
pure virtual |
Create local network audio device notification.
result | [0] Success. Otherwise Fail. |
info | The local network audio device info, details LocalNetworkAudioDeviceInfo. |
|
pure virtual |
Destroy local network audio device notification.
result | [0] Success. Otherwise Fail. |
|
pure virtual |
List all audio connection notification.
result | [0] Success. Otherwise Fail. |
connections | The all audio connections. |
|
pure virtual |
List all unbind channel notification.
result | [0] Success. Otherwise Fail. |
txChannels | The channels which are unbound. |
|
pure virtual |
Local network audio error notification.
error | Local network audio error, details NetworkAudioError. |
|
pure virtual |
Local network audio info notification.
info | The local network audio device info, details LocalNetworkAudioDeviceInfo. |
|
pure virtual |
Unbind all audio connection notification.
result | [0] Success. Otherwise Fail. |
connections | The unbound connections about all audio connection. |
|
pure virtual |
Unbind the audio in the specified channel error notification.
result | Fail code. |
channel | The channel which the mixed audio is bound to. |
|
pure virtual |
Unbind the audio in the specified channel success notification.
connections | The unbound connection which is in the specified channel. |
|
pure virtual |
Unbind mixed audio connection error notification.
result | Fail code. |
signalType | The signal type of the mixed audio. |
|
pure virtual |
Unbind mixed audio connection success notification.
connections | The unbound connections about the specified type of the mixed audio. |
|
pure virtual |
Unbind share content audio connection error notification.
result | Fail code. |
signalType | The signal type of the share content. |
|
pure virtual |
Unbind share content audio connection success notification.
connections | The unbound connections about the specified type of the share content audio. |
|
pure virtual |
Unbind user audio connection error notification.
result | Fail code. |
userID | The userID specifies which user's audio. |
signalType | The signal type of the user audio. |
|
pure virtual |
Unbind user audio connection success notification.
connections | The unbound connections about the specified type of the user audio. |
|
pure virtual |
Update audio connection notification.
connections | The connection which needs to update. |