Uses of Interface
org.webrtc.NativeLibraryLoader
Packages that use NativeLibraryLoader
-
Uses of NativeLibraryLoader in org.webrtc
Classes in org.webrtc that implement NativeLibraryLoaderFields in org.webrtc declared as NativeLibraryLoaderModifier and TypeFieldDescriptionprivate NativeLibraryLoader
PeerConnectionFactory.InitializationOptions.Builder.nativeLibraryLoader
(package private) final NativeLibraryLoader
PeerConnectionFactory.InitializationOptions.nativeLibraryLoader
Methods in org.webrtc with parameters of type NativeLibraryLoaderModifier and TypeMethodDescription(package private) static void
NativeLibrary.initialize
(NativeLibraryLoader loader, String libraryName) Loads the native library.PeerConnectionFactory.InitializationOptions.Builder.setNativeLibraryLoader
(NativeLibraryLoader nativeLibraryLoader) Constructors in org.webrtc with parameters of type NativeLibraryLoaderModifierConstructorDescriptionprivate
InitializationOptions
(Object applicationContext, String fieldTrials, boolean enableInternalTracer, NativeLibraryLoader nativeLibraryLoader, String nativeLibraryName, Loggable loggable, Logging.Severity loggableSeverity)