Top | ![]() |
![]() |
![]() |
![]() |
GList * | ags_recall_recycling_get_child_source () |
AgsRecallRecycling * | ags_recall_recycling_new () |
#define | AGS_IS_RECALL_RECYCLING() |
#define | AGS_IS_RECALL_RECYCLING_CLASS() |
#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 |
AgsAudioSignal * | 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 ├── AgsBufferRecycling ├── AgsCopyRecycling ├── AgsEnvelopeRecycling ├── AgsFeedRecycling ├── AgsMuteRecycling ├── AgsPeakRecycling ├── AgsPlayRecycling ├── AgsRecallRecyclingDummy ├── AgsStreamRecycling ╰── AgsVolumeRecycling
AgsRecallRecycling implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.
GList *
ags_recall_recycling_get_child_source (AgsRecallRecycling *recall_recycling
);
AgsRecallRecycling * ags_recall_recycling_new ();
Creates a AgsRecallRecycling
Since: 0.4
#define AGS_IS_RECALL_RECYCLING(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_RECALL_RECYCLING))
#define AGS_IS_RECALL_RECYCLING_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), 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))
“audio-channel”
property“audio-channel” guint
The assigned destination recycling.
Flags: Read / Write
Allowed values: <= 65536
Default value: 0
Since: 0.4.0
“child-destination”
property“child-destination” AgsAudioSignal *
The assigned destination audio signal.
Flags: Read / Write
Since: 0.4.0
“child-source”
property“child-source” AgsAudioSignal *
The assigned source audio signal.
Flags: Write
Since: 0.4.0
“destination”
property“destination” AgsRecycling *
The assigned source recycling.
Flags: Read / Write
Since: 0.4.0
“source”
property“source” AgsRecycling *
The AgsRecycling source of this recall.
Flags: Read / Write