Function ope_encoder_continue_new_callbacks

Source
pub unsafe extern "C" fn ope_encoder_continue_new_callbacks(
    enc: *mut OggOpusEnc,
    user_data: *mut c_void,
    comments: *mut OggOpusComments,
) -> c_int
Expand description

Ends the stream and create a new file (callback-based).

§Arguments

  • enc [in,out] - Encoder
  • user_data - Pointer to be associated with the new stream and passed to the callbacks
  • comments - Comments associated with the stream

§Returns

Error code