Uses of Class
uk.co.caprica.vlcj.factory.discovery.strategy.BaseNativeDiscoveryStrategy
Packages that use BaseNativeDiscoveryStrategy
Package
Description
Native discovery strategy implementation that searches well-known directories to find native libraries.
Provides default implementations of components that can be used to automatically discover the location of the LibVLC
native libraries for each supported operating system.
-
Uses of BaseNativeDiscoveryStrategy in uk.co.caprica.vlcj.factory.discovery.provider
Subclasses of BaseNativeDiscoveryStrategy in uk.co.caprica.vlcj.factory.discovery.providerModifier and TypeClassDescriptionclass
Implementation of a native discovery strategy that searches a list of well-known directories. -
Uses of BaseNativeDiscoveryStrategy in uk.co.caprica.vlcj.factory.discovery.strategy
Subclasses of BaseNativeDiscoveryStrategy in uk.co.caprica.vlcj.factory.discovery.strategyModifier and TypeClassDescriptionclass
Default implementation of a native discovery strategy that searches directories on the Linux operating system.class
Default implementation of a native discovery strategy that searches directories on the OSX operating system.class
Default implementation of a native discovery strategy that searches directories on the Windows operating system.