AVQueuePlayer.InsertItem(AVPlayerItem, AVPlayerItem) Method

Definition

[Foundation.Export("insertItem:afterItem:")]
public virtual void InsertItem (AVFoundation.AVPlayerItem item, AVFoundation.AVPlayerItem afterItem);
abstract member InsertItem : AVFoundation.AVPlayerItem * AVFoundation.AVPlayerItem -> unit
override this.InsertItem : AVFoundation.AVPlayerItem * AVFoundation.AVPlayerItem -> unit

Parameters

afterItem
AVPlayerItem

To be added.

This parameter can be null.

Attributes

Applies to