| Top |
| 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() |
| #define | AGS_IS_IPATCH_SAMPLE_CLASS() |
| GType | ags_ipatch_sample_get_type () |
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))
#define AGS_IS_IPATCH_SAMPLE_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_IPATCH_SAMPLE))
“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