Package tvi.webrtc
Interface NativeLibraryLoader
-
public interface NativeLibraryLoaderInterface for loading native libraries. A custom loader can be passed to PeerConnectionFactory.initialize.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanload(java.lang.String name)Loads a native library with the given name.
-