미디어 탐색 캐러셀에 있는 모든 이미지의 가로세로 비율입니다.
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"]],["최종 업데이트: 2023-12-02(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"]]