#include <audiere.h>
Inheritance diagram for audiere::MIDIDevice:
Public Member Functions | |
virtual const char * | getName ()=0 |
virtual MIDIStream * | openStream (const char *filename)=0 |
Protected Member Functions | |
virtual | ~MIDIDevice () |
Definition at line 1018 of file audiere.h.
|
|
|
Returns the name of the device. |
|
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. |