Home | History | Annotate | Download | only in SDL

Lines Matching refs:desired

45  * When filling in the desired audio spec structure,
46 * - 'desired->freq' should be the desired audio frequency in samples-per-second.
47 * - 'desired->format' should be the desired audio format.
48 * - 'desired->samples' is the desired size of the audio buffer, in samples.
58 * - 'desired->size' is the size in bytes of the audio buffer, and is
60 * - 'desired->silence' is the value used to set the buffer to silence,
62 * - 'desired->callback' should be set to a function that will be called
68 * - 'desired->userdata' is passed as the first parameter to your callback
162 * This function opens the audio device with the desired parameters, and
178 extern DECLSPEC int SDLCALL SDL_OpenAudio(SDL_AudioSpec *desired, SDL_AudioSpec *obtained);
242 * to the desired format.