arkui_sys::drawable_descriptor

Function OH_ArkUI_DrawableDescriptor_GetAnimationIteration

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

Obtains the number of playback times.

§Arguments

drawableDescriptor - Indicates the pointer to the drawableDescriptor.

§Returns

Returns the number of playback times.

Available since API-level: 12