Skip to main content

switch_loadable_module_get_codec_interface

Function switch_loadable_module_get_codec_interface 

Source
pub unsafe extern "C" fn switch_loadable_module_get_codec_interface(
    name: *const c_char,
    modname: *const c_char,
) -> *mut switch_codec_interface_t
Expand description

\brief Retrieve the codec interface by it’s registered name \param name the name of the codec \return the desired codec interface