Android SDK 100ms
lib
/
live.hms.video.factories.noisecancellation
/
NoiseCancellationFake
Noise
Cancellation
Fake
class
NoiseCancellationFake
(
val
libraryPresent
:
Boolean
,
val
enabledFromDashboard
:
Boolean
)
:
NoiseCancellation
Constructors
Functions
Properties
Constructors
Noise
Cancellation
Fake
Link copied to clipboard
fun
NoiseCancellationFake
(
libraryPresent
:
Boolean
,
enabledFromDashboard
:
Boolean
)
Functions
get
Audio
Processing
Factory
Link copied to clipboard
open
override
fun
getAudioProcessingFactory
(
enabled
:
Boolean
)
:
AudioProcessingFactory
?
get
Noise
Cancellation
Enabled
Link copied to clipboard
open
override
fun
getNoiseCancellationEnabled
(
)
:
Boolean
set
Noise
Cancellation
Enabled
Link copied to clipboard
open
override
fun
setNoiseCancellationEnabled
(
enabled
:
Boolean
)
Properties
enabled
From
Dashboard
Link copied to clipboard
val
enabledFromDashboard
:
Boolean
library
Present
Link copied to clipboard
val
libraryPresent
:
Boolean
nc
Log
Tag
Link copied to clipboard
open
val
ncLogTag
:
String