Constructor
AgsAudioFxHighPassChannelProcessornew
since: 3.13.0
[−]
Declaration [src]
AgsFxHighPassChannelProcessor*
ags_fx_high_pass_channel_processor_new (
AgsChannel* channel
)
[−]
Description [src]
Create a new instance of AgsFxHighPassChannelProcessor
.
Available since: 3.13.0
[−]
Parameters
channel
-
Type:
AgsChannel
The
AgsChannel
.The data is owned by the caller of the function.
[−]
Return value
Type: AgsFxHighPassChannelProcessor
The new AgsFxHighPassChannelProcessor
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |