HolographicFrameScanoutReport.MissedScanoutCount Property

Definition

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

UInt32

unsigned int

uint32_t

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.

Applies to