Ring Daemon 16.0.0
|
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) |