ope_comments_add_string

Function ope_comments_add_string 

Source
pub unsafe extern "C" fn ope_comments_add_string(
    comments: *mut OggOpusComments,
    tag_and_val: *const c_char,
) -> c_int
Expand description

Add a comment as a single tag=value string.

§Arguments

  • comments [in,out] - Where to add the comments
  • tag_and_val - string of the form tag=value (must contain = char)

§Returns

Error code