MixAudioPointerEx extension
Methods
-
destroy(
) → void -
Available on Pointer<
Destroy the specified audio.MixAudio> , provided by the MixAudioPointerEx extension -
framesToMs(
int frames) → int -
Available on Pointer<
Convert sample frames for a MIX_Audio's format to milliseconds.MixAudio> , provided by the MixAudioPointerEx extension -
getDuration(
) → int -
Available on Pointer<
Get the length of a MIX_Audio's playback in sample frames.MixAudio> , provided by the MixAudioPointerEx extension -
getFormat(
Pointer< SdlAudioSpec> spec) → bool -
Available on Pointer<
Query the initial audio format of a MIX_Audio.MixAudio> , provided by the MixAudioPointerEx extension -
getProperties(
) → int -
Available on Pointer<
Get the properties associated with a MIX_Audio.MixAudio> , provided by the MixAudioPointerEx extension -
msToFrames(
int ms) → int -
Available on Pointer<
Convert milliseconds to sample frames for a MIX_Audio's format.MixAudio> , provided by the MixAudioPointerEx extension