JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Index
Help
Package:
Description
Related Packages
Classes and Interfaces
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH
Module
uk.co.caprica.vlcj
Package uk.co.caprica.vlcj.player.embedded.fullscreen
package
uk.co.caprica.vlcj.player.embedded.fullscreen
Events relating to media.
Related Packages
Package
Description
uk.co.caprica.vlcj.player.embedded
Provides the classes necessary to support the embedding of native media player video output in Swing/AWT user interface components.
uk.co.caprica.vlcj.player.embedded.fullscreen.adaptive
Full-screen strategy implementation that picks the best available depending on the run-time operating system.
uk.co.caprica.vlcj.player.embedded.fullscreen.exclusivemode
Full-screen strategy that uses the standard JDK approach.
uk.co.caprica.vlcj.player.embedded.fullscreen.libvlc
Native full-screen strategy that uses LibVLC.
uk.co.caprica.vlcj.player.embedded.fullscreen.unsupported
A do-nothing full-screen strategy implementation to explicitly and completely disable full-screen support.
uk.co.caprica.vlcj.player.embedded.fullscreen.windows
Native full-screen strategy for Windows.
uk.co.caprica.vlcj.player.embedded.fullscreen.x
Native full-screen strategy for the X Window System.
Interfaces
Class
Description
FullScreenStrategy
Specification for a full-screen strategy implementation.