Package tvi.webrtc

Interface AudioProcessingFactory


public interface AudioProcessingFactory
Factory for creating webrtc::AudioProcessing instances.
  • Method Summary

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

    • createNative

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