MixAudioDecoderEx extension

on

Static Methods

create(String path, int props) → Pointer<MixAudioDecoder> mixer

Available on MixAudioDecoder, provided by the MixAudioDecoderEx extension

Create a MIX_AudioDecoder from a path on the filesystem.
createIo(Pointer<SdlIoStream> io, int props, {bool closeio = false}) → Pointer<MixAudioDecoder> mixer

Available on MixAudioDecoder, provided by the MixAudioDecoderEx extension

Create a MIX_AudioDecoder from an SDL_IOStream.