Type Property 型プロパティ

MPMovieDurationAvailable

Posted when the duration of a movie has been determined. There is no userInfo dictionary. ムービーの継続期間が決定された時に投函されます。userInfo辞書はありません。

Declaration 宣言

static let MPMovieDurationAvailable: NSNotification.Name

Discussion 議論

To retrieve the duration of a movie, access the movie player’s duration property. The movie player whose state has changed is available as the object associated with the notification. ムービーの継続期間を取得するには、ムービープレイヤーのもつdurationプロパティにアクセスしてください。それの状態が変化したムービープレイヤーは、通知と結び付けられるオブジェクトとして利用可能です。

See Also 参照

MediaPlayer