Quality

public protocol Quality

Represents a quality of a media track.

  • The required bandwidth for the quality, in bits per second.

    Declaration

    Swift

    var bandwidth: Int { get }
  • The average bandwidth of the quality, in bits per second.

    Declaration

    Swift

    var averageBandwidth: Int? { get }