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에서 도입되었습니다.)

적용 대상