public class DefaultWindowsNativeDiscoveryStrategy extends StandardNativeDiscoveryStrategy
This implementation will attempt to set the VLC_PLUGIN_PATH environment variable to the correct directory based on the discovery of the native libraries - it is assumed to be a sub-directory named "plugins", which will be the case for a standard VLC installation.
| Constructor and Description |
|---|
DefaultWindowsNativeDiscoveryStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
onFound(String path)
Invoked when native shared libraries find.
|
boolean |
supported()
Is this strategy supported?
|
discoverpublic DefaultWindowsNativeDiscoveryStrategy()
public final boolean supported()
NativeDiscoveryStrategySome strategies may, for example, only be applicable to one particular operating system or another.
supported in interface NativeDiscoveryStrategysupported in class StandardNativeDiscoveryStrategytrue if this strategy is supported; false otherwisepublic void onFound(String path)
NativeDiscoveryStrategyonFound in interface NativeDiscoveryStrategyonFound in class AbstractNativeDiscoveryStrategypath - directory containing the shared librariesCopyright © 2009–2015 Caprica Software Limited. All rights reserved.