Type Property 型プロパティ

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: ムービーからサムネイルをキャプチャする要請が終わった時に投函されます、要請が成功したか失敗したかにかかわらず。成功したサムネイルのキャプチャに関して、userInfo辞書は以下のキーに対する値を含みます:

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: キャプチャ要請がエラーで終了したならば、userInfo辞書は以下の2つのキーに対する値を含みます:

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. それの状態が変化したムービープレイヤーは、通知と結び付けられるオブジェクトとして利用可能です。ムービーサムネイルをキャプチャするために使うメソッドは、Generating Thumbnail Imagesで記述されます。

See Also 参照

MediaPlayer