|
sndfile2k
1.2.0
|
Contains information about the sound file format. More...
#include <sndfile2k/sndfile2k.h>
Data Fields | |
| int | format |
| Sound file format characterictics, see SF_FORMAT for details. | |
| const char * | name |
| Format description. | |
| const char * | extension |
| Format file extension. | |
Contains information about the sound file format.
Using this interface will allow applications to support new file formats and encoding types when libsndfile is upgraded, without requiring re-compilation of the application.
1.8.13