MixMusicEx extension

on

Static Methods

getDecoder(int index) String?

Available on MixMusic, provided by the MixMusicEx extension

Get a music decoder's name.
getNumDecoders() int

Available on MixMusic, provided by the MixMusicEx extension

Get a list of music decoders that this build of SDL_mixer provides.
hasDecoder(String? name) bool

Available on MixMusic, provided by the MixMusicEx extension

Check if a music decoder is available by name.
load(String? file) Pointer<MixMusic>

Available on MixMusic, provided by the MixMusicEx extension

Load a supported audio format into a music object.
loadIo(Pointer<SdlIoStream> src, bool closeio) Pointer<MixMusic>

Available on MixMusic, provided by the MixMusicEx extension

Load a supported audio format into a music object.
loadTypeIo(Pointer<SdlIoStream> src, int type, bool closeio) Pointer<MixMusic>

Available on MixMusic, provided by the MixMusicEx extension

Load an audio format into a music object, assuming a specific format.