Zoom Rooms Controller SDK Reference 6.5.0
|
Local network audio channel info. More...
#include <IDanteOutputHelper.h>
Data Fields | |
std::string | channelName |
The channel name. | |
int32_t | channelID = 0 |
The channel ID. | |
LocalNetworkAudioChannelType | channelType = LocalNetworkAudioChannelTypeUnknown |
The channel type, such as LocalNetworkAudioChannelType enum. | |
std::string | networkDeviceName |
The name of the network device which the channel belongs to. | |
Local network audio channel info.
Definition at line 58 of file IDanteOutputHelper.h.
int32_t LocalNetworkAudioChannelInfo::channelID = 0 |
The channel ID.
Definition at line 61 of file IDanteOutputHelper.h.
std::string LocalNetworkAudioChannelInfo::channelName |
The channel name.
Definition at line 60 of file IDanteOutputHelper.h.
LocalNetworkAudioChannelType LocalNetworkAudioChannelInfo::channelType = LocalNetworkAudioChannelTypeUnknown |
The channel type, such as LocalNetworkAudioChannelType enum.
Definition at line 62 of file IDanteOutputHelper.h.
std::string LocalNetworkAudioChannelInfo::networkDeviceName |
The name of the network device which the channel belongs to.
Definition at line 63 of file IDanteOutputHelper.h.