[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[[["\u003cp\u003e\u003ccode\u003echrome.cast.media.VideoInformation\u003c/code\u003e provides details about video resolution and High Dynamic Range (HDR) properties.\u003c/p\u003e\n"],["\u003cp\u003eIt includes \u003ccode\u003ewidth\u003c/code\u003e, \u003ccode\u003eheight\u003c/code\u003e, and \u003ccode\u003ehdrType\u003c/code\u003e to describe video dimensions and HDR format.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003ehdrType\u003c/code\u003e specifies the High Dynamic Range type using the \u003ccode\u003echrome.cast.media.HdrType\u003c/code\u003e enum.\u003c/p\u003e\n"]]],[],null,["chrome.[cast](/cast/docs/reference/web_sender/chrome.cast).[media](/cast/docs/reference/web_sender/chrome.cast.media).VideoInformation \nclass static\n\nVideo information such as video resolution and High Dynamic Range (HDR).\n\nConstructor\n\nVideoInformation\n\nnew\nVideoInformation(width, height, hdrType)\n\n| Parameter ||\n|---------|------------------------------------------------------------------------------------------------------------------------------------------|\n| width | number Width. |\n| height | number Height. |\n| hdrType | [chrome.cast.media.HdrType](/cast/docs/reference/web_sender/chrome.cast.media#.HdrType) High Dynamic Range type. Value must not be null. |\n\nProperties\n\nhdrType\n\nnon-null [chrome.cast.media.HdrType](/cast/docs/reference/web_sender/chrome.cast.media#.HdrType)\n\nVideo width.\n\nheight\n\nnumber\n\nVideo width.\n\nwidth\n\nnumber\n\nVideo width."]]