Skip to main content

OH_PackingOptions_SetDesiredDynamicRange

Function OH_PackingOptions_SetDesiredDynamicRange 

Source
pub unsafe extern "C" fn OH_PackingOptions_SetDesiredDynamicRange(
    options: *mut OH_PackingOptions,
    desiredDynamicRange: i32,
) -> Image_ErrorCode
Expand description

@brief Set desiredDynamicRange number for PackingOptions struct.

@param options The PackingOptions pointer will be operated. Pointer connot be null. @param desiredDynamicRange The number of dynamic range {@link IMAGE_PACKER_DYNAMIC_RANGE}. @return Image functions result code. {@link IMAGE_SUCCESS} if the execution is successful. {@link IMAGE_BAD_PARAMETER} options is nullptr. @since 12