Contents

coordinateSeek(to:options:)

Coordinates a seek to the specified time for all connected participants.

Declaration

func coordinateSeek(to time: CMTime, options: AVDelegatingPlaybackCoordinatorSeekOptions = [])

Parameters

  • time:

    A time the group seeks to when the command ends.

  • options:

    Additional configuration of the seek.

Discussion

To end a suspension and also affect the group timing, see end(proposingNewTime:).

See Also

Coordinating state changes