ope_comments_add

Function ope_comments_add 

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

Add a comment.

§Arguments

  • comments [in,out] - Where to add the comments
  • tag - Tag for the comment (must not contain = char)
  • val - Value for the tag

§Returns

Error code