Package tvi.webrtc
Interface NetworkControllerFactoryFactory
public interface NetworkControllerFactoryFactory
Factory for creating webrtc::NetworkControllerFactory instances.
-
Method Summary
Modifier and TypeMethodDescriptionlong
Dynamically allocates a webrtc::NetworkControllerFactory instance and returns a pointer to it.
-
Method Details
-
createNativeNetworkControllerFactory
long createNativeNetworkControllerFactory()Dynamically allocates a webrtc::NetworkControllerFactory instance and returns a pointer to it. The caller takes ownership of the object.
-