共用方式為


IUIAnimationTimer::SetFrameRateThreshold 方法 (uianimation.h)

設定幀速率,定時器會通知應用程式轉譯速度太慢。

語法

HRESULT SetFrameRateThreshold(
  [in] UINT32 framesPerSecond
);

參數

[in] framesPerSecond

每秒畫面格中所需的最小幀速率。

傳回值

如果方法成功,它會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。 如需錯誤碼的清單,請參閱 Windows 動畫錯誤碼

備註

如果動畫的轉譯幀速率低於指定的幀速率,則會引發 IUIAnimationTimerEventHandler::OnRenderingTooSlow 事件。

規格需求

需求
最低支援的用戶端 適用於 Windows Vista 的 Windows 7、Windows Vista 和平臺更新 [傳統型應用程式 |UWP 應用程式]
最低支援的伺服器 都不支援
目標平台 Windows
標頭 uianimation.h
Dll UIAnimation.dll

另請參閱

IUIAnimationTimer

IUIAnimationTimerEventHandler