Quality
@objcMembers
@objc(BMPQuality)
public class Quality : NSObject
Quality definition of a media representation.
Note: This class acts as an abstract class.
-
The unique identifier of the media representation.
Declaration
Swift
public let identifier: String
-
The label of the media representation that should be exposed to the user (e.g. in the UI).
Declaration
Swift
public let label: String
-
The bitrate of the media representation in bits per second (bps).
Declaration
Swift
public let bitrate: UInt
-
The codec of the media representation.
Declaration
Swift
public let codec: String?