Frame
public struct Frame : Equatable
Info about a particular frame.
-
Undocumented
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
-
Declaration
Swift
public static func ==(lhs: Frame, rhs: Frame) -> Bool