AVPlayerItem.CancelPendingSeeks Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.