Contents

playbackStalledNotification

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

Declaration

class let playbackStalledNotification: 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

Observing notifications