Package apple.mediaplayer.enums
Class MPMovieControlStyle
- java.lang.Object
-
- apple.mediaplayer.enums.MPMovieControlStyle
-
public final class MPMovieControlStyle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longDefaultstatic longEmbeddedControls for an embedded viewstatic longFullscreenControls for fullscreen playbackstatic longNoneNo controls
-
-
-
Field Detail
-
None
public static final long None
No controls- See Also:
- Constant Field Values
-
Embedded
public static final long Embedded
Controls for an embedded view- See Also:
- Constant Field Values
-
Fullscreen
public static final long Fullscreen
Controls for fullscreen playback- See Also:
- Constant Field Values
-
Default
public static final long Default
- See Also:
- Constant Field Values
-
-