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.
|
uk.co.caprica.vlcj.player.list |
Provides the classes necessary to create and control native media list
players.
|
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 |
MediaPlayer.getMediaPlayerState()
Get the media player current state.
|
libvlc_state_t |
DefaultMediaPlayer.getMediaPlayerState() |
libvlc_state_t |
MediaPlayer.getMediaState()
Get the current media state.
|
libvlc_state_t |
DefaultMediaPlayer.getMediaState() |
Modifier and Type | Method and Description |
---|---|
libvlc_state_t |
MediaListPlayer.getMediaListPlayerState()
Get the media list player state.
|
libvlc_state_t |
DefaultMediaListPlayer.getMediaListPlayerState() |
Copyright © 2009–2014 Caprica Software Limited. All rights reserved.