Zoom Rooms Controller SDK Reference 6.5.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 78 of file IDanteOutputHelper.h.

Field Documentation

◆ errorCode

int32_t NetworkAudioError::errorCode = 0

The error code.

Definition at line 80 of file IDanteOutputHelper.h.

◆ errorName

std::string NetworkAudioError::errorName

The error name.

Definition at line 81 of file IDanteOutputHelper.h.