Zoom Rooms Controller SDK Reference 6.6.0
Loading...
Searching...
No Matches
NetworkAudioError Struct Reference

Network audio error. The error will appear when you failed to create network audio device. More...

#include <IDanteOutputHelper.h>

Data Fields

int32_t errorCode = 0
 The error code.
 
std::string errorName
 The error name.
 

Detailed Description

Network audio error. The error will appear when you failed to create network audio device.

Definition at line 92 of file IDanteOutputHelper.h.

Field Documentation

◆ errorCode

int32_t NetworkAudioError::errorCode = 0

The error code.

Definition at line 94 of file IDanteOutputHelper.h.

◆ errorName

std::string NetworkAudioError::errorName

The error name.

Definition at line 95 of file IDanteOutputHelper.h.