Uses of Enum
uk.co.caprica.vlcj.player.base.State
Packages that use State
Package
Description
Components that encapsulate media.
This is the main package for vlcj media player applications, providing the classes necessary to create and control
native media players and associated resources.
Provides the classes necessary to create and control native media list players.
Default implementations for commonly needed media conditional waiters used with the synchronous programming
framework.
-
Uses of State in uk.co.caprica.vlcj.media
Methods in uk.co.caprica.vlcj.media that return StateMethods in uk.co.caprica.vlcj.media with parameters of type StateModifier and TypeMethodDescriptionvoid
MediaEventAdapter.mediaStateChanged
(Media media, State newState) void
MediaEventListener.mediaStateChanged
(Media media, State newState) The current media state changed. -
Uses of State in uk.co.caprica.vlcj.player.base
Methods in uk.co.caprica.vlcj.player.base that return StateModifier and TypeMethodDescriptionstatic State
State.state
(int intValue) Get an enumerated value for a native value.StatusApi.state()
Get the media player current state.static State
Returns the enum constant of this type with the specified name.static State[]
State.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of State in uk.co.caprica.vlcj.player.list
Methods in uk.co.caprica.vlcj.player.list that return StateModifier and TypeMethodDescriptionStatusApi.getMediaListPlayerState()
Get the current media list player state. -
Uses of State in uk.co.caprica.vlcj.waiter.media
Methods in uk.co.caprica.vlcj.waiter.media with parameters of type StateModifier and TypeMethodDescriptionvoid
MediaWaiter.mediaStateChanged
(Media media, State newState)