The ad cuepoints for the on-demand stream. These may change as the stream
progresses. This will only be populated in the event listener for the
CUEPOINTS_CHANGED {
errorMessage
(null or string)
The error message in the case of a stream error.
manifestFormat
(null or string)
The format of the stream manifest. This could be either HLS or DASH.
streamId
(null or string)
The ID used to uniquely identify the current stream.
subtitles
(null or non-null Array of {url: string, language: string, language_name: string})
The subtitles for the stream being played. This is an array of objects,
where each object has a "language", a "language name" which
differentiates the specific set of subtitles if multiple sets exist for
the same language , and a "url" which points to the subtitles file.
url
(null or string)
The manifest URL of the stream that needs to be played.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-23 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."]]],[]]