Package tvi.webrtc

Interface AudioProcessingFactory


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

      • createNative

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