Contents

readyForDisplay

A Boolean that indicates whether the first video frame of the movie is ready to be displayed.

Declaration

var readyForDisplay: Bool { get }

Discussion

The default value of this property is false. This property returns true if the first video frame is ready to be displayed and returns false if there are no video tracks associated. When the value of this property changes to true, a MPMoviePlayerReadyForDisplayDidChangeNotification is sent.

See Also

Controlling and monitoring playback