Function
AgsAudioLv2Workerschedule_work
since: 3.0.0
[−]
Declaration [src]
LV2_Worker_Status
ags_lv2_worker_schedule_work (
LV2_Worker_Schedule_Handle handle,
uint32_t data_size,
void* data
)
[−]
Description [src]
Schedule work of lv2 worker handle
.
Available since: 3.0.0
This function is not directly available to language bindings.
[−]
Parameters
handle
-
Type:
LV2_Worker_Schedule_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.