Class XFullScreenStrategy

java.lang.Object
uk.co.caprica.vlcj.player.embedded.fullscreen.x.XFullScreenStrategy
All Implemented Interfaces:
FullScreenStrategy

public class XFullScreenStrategy extends Object implements FullScreenStrategy
Implementation of a full-screen strategy that uses the native X11 window manager.

With this full-screen strategy, a full-screen transparent overlay will work correctly, see EmbeddedMediaPlayer.overlay().

  • Constructor Details

    • XFullScreenStrategy

      public XFullScreenStrategy(Window window)
      Create a new full-screen strategy.
      Parameters:
      window - component that will be made full-screen
  • Method Details