AVPlayerItem.CancelPendingSeeks Method

Definition

Cancels any pending SeekAsync(CMTime, CMTime, CMTime) calls.

[Foundation.Export("cancelPendingSeeks")]
public virtual void CancelPendingSeeks ();
abstract member CancelPendingSeeks : unit -> unit
override this.CancelPendingSeeks : unit -> unit
Attributes

Remarks

If the seek is cancelled with this call, the AVCompletion handlers called-back to by SeekAsync(CMTime, CMTime, CMTime) will have their finished argument set to false.

Applies to