Top | ![]() |
![]() |
![]() |
![]() |
#define | AGS_IPATCH_SAMPLE_GET_OBJ_MUTEX() |
pthread_mutex_t * | ags_ipatch_sample_get_class_mutex () |
gboolean | ags_ipatch_sample_test_flags () |
void | ags_ipatch_sample_set_flags () |
void | ags_ipatch_sample_unset_flags () |
AgsIpatchSample * | ags_ipatch_sample_new () |
#define | AGS_IPATCH_SAMPLE() |
#define | AGS_IPATCH_SAMPLE_CLASS() |
#define | AGS_IPATCH_SAMPLE_GET_CLASS() |
#define | AGS_IS_IPATCH_SAMPLE() |
GType | ags_ipatch_sample_get_type () |
enum | AgsIpatchSampleFlags |
#define | AGS_TYPE_IPATCH_SAMPLE |
struct | AgsIpatchSample |
struct | AgsIpatchSampleClass |
#define AGS_IPATCH_SAMPLE_GET_OBJ_MUTEX(obj) (((AgsIpatchSample *) obj)->obj_mutex)
pthread_mutex_t *
ags_ipatch_sample_get_class_mutex ();
Use this function's returned mutex to access mutex fields.
Since: 2.0.36
gboolean ags_ipatch_sample_test_flags (AgsIpatchSample *ipatch_sample
,guint flags
);
Test flags
to be set on ipatch_sample
.
Since: 2.0.36
void ags_ipatch_sample_set_flags (AgsIpatchSample *ipatch_sample
,guint flags
);
Enable a feature of ipatch_sample
.
Since: 2.0.36
void ags_ipatch_sample_unset_flags (AgsIpatchSample *ipatch_sample
,guint flags
);
Disable a feature of ipatch_sample
.
Since: 2.0.36
AgsIpatchSample * ags_ipatch_sample_new ();
Creates a new instance of AgsIpatchSample.
Since: 2.0.0
#define AGS_IPATCH_SAMPLE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_IPATCH_SAMPLE, AgsIpatchSample))
#define AGS_IPATCH_SAMPLE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_IPATCH_SAMPLE, AgsIpatchSampleClass))
#define AGS_IPATCH_SAMPLE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_IPATCH_SAMPLE, AgsIpatchSampleClass))
#define AGS_IS_IPATCH_SAMPLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_IPATCH_SAMPLE))
Enum values to control the behavior or indicate internal state of AgsIpatchSample by enable/disable as flags.
“buffer-size”
property“buffer-size” guint
The buffer size to be used.
Flags: Read / Write
Default value: 0
Since: 2.0.0
“format”
property“format” guint
The format to be used.
Flags: Read / Write
Default value: 0
Since: 2.0.0
“sample”
property“sample” GObject *
The assigned output IpatchSample.
Flags: Read / Write
Since: 2.0.0