Package ca.phon.media

Class VLCHelper

java.lang.Object
ca.phon.media.VLCHelper

public class VLCHelper extends Object
Helper methods for using vlc4j
  • Field Details

    • VLC_LOCATION

      public static final String VLC_LOCATION
      Property for the user-set location of VLC
    • VLC_PLUGIN_PATH

      public static final String VLC_PLUGIN_PATH
  • Constructor Details

    • VLCHelper

      public VLCHelper()
  • Method Details

    • checkNativeLibrary

      public static boolean checkNativeLibrary(boolean showError)
      Check loading of the native library.
      Parameters:
      showError - if true will display a message to the user in a dialog if the library failed to load
      Returns:
      true if the library was loaded correctly. false otherwise.
    • isLoaded

      public static boolean isLoaded()