pub unsafe extern "C" fn pw_filter_get_time(
    filter: *mut pw_filter,
    time: *mut pw_time
) -> c_int
Expand description

Query the time on the filter, deprecated, use the spa_io_position in the process() method for timing information.