Function

AgsAudioFxTwoPassAliaseChannelInputDataget_strct_mutex

since: 3.8.0

Declaration [src]

GRecMutex*
ags_fx_two_pass_aliase_channel_input_data_get_strct_mutex (
  AgsFxTwoPassAliaseChannelInputData* input_data
)

Description [src]

Get structure mutex.

Available since: 3.8.0

Parameters

input_data

Type: AgsFxTwoPassAliaseChannelInputData*

The AgsFxTwoPassAliaseChannelInputData.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: GRecMutex*

The GRecMutex to lock input_data.

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