Contents

MPMoviePlayerThumbnailImageRequestDidFinish

Posted when a request to capture a thumbnail from a movie has finished whether the request succeeded or failed. Upon successful capture of a thumbnail, the userInfo dictionary contains values for the following keys:

Declaration

static let MPMoviePlayerThumbnailImageRequestDidFinish: NSNotification.Name

Discussion

If the capture request finished with an error, the userInfo dictionary contains values for the following two keys:

The movie player whose state has changed is available as the object associated with the notification. The methods to use for capturing movie thumbnails are described in Generating thumbnail images.

See Also

MediaPlayer