|
Zoom Rooms Controller SDK Reference 6.6.0
|
Local network audio device info. More...
#include <IDanteOutputHelper.h>
Data Fields | |
| std::string | networkDeviceName |
| The network device name. The device info is valid only when the networkDeviceName isn't empty. | |
| std::vector< LocalNetworkAudioChannelInfo > | rxChannels |
| std::vector< LocalNetworkAudioChannelInfo > | txChannels |
| The RX channels of the network device. | |
| bool | identifiable = false |
| The TX channels of the network device. | |
Local network audio device info.
Definition at line 82 of file IDanteOutputHelper.h.
| bool LocalNetworkAudioDeviceInfo::identifiable = false |
The TX channels of the network device.
Definition at line 87 of file IDanteOutputHelper.h.
| std::string LocalNetworkAudioDeviceInfo::networkDeviceName |
The network device name. The device info is valid only when the networkDeviceName isn't empty.
Definition at line 84 of file IDanteOutputHelper.h.
| std::vector<LocalNetworkAudioChannelInfo> LocalNetworkAudioDeviceInfo::rxChannels |
Definition at line 85 of file IDanteOutputHelper.h.
| std::vector<LocalNetworkAudioChannelInfo> LocalNetworkAudioDeviceInfo::txChannels |
The RX channels of the network device.
Definition at line 86 of file IDanteOutputHelper.h.