BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
Inherits BseSourceClass.
Public Member Functions | |
void | add_param (const char *group, guint prop_id, GParamSpec *pspec) |
void | add_param (guint prop_id, GParamSpec *grouped_pspec) |
void | set_accessors (void(*get_property)(GObject *, guint, GValue *, GParamSpec *), void(*set_property)(GObject *, guint, const GValue *, GParamSpec *)=NULL, gboolean(*editable_property)(BseObject *, guint, GParamSpec *)=NULL, void(*get_candidates)(BseItem *, guint, BsePropertyCandidates *, GParamSpec *)=NULL, void(*property_updated)(BseSource *, guint, guint64, double, GParamSpec *)=NULL) |
guint | add_signal (const gchar *signal_name, GSignalFlags flags, guint n_params,...) |
void | add_ochannel (const char *ident, const char *label, const char *blurb, int assert_id=-1) |
void | add_ichannel (const char *ident, const char *label, const char *blurb, int assert_id=-1) |
void | add_jchannel (const char *ident, const char *label, const char *blurb, int assert_id=-1) |