HolographicSpace.CreateFramePresentationMonitor(UInt32) Méthode

Définition

Crée un objet pour surveiller un flux indépendant de rapports de présentation de frame à partir de cet 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

Paramètres

maxQueuedReports
UInt32

unsigned int

uint32_t

Nombre maximal de rapports frame pouvant être mis en file d’attente sans être lus avant que les rapports ne soient ignorés.

Retours

Moniteur de présentation frame.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 1803 (introduit dans 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v6.0)

S’applique à