Method
AgsAudioAudioSignalduplicate_stream
since: 3.0.0
Declaration [src]
void
ags_audio_signal_duplicate_stream (
AgsAudioSignal* audio_signal,
AgsAudioSignal* default_template
)
Description [src]
Apply default_template
audio data to audio_signal
. Note should only be invoked
by proper recall context because only the stream of default_template
is locked.
Available since: 3.0.0
Parameters
default_template
-
Type:
AgsAudioSignal
The default template
AgsAudioSignal
.The data is owned by the caller of the method.