Массив объектов медиа-метаданных для описания разделов медиа-контента. Используется для разделения прямых телетрансляций на программы, а аудиокниг на главы.
заголовок
(строка или неопределенное)
Название контейнера, например название аудиокниги, название телеканала и т. д.
[[["Прост для понимания","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\u003echrome.cast.media.ContainerMetadata\u003c/code\u003e provides a way to describe metadata for media containers like audiobooks, TV channels, or albums.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties for container type, duration, images, title, and sections (like chapters or programs).\u003c/p\u003e\n"],["\u003cp\u003eYou can create a new \u003ccode\u003eContainerMetadata\u003c/code\u003e object by specifying the container type.\u003c/p\u003e\n"],["\u003cp\u003eProperties like \u003ccode\u003econtainerImages\u003c/code\u003e and \u003ccode\u003esections\u003c/code\u003e can further detail the container's content with images and metadata for individual sections.\u003c/p\u003e\n"]]],["`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"],null,[]]