Top |
guint | audio-channel | Read / Write |
AgsAudioSignal * | destination | Read / Write |
AgsAudioSignal * | source | Read / Write |
GObject ╰── AgsRecall ╰── AgsRecallAudioSignal ├── AgsBufferAudioSignal ├── AgsCopyAudioSignal ├── AgsEnvelopeAudioSignal ├── AgsMuteAudioSignal ├── AgsPeakAudioSignal ├── AgsPlayAudioSignal ├── AgsRecallDssiRun ├── AgsRecallLadspaRun ├── AgsRecallLv2Run ├── AgsStreamAudioSignal ╰── AgsVolumeAudioSignal
AgsRecallAudioSignal implements AgsConnectable, AgsPackable, AgsDynamicConnectable and AgsPlugin.
AgsRecallAudioSignal * ags_recall_audio_signal_new (AgsAudioSignal *destination
,AgsAudioSignal *source
,GObject *soundcard
);
Creates an AgsRecallAudioSignal.
destination |
destination AgsAudioSignal |
|
source |
source AgsAudioSignal |
|
soundcard |
default sink AgsSoundcard |
Since: 0.4
“audio-channel”
property“audio-channel” guint
The audio channel to which it should write.
Flags: Read / Write
Allowed values: <= 65536
Default value: 0
Since: 0.4.0
“destination”
property“destination” AgsAudioSignal *
The destination where this recall will write the audio signal to.
Flags: Read / Write
Since: 0.4.0
“source”
property“source” AgsAudioSignal *
The source where this recall will take the audio signal from.
Flags: Read / Write
Since: 0.4.0