Resolution

public struct Resolution : Decodable

A struct containing the resolution of a video or image.

  • The width of the media.

    Declaration

    Swift

    public let width: Int
  • The height of the media.

    Declaration

    Swift

    public let height: Int
  • url

    The URL to download the media.

    Declaration

    Swift

    public let url: URL