AVPlayer.Status Property

Definition

The current status of the AVPlayer.

public virtual AVFoundation.AVPlayerStatus Status { [Foundation.Export("status")] get; }
member this.Status : AVFoundation.AVPlayerStatus

Property Value

Attributes

Remarks

This property will be Unknown until the player has attempted to load media resources.

Applies to