MediaInformation öğesinin parçası olarak veya kapsayıcı meta verilerinin parçası olarak bir medya bölümünü tanımlamak için kullanılan yaygın medya meta verileri.
Video yüklenirken gösterilecek isteğe bağlı resim URL'si.
queueItemId
(sayı veya tanımsız)
Bu medya bölümünü içeren sıra öğesi.
Bu yalnızca kapsayıcı bölümlerinde kullanılıyorsa ve kapsayıcı için birden fazla medya öğesi varsa geçerlidir.
sectionDuration
(sayı veya tanımsız)
Saniye cinsinden medya bölümü süresi. Bu yalnızca meta veriler, medya dosyasının farklı bir süre değerine sahip bir bölümünü açıklıyorsa gereklidir.
sectionStartAbsoluteTime
(sayı veya tanımsız)
Canlı medya için bölüm başlangıç zamanını sağlamanın alternatif yolu.
Başlangıç zamanını UNIX Dönem zamanı cinsinden (Unix sıfır zamanından bu yana geçen saniye) sağlar.
sectionStartTimeInContainer
(sayı veya tanımsız)
Kapsayıcı içindeki medya bölümü başlangıç zamanı farkı (saniye cinsinden).
Sağlanmazsa çerçeve, bunun medya içindeki ofset ile aynı olduğunu varsayar.
sectionStartTimeInMedia
(sayı veya tanımsız)
Saniye cinsinden medya dosyası içindeki medya bölümü başlangıç zamanı.
Bir bölüm önceki dosyada başladıysa bu değer negatif olabilir.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2025-07-25 UTC."],[[["\u003cp\u003e\u003ccode\u003eMediaMetadata\u003c/code\u003e is a class used to describe common media information like title, artist, images, and more, within the Cast framework.\u003c/p\u003e\n"],["\u003cp\u003eIt can represent metadata for the entire media or for individual sections within a media file, like chapters or segments.\u003c/p\u003e\n"],["\u003cp\u003eYou can specify the type of metadata, poster image URL, section duration, start times, and queue item ID using its properties.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003emetadataType\u003c/code\u003e property is required and determines the kind of media being described (e.g., movie, TV show, music track).\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMediaMetadata\u003c/code\u003e objects are used as part of \u003ccode\u003eMediaInformation\u003c/code\u003e or to define sections in container metadata.\u003c/p\u003e\n"]]],["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"],null,[]]