Contents

defaultRate

A default rate at which to begin playback.

Declaration

nonisolated var defaultRate: Float { get set }

Mentioned in

Discussion

This value represents the default playback rate the player uses when you call its play() method. After playback begins, the rate may differ from the default if you modify the player’s rate value, such as by calling pause().

See Also

Controlling playback