Gst.Task.prototype.set_enter_callback
function set_enter_callback(enter_func:Gst.TaskThreadFunc):void {
// Gjs wrapper for gst_task_set_enter_callback()
}Call enter_func when the task function of task is entered. user_data will be passed to enter_func and notify will be called when user_data is no longer referenced.
- enter_func