OH_ArkUI_DrawableDescriptor_GetAnimatedPixelMapArray

Function OH_ArkUI_DrawableDescriptor_GetAnimatedPixelMapArray 

Source
pub unsafe extern "C" fn OH_ArkUI_DrawableDescriptor_GetAnimatedPixelMapArray(
    drawableDescriptor: *mut ArkUI_DrawableDescriptor,
) -> *mut OH_PixelmapNativeHandle
Available on crate feature api-12 only.
Expand description

Obtains the Pixelmap array used to play the animation.

§Arguments

  • drawableDescriptor - Indicates the pointer to the drawableDescriptor.

§Returns

  • Returns the pointer to the PixelMap array.

Available since API-level: 12