Package tvi.webrtc
Interface NetEqFactoryFactory
-
public interface NetEqFactoryFactory
Implementations of this interface can create a nativewebrtc::NetEqFactory
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
createNativeNetEqFactory()
Returns a pointer to awebrtc::NetEqFactory
.
-