This API call allows developers to listen for metadata embedded in the media file (e.g. dimensions or ID3 timed metadata in HLS streams).
Events
Method | Description |
---|---|
.on('meta') | Triggered when playback enters the time range where new metadata becomes active. Metadata can be returned in one of the following formats listed below. |
.on('metadataCueParsed') | Triggered once the metadata cue point is buffered |