Quality
public protocol QualityRepresents a quality of a media track.
- 
                  
                  The required bandwidth for the quality, in bits per second. DeclarationSwift var bandwidth: Int { get }
- 
                  
                  The average bandwidth of the quality, in bits per second. DeclarationSwift var averageBandwidth: Int? { get }
