Sound_Sample::actual (3) Linux Manual Page
Sound_Sample – Represents sound data in the process of being decoded.
Synopsis
#include <SDL_sound.h>Data Fields
void * opaqueconst Sound_DecoderInfo * decoder
Sound_AudioInfo desired
Sound_AudioInfo actual
void * buffer
Uint32 buffer_size
Sound_SampleFlags flags
Detailed Description
Represents sound data in the process of being decoded. The Sound_Sample structure is the heart of SDL_sound. This holds information about a source of sound data as it is being decoded. EVERY FIELD IN THIS IS READ-ONLY. Please use the API functions to change them.
