[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-07-28 UTC。"],[[["\u003cp\u003e\u003ccode\u003ecast.framework.messages.VideoInformation\u003c/code\u003e provides details about video content, including resolution and HDR type.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties for width, height, and HDR type, which are specified during object creation using the constructor.\u003c/p\u003e\n"],["\u003cp\u003eHDR type must be a value from \u003ccode\u003ecast.framework.messages.HdrType\u003c/code\u003e and cannot be null.\u003c/p\u003e\n"]]],["The `VideoInformation` class provides details about video resolution and High Dynamic Range (HDR). It's initialized using `width`, `height`, and `hdrType` parameters. Key properties include `width` and `height`, both numbers representing dimensions, and `hdrType`, which specifies the HDR format. The `hdrType` property cannot have a null value. These properties allow to define and get information about the video format.\n"],null,["cast.[framework](/cast/docs/reference/web_receiver/cast.framework).[messages](/cast/docs/reference/web_receiver/cast.framework.messages).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 | [cast.framework.messages.HdrType](/cast/docs/reference/web_receiver/cast.framework.messages#.HdrType) High Dynamic Range type. Value must not be null. |\n\nProperties\n\nhdrType\n\nnon-null [cast.framework.messages.HdrType](/cast/docs/reference/web_receiver/cast.framework.messages#.HdrType)\n\nHDR type\n\nheight\n\nnumber\n\nVideo height.\n\nwidth\n\nnumber\n\nVideo width."]]