MixMusicPointerEx extension
Methods
-
duration(
) → double -
Available on Pointer<
Get a music object's duration, in seconds.MixMusic> , provided by the MixMusicPointerEx extension -
fadeIn(
int loops, int ms) → bool -
Available on Pointer<
Play a new music object, fading in the audio.MixMusic> , provided by the MixMusicPointerEx extension -
fadeInPos(
int loops, int ms, double position) → bool -
Available on Pointer<
Play a new music object, fading in the audio, from a starting position.MixMusic> , provided by the MixMusicPointerEx extension -
fadeOut(
int ms) → bool -
Available on Pointer<
Halt the music stream after fading it out for a specified time.MixMusic> , provided by the MixMusicPointerEx extension -
fading(
) → int -
Available on Pointer<
Query the fading status of the music stream.MixMusic> , provided by the MixMusicPointerEx extension -
free(
) → void -
Available on Pointer<
Free a music object.MixMusic> , provided by the MixMusicPointerEx extension -
getAlbumTag(
) → String? -
Available on Pointer<
Get the album name for a music object.MixMusic> , provided by the MixMusicPointerEx extension -
getArtistTag(
) → String? -
Available on Pointer<
Get the artist name for a music object.MixMusic> , provided by the MixMusicPointerEx extension -
getCopyrightTag(
) → String? -
Available on Pointer<
Get the copyright text for a music object.MixMusic> , provided by the MixMusicPointerEx extension -
getLoopEndTime(
) → double -
Available on Pointer<
Get the loop end time position of music stream, in seconds.MixMusic> , provided by the MixMusicPointerEx extension -
getLoopLengthTime(
) → double -
Available on Pointer<
Get the loop time length of music stream, in seconds.MixMusic> , provided by the MixMusicPointerEx extension -
getLoopStartTime(
) → double -
Available on Pointer<
Get the loop start time position of music stream, in seconds.MixMusic> , provided by the MixMusicPointerEx extension -
getNumTracks(
) → int -
Available on Pointer<
Get number of tracks in music object.MixMusic> , provided by the MixMusicPointerEx extension -
getPosition(
) → double -
Available on Pointer<
Get the time current position of music stream, in seconds.MixMusic> , provided by the MixMusicPointerEx extension -
getTitle(
) → String? -
Available on Pointer<
Get the title for a music object, or its filename.MixMusic> , provided by the MixMusicPointerEx extension -
getTitleTag(
) → String? -
Available on Pointer<
Get the title for a music object.MixMusic> , provided by the MixMusicPointerEx extension -
getType(
) → int -
Available on Pointer<
Find out the format of a mixer music.MixMusic> , provided by the MixMusicPointerEx extension -
getVolume(
) → int -
Available on Pointer<
Query the current volume value for a music object.MixMusic> , provided by the MixMusicPointerEx extension -
halt(
) → void -
Available on Pointer<
Halt playing of the music stream.MixMusic> , provided by the MixMusicPointerEx extension -
modJumpToOrder(
int order) → bool -
Available on Pointer<
Jump to a given order in mod music.MixMusic> , provided by the MixMusicPointerEx extension -
pause(
) → void -
Available on Pointer<
Pause the music stream.MixMusic> , provided by the MixMusicPointerEx extension -
paused(
) → bool -
Available on Pointer<
Query whether the music stream is paused.MixMusic> , provided by the MixMusicPointerEx extension -
play(
int loops) → bool -
Available on Pointer<
Play a new music object.MixMusic> , provided by the MixMusicPointerEx extension -
playing(
) → bool -
Available on Pointer<
Check the playing status of the music stream.MixMusic> , provided by the MixMusicPointerEx extension -
resume(
) → void -
Available on Pointer<
Resume the music stream.MixMusic> , provided by the MixMusicPointerEx extension -
rewind(
) → void -
Available on Pointer<
Rewind the music stream.MixMusic> , provided by the MixMusicPointerEx extension -
setPosition(
double position) → bool -
Available on Pointer<
Set the current position in the music stream, in seconds.MixMusic> , provided by the MixMusicPointerEx extension -
setVolume(
int volume) → int -
Available on Pointer<
Set the volume for the music channel.MixMusic> , provided by the MixMusicPointerEx extension -
startTrack(
int track) → bool -
Available on Pointer<
Start a track in music object.MixMusic> , provided by the MixMusicPointerEx extension