seek(to:)
Requests that the player seek to a specified time.
Declaration
nonisolated func seek(to time: CMTime)Parameters
- time:
The time to which to seek.
Mentioned in
Discussion
The time to which the player seeks may differ from the specified requested time for efficiency. For sample accurate seeking see seek(to:toleranceBefore:toleranceAfter:).