Share via


AVQueuePlayer.CanInsert(AVPlayerItem, AVPlayerItem) Method

Definition

[Foundation.Export("canInsertItem:afterItem:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool CanInsert(AVFoundation.AVPlayerItem item, AVFoundation.AVPlayerItem? afterItem);
[<Foundation.Export("canInsertItem:afterItem:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member CanInsert : AVFoundation.AVPlayerItem * AVFoundation.AVPlayerItem -> bool
override this.CanInsert : AVFoundation.AVPlayerItem * AVFoundation.AVPlayerItem -> bool

Parameters

afterItem
AVPlayerItem

Returns

Attributes

Applies to