Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Driver types. More...
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... | |
Driver types.
Definition in file driver.h.