다음을 통해 공유


HolographicFramePresentationReport.PresentationCount 속성

정의

작성자가 앱의 프레임을 표시한 횟수입니다.

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

속성 값

UInt32

unsigned int

uint32_t

특성

설명

일반적으로 1이지만 프레임이 삭제된 경우 0이거나, 후속 프레임이 늦게 도착하여 프레임이 다시 제공된 경우 1보다 클 수 있습니다.

적용 대상