MixChunkEx extension

on

Static Methods

get(int channel) Pointer<MixChunk>

Available on MixChunk, provided by the MixChunkEx extension

Get the Mix_Chunk currently associated with a mixer channel.
loadWav(String? file) Pointer<MixChunk>

Available on MixChunk, provided by the MixChunkEx extension

Load a supported audio format into a chunk.
loadWavIo(Pointer<SdlIoStream> src, bool closeio) Pointer<MixChunk>

Available on MixChunk, provided by the MixChunkEx extension

Load a supported audio format into a chunk.
quickLoadRaw(Pointer<Uint8> mem, int len) Pointer<MixChunk>

Available on MixChunk, provided by the MixChunkEx extension

Load a raw audio data from memory as quickly as possible.
quickLoadWav(Pointer<Uint8> mem) Pointer<MixChunk>

Available on MixChunk, provided by the MixChunkEx extension

Load a WAV file from memory as quickly as possible.