pub unsafe extern "C" fn pw_filter_trigger_process( filter: *mut pw_filter, ) -> c_int
Trigger a push/pull on the filter. One iteration of the graph will be scheduled and process() will be called. RT safe. Since 0.3.66