zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Chunk Struct Reference

#include <SDL_wave.h>

Public Attributes

Uint8data
 
Uint32 length
 
Uint32 magic
 

Detailed Description

Definition at line 58 of file SDL_wave.h.

Member Data Documentation

Uint8* Chunk::data

Definition at line 62 of file SDL_wave.h.

Referenced by ReadChunk(), and SDL_LoadWAV_RW().

Uint32 Chunk::length

Definition at line 61 of file SDL_wave.h.

Referenced by ReadChunk(), and SDL_LoadWAV_RW().

Uint32 Chunk::magic

Definition at line 60 of file SDL_wave.h.

Referenced by ReadChunk(), and SDL_LoadWAV_RW().


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