Ring Daemon 16.0.0
Loading...
Searching...
No Matches
portaudiolayer.cpp File Reference
Include dependency graph for portaudiolayer.cpp:

Go to the source code of this file.

Classes

struct  jami::PortAudioLayer::PortAudioLayerImpl
 

Namespaces

namespace  jami
 

Enumerations

enum  jami::Direction { jami::Input = 0 , jami::Output = 1 , jami::IO = 2 , jami::End = 3 }
 

Functions

static void jami::openFullDuplexStream (PaStream **stream, PaDeviceIndex inputDeviceIndex, PaDeviceIndex ouputDeviceIndex, PaStreamCallback *callback, void *user_data)
 
static void jami::openStreamDevice (PaStream **stream, PaDeviceIndex device, Direction direction, PaStreamCallback *callback, void *user_data)