| Top |
| #define | AGS_IPATCH_GET_OBJ_MUTEX() |
| gboolean | ags_ipatch_test_flags () |
| void | ags_ipatch_set_flags () |
| void | ags_ipatch_unset_flags () |
| gboolean | ags_ipatch_check_suffix () |
| AgsIpatch * | ags_ipatch_new () |
| #define | AGS_IPATCH() |
| #define | AGS_IPATCH_CLASS() |
| #define | AGS_IPATCH_GET_CLASS() |
| #define | AGS_IS_IPATCH() |
| #define | AGS_IS_IPATCH_CLASS() |
| GType | ags_ipatch_flags_get_type () |
| GType | ags_ipatch_get_type () |
| #define | AGS_IPATCH_DEFAULT_CHANNELS |
| #define | AGS_IPATCH_READ |
| #define | AGS_IPATCH_WRITE |
| enum | AgsIpatchFlags |
| #define | AGS_TYPE_IPATCH |
| struct | AgsIpatch |
| struct | AgsIpatchClass |
#define AGS_IPATCH_GET_OBJ_MUTEX(obj) (&(((AgsIpatch *) obj)->obj_mutex))
gboolean ags_ipatch_test_flags (AgsIpatch *ipatch,guint flags);
Test flags
to be set on ipatch
.
Since: 3.0.0
void ags_ipatch_set_flags (AgsIpatch *ipatch,guint flags);
Enable a feature of ipatch
.
Since: 3.0.0
void ags_ipatch_unset_flags (AgsIpatch *ipatch,guint flags);
Disable a feature of ipatch
.
Since: 3.0.0
gboolean
ags_ipatch_check_suffix (gchar *filename);
Check filename
's suffix to be supported.
Since: 3.0.0
#define AGS_IPATCH(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_IPATCH, AgsIpatch))
#define AGS_IPATCH_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_IPATCH, AgsIpatchClass))
#define AGS_IPATCH_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_IPATCH, AgsIpatchClass))
#define AGS_IS_IPATCH_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_IPATCH))
Enum values to control the behavior or indicate internal state of AgsFifoout by enable/disable as flags.
“filename” property “filename” char *
The assigned filename.
Owner: AgsIpatch
Flags: Read / Write
Default value: NULL
Since: 3.0.0
“mode” property “mode” char *
The assigned mode.
Owner: AgsIpatch
Flags: Read / Write
Default value: NULL
Since: 3.0.0
“soundcard” property“soundcard” GObject *
The assigned soundcard.
Owner: AgsIpatch
Flags: Read / Write
Since: 3.0.0