সারির আইটেম যা এই মিডিয়া বিভাগটি অন্তর্ভুক্ত করে। এটি শুধুমাত্র প্রাসঙ্গিক যদি কন্টেইনার বিভাগে ব্যবহার করা হয়, এবং যদি কন্টেইনারের জন্য একাধিক মিডিয়া আইটেম থাকে।
বিভাগ সময়কাল
(সংখ্যা বা অনির্ধারিত)
মিডিয়া বিভাগের সময়কাল সেকেন্ডে। এটি শুধুমাত্র তখনই প্রয়োজন হয় যখন মেটাডেটা মিডিয়া ফাইলের একটি বিভাগ বর্ণনা করে যার সময়কালের মান আলাদা।
বিভাগ স্টার্টঅ্যাবসোলুটটাইম
(সংখ্যা বা অনির্ধারিত)
লাইভ মিডিয়ার জন্য বিভাগ শুরুর সময় প্রদান করার বিকল্প উপায়। UNIX যুগের সময় শুরুর সময় প্রদান করে (Unix epoch থেকে সেকেন্ড)।
sectionStartTimeInContainer
(সংখ্যা বা অনির্ধারিত)
মিডিয়া বিভাগের শুরুর সময়টি পাত্রের মধ্যে সেকেন্ডে অফসেট হয়। যদি প্রদান না করা হয়, ফ্রেমওয়ার্ক অনুমান করে যে এটি মিডিয়ার মধ্যে অফসেটের মতোই।
বিভাগস্টার্টটাইমইনমিডিয়া
(সংখ্যা বা অনির্ধারিত)
মিডিয়া ফাইলের মধ্যে মিডিয়া বিভাগের শুরুর সময়, সেকেন্ডে। পূর্ববর্তী ফাইলে একটি বিভাগ শুরু হলে এটি নেতিবাচক হতে পারে।
[[["সহজে বোঝা যায়","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"]],["2024-10-30 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["`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"]]