Uses of Enum
uk.co.caprica.vlcj.player.list.PlaybackMode
Packages that use PlaybackMode
Package
Description
Provides the classes necessary to create and control native media list players.
-
Uses of PlaybackMode in uk.co.caprica.vlcj.player.list
Methods in uk.co.caprica.vlcj.player.list that return PlaybackModeModifier and TypeMethodDescriptionstatic PlaybackMode
PlaybackMode.playbackMode
(int intValue) static PlaybackMode
Returns the enum constant of this type with the specified name.static PlaybackMode[]
PlaybackMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.co.caprica.vlcj.player.list with parameters of type PlaybackModeModifier and TypeMethodDescriptionboolean
ControlsApi.setMode
(PlaybackMode mode) Set the media list play mode.