| Top |
| AgsRecallRecycling * | ags_recall_recycling_new () |
| #define | AGS_IS_RECALL_RECYCLING() |
| #define | AGS_RECALL_RECYCLING() |
| #define | AGS_RECALL_RECYCLING_CLASS() |
| #define | AGS_RECALL_RECYCLING_GET_CLASS() |
| GType | ags_recall_recycling_get_type () |
| guint | audio-channel | Read / Write |
| AgsAudioSignal * | child-destination | Read / Write |
| gpointer | child-source | Write |
| AgsRecycling * | destination | Read / Write |
| AgsRecycling * | source | Read / Write |
| enum | AgsRecallRecyclingFlags |
| #define | AGS_TYPE_RECALL_RECYCLING |
| struct | AgsRecallRecycling |
| struct | AgsRecallRecyclingClass |
GObject ╰── AgsRecall ╰── AgsRecallRecycling ├── AgsAnalyseRecycling ├── AgsBufferRecycling ├── AgsCopyRecycling ├── AgsEnvelopeRecycling ├── AgsEq10Recycling ├── AgsFeedRecycling ├── AgsGenericRecallRecycling ├── AgsMuteRecycling ├── AgsPeakRecycling ├── AgsPlayRecycling ├── AgsPrepareRecycling ├── AgsRtStreamRecycling ├── AgsStreamRecycling ╰── AgsVolumeRecycling
AgsRecallRecycling * ags_recall_recycling_new ();
Creates a new instance of AgsRecallRecycling
Since: 2.0.0
#define AGS_IS_RECALL_RECYCLING(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECALL_RECYCLING))
#define AGS_RECALL_RECYCLING(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RECALL_RECYCLING, AgsRecallRecycling))
#define AGS_RECALL_RECYCLING_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RECALL_RECYCLING, AgsRecallRecyclingClass))
#define AGS_RECALL_RECYCLING_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_RECALL_RECYCLING, AgsRecallRecyclingClass))
Enum values to control the behavior or indicate internal state of AgsRecallRecycling by enable/disable as flags.
“audio-channel” property“audio-channel” guint
The assigned destination recycling.
Flags: Read / Write
Allowed values: <= 65536
Default value: 0
Since: 2.0.0
“child-destination” property“child-destination” AgsAudioSignal *
The assigned destination audio signal.
Flags: Read / Write
Since: 2.0.0
“child-source” property“child-source” gpointer
The assigned source audio signal.
Flags: Write
Since: 2.0.0
“destination” property“destination” AgsRecycling *
The assigned destination recycling.
Flags: Read / Write
Since: 2.0.0
“source” property“source” AgsRecycling *
The assigned source recycling.
Flags: Read / Write
Since: 2.0.0