seek(to:)
Sets the playback position to the specified time.
Declaration
@MainActor @preconcurrency func seek(to time: Duration)Parameters
- time:
The desired playback position.
Sets the playback position to the specified time.
@MainActor @preconcurrency func seek(to time: Duration)The desired playback position.