OH_ArkUI_AnimateOption_SetExpectedFrameRateRange

Function OH_ArkUI_AnimateOption_SetExpectedFrameRateRange 

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

Sets the expected frame rate range of an animation.

ยงArguments

  • option - Indicates the pointer to an animation configuration.

  • value - Indicates the expected frame rate range.

Available since API-level: 12