toggle menu
stream-webrtc-android
1.2.2
androidJvm
switch theme
search in API
stream-webrtc-android
/
org.webrtc
/
ManagedAudioProcessingFactory
Managed
Audio
Processing
Factory
interface
ManagedAudioProcessingFactory
:
AudioProcessingFactory
AudioProcessing factory with lifecycle management and runtime control capabilities.
Members
Functions
destroy
Native
Link copied to clipboard
abstract
fun
destroyNative
(
)
Destroys the native AudioProcessing instance.
is
Enabled
Link copied to clipboard
abstract
fun
isEnabled
(
)
:
Boolean
Checks if the AudioProcessing is enabled.
set
Enabled
Link copied to clipboard
abstract
fun
setEnabled
(
enabled
:
Boolean
)
Sets the enabled state of the AudioProcessing.
Inherited functions
create
Native
Link copied to clipboard
abstract
fun
createNative
(
)
:
Long
Dynamically allocates a webrtc::AudioProcessing instance and returns a pointer to it.