I cue point degli annunci per lo stream on demand. Questi potrebbero cambiare con l'evolversi dello stream. Questo campo verrà compilato solo nell'ascoltatore di eventi per
CUEPOINTS_CHANGED {
errorMessage
(null o stringa)
Il messaggio di errore in caso di errore dello stream.
manifestFormat
(null o stringa)
Il formato del file manifest dello stream. Può essere HLS o DASH.
streamId
(null o stringa)
L'ID utilizzato per identificare in modo univoco lo stream corrente.
sottotitoli
(array null o non null di {url: stringa, lingua: stringa, lingua_nome: stringa})
I sottotitoli dello stream in riproduzione. Si tratta di un array di oggetti,
in cui ogni oggetto ha un "language", un "language name" che
differenzia l'insieme specifico di sottotitoli se esistono più insiemi per
la stessa lingua e un "url" che rimanda al file dei sottotitoli.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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"]]