HolographicFrameScanoutReport.MissedScanoutCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the number of scanout opportunities that were missed since the last scanout.
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
Property Value
The number of scanout opportunities that were missed since the last scanout.
Remarks
Scanout opportunities are missed if reprojection fails to complete in time for the deadline to begin scanout. This will cause a visible glitch as no new image will be presented to the display. These events should be rare as the platform will adjust scheduling to minimize the likelihood of failure.