AVPlayerRateDidChangeReason Enum

Definition

public enum AVPlayerRateDidChangeReason
type AVPlayerRateDidChangeReason = 
Inheritance
AVPlayerRateDidChangeReason

Fields

Name Value Description
SetRateCalled 0
SetRateFailed 1
AudioSessionInterrupted 2
AppBackgrounded 3
PlayheadReachedLiveEdge 4

Indicates that the player automatically switched the playback rate to 1.0 when the playhead reached the live edge during live streaming.

ReversePlaybackReachedStartOfSeekableRange 5

Indicates that the player automatically switched the playback rate to 1.0 when reverse playback reached the start of the seekable range.

Applies to