Constructor
AgsAudioRemoveAudioSignalnew
since: 3.0.0
Declaration [src]
AgsRemoveAudioSignal*
ags_remove_audio_signal_new (
AgsRecycling* recycling,
AgsAudioSignal* audio_signal
)
Parameters
recycling
-
Type:
AgsRecycling
The
AgsRecycling
.The data is owned by the caller of the function. audio_signal
-
Type:
AgsAudioSignal
The
AgsAudioSignal
to remove.The data is owned by the caller of the function.
Return value
Type: AgsRemoveAudioSignal
The new AgsRemoveAudioSignal
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |