HolographicFrameRenderingReport.SystemRelativeFrameReadyTime Property

Definition

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.

Applies to

See also