Condividi tramite


AVQueuePlayer.CanInsert(AVPlayerItem, AVPlayerItem) Metodo

Definizione

Ottiene un valore che indica se l'inserimento richiesto è consentito.

[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

Parametri

afterItem
AVPlayerItem

Da aggiungere.

Questo parametro può essere null.

Restituisce

Attributi

Si applica a