BEAST/BSE - Better Audio System and Sound Engine  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
bsesuboport.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_SUB_OPORT_H__
3 #define __BSE_SUB_OPORT_H__
4 #include <bse/bsesource.hh>
5 #include <bse/bseengine.hh>
6 G_BEGIN_DECLS
7 
8 #define BSE_TYPE_SUB_OPORT (BSE_TYPE_ID (BseSubOPort))
9 #define BSE_SUB_OPORT(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), BSE_TYPE_SUB_OPORT, BseSubOPort))
10 #define BSE_SUB_OPORT_CLASS(class) (G_TYPE_CHECK_CLASS_CAST ((class), BSE_TYPE_SUB_OPORT, BseSubOPortClass))
11 #define BSE_IS_OPORT(object) (G_TYPE_CHECK_INSTANCE_TYPE ((object), BSE_TYPE_SUB_OPORT))
12 #define BSE_IS_OPORT_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), BSE_TYPE_SUB_OPORT))
13 #define BSE_SUB_OPORT_GET_CLASS(object) (G_TYPE_INSTANCE_GET_CLASS ((object), BSE_TYPE_SUB_OPORT, BseSubOPortClass))
14 #define BSE_SUB_OPORT_N_PORTS (4)
15 
17  gchar **output_ports;
18 };
20 {};
21 
22 G_END_DECLS
23 
24 #endif /* __BSE_SUB_OPORT_H__ */
Definition: bsesuboport.hh:16
Definition: bsesuboport.hh:19
Definition: bsesource.hh:84
Definition: bsesource.hh:92