#include <av.h>
Definition at line 34 of file av.h.
Data Fields | |
unsigned char * | data |
void * | data |
int | loop |
struct audio_chunk * | next |
struct audio_chunk * | next |
int | size |
unsigned | size |
unsigned char* audio_chunk::data |
Definition at line 36 of file av.h.
Referenced by audio_callback(), music_start_loop(), and PlayVoice().
struct audio_chunk* audio_chunk::next [read] |
struct audio_chunk* audio_chunk::next [read] |
unsigned audio_chunk::size |
Definition at line 37 of file av.h.
Referenced by audio_callback(), music_start_loop(), play_audio(), and PlayVoice().