[[["容易理解","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"]],["上次更新時間:2023-12-02 (世界標準時間)。"],[[["`MediaMetadata` is a class used to describe common media information like title, artist, images, and more, within the Cast framework."],["It can represent metadata for the entire media or for individual sections within a media file, like chapters or segments."],["You can specify the type of metadata, poster image URL, section duration, start times, and queue item ID using its properties."],["The `metadataType` property is required and determines the kind of media being described (e.g., movie, TV show, music track)."],["`MediaMetadata` objects are used as part of `MediaInformation` or to define sections in container metadata."]]],["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"]]