Uses of Enum
uk.co.caprica.vlcj.player.base.LogoPosition
Packages that use LogoPosition
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 LogoPosition in uk.co.caprica.vlcj.player.base
Methods in uk.co.caprica.vlcj.player.base that return LogoPositionModifier and TypeMethodDescriptionLogo.getPosition()
Get the position.static LogoPosition
LogoPosition.position
(int intValue) static LogoPosition
Returns the enum constant of this type with the specified name.static LogoPosition[]
LogoPosition.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 LogoPositionModifier and TypeMethodDescriptionLogo.position
(LogoPosition position) Apply the logo position.void
LogoApi.setPosition
(LogoPosition position) Set the logo position.