Top |
guint | audio-channel | Read / Write |
AgsAudioSignal * | child-destination | Read / Write |
AgsAudioSignal * | child-source | Write |
AgsRecycling * | destination | Read / Write |
AgsRecycling * | source | Read / Write |
GObject ╰── AgsRecall ╰── AgsRecallRecycling ├── AgsBufferRecycling ├── AgsCopyRecycling ├── AgsEnvelopeRecycling ├── 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
“audio-channel”
property“audio-channel” guint
The audio channel this recall does output to.
Flags: Read / Write
Allowed values: <= 65536
Default value: 0
Since: 0.4.0
“child-destination”
property“child-destination” AgsAudioSignal *
The destination AgsAudioSignal child recall needs.
Flags: Read / Write
Since: 0.4.0
“child-source”
property“child-source” AgsAudioSignal *
The source AgsAudioSignal child recall needs.
Flags: Write
Since: 0.4.0
“destination”
property“destination” AgsRecycling *
The AgsRecycling destination of this recall.
Flags: Read / Write
Since: 0.4.0
“source”
property“source” AgsRecycling *
The AgsRecycling source of this recall.
Flags: Read / Write