|
5284 | 5284 | "pageType": "web-api-instance-method", |
5285 | 5285 | "summary": "The values() method of the CustomStateSet interface returns a new iterator object that yields the values for each element in the CustomStateSet object in insertion order." |
5286 | 5286 | }, |
| 5287 | + { |
| 5288 | + "mdn_url": "/en-US/docs/Web/API/DataCue", |
| 5289 | + "pageType": "web-api-interface", |
| 5290 | + "summary": "The DataCue interface represents a cue that associates arbitrary timed data with an audio or video media resource, or exposes timed data from a media resource to web pages. It extends the TextTrackCue interface with a value property that can hold any data type, and a type property that identifies the kind of data." |
| 5291 | + }, |
| 5292 | + { |
| 5293 | + "mdn_url": "/en-US/docs/Web/API/DataCue/DataCue", |
| 5294 | + "pageType": "web-api-constructor", |
| 5295 | + "summary": "The DataCue() constructor creates and returns a new DataCue object that represents a timed metadata cue over a given time range. The resulting cue can be added to a metadata TextTrack using TextTrack.addCue(), allowing arbitrary data to be synchronized with audio or video playback." |
| 5296 | + }, |
| 5297 | + { |
| 5298 | + "mdn_url": "/en-US/docs/Web/API/DataCue/type", |
| 5299 | + "pageType": "web-api-instance-property", |
| 5300 | + "summary": "The type read-only property of the DataCue interface returns a string identifying the type or schema of the data stored in the cue's value property. This is typically a reverse-domain notation string (e.g., \"org.id3\", \"com.apple.itunes\") that allows applications to interpret the cue's data payload correctly." |
| 5301 | + }, |
| 5302 | + { |
| 5303 | + "mdn_url": "/en-US/docs/Web/API/DataCue/value", |
| 5304 | + "pageType": "web-api-instance-property", |
| 5305 | + "summary": "The value property of the DataCue interface represents the data payload of the cue. Unlike VTTCue, which carries text content, DataCue can hold any data type — such as a JavaScript object, a string, or an ArrayBuffer — making it suitable for timed metadata use cases where structured data needs to be synchronized with media playback." |
| 5306 | + }, |
5287 | 5307 | { |
5288 | 5308 | "mdn_url": "/en-US/docs/Web/API/DataTransfer", |
5289 | 5309 | "pageType": "web-api-interface", |
|
32012 | 32032 | { |
32013 | 32033 | "mdn_url": "/en-US/docs/Web/API/TextTrackCue", |
32014 | 32034 | "pageType": "web-api-interface", |
32015 | | - "summary": "The TextTrackCue interface of the WebVTT API is the abstract base class for the various derived cue types, such as VTTCue; you will work with these derived types rather than the base class." |
| 32035 | + "summary": "The TextTrackCue interface of the WebVTT API is the abstract base class for the various derived cue types, such as VTTCue and DataCue; you will work with these derived types rather than the base class." |
32016 | 32036 | }, |
32017 | 32037 | { |
32018 | 32038 | "mdn_url": "/en-US/docs/Web/API/TextTrackCue/endTime", |
|
0 commit comments