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