sndfile2k
1.2.0
|
Contains information about format of sound file. More...
#include <sndfile2k/sndfile2k.h>
Data Fields | |
sf_count_t | frames |
The count of frames. | |
int | samplerate |
The sampling rate in Hz. | |
int | channels |
The count of channels. | |
int | format |
Combination of major and minor format flags. See SF_FORMAT for details. | |
int | sections |
Unused. | |
int | seekable |
Indicates that sound file is seekable if set to non-zero value. | |
Contains information about format of sound file.