AVPlayer.Play Method

Definition

Begins playback of the CurrentItem.

[Foundation.Export("play")]
public virtual void Play ();
abstract member Play : unit -> unit
override this.Play : unit -> unit
Attributes

Remarks

This method is functionally equivalent to setting Rate to 1.0f.

Applies to