srtp2_sys

Function srtp_set_debug_module

Source
pub unsafe extern "C" fn srtp_set_debug_module(
    mod_name: *const c_char,
    v: c_int,
) -> srtp_err_status_t
Expand description

@brief srtp_set_debug_module(mod_name, v)

sets dynamic debugging to the value v (0 for off, 1 for on) for the debug module with the name mod_name

returns err_status_ok on success, err_status_fail otherwise