heif_track_encode_sequence_image

Function heif_track_encode_sequence_image 

Source
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_error
Expand 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.