BEAST - Free Software Audio Synthesizer and Tracker  0.10.0
bsepcmdevice-oss.hh
Go to the documentation of this file.
1  // Licensed GNU LGPL v2.1 or later: http://www.gnu.org/licenses/lgpl.html
2 #ifndef __BSE_PCM_DEVICE_OSS_H__
3 #define __BSE_PCM_DEVICE_OSS_H__
4 
5 #include <bse/bsepcmdevice.hh>
6 
7 
8 G_BEGIN_DECLS
9 
10 
11 /* --- object type macros --- */
12 #define BSE_TYPE_PCM_DEVICE_OSS (BSE_TYPE_ID (BsePcmDeviceOSS))
13 #define BSE_PCM_DEVICE_OSS(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), BSE_TYPE_PCM_DEVICE_OSS, BsePcmDeviceOSS))
14 #define BSE_PCM_DEVICE_OSS_CLASS(class) (G_TYPE_CHECK_CLASS_CAST ((class), BSE_TYPE_PCM_DEVICE_OSS, BsePcmDeviceOSSClass))
15 #define BSE_IS_PCM_DEVICE_OSS(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), BSE_TYPE_PCM_DEVICE_OSS))
16 #define BSE_IS_PCM_DEVICE_OSS_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), BSE_TYPE_PCM_DEVICE_OSS))
17 #define BSE_PCM_DEVICE_OSS_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS ((object), BSE_TYPE_PCM_DEVICE_OSS, BsePcmDeviceOSSClass))
18 
20  gchar *device_name;
21 };
23 {};
24 
25 G_END_DECLS
26 #endif /* __BSE_PCM_DEVICE_OSS_H__ */
Definition: bsepcmdevice.hh:51
Definition: bsepcmdevice-oss.hh:22
Definition: bsepcmdevice.hh:42
Definition: bsepcmdevice-oss.hh:19