pub unsafe extern "C" fn pw_stream_get_time(
stream: *mut pw_stream,
time: *mut pw_time,
) -> c_int
Expand description
Query the time on the stream, deprecated since 0.3.50, use pw_stream_get_time_n() to get the fields added since 0.3.50. RT safe.