pub unsafe extern "C" fn heif_track_encode_sequence_image(
arg1: *mut heif_track,
image: *const heif_image,
encoder: *mut heif_encoder,
sequence_encoding_options: *const heif_sequence_encoding_options,
) -> heif_errorExpand description
Encode the image into a visual track. If the passed track is no visual track, an error will be returned.
@param image The input image to append to the sequence. @param encoder The encoder used for encoding the image. @param sequence_encoding_options Options for sequence encoding. If NULL, default options will be used.