Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
driver.h File Reference

Driver types. More...

#include "roc_core/panic.h"
#include "roc_core/stddefs.h"
Include dependency graph for driver.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  roc::sndio::DriverInfo
 Driver information. More...
 

Namespaces

 roc
 Root namespace.
 
 roc::sndio
 Sound I/O.
 

Enumerations

enum  roc::sndio::DriverType { roc::sndio::DriverType_Invalid , roc::sndio::DriverType_File , roc::sndio::DriverType_Device }
 Driver type. More...
 
enum  roc::sndio::DriverFlags { roc::sndio::DriverFlag_IsDefault = (1 << 0) , roc::sndio::DriverFlag_SupportsSource = (1 << 1) , roc::sndio::DriverFlag_SupportsSink = (1 << 2) }
 Driver flags. More...
 

Functions

const char * roc::sndio::driver_type_to_str (DriverType type)
 Convert driver type to string. More...
 

Detailed Description

Driver types.

Definition in file driver.h.