A class that holds video properties of the current media session. The current
VideoInfo can be
obtained from MediaStatus.
| class | VideoInfo.Builder | Builder for VideoInfo. |
|
| int | HDR_TYPE_DV | Dolby Vision. |
| int | HDR_TYPE_HDR | High Dynamic Range. |
| int | HDR_TYPE_HDR10 | HDR10. |
| int | HDR_TYPE_SDR | Standard Dynamic Range. |
| int | HDR_TYPE_UNKNOWN | Unknown HDR type. |
| boolean | |
| int |
getHdrType()
Returns the HDR type of the current media session.
|
| int |
getHeight()
Returns the width of the height in pixels.
|
| int |
getWidth()
Returns the width of the video in pixels.
|
| int |
hashCode()
|
| void |
writeToParcel(Parcel out, int
flags)
|
Dolby Vision.
High Dynamic Range.
HDR10.
Standard Dynamic Range.
Unknown HDR type.
Returns the HDR type of the current media session.
Returns the width of the height in pixels.
Returns the width of the video in pixels.