IUIAnimationTimerEventHandler::OnRenderingTooSlow メソッド (uianimation.h)
アニメーションのレンダリング フレーム レートが望ましい最小フレーム レートを下回ったときに発生するイベントを処理します。
構文
HRESULT OnRenderingTooSlow(
[in] UINT32 framesPerSecond
);
パラメーター
[in] framesPerSecond
現在のフレーム レート (1 秒あたりのフレーム数)。
戻り値
メソッドが成功した場合は、S_OK を返します。 そうでない場合は、HRESULT エラー コードを返します。 エラー コードの一覧については、「 UIAnimation エラー コード 」を参照してください。
注釈
望ましい最小フレーム レートは、 IUIAnimationTimer::SetFrameRateThreshold メソッドを使用して指定します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 7、Windows Vista、および Windows Vista 用プラットフォーム更新プログラム [デスクトップ アプリ |UWP アプリ] |
サポートされている最小のサーバー | サポートなし |
対象プラットフォーム | Windows |
ヘッダー | uianimation.h |
[DLL] | UIAnimation.dll |
こちらもご覧ください
IUIAnimationTimer::SetFrameRateThreshold