Public Attributes | |
const Sound_DecoderInfo | info |
int(* | init )(void) |
void(* | quit )(void) |
int(* | open )(Sound_Sample *sample, const char *ext) |
void(* | close )(Sound_Sample *sample) |
Uint32(* | read )(Sound_Sample *sample, void *buffer, Uint32 desired_frames) |
int(* | rewind )(Sound_Sample *sample) |
int(* | seek )(Sound_Sample *sample, Uint32 ms) |
Definition at line 73 of file SDL_sound_internal.h.