Type Property 型プロパティ

AVPlayerItemDidPlayToEndTime

A notification the system posts when a player item plays to its end time.

Declaration 宣言

static let AVPlayerItemDidPlayToEndTime: NSNotification.Name

Discussion 議論

The notification’s object is the item that finished playing. 通知のもつオブジェクトは、再生を終えた項目です。

See Also 参照

AVFoundation