次の方法で共有


HolographicSpace.CreateFramePresentationMonitor(UInt32) メソッド

定義

この HolographicSpace からのフレーム プレゼンテーション レポートの独立したストリームを監視する オブジェクトを作成します。

public:
 virtual HolographicFramePresentationMonitor ^ CreateFramePresentationMonitor(unsigned int maxQueuedReports) = CreateFramePresentationMonitor;
HolographicFramePresentationMonitor CreateFramePresentationMonitor(uint32_t const& maxQueuedReports);
/// [Windows.Foundation.Metadata.Deprecated("Use CreateFrameScanoutMonitor instead of CreateFramePresentationMonitor. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
HolographicFramePresentationMonitor CreateFramePresentationMonitor(uint32_t const& maxQueuedReports);
public HolographicFramePresentationMonitor CreateFramePresentationMonitor(uint maxQueuedReports);
[Windows.Foundation.Metadata.Deprecated("Use CreateFrameScanoutMonitor instead of CreateFramePresentationMonitor. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 655360, "Windows.Foundation.UniversalApiContract")]
public HolographicFramePresentationMonitor CreateFramePresentationMonitor(uint maxQueuedReports);
function createFramePresentationMonitor(maxQueuedReports)
Public Function CreateFramePresentationMonitor (maxQueuedReports As UInteger) As HolographicFramePresentationMonitor

パラメーター

maxQueuedReports
UInt32

unsigned int

uint32_t

レポートが破棄される前に読み取らずにキューに入れることができるフレーム レポートの最大数。

戻り値

フレーム プレゼンテーション モニター。

属性

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)

適用対象