Type Property 型プロパティ

AVPlayerItemPlaybackStalled

A notification the system posts when a player item media doesn’t arrive in time to continue playback.

Declaration 宣言

static let AVPlayerItemPlaybackStalled: NSNotification.Name

Discussion 議論

The notification’s object is the player item whose playback is unable to continue due to network delays. 通知のもつオブジェクトは、プレイヤー項目で、それの再生はネットワーク遅延によって継続可能ではありません。 Streaming-media playback continues after the player item retrieves a sufficient amount of data. File-based playback doesn’t continue. ファイルに基づく再生は、続行しません。

See Also 参照

AVFoundation