Package tvi.webrtc

Interface NativeLibraryLoader


  • public interface NativeLibraryLoader
    Interface 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
      boolean load​(java.lang.String name)
      Loads a native library with the given name.
    • Method Detail

      • load

        boolean load​(java.lang.String name)
        Loads a native library with the given name.
        Returns:
        True on success