csSndSysSoundFormat Struct Reference
[Sound system]
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). | |
Detailed Description
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.
Member Data Documentation
The documentation for this struct was generated from the following file:
- isndsys/ss_structs.h
Generated for Crystal Space 1.4.0 by doxygen 1.5.8
