![]() |
Public API Reference |
![]() |
The sound format. More...
#include <isndsys/ss_structs.h>
Public Attributes | |
uint8 | Bits |
number of bits per sample (8 or 16) | |
uint8 | Channels |
number of channels (1 or 2) | |
uint8 | Flags |
Flags further describing the format of the sound data. | |
int | Freq |
Frequency of the sound (hz) |
The sound format.
This keeps information about the frequency, bits and channels of a sound data object.
Definition at line 40 of file ss_structs.h.
number of bits per sample (8 or 16)
Definition at line 45 of file ss_structs.h.
number of channels (1 or 2)
Definition at line 47 of file ss_structs.h.
Flags further describing the format of the sound data.
Definition at line 52 of file ss_structs.h.
Frequency of the sound (hz)
Definition at line 43 of file ss_structs.h.