Top |
GObject ╰── AgsRecall ╰── AgsRecallChannel ├── AgsBufferChannel ├── AgsCopyChannel ├── AgsCopyPatternChannel ├── AgsEnvelopeChannel ├── AgsLoopChannel ├── AgsMuteChannel ├── AgsPeakChannel ├── AgsPlayChannel ├── AgsRecallDssi ├── AgsRecallLadspa ├── AgsRecallLv2 ├── AgsStreamChannel ╰── AgsVolumeChannel
AgsRecallChannel implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.
GList * ags_recall_channel_find_channel (GList *recall_channel_i
,AgsChannel *source
);
Retrieve next recall assigned to channel.
Since: 0.4
AgsRecallChannel * ags_recall_channel_new ();
Creates an AgsRecallChannel.
Since: 0.4
“destination”
property“destination” AgsChannel *
The destination channel object it is assigned to.
Flags: Read / Write
Since: 0.4.0
“source”
property“source” AgsChannel *
The source channel object it is assigned to.
Flags: Read / Write
Since: 0.4.0