SDL 2.0
WaveFile Struct Reference

#include <SDL_wave.h>

+ Collaboration diagram for WaveFile:

Data Fields

WaveChunk chunk
 
WaveFormat format
 
WaveFact fact
 
Sint64 sampleframes
 
voiddecoderdata
 
WaveRiffSizeHint riffhint
 
WaveTruncationHint trunchint
 
WaveFactChunkHint facthint
 

Detailed Description

Definition at line 130 of file SDL_wave.h.

Field Documentation

◆ chunk

◆ decoderdata

void* WaveFile::decoderdata

Definition at line 142 of file SDL_wave.h.

Referenced by MS_ADPCM_Decode(), MS_ADPCM_Init(), and SDL_LoadWAV_RW().

◆ fact

WaveFact WaveFile::fact

Definition at line 134 of file SDL_wave.h.

Referenced by WaveAdjustToFactValue(), WaveCheckFormat(), and WaveLoad().

◆ facthint

WaveFactChunkHint WaveFile::facthint

Definition at line 146 of file SDL_wave.h.

Referenced by SDL_LoadWAV_RW(), WaveAdjustToFactValue(), WaveCheckFormat(), and WaveLoad().

◆ format

◆ riffhint

WaveRiffSizeHint WaveFile::riffhint

Definition at line 144 of file SDL_wave.h.

Referenced by SDL_LoadWAV_RW(), and WaveLoad().

◆ sampleframes

◆ trunchint


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