abstract class BaseQuality: Any
Fields
Name | Description |
---|---|
var qualityId: String?
|
The Id of the media representation |
var label: String?
|
The label of media representation that is visible to user |
var codec: String?
|
The codec of media representation |
var bitrate: Int?
|
The bitrate of media representation |
Constructors
Name | Description |
---|---|
constructor()
|
Base class for all the quality |
Base class for all the quality