Function pw_filter_trigger_process

Source
pub unsafe extern "C" fn pw_filter_trigger_process(
    filter: *mut pw_filter,
) -> c_int
Expand description

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