Class AdaptiveFullScreenStrategy

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

public class AdaptiveFullScreenStrategy extends Object implements FullScreenStrategy
Implementation of an full-screen strategy based on the current run-time operating system.

This implementation uses the "best" available of the provided full-screen strategy implementations, which may be a native solution, for each supported operating system.

  • Constructor Details

    • AdaptiveFullScreenStrategy

      public AdaptiveFullScreenStrategy(Window window)
      Create a full-screen strategy.
      Parameters:
      window - window to manage as full-screen or not
  • Method Details