AVPlayerViewControlsStyle Enum

Definition

Determines which user interface elements are visible in the AVPlayerView

public enum AVPlayerViewControlsStyle
type AVPlayerViewControlsStyle = 
Inheritance
AVPlayerViewControlsStyle

Fields

Default 1

Use the default style (Inline)

Floating 2

Use floating cnotrols.

Inline 1

Use inline controls.

Minimal 3

Use minimal controls.

None 0

Do not show any controls.

Remarks

Applies to