Uses of Interface
uk.co.caprica.vlcj.factory.discovery.strategy.NativeDiscoveryStrategy
Packages that use NativeDiscoveryStrategy
Package
Description
Media player factory.
Provides components that can be used to automatically discover the location of the LibVLC native libraries in the
absence of proper run-time environment configuration.
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 NativeDiscoveryStrategy in uk.co.caprica.vlcj.factory
Methods in uk.co.caprica.vlcj.factory that return NativeDiscoveryStrategyModifier and TypeMethodDescriptionfinal NativeDiscoveryStrategy
MediaPlayerFactory.nativeDiscoveryStrategy()
Get the native discovery strategy instance that discovered the native library. -
Uses of NativeDiscoveryStrategy in uk.co.caprica.vlcj.factory.discovery
Methods in uk.co.caprica.vlcj.factory.discovery that return NativeDiscoveryStrategyModifier and TypeMethodDescriptionfinal NativeDiscoveryStrategy
NativeDiscovery.successfulStrategy()
Get the native discovery strategy instance that discovered the native library.Constructors in uk.co.caprica.vlcj.factory.discovery with parameters of type NativeDiscoveryStrategyModifierConstructorDescriptionNativeDiscovery
(NativeDiscoveryStrategy... discoveryStrategies) Create a native discovery component. -
Uses of NativeDiscoveryStrategy in uk.co.caprica.vlcj.factory.discovery.provider
Classes in uk.co.caprica.vlcj.factory.discovery.provider that implement NativeDiscoveryStrategyModifier and TypeClassDescriptionclass
Implementation of a native discovery strategy that searches a list of well-known directories. -
Uses of NativeDiscoveryStrategy in uk.co.caprica.vlcj.factory.discovery.strategy
Classes in uk.co.caprica.vlcj.factory.discovery.strategy that implement NativeDiscoveryStrategyModifier and TypeClassDescriptionclass
Base implementation of a native discovery strategy that searches a list of directories for a list of files.class
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.