Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef __MEDIA_MIDI_OBJ_H__
00011 #define __MEDIA_MIDI_OBJ_H__
00012
00013
00014
00015 #include "objdir/objdir.h"
00016 #include "threadsafe/smart_ptr.h"
00017
00018
00019
00020 namespace media
00021 {
00022
00023
00024
00025
00026
00027
00028
00029
00030 error_t CreateMidiObject(OUT smart_ptr<objdir::LocalObject>& midi) throw();
00031
00032
00033 };
00034
00035
00036
00037 #endif // __MEDIA_MIDI_OBJ_H__