Player Module
/
com.bitmovin.player.api.media.video.quality
/
VideoQuality
Video
Quality
data class
VideoQuality
(id:
String
, label:
String
?, bitrate:
Int
, codec:
String
?, frameRate:
Float
, width:
Int
, height:
Int
) :
Quality
Content copied to clipboard
Represents a video quality.
Constructors
Properties
Constructors
VideoQuality
Link copied to clipboard
fun
VideoQuality
(id:
String
, label:
String
?, bitrate:
Int
, codec:
String
?, frameRate:
Float
, width:
Int
, height:
Int
)
Content copied to clipboard
Properties
bitrate
Link copied to clipboard
open override val
bitrate
:
Int
Content copied to clipboard
The bitrate of the media quality.
codec
Link copied to clipboard
open override val
codec
:
String
?
Content copied to clipboard
The codec of the media quality.
frameRate
Link copied to clipboard
val
frameRate
:
Float
Content copied to clipboard
The frame rate of the video quality.
height
Link copied to clipboard
val
height
:
Int
Content copied to clipboard
The height of the video quality.
id
Link copied to clipboard
open override val
id
:
String
Content copied to clipboard
The id of the media quality.
label
Link copied to clipboard
open override val
label
:
String
?
Content copied to clipboard
The label of the media quality that should be exposed to the user.
width
Link copied to clipboard
val
width
:
Int
Content copied to clipboard
The width of the video quality.