Contents

MPMovieSourceTypeAvailable

Posted when the source type of a movie was previously unknown and is newly available. There is no userInfo dictionary.

Declaration

static let MPMovieSourceTypeAvailable: NSNotification.Name

Discussion

To retrieve the source type of the movie, access the movie player’s movieSourceType property. The movie player whose state has changed is available as the object associated with the notification.

See Also

MediaPlayer