عنصر "قائمة المحتوى التالي" الذي يتضمّن قسم الوسائط هذا
تكون هذه السمة مناسبة فقط إذا تم استخدامها في أقسام الحاويات، وإذا كانت هناك عناصر وسائط متعددة للحاوية.
sectionDuration
(رقم أو غير محدد)
مدة قسم الوسائط بالثواني. تكون مطلوبة فقط إذا كانت البيانات الوصفية
تصف قسمًا من ملف الوسائط له قيمة مدة
مختلفة.
sectionStartAbsoluteTime
(رقم أو غير محدد)
طريقة بديلة لتوفير وقت بدء القسم للوسائط المباشرة
لتوفير وقت البدء في وقت Epoch بالثواني.
sectionStartTimeInContainer
(رقم أو غير محدد)
تتم إزاحة وقت بدء قسم الوسائط داخل الحاوية بالثواني.
إذا لم يتم توفيرها، ستفترض أنّها متطابقة مع وسائط witnin للإزاحة.
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 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`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"]]