AVPlayer.ReplaceCurrentItemWithPlayerItem(AVPlayerItem) Method

Definition

Replaces the CurrentItem.

[Foundation.Export("replaceCurrentItemWithPlayerItem:")]
public virtual void ReplaceCurrentItemWithPlayerItem (AVFoundation.AVPlayerItem item);
abstract member ReplaceCurrentItemWithPlayerItem : AVFoundation.AVPlayerItem -> unit
override this.ReplaceCurrentItemWithPlayerItem : AVFoundation.AVPlayerItem -> unit

Parameters

item
AVPlayerItem

To be added.

This parameter can be null.

Attributes

Applies to