Siêu dữ liệu đa phương tiện phổ biến được dùng như một phần của MediaInformation hoặc để mô tả một mục nội dung nghe nhìn như một phần của siêu dữ liệu vùng chứa.
Mục trong danh sách chờ chứa phần nội dung nghe nhìn này.
Chỉ phù hợp nếu được sử dụng trong các phần vùng chứa và có nhiều mục nội dung nghe nhìn cho vùng chứa đó.
sectionDuration
(số hoặc không xác định)
Thời lượng của phần nội dung đa phương tiện tính bằng giây. Chỉ cần thiết nếu siêu dữ liệu mô tả một phần của tệp nội dung nghe nhìn có giá trị thời lượng khác.
sectionStartAbsoluteTime
(số hoặc không xác định)
Một cách khác để cung cấp thời gian bắt đầu phần cho nội dung nghe nhìn trực tiếp.
Cung cấp thời gian bắt đầu ở Epoch time tính bằng giây.
sectionStartTimeInContainer
(số hoặc không xác định)
Độ lệch thời gian bắt đầu của phần nội dung nghe nhìn trong vùng chứa (tính bằng giây).
Nếu bạn không cung cấp, thì hệ thống sẽ giả định rằng mã này giống với nội dung đa phương tiện offset witnin.
sectionStartTimeInMedia
(số hoặc không xác định)
Thời gian bắt đầu phần nội dung nghe nhìn trong tệp nội dung nghe nhìn tính bằng giây.
Giá trị này có thể có giá trị âm nếu một phần bắt đầu trong tệp trước.
[[["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: 2025-07-25 UTC."],[[["\u003cp\u003e\u003ccode\u003echrome.cast.media.MediaMetadata\u003c/code\u003e is a class that represents common media metadata, used to describe media information or sections within a media container.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003emetadataType\u003c/code\u003e, \u003ccode\u003equeueItemId\u003c/code\u003e, \u003ccode\u003esectionDuration\u003c/code\u003e, and others to define various aspects of the media content.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMediaMetadata\u003c/code\u003e constructor requires a \u003ccode\u003etype\u003c/code\u003e parameter specifying the type of metadata, such as movie, music track, or photo.\u003c/p\u003e\n"],["\u003cp\u003eIt has properties for specifying section start times and durations, useful for describing segments within a larger media file or live stream.\u003c/p\u003e\n"],["\u003cp\u003eWhile \u003ccode\u003etype\u003c/code\u003e property is deprecated, developers should now use the \u003ccode\u003emetadataType\u003c/code\u003e property instead for specifying the type of media.\u003c/p\u003e\n"]]],["The `MediaMetadata` class, part of `chrome.cast.media`, describes media information and sections. It is constructed with a `MetadataType`. Key properties include `metadataType` (type of metadata), `queueItemId` (relevant for container sections), `sectionDuration` (section's length), `sectionStartAbsoluteTime` (live media start time), `sectionStartTimeInContainer` (section's offset in container), and `sectionStartTimeInMedia` (section's offset in media file). `type` is deprecated in favor of `metadataType`. These properties define characteristics of media sections.\n"],null,[]]