pub unsafe extern "C" fn vsl_fourcc_from_string(
    fourcc: *const c_char
) -> u32
Expand description

Returns a fourcc integer code from the string. If the fourcc code is invalid or unsupported then 0 is returned.