Informacje dotyczące czasu trwania aktualnie odtwarzanej reklamy.
punkty styczności
(tablica null lub nienullowa z nienullowymi elementami CuePoint)
Punkty wywołania reklamy w strumieniu na żądanie. Te dane mogą się zmieniać w trakcie przesyłania. Ta zmienna będzie wypełniana tylko w detektorze zdarzeń dla zdarzenia CUEPOINTS_CHANGED {
errorMessage
(null lub ciąg znaków)
Komunikat o błędzie w przypadku błędu strumienia.
manifestFormat
(null lub ciąg znaków)
Format pliku manifestu strumienia. Może to być HLS lub DASH.
streamId
(null lub ciąg znaków)
Identyfikator służący do jednoznacznej identyfikacji bieżącego strumienia.
napisy
(tablica {url: string, language: string, language_name: string}, która może być niepusta lub pusta)
Napisy do odtwarzanego strumienia. Jest to tablica obiektów, w których każdy obiekt ma „język”, „nazwa języka”, który rozróżnia konkretny zestaw napisów, jeśli istnieje ich więcej w tym samym języku, oraz „adres URL”, który wskazuje na plik napisów.
URL
(null lub ciąg znaków)
Adres URL pliku manifestu strumienia, który ma być odtworzony.
[[["Ł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-03-26 UTC."],[[["`StreamData` is a class in Google Ad Manager's HTML5 SDK that provides information about a stream, such as ad progress, cue points, errors, manifest format, stream ID, subtitles, and manifest URL."],["It includes properties like `adProgressData` for ad timing, `cuepoints` for ad markers, `errorMessage` for stream errors, `manifestFormat` (HLS or DASH), `streamId` for identification, `subtitles` for available subtitles, and `url` for the stream's manifest URL."]]],["The `StreamData` class provides details about a media stream. Key properties include `adProgressData` for ad timing, `cuepoints` for on-demand ad markers, and `errorMessage` for stream errors. It defines `manifestFormat` (HLS or DASH) and `streamId` for stream identification. `subtitles` offers an array of subtitle options with URL, language, and language name. Lastly, `url` contains the stream's manifest URL for playback.\n"]]