AI-generated Key Takeaways
-
chrome.cast.media.VideoInformation
provides details about video resolution and High Dynamic Range (HDR) properties. -
It includes
width
,height
, andhdrType
to describe video dimensions and HDR format. -
hdrType
specifies the High Dynamic Range type using thechrome.cast.media.HdrType
enum.
chrome.cast.media. VideoInformation
Video information such as video resolution and High Dynamic Range (HDR).
Constructor
VideoInformation
new VideoInformation(width, height, hdrType)
Parameter |
|
---|---|
width |
number Width. |
height |
number Height. |
hdrType |
High Dynamic Range type. Value must not be null. |
Properties
hdrType
non-null chrome.cast.media.HdrType
Video width.
height
number
Video width.
width
number
Video width.