HolographicFramePresentationReport.PresentationCount Eigenschaft

Definition

Gibt an, wie oft der Frame der App vom Compositor präsentiert wurde.

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

Eigenschaftswert

UInt32

unsigned int

uint32_t

Attribute

Hinweise

Normalerweise eins, kann jedoch null sein, wenn der Frame gelöscht wurde, oder größer als eins, wenn der Frame aufgrund späterer Frames erneut angezeigt wurde.

Gilt für: