Skip to main content

OH_DecodingOptions_Create

Function OH_DecodingOptions_Create 

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

Create a pointer for OH_DecodingOptions struct.

§Arguments

  • options - The OH_DecodingOptions pointer will be operated.

§Returns

  • Returns [Image_ErrorCode]

Available since API-level: 12