Function

AgsAudioFxEq10ChannelInputDataalloc

since: 3.3.0

Declaration [src]

AgsFxEq10ChannelInputData*
ags_fx_eq10_channel_input_data_alloc (
  void
)

Description [src]

Allocate AgsFxEq10ChannelInputData-struct.

Available since: 3.3.0

Return value

Type: AgsFxEq10ChannelInputData*

The new AgsFxEq10ChannelInputData-struct.

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