|
Zoom Rooms Controller SDK Reference 6.6.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 72 of file IDanteOutputHelper.h.
| int32_t LocalNetworkAudioChannelInfo::channelID = 0 |
The channel ID.
Definition at line 75 of file IDanteOutputHelper.h.
| std::string LocalNetworkAudioChannelInfo::channelName |
The channel name.
Definition at line 74 of file IDanteOutputHelper.h.
| LocalNetworkAudioChannelType LocalNetworkAudioChannelInfo::channelType = LocalNetworkAudioChannelTypeUnknown |
The channel type, such as LocalNetworkAudioChannelType enum.
Definition at line 76 of file IDanteOutputHelper.h.
| std::string LocalNetworkAudioChannelInfo::networkDeviceName |
The name of the network device which the channel belongs to.
Definition at line 77 of file IDanteOutputHelper.h.