Videos

public struct Videos : Decodable

A struct cointaining the low and standard resolution videos of the media.

  • A Resolution object that contains the width, height and URL of the low resolution video.

    Declaration

    Swift

    public let lowResolution: Resolution
  • A Resolution object that contains the width, height and URL of the standard resolution video.

    Declaration

    Swift

    public let standardResolution: Resolution
  • A Resolution object that contains the width, height and URL of the low bandwidth video.

    Declaration

    Swift

    public let lowBandwidth: Resolution?