uk.co.caprica.vlcj.runtime.windows
Class WindowsRuntimeUtil

java.lang.Object
  extended by uk.co.caprica.vlcj.runtime.windows.WindowsRuntimeUtil

public class WindowsRuntimeUtil
extends java.lang.Object

Windows specific run-time utilities.


Field Summary
static java.lang.String VLC_INSTALL_DIR_KEY
          The VLC registry key for the installation directory.
static java.lang.String VLC_REGISTRY_KEY
          The VLC registry key, under HKLM.
 
Constructor Summary
WindowsRuntimeUtil()
           
 
Method Summary
static java.lang.String getVlcInstallDir()
          Get the VLC installation directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VLC_REGISTRY_KEY

public static final java.lang.String VLC_REGISTRY_KEY
The VLC registry key, under HKLM.

See Also:
Constant Field Values

VLC_INSTALL_DIR_KEY

public static final java.lang.String VLC_INSTALL_DIR_KEY
The VLC registry key for the installation directory.

See Also:
Constant Field Values
Constructor Detail

WindowsRuntimeUtil

public WindowsRuntimeUtil()
Method Detail

getVlcInstallDir

public static java.lang.String getVlcInstallDir()
Get the VLC installation directory.

Returns:
fully-qualified directory name, or null if the value could not be obtained

(C)2010 Caprica Software Limited