Contents

currentPositionInSeconds

The current playback position, in seconds.

Declaration

var currentPositionInSeconds: TimeInterval { get set }

Discussion

This property positions the sequencer’s player to the specified time. You can update this property while the player is in a playing state, in which case, playback resumes at the new position.

See Also

Getting Sequence Properties