Function libheif_sys::heif_context_get_encoder_for_format

source ยท
pub unsafe extern "C" fn heif_context_get_encoder_for_format(
    context: *mut heif_context,
    format: heif_compression_format,
    arg1: *mut *mut heif_encoder
) -> heif_error
Expand description

Get an encoder for the given compression format. If there are several encoder plugins for this format, the encoder with the highest plugin priority will be returned.