SDL Mixer Music encapsulation class.
Class MixMusic
This class is used to manipulate music (usually background music) in SDL Mixer. As SDL Mixer has its own channel for music, this class encapsulates all the functions related to SLD MIX_Music* functions (section 4.5 of the SDL Mixer API documentation).
See also: MIX.