Constructs a dsdl2.mixer.Music from a vanilla Mix_Music* from bindbc-sdl
Wraps Mix_GetMusicAlbum (from SDL_mixer 2.6) which gets the album of the music
Wraps Mix_GetMusicArtist (from SDL_mixer 2.6) which gets the artist of the music
Wraps Mix_GetMusicCopyright (from SDL_mixer 2.6) which gets the copyright of the music
Wraps Mix_MusicDuration (from SDL_mixer 2.6) which gets the duration of the music in seconds
Wraps Mix_FadeInMusicPos which plays the dsdl2.mixer.Music with a fade-in effect
Wraps Mix_GetMusicLoopEndTime (from SDL_mixer 2.6) which gets the loop end time of the music
Wraps Mix_GetMusicLoopLengthTime (from SDL_mixer 2.6) which gets the loop length time of the music
Wraps Mix_GetMusicLoopStartTime (from SDL_mixer 2.6) which gets the loop start time of the music
Equality operator overload
Wraps Mix_PlayMusic which plays the dsdl2.mixer.Music
Wraps Mix_GetMusicPosition (from SDL_mixer 2.6) which gets the timestamp of the music in seconds
Wraps Mix_GetMusicTitle (from SDL_mixer 2.6) which gets the title of the music
Wraps Mix_GetMusicTitleTag (from SDL_mixer 2.6) which gets the title tag of the music
Gets the hash of the dsdl2.mixer.Music
Formats the dsdl2.mixer.Music into its construction representation: "dsdl2.mixer.Music(<mixMusic>)"
Wraps Mix_GetMusicType which gets the format type of the dsdl2.mixer.Music
Wraps Mix_GetMusicVolume (from SDL_mixer 2.6) which gets the volume of the music
Wraps Mix_SetMusicCMD which sets a command to be called when a new music is played
Wraps Mix_GetNumMusicDecoders and Mix_GetMusicDecoder which return a list of music decoders
Wraps Mix_FadeOutMusic which performs fade-out for the current music playing
Wraps Mix_FadingMusic which gets the fading stage of the music
Wraps Mix_HaltMusic which halts the playing music
Wraps Mix_HasMusicDecoder (from SDL_mixer 2.6) which checks whether a music decoder is available
Wraps Mix_PauseMusic which pauses music playback
Wraps Mix_PausedMusic which checks whether music is paused
Wraps Mix_PlayingMusic which checks whether music is playing
Wraps Mix_SetMusicPosition which sets the timestamp position of the currently playing music
Wraps Mix_ResumeMusic which resumes music playback
Wraps Mix_RewindMusic which rewinds music playback
Wraps Mix_VolumeMusic which gets the volume for music
Wraps Mix_VolumeMusic which sets the volume for music
Internal Mix_Music pointer
D class that wraps Mix_Music storing music for playback