Package org.videolan.libvlc
Class MediaPlayer.Position
- java.lang.Object
-
- org.videolan.libvlc.MediaPlayer.Position
-
- Enclosing class:
- MediaPlayer
public static class MediaPlayer.Position extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intBottomstatic intBottomLeftstatic intBottomRightstatic intCenterstatic intDisablestatic intLeftstatic intRightstatic intTopstatic intTopLeftstatic intTopRight
-
Constructor Summary
Constructors Constructor Description Position()
-
-
-
Field Detail
-
Disable
public static final int Disable
- See Also:
- Constant Field Values
-
Center
public static final int Center
- See Also:
- Constant Field Values
-
Left
public static final int Left
- See Also:
- Constant Field Values
-
Right
public static final int Right
- See Also:
- Constant Field Values
-
Top
public static final int Top
- See Also:
- Constant Field Values
-
TopLeft
public static final int TopLeft
- See Also:
- Constant Field Values
-
TopRight
public static final int TopRight
- See Also:
- Constant Field Values
-
Bottom
public static final int Bottom
- See Also:
- Constant Field Values
-
BottomLeft
public static final int BottomLeft
- See Also:
- Constant Field Values
-
BottomRight
public static final int BottomRight
- See Also:
- Constant Field Values
-
-