|
Android OpenTV Player SDK
5.30.0.1687258470
|
This class aggregates all the information pertaining to an adaptive streaming media representation.
The information contained in it is a snapshot of the current download.
Inherits Parcelable.
Public Member Functions | |
| final int | getBitrate () |
| Returns the media bitrate variant as presented by the underlying adaptive bitrate manifest. More... | |
| final String | getResolution () |
| Returns the media resolution as presented by the underlying adaptive manifest. More... | |
| final long | getTotalSizeEstimate () |
| Returns an estimate of the total size in bytes, including non-video tracks. More... | |
| final String | toString () |
| Get a String representation of this Asset. More... | |
| final int getBitrate | ( | ) |
Returns the media bitrate variant as presented by the underlying adaptive bitrate manifest.
| final String getResolution | ( | ) |
Returns the media resolution as presented by the underlying adaptive manifest.
| final long getTotalSizeEstimate | ( | ) |
Returns an estimate of the total size in bytes, including non-video tracks.
The resulting downloaded size in bytes can differ slightly.
| final String toString | ( | ) |
Get a String representation of this Asset.