VideoFormatAspectRatio

public protocol VideoFormatAspectRatio

Represents an aspect ratio.

  • aspect ratio width, without unit

    Declaration

    Swift

    var width: UInt64 { get }
  • aspect ratio height, without unit

    Declaration

    Swift

    var height: UInt64 { get }