AVPlayerViewController.Player Property

Definition

The player providing the content to be displayed.

public virtual AVFoundation.AVPlayer Player { [Foundation.Export("player", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setPlayer:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
member this.Player : AVFoundation.AVPlayer with get, set

Property Value

The player that provides content for thie AVPlayerViewController.

This value can be null.

Attributes

Applies to