Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.17 KB

holographicspace_createframescanoutmonitor_928342556.md

File metadata and controls

28 lines (16 loc) · 1.17 KB
-api-id -api-type
M:Windows.Graphics.Holographic.HolographicSpace.CreateFrameScanoutMonitor(System.UInt32)
winrt method

-description

Creates a HolographicFrameScanoutMonitor that allows Windows Mixed Reality applications to monitor detailed performance and timing information about the platform in real time.

-parameters

-param maxQueuedReports

The maximum number of HolographicFrameScanoutReport objects that will be buffered by the system at any one time.

-returns

The created HolographicFrameScanoutMonitor.

-remarks

The caller is responsible for calling ReadReports method at a high enough frequency to dequeue the reports before this maximum limit is reached. If the limit is reached, the platform will discard reports until the queue is no longer full. It is recommended that ReadReports be called once every frame.

-see-also

HolographicFrameScanoutReport, ReadReports

-examples