Constructor
AgsAudioFxLowPassAudioSignalnew
since: 3.13.0
Declaration [src]
AgsFxLowPassAudioSignal*
ags_fx_low_pass_audio_signal_new (
AgsAudioSignal* audio_signal
)
Parameters
audio_signal
-
Type:
AgsAudioSignal
The
AgsAudioSignal
.The data is owned by the caller of the function.
Return value
Type: AgsFxLowPassAudioSignal
The new AgsFxLowPassAudioSignal
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |