ExternalAudioProcessingFactory
Types
Link copied to clipboard
interface AudioProcessing
Interface for external audio processing.
Functions
Link copied to clipboard
Dynamically allocates a webrtc::AudioProcessing instance and returns a pointer to it.
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
open fun setCapturePostProcessing(@Nullable processing: ExternalAudioProcessingFactory.AudioProcessing)
Sets the capture post processing module.
Link copied to clipboard
open fun setRenderPreProcessing(@Nullable processing: ExternalAudioProcessingFactory.AudioProcessing)
Sets the render pre processing module.