AudioQuality
@objc(THEOplayerAudioQuality)
public class AudioQuality : NSObjectRepresents the quality of an AudioTrack.
- 
                  
                  The sampling rate, in samples per second. Remark 44100 samples per second is expressed as 44100Hz.DeclarationSwift @objc public private(set) var audioSamplingRate: Int { get }
- 
                  
                  The required bandwidth for the quality as defined in the manifest. DeclarationSwift @objc public private(set) var bandwidth: Int { get }
- 
                  
                  The codecs of the quality as defined in the manifest. DeclarationSwift @objc public private(set) var codecs: String { get }
- 
                  
                  The identifier of the quality. DeclarationSwift @objc public private(set) var id: Int { get }
- 
                  
                  The name of the quality as defined in the manifest. DeclarationSwift @objc public private(set) var name: String { get }
 AudioQuality Class Reference
      AudioQuality Class Reference