Lines Matching full:desired
245 * This function opens the audio device with the desired parameters, and
253 * When filling in the desired audio spec structure,
254 * - \c desired->freq should be the desired audio frequency in samples-per-
256 * - \c desired->format should be the desired audio format.
257 * - \c desired->samples is the desired size of the audio buffer, in
267 * - \c desired->size is the size in bytes of the audio buffer, and is
269 * - \c desired->silence is the value used to set the buffer to silence,
271 * - \c desired->callback should be set to a function that will be called
277 * - \c desired->userdata is passed as the first parameter to your callback
286 extern DECLSPEC int SDLCALL SDL_OpenAudio(SDL_AudioSpec * desired,
349 desired,
448 * to the desired format.