Type Property 型プロパティ

MPMoviePlayerPlaybackDidFinish

Posted when a movie has finished playing. The userInfo dictionary of this notification contains the MPMoviePlayerPlaybackDidFinishReasonUserInfoKey key, which indicates the reason that playback finished. This notification is also sent when playback fails because of an error. ムービーが再生を終了された時に投函されます。この通知のuserInfo辞書は、MPMoviePlayerPlaybackDidFinishReasonUserInfoKeyキーを含みます、それはプレイバックが終了された理由を指し示します。この通知はまた、エラーのためにプレイバックが失敗する時に送られます。

Declaration 宣言

static let MPMoviePlayerPlaybackDidFinish: NSNotification.Name

Discussion 議論

The movie player whose state has changed is available as the object associated with the notification. それの状態が変化したムービープレイヤーは、通知と結び付けられるオブジェクトとして利用可能です。

This notification is not sent when a movie is displaying in fullscreen mode and the user taps Done. The Done button pauses playback and causes the movie player to exit fullscreen mode. To detect this scenario, register for other notifications such as MPMoviePlayerDidExitFullscreen. この通知は、ムービーがフルスクリーンモードで表示されているそしてユーザがDoneをタップする時に送られません。Doneボタンは、再生を一時停止して、ムービープレイヤーがフルスクリーンモードを出るようにします。この展開を検出するには、他の通知、例えばMPMoviePlayerDidExitFullscreenに対して登録してください。

See Also 参照

MediaPlayer