Function

AgsAudioFxBufferChannelInputDataalloc

since: 3.3.0

Declaration [src]

AgsFxBufferChannelInputData*
ags_fx_buffer_channel_input_data_alloc (
  void
)

Description [src]

Allocate AgsFxBufferChannelInputData-struct.

Available since: 3.3.0

Return value

Type: AgsFxBufferChannelInputData*

The new AgsFxBufferChannelInputData-struct.

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