Package | Description |
---|---|
uk.co.caprica.vlcj.binding |
Provides the JNA bindings, and related classes, to use the libvlc native
library.
|
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 |
---|---|
libvlc_state_t |
LibVlc.libvlc_media_list_player_get_state(libvlc_media_list_player_t p_mlp)
Get current libvlc_state of media list player
|
Modifier and Type | Method and Description |
---|---|
static libvlc_state_t |
libvlc_state_t.state(int intValue)
Get an enumerated value for a native value.
|
static libvlc_state_t |
libvlc_state_t.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static libvlc_state_t[] |
libvlc_state_t.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
libvlc_state_t |
DefaultMediaPlayer.getMediaPlayerState() |
libvlc_state_t |
MediaPlayer.getMediaPlayerState()
Get the media player current state.
|
libvlc_state_t |
DefaultMediaPlayer.getMediaState() |
libvlc_state_t |
MediaPlayer.getMediaState()
Get the current media state.
|
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.