Share via


HolographicFramePresentationReport.MissedPresentationOpportunityCount Eigenschaft

Definition

Die Anzahl der Präsentationsmöglichkeiten, die verpasst wurden, bevor das Rendern des Frames der App abgeschlossen wurde.

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

Eigenschaftswert

UInt32

unsigned int

uint32_t

Attribute

Hinweise

Wenn dieser Wert größer als 0 (null) ist, musste der Compositor ihren vorherigen Frame für die Kopfposition späterer Präsentationsmöglichkeiten neu entwerfen und präsentieren.

Gilt für: