vmeta_frame_csv_header

Function vmeta_frame_csv_header 

Source
pub unsafe extern "C" fn vmeta_frame_csv_header(
    type_: vmeta_frame_type,
    str_: *mut c_char,
    maxlen: usize,
) -> isize
Expand description

Write a frame metadata CSV file header string for the given type. The str string must have been previously allocated. The function writes up to maxlen characters. The CSV separator is a space character. @param type: frame metadata type @param str: pointer to the string to write to (output) @param maxlen: maximum length of the string @return the number of characters written on success, negative errno value in case of error