Một mảng các đối tượng siêu dữ liệu nội dung đa phương tiện liệt kê các phần của một mục nội dung đa phương tiện. Phần kênh được dùng để chia sự kiện phát trực tiếp truyền hình trực tuyến thành các chương trình và sách nói thành 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 hoặc tên kênh truyền hình.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\u003cp\u003e\u003ccode\u003eContainerMetadata\u003c/code\u003e is a class within the cast framework that stores common metadata for media containers like audiobooks or TV channels.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003econtainerType\u003c/code\u003e, \u003ccode\u003etitle\u003c/code\u003e, \u003ccode\u003econtainerImages\u003c/code\u003e, \u003ccode\u003econtainerDuration\u003c/code\u003e, and \u003ccode\u003esections\u003c/code\u003e to describe the container's content.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003econtainerType\u003c/code\u003e specifies the type of container (e.g., AUDIOBOOK, TV_SERIES), while \u003ccode\u003esections\u003c/code\u003e can be used to define segments within the container, like chapters in an audiobook.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use \u003ccode\u003eContainerMetadata\u003c/code\u003e to provide detailed information about media containers to the Cast platform.\u003c/p\u003e\n"]]],[],null,["# Class: ContainerMetadata\n\ncast.[framework](/cast/docs/reference/web_receiver/cast.framework).[messages](/cast/docs/reference/web_receiver/cast.framework.messages).ContainerMetadata\n==========================================================================================================================================================\n\nclass static\n\nCommon container metadata used as part of `QueueData`.\n\nConstructor\n-----------\n\n### ContainerMetadata\n\nnew\nContainerMetadata(type)\n\n| #### Parameter ||\n|------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| type | Optional [cast.framework.messages.ContainerType](/cast/docs/reference/web_receiver/cast.framework.messages#.ContainerType) Type of container object. Value must not be null. |\n\nProperties\n----------\n\n### containerDuration\n\n(number or undefined)\n\nContainer duration in seconds, for example an audiobook playback time.\n\n### containerImages\n\n(non-null Array of non-null [cast.framework.messages.Image](/cast/docs/reference/web_receiver/cast.framework.messages.Image) or undefined)\n\nContainer images, such as a live TV channel logo, audiobook cover,\nor album cover art.\n\n### containerType\n\nnon-null [cast.framework.messages.ContainerType](/cast/docs/reference/web_receiver/cast.framework.messages#.ContainerType)\n\nThe type of container object.\n\n### sections\n\n(non-null Array of non-null [cast.framework.messages.MediaMetadata](/cast/docs/reference/web_receiver/cast.framework.messages.MediaMetadata) or undefined)\n\nAn array of media metadata objects that lists the sections of a media\nitem. Sections are used to divide live TV streams into programs and\naudiobooks into chapters.\n\n### title\n\n(string or undefined)\n\nThe title of the container, such as an audiobook title, or\na TV channel name."]]