sndfile2k  1.2.0
Data Fields
SF_FORMAT_INFO Struct Reference

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.
 

Detailed Description

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.


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