MixMusicPointerEx extension

on

Methods

duration() double

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Get a music object's duration, in seconds.
fadeIn(int loops, int ms) bool

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Play a new music object, fading in the audio.
fadeInPos(int loops, int ms, double position) bool

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Play a new music object, fading in the audio, from a starting position.
fadeOut(int ms) bool

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Halt the music stream after fading it out for a specified time.
fading() int

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Query the fading status of the music stream.
free() → void

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Free a music object.
getAlbumTag() String?

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Get the album name for a music object.
getArtistTag() String?

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Get the artist name for a music object.
getCopyrightTag() String?

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Get the copyright text for a music object.
getLoopEndTime() double

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Get the loop end time position of music stream, in seconds.
getLoopLengthTime() double

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Get the loop time length of music stream, in seconds.
getLoopStartTime() double

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Get the loop start time position of music stream, in seconds.
getNumTracks() int

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Get number of tracks in music object.
getPosition() double

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Get the time current position of music stream, in seconds.
getTitle() String?

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Get the title for a music object, or its filename.
getTitleTag() String?

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Get the title for a music object.
getType() int

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Find out the format of a mixer music.
getVolume() int

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Query the current volume value for a music object.
halt() → void

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Halt playing of the music stream.
modJumpToOrder(int order) bool

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Jump to a given order in mod music.
pause() → void

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Pause the music stream.
paused() bool

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Query whether the music stream is paused.
play(int loops) bool

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Play a new music object.
playing() bool

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Check the playing status of the music stream.
resume() → void

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Resume the music stream.
rewind() → void

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Rewind the music stream.
setPosition(double position) bool

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Set the current position in the music stream, in seconds.
setVolume(int volume) int

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Set the volume for the music channel.
startTrack(int track) bool

Available on Pointer<MixMusic>, provided by the MixMusicPointerEx extension

Start a track in music object.