pub unsafe extern "C" fn OH_ImageSourceInfo_GetDynamicRange(
info: *mut OH_ImageSource_Info,
isHdr: *mut bool,
) -> Image_ErrorCodeExpand description
@brief Get isHdr for OH_ImageSource_Info struct.
@param info The OH_ImageSource_Info pointer will be operated. Pointer connot be null. @param isHdr Whether the image has a high dynamic range. @return Returns one of the following result codes: {@link IMAGE_SUCCESS} if the execution is successful. {@link IMAGE_BAD_PARAMETER} info is nullptr, or isHdr is nullptr. @since 12