Package | Description |
---|---|
uk.co.caprica.vlcj.binding.internal |
Internal JNA bindings for libvlc, bindings to native types and structures.
|
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 |
---|---|
static libvlc_position_e |
libvlc_position_e.position(int intValue) |
static libvlc_position_e |
libvlc_position_e.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static libvlc_position_e[] |
libvlc_position_e.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
MediaPlayer.setVideoTitleDisplay(libvlc_position_e position,
int timeout)
Set if, and how, the video title will be shown when playing media.
|
void |
DefaultMediaPlayer.setVideoTitleDisplay(libvlc_position_e position,
int timeout) |
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.