arkui_sys::native_animate

Function OH_ArkUI_AnimateOption_GetExpectedFrameRateRange

Source
pub unsafe extern "C" fn OH_ArkUI_AnimateOption_GetExpectedFrameRateRange(
    option: *mut ArkUI_AnimateOption,
) -> *mut ArkUI_ExpectedFrameRateRange
Available on crate feature api-12 only.
Expand description

Obtains the expected frame rate range of an animation.

§Arguments

option - Indicates the pointer to an animation configuration.

§Returns

Returns the expected frame rate range.

Available since API-level: 12