Sdílet prostřednictvím


AVQueuePlayer.InsertItem(AVPlayerItem, AVPlayerItem) Method

Definition

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

Parameters

afterItem
AVPlayerItem
Attributes

Applies to