VideoFormatResolution

public protocol VideoFormatResolution

Represents a video resolution.

  • width in pixels

    Declaration

    Swift

    var width: UInt64 { get }
  • height in pixels

    Declaration

    Swift

    var height: UInt64 { get }