I'm currently trying to use this library to encode to AVIF, but can't find any way to set the speed parameter. I believe in libheif heif_encoder_set_parameter_integer is used, but I can't find any corresponding Rust method in this library. Is this possible?
I'm currently trying to use this library to encode to AVIF, but can't find any way to set the speed parameter. I believe in libheif
heif_encoder_set_parameter_integer
is used, but I can't find any corresponding Rust method in this library. Is this possible?