pub unsafe extern "C" fn JxlEncoderOptionsSetDecodingSpeed(
    frame_settings: *mut JxlEncoderFrameSettings,
    tier: c_int
) -> JxlEncoderStatus
Expand description

@param frame_settings set of options and metadata for this frame. Also includes reference to the encoder object. @param tier the decoding speed tier to set. @return JXL_ENC_SUCCESS if the operation was successful, JXL_ENC_ERROR otherwise.

DEPRECATED: use JxlEncoderFrameSettingsSetOption(frame_settings, JXL_ENC_FRAME_SETTING_DECODING_SPEED, tier) instead.