libao documentation |
libao version 0.8.0 - 20010804 |
declared in "ao/ao.h";
This structure describes the format of audio samples.
typedef struct { int bits; /* bits per sample */ int rate; /* samples per second (in a single channel) */ int channels; /* number of audio channels */ int byte_format; /* Byte ordering in sample, see constants below */ } ao_sample_format; |
copyright © 2001 Stan Seibert |
|
libao documentation |
libao version 0.8.0 - 20010804 |