AVPlayerLayer.Player Property

Definition

Gets the player whose output the player is displaying.

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

(More documentation for this node is coming)

This value can be null.

Attributes

Remarks

The AVPlayer whose content this layer displays.

Applies to