AVPlayerViewControlsStyle Enum
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.
Determines which user interface elements are visible in the AVPlayerView
[ObjCRuntime.Native]
public enum AVPlayerViewControlsStyle
[<ObjCRuntime.Native>]
type AVPlayerViewControlsStyle =
- Inheritance
-
AVPlayerViewControlsStyle
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| None | 0 | Do not show any controls. |
| Default | 1 | Use the default style (Inline) |
| Inline | 1 | Use inline controls. |
| Floating | 2 | Use floating cnotrols. |
| Minimal | 3 | Use minimal controls. |