AVQueuePlayer.CanInsert(AVPlayerItem, AVPlayerItem) Method

Definition

Gets whether the requested insert is allowed.

[Foundation.Export("canInsertItem:afterItem:")]
public virtual bool CanInsert (AVFoundation.AVPlayerItem item, AVFoundation.AVPlayerItem afterItem);
abstract member CanInsert : AVFoundation.AVPlayerItem * AVFoundation.AVPlayerItem -> bool
override this.CanInsert : AVFoundation.AVPlayerItem * AVFoundation.AVPlayerItem -> bool

Parameters

afterItem
AVPlayerItem

To be added.

This parameter can be null.

Returns

Attributes

Applies to