AVPlayerViewController.Player Property
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.
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