MixAudioDecoderEx extension
Static Methods
-
create(
String? path, int props) → Pointer< MixAudioDecoder> -
Available on MixAudioDecoder, provided by the MixAudioDecoderEx extension
Create a MIX_AudioDecoder from a path on the filesystem. -
createIo(
Pointer< SdlIoStream> io, bool closeio, int props) → Pointer<MixAudioDecoder> -
Available on MixAudioDecoder, provided by the MixAudioDecoderEx extension
Create a MIX_AudioDecoder from an SDL_IOStream.