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
|
|
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. |
The documentation for this struct was generated from the following file:
- isndsys/ss_structs.h
Generated for Crystal Space by doxygen 1.4.6
