Frame
public struct Frame : Equatable
Info about a particular frame.
-
Declaration
Swift
public var previousTimestamp: Double
-
The timestamp that the frame.
Declaration
Swift
public var timestamp: Double
-
The current duration between frames.
Declaration
Swift
public var duration: Double { get }
-
Declaration
Swift
public static func == (lhs: Frame, rhs: Frame) -> Bool