Contents

canPlayFastForward

A Boolean value that indicates whether the item can play at fast-forward rates.

Declaration

nonisolated var canPlayFastForward: Bool { get }

Discussion

This property is true when an item can play at rates greater than 2.0. Every item with a status of AVPlayerItem.Status.readyToPlay plays at rates between 1.0 and 2.0, inclusive, even when this property is false.

See Also

Determining playback capabilities