xoreos
0.0.5
|
An embedded sound file within the SoundBank. More...
Public Attributes | |
uint32 | id |
size_t | offset |
Offset of the file from the beginning of the data section. More... | |
size_t | size |
Size of the file in bytes. More... | |
An embedded sound file within the SoundBank.
Definition at line 76 of file wwisesoundbank.h.
uint32 Sound::WwiseSoundBank::File::id |
Definition at line 77 of file wwisesoundbank.h.
Referenced by Sound::WwiseSoundBank::getFileID().
size_t Sound::WwiseSoundBank::File::offset |
Offset of the file from the beginning of the data section.
Definition at line 79 of file wwisesoundbank.h.
Referenced by Sound::WwiseSoundBank::getFileData().
size_t Sound::WwiseSoundBank::File::size |
Size of the file in bytes.
Definition at line 80 of file wwisesoundbank.h.
Referenced by Sound::WwiseSoundBank::getFileData(), and Sound::WwiseSoundBank::isEmptyFile().