LayerRenderer.Frame.Timing
A type that stores information about a frame’s encoding, rendering, and presentation deadlines.
Declaration
struct TimingOverview
Before you start drawing your frame’s content, call predictTiming() to retrieve the frame’s timing information. That function returns the latest predicted values for you to use during planning. After you retrieve the LayerRenderer.Drawable type for the frame, get the timing information from the drawable instead using frameTiming.