AVRational

public typealias AVRational = CFFmpeg.AVRational
  • Convert an AVRational to a Double.

    Declaration

    Swift

    public var toDouble: Double { get }
  • Invert a rational. 1 / q

    Declaration

    Swift

    public var inverted: AVRational { get }