StreamPack
Toggle table of contents
3.1.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.processing.audio
/
IAudioEffect
IAudio
Effect
interface
IAudioEffect
:
IFrameProcessor
<
RawFrame
>
,
Closeable
(
source
)
The base audio effect.
Inheritors
MuteEffect
Members
Functions
close
Link copied to clipboard
abstract
fun
close
(
)
process
Frame
Link copied to clipboard
abstract
fun
processFrame
(
frame
:
RawFrame
)
:
RawFrame