HolographicFrameRenderingReport.SystemRelativeFrameReadyTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the system-recommended time at which rendering for the HolographicFrame that is dependent on the head pose should have begun. This is the same time that HolographicSpace.WaitForNextFrameReady method is unblocked.
public:
property TimeSpan SystemRelativeFrameReadyTime { TimeSpan get(); };
TimeSpan SystemRelativeFrameReadyTime();
public System.TimeSpan SystemRelativeFrameReadyTime { get; }
var timeSpan = holographicFrameRenderingReport.systemRelativeFrameReadyTime;
Public ReadOnly Property SystemRelativeFrameReadyTime As TimeSpan
Property Value
The system-recommended time at which rendering for the HolographicFrame that is dependent on the head pose should have begun.