Share via


HolographicFrameScanoutReport.MissedScanoutCount プロパティ

定義

前回のスキャンアウト以降に見逃されたスキャンアウトの機会の数を取得します。

public:
 property unsigned int MissedScanoutCount { unsigned int get(); };
uint32_t MissedScanoutCount();
public uint MissedScanoutCount { get; }
var uInt32 = holographicFrameScanoutReport.missedScanoutCount;
Public ReadOnly Property MissedScanoutCount As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

前回のスキャンアウト以降に見逃されたスキャンアウトの機会の数。

注釈

再投影がスキャンアウトを開始する期限に間に合わなかった場合、スキャンアウトの機会は見逃されます。 これにより、新しい画像がディスプレイに表示されないので、目に見える不具合が発生します。 障害の可能性を最小限に抑えるためにプラットフォームがスケジュールを調整するため、これらのイベントはまれである必要があります。

適用対象