Public Member Functions | |
virtual const char * | getName () |
virtual MIDIStream * | openStream (const char *filename) |
Definition at line 112 of file midi_mci.cpp.
|
Returns the name of the device. Implements audiere::MIDIDevice. Definition at line 114 of file midi_mci.cpp. |
|
openStream() creates and returns a new MIDIStream object from the file with the specified name, which then can be queried and played. This method returns NULL if the stream cannot be opened. Note: MCI subsystem limitations do not allow loading MIDIStream objects from an audiere File implementation. This may be addressed in future versions of this API. Implements audiere::MIDIDevice. Definition at line 118 of file midi_mci.cpp. References audiere::MCIMIDIStream::create(). |