Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
LocalNetworkAudioDeviceInfo Struct Reference

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< LocalNetworkAudioChannelInforxChannels
 
std::vector< LocalNetworkAudioChannelInfotxChannels
 The RX channels of the network device.
 
bool identifiable = false
 The TX channels of the network device.
 

Detailed Description

Local network audio device info.

Definition at line 68 of file IDanteOutputHelper.h.

Field Documentation

◆ identifiable

bool LocalNetworkAudioDeviceInfo::identifiable = false

The TX channels of the network device.

Definition at line 73 of file IDanteOutputHelper.h.

◆ networkDeviceName

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.

◆ rxChannels

std::vector<LocalNetworkAudioChannelInfo> LocalNetworkAudioDeviceInfo::rxChannels

Definition at line 71 of file IDanteOutputHelper.h.

◆ txChannels

std::vector<LocalNetworkAudioChannelInfo> LocalNetworkAudioDeviceInfo::txChannels

The RX channels of the network device.

Definition at line 72 of file IDanteOutputHelper.h.