Class NoiseCancellationFake
-
- All Implemented Interfaces:
-
live.hms.video.factories.noisecancellation.NoiseCancellation
public final class NoiseCancellationFake implements NoiseCancellation
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanlibraryPresentprivate final BooleanenabledFromDashboardprivate final StringncLogTag
-
Constructor Summary
Constructors Constructor Description NoiseCancellationFake(Boolean libraryPresent, Boolean enabledFromDashboard)
-
Method Summary
Modifier and Type Method Description final BooleangetLibraryPresent()final BooleangetEnabledFromDashboard()AudioProcessingFactorygetAudioProcessingFactory(Boolean enabled)UnitsetNoiseCancellationEnabled(Boolean enabled)BooleangetNoiseCancellationEnabled()-
-
Method Detail
-
getLibraryPresent
final Boolean getLibraryPresent()
-
getEnabledFromDashboard
final Boolean getEnabledFromDashboard()
-
getAudioProcessingFactory
AudioProcessingFactory getAudioProcessingFactory(Boolean enabled)
-
setNoiseCancellationEnabled
Unit setNoiseCancellationEnabled(Boolean enabled)
-
getNoiseCancellationEnabled
Boolean getNoiseCancellationEnabled()
-
-
-
-