Zoom Rooms Controller SDK Reference 6.5.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 68 of file IDanteOutputHelper.h.
bool LocalNetworkAudioDeviceInfo::identifiable = false |
The TX channels of the network device.
Definition at line 73 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 70 of file IDanteOutputHelper.h.
std::vector<LocalNetworkAudioChannelInfo> LocalNetworkAudioDeviceInfo::rxChannels |
Definition at line 71 of file IDanteOutputHelper.h.
std::vector<LocalNetworkAudioChannelInfo> LocalNetworkAudioDeviceInfo::txChannels |
The RX channels of the network device.
Definition at line 72 of file IDanteOutputHelper.h.