Function cubeb_backend::capi::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.