CRM64Pro GDK v0.11.0
A free cross-platform game development kit built on top of SDL 3.0
|
Inherits CRM64Pro::ObjectBase.
Public Member Functions | |
Sint32 | info (Sint32 iMode=0) |
Request Music object information. | |
Sint32 | getName (string &sName) |
Get the name. | |
Uint32 | getID () |
Get the ID. | |
Sint32 | info (string *sType, AudioInfo *AI) |
Get Music object information. | |
Sint32 | play (Sint32 iLoop=0) |
Start playing music. | |
Sint32 | fadeIn (Sint32 iTime=1000, Sint32 iLoop=0) |
Start playing music with a fade in effect. | |
Sint32 | saveToFile (const string &sFile) |
Export the Music to an external file. | |
Sint32 | save (const string &sFileCDC) |
Save the Music in to a CDC file. | |
Sint32 | save (Sint32 idCDC) |
Save the Music in to a CDC file. | |
Music Object class.