Contents

LayerRenderer.Frame.Timing

A type that stores information about a frame’s encoding, rendering, and presentation deadlines.

Declaration

struct Timing

Overview

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.

Topics

Updating the frame contents

Rendering the frame

Displaying the frame

Creating the timing details

Instance Properties

See Also

Getting timing information