Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
FileMap Struct Reference

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...
 

Detailed Description

Sndfile driver map.

Definition at line 16 of file sndfile_extension_table.h.

Member Data Documentation

◆ driver_name

const char* FileMap::driver_name

Name of driver mapped to SF_FORMAT.

Definition at line 20 of file sndfile_extension_table.h.

◆ file_extension

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.

◆ format_id

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.


The documentation for this struct was generated from the following file: