csSoundFormat Struct Reference
The sound format. More...
#include <data.h>
Public Attributes | |
int | Freq |
Frequency of the sound (hz). | |
int | Bits |
number of bits per sample (8 or 16) | |
int | Channels |
number of channels (1 or 2) |
Detailed Description
The sound format.This keeps information about the frequency, bits and channels of a sound data object.
Definition at line 28 of file data.h.
Member Data Documentation
|
number of bits per sample (8 or 16)
|
|
number of channels (1 or 2)
|
|
Frequency of the sound (hz).
|
The documentation for this struct was generated from the following file:
- isound/data.h
Generated for Crystal Space by doxygen 1.2.18