![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Driver info interface. More...
#include <driver_info.h>
Public Types | |
enum | { MaxSize = 20 } |
Max size of string. More... | |
Public Member Functions | |
DriverInfo (const char *driver_name) | |
Parameterized Constructor initializes name, assumes driver_name is terminated with null char. More... | |
Public Attributes | |
char | name [MaxSize] |
Placeholder for the driver name. More... | |
Driver info interface.
Definition at line 21 of file driver_info.h.
anonymous enum |
Max size of string.
Definition at line 25 of file driver_info.h.
|
explicit |
Parameterized Constructor initializes name, assumes driver_name is terminated with null char.
char roc::sndio::DriverInfo::name[MaxSize] |
Placeholder for the driver name.
Definition at line 32 of file driver_info.h.