Function
AgsAudioLv2Workerrespond
since: 3.0.0
[−]
Declaration [src]
LV2_Worker_Status
ags_lv2_worker_respond (
LV2_Worker_Respond_Handle handle,
uint32_t data_size,
void* data
)
[−]
Description [src]
Respond lv2 worker handle
.
Available since: 3.0.0
This function is not directly available to language bindings.
[−]
Parameters
handle
-
Type:
LV2_Worker_Respond_Handle
The LV2_Worker_Respond_Handle.
data_size
-
Type:
uint32_t
The data size.
data
-
Type:
void*
The data.
The argument can be NULL
.The data is owned by the caller of the function.