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

특성

설명

이 값이 0보다 큰 경우 작성자는 다시 프로비저닝하고 이후 프레젠테이션 기회의 헤드 위치를 위해 이전 프레임을 제시해야 했습니다.

적용 대상