عنوان URL اختياري للصورة ليتم عرضه عند تحميل الفيديو
queueItemId
(رقم أو غير محدد)
عنصر "قائمة المحتوى التالي" الذي يتضمّن قسم الوسائط هذا
ويكون هذا الإجراء ملائمًا فقط إذا تم استخدامه في أقسام الحاويات، وإذا كانت هناك
عناصر وسائط متعددة للحاوية.
sectionDuration
(رقم أو غير محدد)
مدة قسم الوسائط بالثواني. ويجب تنفيذ هذا الإجراء فقط إذا كانت البيانات الوصفية تصف قسمًا من ملف الوسائط يحتوي على قيمة مدة مختلفة.
sectionStartAbsoluteTime
(رقم أو غير محدد)
طريقة بديلة لتوفير وقت بدء القسم للوسائط المباشرة
تقدِّم هذه السمة وقت البدء بتوقيت حقبة UNIX (بالثانية منذ حقبة Unix).
sectionStartTimeInContainer
(رقم أو غير محدد)
تتم إزاحة وقت بدء قسم الوسائط داخل الحاوية بالثواني.
وفي حال عدم توفير إطار العمل، يفترض أنّه مطابق للإزاحة
ضمن الوسائط.
sectionStartTimeInMedia
(رقم أو غير محدد)
وقت بدء قسم الوسائط داخل ملف الوسائط، بالثواني
ويمكن أن يكون هذا سلبيًا إذا بدأ قسم في ملف سابق.
تاريخ التعديل الأخير: 2023-12-02 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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"]]