cancelPendingSeeks()
Cancels any pending seek requests and invokes the corresponding completion handlers if present.
Declaration
nonisolated func cancelPendingSeeks()Discussion
Use this method to cancel and release the completion handlers of pending seeks.
The finished parameter of the completion handlers will be set to false.