VideoFormatFramerate

public protocol VideoFormatFramerate

Represents a framerate.

  • frames framerate numerator: number of frames occurring over time [period]

    Declaration

    Swift

    var frames: UInt64 { get }
  • period framerate denominator: time period, in seconds

    Declaration

    Swift

    var period: UInt64 { get }