|
xoreos
0.0.5
|

Public Attributes | |
| Common::UString | name |
| Name of the wave resource. More... | |
| Common::UString | type |
| Type of the wave resource. More... | |
| uint32 | samplingRate |
| Sampling frequency in Hz. More... | |
| uint8 | channels |
| Number of channels. More... | |
| uint8 | bitRate |
| Number of bits per sample. More... | |
| size_t | size |
| Size of the wave in bytes. More... | |
| size_t | loopOffset |
| Start a loop from here. More... | |
| size_t | loopLength |
| Length of the looping section. More... | |
Definition at line 70 of file xactwavebank_ascii.h.
| uint8 Sound::XACTWaveBank_ASCII::Wave::bitRate |
Number of bits per sample.
Definition at line 76 of file xactwavebank_ascii.h.
| uint8 Sound::XACTWaveBank_ASCII::Wave::channels |
Number of channels.
Definition at line 75 of file xactwavebank_ascii.h.
| size_t Sound::XACTWaveBank_ASCII::Wave::loopLength |
Length of the looping section.
Definition at line 81 of file xactwavebank_ascii.h.
| size_t Sound::XACTWaveBank_ASCII::Wave::loopOffset |
Start a loop from here.
Definition at line 80 of file xactwavebank_ascii.h.
| Common::UString Sound::XACTWaveBank_ASCII::Wave::name |
Name of the wave resource.
Definition at line 71 of file xactwavebank_ascii.h.
Referenced by Sound::XACTWaveBank_ASCII::getWave().
| uint32 Sound::XACTWaveBank_ASCII::Wave::samplingRate |
Sampling frequency in Hz.
Definition at line 74 of file xactwavebank_ascii.h.
| size_t Sound::XACTWaveBank_ASCII::Wave::size |
Size of the wave in bytes.
Definition at line 78 of file xactwavebank_ascii.h.
| Common::UString Sound::XACTWaveBank_ASCII::Wave::type |
Type of the wave resource.
Definition at line 72 of file xactwavebank_ascii.h.
1.8.14