Контент для карусели просмотра СМИ. Этот контент следует использовать как для пользовательского интерфейса просмотра мультимедиа на экране IDLE, так и для экрана соответствующего контента во время воспроизведения.
Соотношение сторон всех изображений в карусели просмотра мультимедиа. Настоятельно рекомендуется указать изображение элемента просмотра в BrowseContentItem#image, соответствующее значению targetAspectRatio. Если изображение слишком узкое/высокое, оно будет помещено в столбики. Если изображение слишком широкое/короткое, оно будет помещено в почтовый ящик.
[[["Прост для понимания","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-24 UTC."],[[["\u003cp\u003e\u003ccode\u003ecast.framework.ui.BrowseContent\u003c/code\u003e displays a media browse carousel for both IDLE screen and related content during playback.\u003c/p\u003e\n"],["\u003cp\u003eIt is constructed using an array of \u003ccode\u003ecast.framework.ui.BrowseItem\u003c/code\u003e (maximum 30) and an optional title.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003eitems\u003c/code\u003e, \u003ccode\u003etargetAspectRatio\u003c/code\u003e (to manage image display), and \u003ccode\u003etitle\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eImages in the browse items should ideally match the \u003ccode\u003etargetAspectRatio\u003c/code\u003e to avoid letterboxing or pillarboxing.\u003c/p\u003e\n"]]],["`BrowseContent` manages media browse carousel content for both the IDLE and related content screens. It's instantiated using `BrowseContent(browseItems, title)`, accepting an array of `BrowseItem` objects (max 30) and an optional title. Key properties include `items`, holding the `BrowseItem` list, `targetAspectRatio` defining image aspect ratios, and `title` for the list's label. Excess items beyond 30 are truncated. `targetAspectRatio` is advised for image consistency, as images that do not fit will be pillarboxed or letterboxed.\n"],null,[]]