MPTimedMetadata
A timed metadata object that carries time-based information within HTTP streamed media.
Declaration
class MPTimedMetadataOverview
Content providers can embed these objects when creating a stream. The properties and constants in this class let you extract the metadata as you play the stream using an MPMoviePlayerController object. For example, the provider of a live sports video stream could use MPTimedMetadata instances to embed game scores, with timestamps, in the stream. On the client side—that is, on the user’s device—their application could employ the properties of this class to update their app’s user interface in real time during the game.
A Javascript implementation of this class is also available for use by web-based applications.