Function
AgsAudioFxAnalyseChannelInputDataget_strct_mutex
since: 3.3.0
[−]
Declaration [src]
GRecMutex*
ags_fx_analyse_channel_input_data_get_strct_mutex (
AgsFxAnalyseChannelInputData* input_data
)
[−]
Parameters
input_data
-
Type:
AgsFxAnalyseChannelInputData*
The
AgsFxAnalyseChannelInputData
.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 . |