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