Uses of Enum
uk.co.caprica.vlcj.player.component.InputEvents
Packages that use InputEvents
Package
Description
Provides higher-level components used to create basic media players with the minimum of application code.
-
Uses of InputEvents in uk.co.caprica.vlcj.player.component
Methods in uk.co.caprica.vlcj.player.component that return InputEventsModifier and TypeMethodDescriptionstatic InputEvents
Returns the enum constant of this type with the specified name.static InputEvents[]
InputEvents.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in uk.co.caprica.vlcj.player.component with parameters of type InputEventsModifier and TypeMethodDescriptionMediaPlayerSpecs.CallbackMediaPlayerSpec.withInputEvents
(InputEvents inputEvents) Specify keyboard/mouse input-event configuration.MediaPlayerSpecs.EmbeddedMediaPlayerSpec.withInputEvents
(InputEvents inputEvents) Specify keyboard/mouse input-event configuration.Constructors in uk.co.caprica.vlcj.player.component with parameters of type InputEventsModifierConstructorDescriptionCallbackMediaListPlayerComponent
(MediaPlayerFactory mediaPlayerFactory, FullScreenStrategy fullScreenStrategy, InputEvents inputEvents, boolean lockBuffers, CallbackImagePainter imagePainter) Construct a callback media list player component for intrinsic rendering (by this component).CallbackMediaListPlayerComponent
(MediaPlayerFactory mediaPlayerFactory, FullScreenStrategy fullScreenStrategy, InputEvents inputEvents, boolean lockBuffers, CallbackImagePainter imagePainter, RenderCallback renderCallback, BufferFormatCallback bufferFormatCallback, JComponent videoSurfaceComponent) Construct a callback media list player component.CallbackMediaListPlayerComponent
(MediaPlayerFactory mediaPlayerFactory, FullScreenStrategy fullScreenStrategy, InputEvents inputEvents, boolean lockBuffers, RenderCallback renderCallback, BufferFormatCallback bufferFormatCallback, JComponent videoSurfaceComponent) Construct a callback media list player component for external rendering (by the client application).CallbackMediaListPlayerComponentBase
(MediaPlayerFactory mediaPlayerFactory, FullScreenStrategy fullScreenStrategy, InputEvents inputEvents, BufferFormatCallback bufferFormatCallback, boolean lockBuffers, CallbackImagePainter imagePainter, JComponent videoSurfaceComponent, RenderCallback renderCallback) Create a media player component.CallbackMediaPlayerComponent
(MediaPlayerFactory mediaPlayerFactory, FullScreenStrategy fullScreenStrategy, InputEvents inputEvents, boolean lockBuffers, CallbackImagePainter imagePainter) Construct a callback media list player component for intrinsic rendering (by this component).CallbackMediaPlayerComponent
(MediaPlayerFactory mediaPlayerFactory, FullScreenStrategy fullScreenStrategy, InputEvents inputEvents, boolean lockBuffers, CallbackImagePainter imagePainter, RenderCallback renderCallback, BufferFormatCallback bufferFormatCallback, JComponent videoSurfaceComponent) Construct a callback media player component.CallbackMediaPlayerComponent
(MediaPlayerFactory mediaPlayerFactory, FullScreenStrategy fullScreenStrategy, InputEvents inputEvents, boolean lockBuffers, RenderCallback renderCallback, BufferFormatCallback bufferFormatCallback, JComponent videoSurfaceComponent) Construct a callback media list player component for external rendering (by the client application).EmbeddedMediaListPlayerComponent
(MediaPlayerFactory mediaPlayerFactory, Component videoSurfaceComponent, FullScreenStrategy fullScreenStrategy, InputEvents inputEvents, Window overlay) Construct an embedded media list player component.EmbeddedMediaPlayerComponent
(MediaPlayerFactory mediaPlayerFactory, Component videoSurfaceComponent, FullScreenStrategy fullScreenStrategy, InputEvents inputEvents, Window overlay) Construct an embedded media player component.