Element kolejki zawierający tę sekcję multimediów.
Ma zastosowanie tylko wtedy, gdy jest używany w sekcjach kontenera i zawiera wiele elementów multimedialnych.
sectionDuration
(liczba lub wartość nieokreślona)
Czas trwania sekcji multimediów w sekundach. Wymagane tylko wtedy, gdy metadane opisują sekcję pliku multimedialnego o innej wartości czasu trwania.
sectionStartAbsoluteTime
(liczba lub wartość nieokreślona)
Alternatywny sposób podawania godziny rozpoczęcia sekcji w mediach na żywo.
Podaje czas rozpoczęcia w czasie epoki w sekundach.
sectionStartTimeInContainer
(liczba lub wartość nieokreślona)
Opóźnienie rozpoczęcia sekcji multimediów w kontenerze (w sekundach).
Jeśli nie zostanie podana, zakłada się, że jest taka sama jak w przypadku multimediów przesunięcia.
sectionStartTimeInMedia
(liczba lub wartość nieokreślona)
Czas rozpoczęcia sekcji multimediów w pliku multimedialnym (w sekundach).
Wartość ta może być ujemna, jeśli sekcja rozpoczęła się w poprzednim pliku.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2025-07-25 UTC."],[[["\u003cp\u003e\u003ccode\u003echrome.cast.media.MediaMetadata\u003c/code\u003e is a class that represents common media metadata, used to describe media information or sections within a media container.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties like \u003ccode\u003emetadataType\u003c/code\u003e, \u003ccode\u003equeueItemId\u003c/code\u003e, \u003ccode\u003esectionDuration\u003c/code\u003e, and others to define various aspects of the media content.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eMediaMetadata\u003c/code\u003e constructor requires a \u003ccode\u003etype\u003c/code\u003e parameter specifying the type of metadata, such as movie, music track, or photo.\u003c/p\u003e\n"],["\u003cp\u003eIt has properties for specifying section start times and durations, useful for describing segments within a larger media file or live stream.\u003c/p\u003e\n"],["\u003cp\u003eWhile \u003ccode\u003etype\u003c/code\u003e property is deprecated, developers should now use the \u003ccode\u003emetadataType\u003c/code\u003e property instead for specifying the type of media.\u003c/p\u003e\n"]]],["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"],null,[]]