Package | Description |
---|---|
uk.co.caprica.vlcj.player |
This is the main package for vlcj client applications, providing the classes
necessary to create and control native media players and associated
resources.
|
Modifier and Type | Method and Description |
---|---|
Logo |
Logo.disable()
Disable the logo.
|
Logo |
Logo.enable()
Enable the logo.
|
Logo |
Logo.enable(boolean enable)
Apply the initial enabled/disabled state.
|
Logo |
Logo.file(File file)
Apply the logo file.
|
Logo |
Logo.file(String file)
Apply the logo file.
|
Logo |
Logo.image(RenderedImage image)
Apply the logo image.
|
Logo |
Logo.location(int x,
int y)
Apply the logo position in video co-ordinates.
|
static Logo |
Logo.logo()
Create a logo.
|
Logo |
Logo.opacity(float opacity)
Apply a logo opacity.
|
Logo |
Logo.opacity(int opacity)
Apply a logo opacity.
|
Logo |
Logo.position(libvlc_logo_position_e position)
Apply the logo position.
|
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.