Function capi_stream_get_input_latency

Source
pub unsafe extern "C" fn capi_stream_get_input_latency<STM: StreamOps>(
    s: *mut cubeb_stream,
    latency: *mut u32,
) -> c_int
Expand description

ยงSafety

Entry point from C code.

This function is unsafe because it dereferences the given s and latency pointers. The caller should ensure those pointers are valid.