CD-Rom Subsystem Initialization
The first thing an application should do when using the CD-Rom Subsystem is to enable the subsystem and open a CD-Rom device.
Initialize Subsystem
Initializing the subsystem is very simple. The best way to do this is to inherit form EM_APPLICATION (best in your root class) and you will get a new feature cdrom_subsystem.
This is the CD-Rom subsystem object in a singleton access. Simply call now cdrom_subsystem.enable to enable the subsystem.
Note: Always call cdrom_subsystem.disable to disable the subsystem. This will automatically close every open device handler and stop the audio playback from your CD-Rom. Otherwise your application may leave unfreed resources.