HolographicFramePresentationReport.PresentationCount Property

Definition

The number of times the app's frame was presented by the compositor.

public:
 property unsigned int PresentationCount { unsigned int get(); };
uint32_t PresentationCount();
/// [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 PresentationCount();
public uint PresentationCount { get; }
public uint PresentationCount { [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.presentationCount;
Public ReadOnly Property PresentationCount As UInteger

Property Value

UInt32

unsigned int

uint32_t

Attributes

Remarks

Normally one, but may be zero if the frame was dropped, or greater than one if the frame was re-presented due to subsequent frames arriving late.

Applies to