VideoQuality
@objcMembers
@objc(BMPVideoQuality)
public class VideoQuality : Quality
Quality definition of a video representation.
-
The width of the video representation.
Declaration
Swift
public let width: UInt -
The height of the video representation.
Declaration
Swift
public let height: UInt -
Creates a quality definition for a video representation based on the provided data.
Declaration
Swift
public init( identifier: String, label: String, bitrate: UInt, codec: String?, width: UInt, height: UInt )Parameters
identifierThe unique identifier of the video representation.
labelThe label of the video representation that should be exposed to the user (e.g. in the UI).
bitrateThe bitrate of the video representation.
codecThe codec of the video representation.
widthThe width of the video representation.
heightThe height of the video representation.
VideoQuality Class Reference