HolographicSpace.WaitForNextFrameReadyWithHeadStart(TimeSpan) 方法

定义

阻止当前线程,直到适当时间开始呈现下一帧,并指定头开始。

public:
 virtual void WaitForNextFrameReadyWithHeadStart(TimeSpan requestedHeadStartDuration) = WaitForNextFrameReadyWithHeadStart;
void WaitForNextFrameReadyWithHeadStart(TimeSpan const& requestedHeadStartDuration);
public void WaitForNextFrameReadyWithHeadStart(System.TimeSpan requestedHeadStartDuration);
function waitForNextFrameReadyWithHeadStart(requestedHeadStartDuration)
Public Sub WaitForNextFrameReadyWithHeadStart (requestedHeadStartDuration As TimeSpan)

参数

requestedHeadStartDuration
TimeSpan TimeSpan

提前醒来的额外头部开始时间量。

Windows 要求

设备系列
Windows 10, version 1803 (在 10.0.17134.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v6.0 中引入)

注解

此方法将返回大约头开始加上一帧持续时间,然后合成器应接收下一帧以重新投影和扫描出来。

适用于