AVPlayerViewController.ContentOverlayView 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.
View sitting between the video being played back and the video controls, can be used by applications to add their own user interface elements.
public virtual UIKit.UIView ContentOverlayView { [Foundation.Export("contentOverlayView")] get; }
member this.ContentOverlayView : UIKit.UIView
Property Value
A view that you can add elements to.
- Attributes