Nội dung cho băng chuyền duyệt xem nội dung nghe nhìn. Bạn nên sử dụng nội dung này cho cả giao diện người dùng duyệt xem nội dung đa phương tiện trên màn hình IDLE và màn hình nội dung có liên quan trong khi phát.
Tỷ lệ khung hình của tất cả hình ảnh trong băng chuyền duyệt xem nội dung nghe nhìn.
Bạn nên cung cấp hình ảnh mặt hàng duyệt xem trong
giá trị BrowseContentItem#image khớp với giá trị targetAspectRatio.
Nếu quá hẹp/cao, hình ảnh sẽ có cột hòm thư.
Nếu quá rộng/ngắn, hình ảnh sẽ bị hòm thư.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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"]]