Package ca.phon.media
Class VLCHelper
java.lang.Object
ca.phon.media.VLCHelper
Helper methods for using vlc4j
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
checkNativeLibrary
(boolean showError) Check loading of the native library.static boolean
isLoaded()
-
Field Details
-
VLC_LOCATION
Property for the user-set location of VLC -
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
- iftrue
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()
-