vdef_coded_data_format_from_str

Function vdef_coded_data_format_from_str 

Source
pub unsafe extern "C" fn vdef_coded_data_format_from_str(
    str_: *const c_char,
) -> vdef_coded_data_format
Expand description

Get an enum vdef_coded_data_format value from a string. Valid strings are only the suffix of the coded data format name (eg. ‘BYTE_STREAM’). The case is ignored. @param str: coded data format name to convert @return the enum vdef_coded_data_format value or VDEF_CODED_DATA_FORMAT_UNKNOWN if unknown