HolographicFramePresentationReport.MissedPresentationOpportunityCount Property

Definition

The number of presentation opportunities which were missed before the app's frame was finished rendering.

public:
 property unsigned int MissedPresentationOpportunityCount { unsigned int get(); };
uint32_t MissedPresentationOpportunityCount();
/// [get: Windows.Foundation.Metadata.Deprecated("Use IHolographicFrameScanoutReport instead of IHolographicFramePresentationReport. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
uint32_t MissedPresentationOpportunityCount();
public uint MissedPresentationOpportunityCount { get; }
public uint MissedPresentationOpportunityCount { [Windows.Foundation.Metadata.Deprecated("Use IHolographicFrameScanoutReport instead of IHolographicFramePresentationReport. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")] get; }
var uInt32 = holographicFramePresentationReport.missedPresentationOpportunityCount;
Public ReadOnly Property MissedPresentationOpportunityCount As UInteger

Property Value

UInt32

unsigned int

uint32_t

Attributes

Remarks

If this value is greater than zero, the compositor had to reproject and present your previous frame for the head position of later presentation opportunities.

Applies to