ExternalAudioProcessingFactory

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
interface AudioProcessing
Interface for external audio processing.

Functions

Link copied to clipboard
open fun createNative(): Long
Dynamically allocates a webrtc::AudioProcessing instance and returns a pointer to it.
Link copied to clipboard
open fun destroy()
Destroys the ExternalAudioProcessor.
Link copied to clipboard
Sets the bypass flag for the capture post processing module.
Link copied to clipboard
Sets the bypass flag for the render pre processing module.
Link copied to clipboard
Sets the capture post processing module.
Link copied to clipboard
Sets the render pre processing module.