capi_stream_set_input_processing_params

Function capi_stream_set_input_processing_params 

Source
pub unsafe extern "C" fn capi_stream_set_input_processing_params<STM: StreamOps>(
    s: *mut cubeb_stream,
    params: cubeb_input_processing_params,
) -> c_int
Expand description

ยงSafety

Entry point from C code.

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