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 PlaybackModePlaybackMode.playbackMode(int intValue) static PlaybackModeReturns 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 TypeMethodDescriptionbooleanControlsApi.setMode(PlaybackMode mode) Set the media list play mode.