Uses of Class
uk.co.caprica.vlcj.player.base.Logo
Packages that use Logo
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 Logo in uk.co.caprica.vlcj.player.base
Methods in uk.co.caprica.vlcj.player.base that return LogoModifier and TypeMethodDescriptionLogo.disable()
Disable the logo.Logo.duration
(int duration) Set the amount of time the logo will be displayed before displaying the next in sequence (if there is one).Logo.enable()
Enable the logo.Logo.enable
(boolean enable) Apply the initial enabled/disabled state.Apply the logo file.Apply the logo file.Logo.image
(RenderedImage image) Apply the logo image.Logo.location
(int x, int y) Apply the logo position in video co-ordinates.static Logo
Logo.logo()
Create a logo.Logo.opacity
(float opacity) Apply a logo opacity.Logo.opacity
(int opacity) Apply a logo opacity.Logo.position
(LogoPosition position) Apply the logo position.Logo.repeat
(int repeat) Set the number of times the logo sequence will repeat.Methods in uk.co.caprica.vlcj.player.base with parameters of type Logo