Uses of Enum
uk.co.caprica.vlcj.player.base.Position
Packages that use Position
Package
Description
This is the main package for vlcj media player applications, providing the classes necessary to create and control
native media players and associated resources.
-
Uses of Position in uk.co.caprica.vlcj.player.base
Methods in uk.co.caprica.vlcj.player.base that return PositionModifier and TypeMethodDescriptionstatic Position
Position.position
(int intValue) static Position
Returns the enum constant of this type with the specified name.static Position[]
Position.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.co.caprica.vlcj.player.base with parameters of type PositionModifier and TypeMethodDescriptionvoid
VideoApi.setVideoTitleDisplay
(Position position, int timeout) Set if, and how, the video title will be shown when playing media.