SDL 2.0
WaveChunk Struct Reference

#include <SDL_wave.h>

Data Fields

Uint32 fourcc
 
Uint32 length
 
Sint64 position
 
Uint8data
 
size_t size
 

Detailed Description

Definition at line 94 of file SDL_wave.h.

Field Documentation

◆ data

◆ fourcc

Uint32 WaveChunk::fourcc

Definition at line 96 of file SDL_wave.h.

Referenced by WaveLoad(), and WaveNextChunk().

◆ length

◆ position

Sint64 WaveChunk::position

Definition at line 98 of file SDL_wave.h.

Referenced by SDL_LoadWAV_RW(), WaveLoad(), WaveNextChunk(), and WaveReadPartialChunkData().

◆ size


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