Contents

beginFrame(atTime:timeStamp:)

Begin rendering a frame at the specified time.

Declaration

func beginFrame(atTime t: CFTimeInterval, timeStamp ts: UnsafeMutablePointer<CVTimeStamp>?)

Parameters

  • t:

    The layer time.

  • ts:

    The display timestamp associated with timeInterval. Can be null.

See Also

Rendering a Frame