HolographicFramePresentationReport.MissedPresentationOpportunityCount 属性

定义

在完成应用帧呈现之前错过的演示机会数。

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

属性值

UInt32

unsigned int

uint32_t

属性

注解

如果此值大于零,则合成器必须重新投影并呈现上一帧,以便稍后演示机会的头部位置。

适用于