Package org.webrtc
Class NativeLibrary
java.lang.Object
org.webrtc.NativeLibrary
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
initialize
(NativeLibraryLoader loader, String libraryName) Loads the native library.(package private) static boolean
isLoaded()
Returns true if the library has been loaded successfully.
-
Field Details
-
TAG
-
lock
-
libraryLoaded
private static boolean libraryLoaded
-
-
Constructor Details
-
NativeLibrary
NativeLibrary()
-
-
Method Details
-
initialize
Loads the native library. Clients should call PeerConnectionFactory.initialize. It will call this method for them. -
isLoaded
static boolean isLoaded()Returns true if the library has been loaded successfully.
-