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

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

DEPRECATED: use JxlEncoderFrameSettingsSetOption(frame_settings, JXL_ENC_FRAME_SETTING_EFFORT, effort) instead.