VideoQuality

public protocol VideoQuality : Quality

Represents a quality of a video track.

  • The video width of the video quality, in pixels.

    Declaration

    Swift

    var width: Int { get }
  • The video height of the video quality, in pixels.

    Declaration

    Swift

    var height: Int { get }