HolographicSpace.CreateFramePresentationMonitor(UInt32) Methode

Definition

Erstellt ein Objekt, um einen unabhängigen Stream von Framepräsentationsberichten aus diesem HolographicSpace zu überwachen.

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

Parameter

maxQueuedReports
UInt32

unsigned int

uint32_t

Die maximale Anzahl von Frameberichten, die in die Warteschlange gestellt werden können, ohne gelesen zu werden, bevor Berichte verworfen werden.

Gibt zurück

Der Framepräsentationsmonitor.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10, version 1803 (eingeführt in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v6.0)

Gilt für: