Readonly
contentUnused.
- Use timecode and/or unregistered to retrieve the contents of the Millicast metadata.
The playback position at which the cue becomes inactive, in seconds.
The identifier of the cue.
Readonly
midThe media identifier of the track that contains the metadata.
The playback position at which the cue becomes active, in seconds.
Readonly
timecodeTimecode of when the metadata was generated.
The text track of the cue.
Readonly
uidA unique identifier of the text track cue.
Readonly
unregisteredUnregistered data.
- If the metadata content is valid JSON, then this is the parsed JSON object.
Otherwise, it's the raw data as a Uint8Array.
Readonly
uuidThe UUID of the metadata.
Add the given listener for the given event type(s).
The type of the event.
The callback which is executed when the event occurs.
Remove the given listener for the given event type(s).
The type of the event.
The callback which will be removed.
Represents a metadata cue of a Millicast source.
Remarks
In order to receive Millicast metadata, you must set
metadata
totrue
in MillicastSource.connectOptions.See
https://docs.dolby.io/streaming-apis/docs/frame-metadata