[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-07-24 UTC."],[[["\u003cp\u003e\u003ccode\u003eTimedMetadata\u003c/code\u003e objects represent generic properties for timed metadata in media content.\u003c/p\u003e\n"],["\u003cp\u003eThese objects can contain information about the start and end times of the metadata, an ID, and specific data for DASH and HLS formats through dedicated properties.\u003c/p\u003e\n"]]],["`TimedMetadata` is a class with properties for managing timed metadata. It stores `startTime` and `endTime` in seconds, defining the duration of the metadata. `id` provides a unique identifier. `dashTimedMetadata` contains DASH-specific data, while `hlsTimedMetadata` holds HLS-specific data from #EXT-X-DATERANGE. The class is instanciated using a constructor called `TimedMetadata`.\n"],null,["cast.[framework](/cast/docs/reference/web_receiver/cast.framework).TimedMetadata \nclass static\n\nTimed metadata generic properties.\n\nConstructor\n\nTimedMetadata\n\nnew\nTimedMetadata()\n\nProperties\n\ndashTimedMetadata\n\n(non-null [cast.framework.DashTimedMetadata](/cast/docs/reference/web_receiver/cast.framework.DashTimedMetadata) or undefined)\n\nObject encapsulating all DASH-specific timed metadata.\n\nendTime\n\n(number or undefined)\n\nThe aboslute media time (in seconds) that the timed metadata should end.\n\nhlsTimedMetadata\n\n(non-null [cast.framework.HlsTimedMetadata](/cast/docs/reference/web_receiver/cast.framework.HlsTimedMetadata) or undefined)\n\nObject encapsulating all HLS-specific timed metadata from\n#EXT-X-DATERANGE.\n\nid\n\n(string or undefined)\n\nA string that uniquely identifies the timed metadata event.\n\nstartTime\n\n(number or undefined)\n\nThe aboslute media time (in seconds) that the timed metadata should\nstart."]]