Function

AgsAudioFxAnalyseChannelInputDataalloc

since: 3.3.0

Declaration [src]

AgsFxAnalyseChannelInputData*
ags_fx_analyse_channel_input_data_alloc (
  void
)

Description [src]

Allocate AgsFxAnalyseChannelInputData-struct.

Available since: 3.3.0

Return value

Type: AgsFxAnalyseChannelInputData*

The new AgsFxAnalyseChannelInputData-struct.

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