Function

AgsAudioLv2Workerdo_poll

since: 3.0.0

Declaration [src]

void
ags_lv2_worker_do_poll (
  AgsWorkerThread* worker_thread,
  gpointer data
)

Description [src]

Safe run callback.

Available since: 3.0.0

Parameters

worker_thread

Type: AgsWorkerThread

The AgsWorkerThread.

The data is owned by the caller of the function.
data

Type: gpointer

The data.

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