pub unsafe extern "C" fn OH_NativeXComponent_SetExpectedFrameRateRange(
    component: *mut OH_NativeXComponent,
    range: *mut OH_NativeXComponent_ExpectedRateRange,
) -> i32
Available on crate features api-11 and xcomponent only.
Expand description

@brief Set the Expected FrameRateRange.

@param component Indicates the pointer to this OH_NativeXComponent instance. @param callback Indicates the pointer to a expected rate range. @return Returns the status code of the execution. @since 11 @version 1.0