Class
MPMovieErrorLogEvent
A single piece of information for a movie error log.
SDKs
- iOS 4.3–9.0Deprecated
- Mac Catalyst 13.0–13.0Deprecated
Declaration
@interface MPMovieErrorLogEvent : NSObject
Overview
All movie error log event properties are read-only. For a description of movie error logs, see MPMovieErrorLog
.
Topics
Movie Error Log Event Properties
date
The date and time when the error occurred.
URI
The URI of the item being played when the error occurred.
serverAddress
The IP address of the web server that was the source of the error.
See Also
Deprecated Symbols
MPMovieAccessLog
Key metrics about network playback for an associated movie player that is playing streamed content.
DeprecatedMPMovieErrorLog
Data describing network resource playback failures for the associated movie player, including timestamps indicating when each failure occurred.
DeprecatedMPMovieLoadState
Constants describing the network load state of the movie player.
DeprecatedMPMoviePlayerController
A type of movie player that manages the playback of a movie from a file or a network stream.
DeprecatedMPTimedMetadata
A timed metadata object that carries time-based information within HTTP streamed media.
Deprecated