Package tvi.webrtc

Interface FecControllerFactoryFactoryInterface


public interface FecControllerFactoryFactoryInterface
Factory for creating webrtc::FecControllerFactory instances.
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Dynamically allocates a webrtc::FecControllerFactory instance and returns a pointer to it.
  • Method Details

    • createNative

      long createNative()
      Dynamically allocates a webrtc::FecControllerFactory instance and returns a pointer to it. The caller takes ownership of the object.