Mảng các đối tượng siêu dữ liệu đa phương tiện để mô tả các phần nội dung đa phương tiện.
Dùng để phân định chương trình truyền hình trực tiếp thành các chương trình và sách nói thành các chương.
tiêu đề
(chuỗi hoặc không xác định)
Tiêu đề của vùng chứa, chẳng hạn như tiêu đề sách nói, tên kênh truyền hình, v.v.
[[["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."],[[["`chrome.cast.media.ContainerMetadata` provides a way to describe metadata for media containers like audiobooks, TV channels, or albums."],["It includes properties for container type, duration, images, title, and sections (like chapters or programs)."],["You can create a new `ContainerMetadata` object by specifying the container type."],["Properties like `containerImages` and `sections` can further detail the container's content with images and metadata for individual sections."]]],["`ContainerMetadata`, a class used within `QueueData`, stores information about media containers. It's initiated with a `ContainerType`. Key properties include `containerDuration` (in seconds), `containerImages` (array of `Image` objects), `containerType`, `sections` (array of `MediaMetadata`), and `title`. These properties detail aspects like playback time, visual representations, content type, media section breakdowns, and the container's name. These properties help describe the metadata associated with different types of media content.\n"]]