共用方式為


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

上次掃描後遺漏的掃描商機數目。

備註

如果重新投影無法及時完成,期限開始掃描,就會遺漏掃描機會。 這會導致可見的問題,因為不會對顯示器顯示任何新影像。 這些事件應該很少見,因為平臺會調整排程,以將失敗的可能性降到最低。

適用於