AI-generated Key Takeaways
- 
          VideoInformation provides details like resolution and HDR type for video content. 
- 
          The VideoInformation object is created with parameters for width, height, and HDR type. 
- 
          Properties include width,height, andhdrTypeto access video dimensions and HDR information.
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.