BEAST/BSE - Better Audio System and Sound Engine  0.8.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
bsemididevice-oss.hh
Go to the documentation of this file.
00001  // Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
00002 #ifndef __BSE_MIDI_DEVICE_OSS_H__
00003 #define __BSE_MIDI_DEVICE_OSS_H__
00004 
00005 #include        <bse/bsemididevice.hh>
00006 
00007 
00008 G_BEGIN_DECLS
00009 
00010 /* --- object type macros --- */
00011 #define BSE_TYPE_MIDI_DEVICE_OSS                (BSE_TYPE_ID (BseMidiDeviceOSS))
00012 #define BSE_MIDI_DEVICE_OSS(object)             (G_TYPE_CHECK_INSTANCE_CAST ((object), BSE_TYPE_MIDI_DEVICE_OSS, BseMidiDeviceOSS))
00013 #define BSE_MIDI_DEVICE_OSS_CLASS(class)        (G_TYPE_CHECK_CLASS_CAST ((class), BSE_TYPE_MIDI_DEVICE_OSS, BseMidiDeviceOSSClass))
00014 #define BSE_IS_MIDI_DEVICE_OSS(object)          (G_TYPE_CHECK_INSTANCE_TYPE ((object), BSE_TYPE_MIDI_DEVICE_OSS))
00015 #define BSE_IS_MIDI_DEVICE_OSS_CLASS(class)     (G_TYPE_CHECK_CLASS_TYPE ((class), BSE_TYPE_MIDI_DEVICE_OSS))
00016 #define BSE_MIDI_DEVICE_OSS_GET_CLASS(object)   (G_TYPE_INSTANCE_GET_CLASS ((object), BSE_TYPE_MIDI_DEVICE_OSS, BseMidiDeviceOSSClass))
00017 
00018 struct BseMidiDeviceOSS : BseMidiDevice {
00019   gchar       *device_name;
00020 };
00021 struct BseMidiDeviceOSSClass : BseMidiDeviceClass
00022 {};
00023 
00024 G_END_DECLS
00025 #endif /* __BSE_MIDI_DEVICE_OSS_H__ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines