Package tvi.webrtc
Interface NetEqFactoryFactory
public interface NetEqFactoryFactory
Implementations of this interface can create a native
webrtc::NetEqFactory
.-
Method Summary
Modifier and TypeMethodDescriptionlong
Returns a pointer to awebrtc::NetEqFactory
.
-
Method Details
-
createNativeNetEqFactory
long createNativeNetEqFactory()Returns a pointer to awebrtc::NetEqFactory
. The caller takes ownership.
-