Skip to main content

OH_DecodingOptionsForPicture_Release

Function OH_DecodingOptionsForPicture_Release 

Source
pub unsafe extern "C" fn OH_DecodingOptionsForPicture_Release(
    options: *mut OH_DecodingOptionsForPicture,
) -> ImageResult
Available on crate features api-12 and image-source and api-13 only.
Expand description

Releases an DecodingOptionsForPicture object.

§Arguments

  • options - Indicates a DecodingOptionsForPicture pointer.

§Returns

  • Image functions result code. [IMAGE_SUCCESS] if the execution is successful. [IMAGE_BAD_PARAMETER] options is nullptr.

Available since API-level: 13