xoreos  0.0.5
Public Attributes | List of all members
Sound::XACTWaveBank_ASCII::Wave Struct Reference
Collaboration diagram for Sound::XACTWaveBank_ASCII::Wave:
Collaboration graph
[legend]

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

Detailed Description

Definition at line 70 of file xactwavebank_ascii.h.

Member Data Documentation

◆ bitRate

uint8 Sound::XACTWaveBank_ASCII::Wave::bitRate

Number of bits per sample.

Definition at line 76 of file xactwavebank_ascii.h.

◆ channels

uint8 Sound::XACTWaveBank_ASCII::Wave::channels

Number of channels.

Definition at line 75 of file xactwavebank_ascii.h.

◆ loopLength

size_t Sound::XACTWaveBank_ASCII::Wave::loopLength

Length of the looping section.

Definition at line 81 of file xactwavebank_ascii.h.

◆ loopOffset

size_t Sound::XACTWaveBank_ASCII::Wave::loopOffset

Start a loop from here.

Definition at line 80 of file xactwavebank_ascii.h.

◆ name

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

◆ samplingRate

uint32 Sound::XACTWaveBank_ASCII::Wave::samplingRate

Sampling frequency in Hz.

Definition at line 74 of file xactwavebank_ascii.h.

◆ size

size_t Sound::XACTWaveBank_ASCII::Wave::size

Size of the wave in bytes.

Definition at line 78 of file xactwavebank_ascii.h.

◆ type

Common::UString Sound::XACTWaveBank_ASCII::Wave::type

Type of the wave resource.

Definition at line 72 of file xactwavebank_ascii.h.


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