AVPlayer.Play Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.