Enumerations | |
enum | UnixPlatform { UnixPlatform_OSS, UnixPlatform_Alsa, UnixPlatform_Arts, UnixPlatform_Null } |
Functions | |
UnixPlatform | preferredPlatform () |
void | setPreferredPlatform (UnixPlatform p) |
UnixPlatform | createdPlatform () |
This is the set of Unix platform additional APIs for the MidiSchedulerFactory.
The MidiSchedulerFactory will (depending on availablity and compile-time options) create either:
|
enum type describing a type of Unix MidiScheduler class. |
|
Returns the currently set preferred platform. The default is UnixPlatform_Alsa.
|
|
Sets the preferred platform. You will need to call this prior to the method being called if you require behaviour different from the default. The default is UnixPlatform_Alsa.
|
|
Returns the type of platform that has been created by the MidiScheduler. The result is only valid after has been called, and if the MidiSchedulerFactory really is a Unix version. |