Function

AgsAudioFxTwoPassAliaseChannelInputDataalloc

since: 3.8.0

Declaration [src]

AgsFxTwoPassAliaseChannelInputData*
ags_fx_two_pass_aliase_channel_input_data_alloc (
  void
)

Description [src]

Allocate AgsFxTwoPassAliaseChannelInputData-struct.

Available since: 3.8.0

Return value

Type: AgsFxTwoPassAliaseChannelInputData*

The new AgsFxTwoPassAliaseChannelInputData-struct.

The caller of the function takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.