Method

AgsAudioFxAnalyseChannelget_input_data

since: 3.3.0

Declaration [src]

AgsFxAnalyseChannelInputData*
ags_fx_analyse_channel_get_input_data (
  AgsFxAnalyseChannel* fx_analyse_channel,
  gint sound_scope
)

Description [src]

Get input data from fx_analyse_channel by sound_scope.

Available since: 3.3.0

Parameters

sound_scope

Type: gint

The sound scope.

Return value

Type: AgsFxAnalyseChannelInputData*

The matching AgsFxAnalyseChannelInputData-struct.

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