AVPlayerRateDidChangeReason Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |