Notifications for manifest tags

Last update: 2023-10-02

The MediaPlayerItem.timedMetadata property provides access to all TimedMetadata objects that are created from playlist/manifest tags or from ID3 tags in the media stream.

The MediaPlayerItem.hasTimedMetadata property indicates whether a subscribed custom tag exists in the current media. You can monitor timed metadata by listening for the Events.TimedMetadataEvent, which the MediaPlayer instance dispatches each time a new TimedMetadata object is created.

On this page