Package tvi.webrtc
Interface AudioProcessingFactory
public interface AudioProcessingFactory
Factory for creating webrtc::AudioProcessing instances.
-
Method Summary
Modifier and TypeMethodDescriptionlong
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.
-