MediaInformation के हिस्से के रूप में इस्तेमाल किया जाने वाला सामान्य मीडिया मेटाडेटा या कंटेनर मेटाडेटा के हिस्से के रूप में मीडिया सेक्शन की जानकारी देने के लिए.
वीडियो लोड होने के दौरान दिखाया जाने वाला वैकल्पिक इमेज यूआरएल.
queueItemId
(संख्या या तय नहीं है)
वह सूची आइटम जिसमें यह मीडिया सेक्शन शामिल है.
यह सिर्फ़ तब काम करता है, जब कंटेनर सेक्शन में इस्तेमाल किया जाता है. साथ ही, कंटेनर के लिए कई मीडिया आइटम होने पर ही ऐसा किया जा सकता है.
sectionDuration
(संख्या या तय नहीं है)
मीडिया सेक्शन की अवधि, सेकंड में. यह सिर्फ़ तब ज़रूरी होता है, जब मेटाडेटा, मीडिया फ़ाइल के ऐसे सेक्शन के बारे में बताता हो जिसकी अवधि की वैल्यू अलग-अलग होती है.
sectionStartAbsoluteTime
(संख्या या तय नहीं है)
लाइव मीडिया के शुरू होने का समय देने का दूसरा तरीका.
UNIX Epoch समय (Unix epoch) के बाद से सेकंड में शुरू होने का समय देता है.
sectionStartTimeInContainer
(संख्या या तय नहीं है)
मीडिया सेक्शन के शुरू होने का समय ऑफ़सेट, सेकंड में कंटेनर के अंदर लिया जाता है.
अगर इसकी वैल्यू नहीं दी गई है, तो फ़्रेमवर्क मानता है कि यह मीडिया में मौजूद ऑफ़सेट की तरह है.
sectionStartTimeInMedia
(संख्या या तय नहीं है)
मीडिया फ़ाइल के शुरू होने का समय (सेकंड में).
अगर पिछली फ़ाइल में कोई सेक्शन शुरू होता है, तो यह नेगेटिव हो सकता है.
[[["समझने में आसान है","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-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,[]]