pub unsafe extern "C-unwind" fn JxlDecoderSetProgressiveDetail(
dec: *mut JxlDecoder,
detail: JxlProgressiveDetail,
) -> JxlDecoderStatusExpand description
Configures at which progressive steps in frame decoding the JxlDecoderStatus::FrameProgression event occurs.
The default value for the level of detail if this function is never called is JxlProgressiveDetail::DC.
§Parameters
dec: decoder objectdetail: at which level of detail to triggerJxlDecoderStatus::FrameProgression
§Returns
JxlDecoderStatus::Successon success,JxlDecoderStatus::Erroron error, such as an invalid value for the progressive detail.