public interface NativeDiscoveryStrategy
| Modifier and Type | Method and Description |
|---|---|
String |
discover()
Attempt to discover the location of the libvlc native shared libraries.
|
void |
onFound(String path)
Invoked when native shared libraries find.
|
boolean |
supported()
Is this strategy supported?
|
boolean supported()
Some strategies may, for example, only be applicable to one particular operating system or another.
true if this strategy is supported; false otherwiseString discover()
null if this strategy did not find themvoid onFound(String path)
path - directory containing the shared librariesCopyright © 2009–2015 Caprica Software Limited. All rights reserved.