Interface NoiseCancellation
-
- All Implemented Interfaces:
public interface NoiseCancellation
-
-
Method Summary
Modifier and Type Method Description abstract AudioProcessingFactorygetAudioProcessingFactory(Boolean enabled)abstract UnitsetNoiseCancellationEnabled(Boolean enabled)abstract BooleangetNoiseCancellationEnabled()StringgetNcLogTag()-
-
Method Detail
-
getAudioProcessingFactory
abstract AudioProcessingFactory getAudioProcessingFactory(Boolean enabled)
-
setNoiseCancellationEnabled
abstract Unit setNoiseCancellationEnabled(Boolean enabled)
-
getNoiseCancellationEnabled
abstract Boolean getNoiseCancellationEnabled()
-
getNcLogTag
String getNcLogTag()
-
-
-
-