URL hình ảnh tuỳ chọn xuất hiện khi video đang tải.
queueItemId
(số hoặc không xác định)
Mục trong danh sách chờ chứa phần nội dung nghe nhìn này.
Điều này chỉ phù hợp nếu được sử dụng trong các phần vùng chứa và nếu 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. Điều này chỉ bắt buộc 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 theo thời gian bắt đầu của hệ thống UNIX (số giây kể từ thời gian bắt đầu của hệ thống Unix).
sectionStartTimeInContainer
(số hoặc không xác định)
Chênh lệch thời gian bắt đầu phần nội dung nghe nhìn trong vùng chứa, tính bằng giây.
Nếu không được cung cấp, khung sẽ giả định rằng giá trị này giống với mức chênh lệch trong nội dung nghe nhìn.
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\u003eMediaMetadata\u003c/code\u003e is a class used to describe common media information like title, artist, images, and more, within the Cast framework.\u003c/p\u003e\n"],["\u003cp\u003eIt can represent metadata for the entire media or for individual sections within a media file, like chapters or segments.\u003c/p\u003e\n"],["\u003cp\u003eYou can specify the type of metadata, poster image URL, section duration, start times, and queue item ID using its properties.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003emetadataType\u003c/code\u003e property is required and determines the kind of media being described (e.g., movie, TV show, music track).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMediaMetadata\u003c/code\u003e objects are used as part of \u003ccode\u003eMediaInformation\u003c/code\u003e or to define sections in container metadata.\u003c/p\u003e\n"]]],["The `MediaMetadata` class, part of the Cast framework, describes media and container sections. It's instantiated with a `MetadataType`. Key properties include `metadataType`, `posterUrl`, `queueItemId`, `sectionDuration`, `sectionStartAbsoluteTime` (for live media), `sectionStartTimeInContainer`, and `sectionStartTimeInMedia`. These properties define the type, loading image, related queue item, duration, and start times of media sections, including offsets within a container or the media file itself.\n"],null,[]]