Ring Daemon 16.0.0
Loading...
Searching...
No Matches
corelayer.h File Reference
Include dependency graph for osx/corelayer.h:

Go to the source code of this file.

Classes

class  jami::CoreLayer
 

Namespaces

namespace  jami
 

Macros

#define checkErr(err)
 

Macro Definition Documentation

◆ checkErr

#define checkErr (   err)
Value:
if (err) { \
OSStatus error = static_cast<OSStatus>(err); \
fprintf(stdout, "CoreAudio Error: %ld -> %s: %d\n", (long) error, __FILE__, __LINE__); \
fflush(stdout); \
}

Definition at line 24 of file osx/corelayer.h.