সারির আইটেম যা এই মিডিয়া বিভাগটি অন্তর্ভুক্ত করে। শুধুমাত্র প্রাসঙ্গিক যদি কন্টেইনার বিভাগে ব্যবহার করা হয়, এবং কন্টেইনারের জন্য একাধিক মিডিয়া আইটেম আছে।
বিভাগ সময়কাল
(সংখ্যা বা অনির্ধারিত)
মিডিয়া বিভাগের সময়কাল সেকেন্ডে। শুধুমাত্র প্রয়োজন যদি মেটাডেটা মিডিয়া ফাইলের একটি অংশ বর্ণনা করে যার একটি ভিন্ন সময়কাল মান আছে।
বিভাগ স্টার্টঅ্যাবসোলুটটাইম
(সংখ্যা বা অনির্ধারিত)
লাইভ মিডিয়ার জন্য বিভাগ শুরুর সময় প্রদানের বিকল্প উপায়। সেকেন্ডের মধ্যে Epoch সময়ে শুরুর সময় প্রদান করে।
sectionStartTimeInContainer
(সংখ্যা বা অনির্ধারিত)
মিডিয়া বিভাগ শুরুর সময় সেকেন্ডের মধ্যে পাত্রের মধ্যে অফসেট হয়। যদি প্রদান না করা হয় তবে অনুমান করা হয় যে এটি অফসেট উইটনিন মিডিয়ার মতই।
বিভাগস্টার্টটাইমইনমিডিয়া
(সংখ্যা বা অনির্ধারিত)
মিডিয়া ফাইলের মধ্যে মিডিয়া বিভাগের শুরুর সময় সেকেন্ডে। পূর্ববর্তী ফাইলে একটি বিভাগ শুরু হলে এটি নেতিবাচক হতে পারে।
[null,null,["2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`chrome.cast.media.MediaMetadata` is a class that represents common media metadata, used to describe media information or sections within a media container."],["It includes properties like `metadataType`, `queueItemId`, `sectionDuration`, and others to define various aspects of the media content."],["The `MediaMetadata` constructor requires a `type` parameter specifying the type of metadata, such as movie, music track, or photo."],["It has properties for specifying section start times and durations, useful for describing segments within a larger media file or live stream."],["While `type` property is deprecated, developers should now use the `metadataType` property instead for specifying the type of media."]]],["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"]]