Music data. More...
Public Member Functions | |
Bgm (string filename) | |
Bgm constructor (from the filename) | |
Bgm (byte[] fileImage) | |
Bgm constructor (from the file image) | |
void | Dispose () |
Frees unmanaged resources of the Bgm. | |
BgmPlayer | CreatePlayer () |
Creates a BgmPlayer object to play this Bgm. |
Music data.
mp3 files can be used as music data.
Bgm | ( | byte[] | fileImage | ) |
Bgm constructor (from the file image)
fileImage | Music data file image |