Method

AgsAudioFxBufferChannelget_input_data

since: 3.3.0

Declaration [src]

AgsFxBufferChannelInputData*
ags_fx_buffer_channel_get_input_data (
  AgsFxBufferChannel* fx_buffer_channel,
  gint sound_scope
)

Description [src]

Get input data from fx_buffer_channel by sound_scope.

Available since: 3.3.0

Parameters

sound_scope

Type: gint

The sound scope.

Return value

Type: AgsFxBufferChannelInputData*

The matching AgsFxBufferChannelInputData-struct.

The data is owned by the instance.
The return value can be NULL.