Frame

class Frame : NSObject

Single frame with meta information.

  • Image representing the frame

    Declaration

    Swift

    var image: Image { get }
  • Internal time of frame receipt. Expressed in seconds

    Declaration

    Swift

    var time: Float { get }