Package tvi.webrtc

Interface NetEqFactoryFactory


public interface NetEqFactoryFactory
Implementations of this interface can create a native webrtc::NetEqFactory.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Returns a pointer to a webrtc::NetEqFactory.
  • Method Details

    • createNativeNetEqFactory

      long createNativeNetEqFactory()
      Returns a pointer to a webrtc::NetEqFactory. The caller takes ownership.