data class VideoQuality: BaseQuality
Fields
Name | Description |
---|---|
val width: Int?
|
Returns the width of the video representation. |
val height: Int?
|
Returns the height of the video representation. |
val frameRate: Float?
|
Returns the frame rate of the video representation. If the frame rate is not known or not applicable a value of -1 will be returned. |
Constructors
<init>
constructor(width: Int?, height: Int?, frameRate: Float?)
Represents a video quality.
Parameters
Name | Description |
---|---|
width: Int?
|
Returns the width of the video representation. |
height: Int?
|
Returns the height of the video representation. |
frameRate: Float?
|
Returns the frame rate of the video representation. If the frame rate is not known or not applicable a value of -1 will be returned. |
Represents a video quality.