次の方法で共有


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 より大きい場合があります。

適用対象