Aspect ratio of all images in the media browse carousel.
It's highly recommended to have browse item image provided in
BrowseContentItem#image matching targetAspectRatio value.
If image is too narrow/tall, it will be pillarboxed.
If image is too wide/short, it will be letterboxed.
[[["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."],[[["`cast.framework.ui.BrowseContent` displays a media browse carousel for both IDLE screen and related content during playback."],["It is constructed using an array of `cast.framework.ui.BrowseItem` (maximum 30) and an optional title."],["Key properties include `items`, `targetAspectRatio` (to manage image display), and `title`."],["Images in the browse items should ideally match the `targetAspectRatio` to avoid letterboxing or pillarboxing."]]],["`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"]]