Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Sndfile driver map. More...
#include <sndfile_extension_table.h>
Public Attributes | |
int | format_id |
SF_FORMAT ID corresponding to the enum value in sndfile.h. More... | |
const char * | driver_name |
Name of driver mapped to SF_FORMAT. More... | |
const char * | file_extension |
File extension associated with driver and SF_FORMAT if it exists. More... | |
Sndfile driver map.
Definition at line 16 of file sndfile_extension_table.h.
const char* FileMap::driver_name |
Name of driver mapped to SF_FORMAT.
Definition at line 20 of file sndfile_extension_table.h.
const char* FileMap::file_extension |
File extension associated with driver and SF_FORMAT if it exists.
Definition at line 22 of file sndfile_extension_table.h.
int FileMap::format_id |
SF_FORMAT ID corresponding to the enum value in sndfile.h.
Definition at line 18 of file sndfile_extension_table.h.