SDL Wiki
(This function is part of SDL_mixer, a separate library from SDL.)

Mix_QuickLoad_RAW

Load a raw audio data from memory as quickly as possible.

Header File

Defined in SDL_mixer.h

Syntax

Mix_Chunk * Mix_QuickLoad_RAW(Uint8 *mem, Uint32 len);

Function Parameters

mem memory buffer containing raw PCM data.
len length of buffer pointed to by mem, in bytes.

Return Value

Returns a new chunk, or NULL on error.

Remarks

The audio data MUST be in the exact same format as the audio device. This function will not attempt to convert it, or even verify it's in the right format.

If this function is successful, the provided memory buffer must remain available until Mix_FreeChunk() is called on the returned chunk.

Version

This function is available since SDL_mixer 3.0.0.

See Also


CategoryAPI, CategoryAPIFunction


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.