Package tvi.webrtc
Interface NetworkControllerFactoryFactory
-
public interface NetworkControllerFactoryFactory
Factory for creating webrtc::NetworkControllerFactory instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
createNativeNetworkControllerFactory()
Dynamically allocates a webrtc::NetworkControllerFactory instance and returns a pointer to it.
-