xoreos  0.0.5
Public Attributes | List of all members
Sound::WwiseSoundBank::File Struct Reference

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...
 

Detailed Description

An embedded sound file within the SoundBank.

Definition at line 76 of file wwisesoundbank.h.

Member Data Documentation

◆ id

uint32 Sound::WwiseSoundBank::File::id

Definition at line 77 of file wwisesoundbank.h.

Referenced by Sound::WwiseSoundBank::getFileID().

◆ offset

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

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().


The documentation for this struct was generated from the following file: