StreamPack
Toggle table of contents
3.2.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.processing.audio
/
MuteEffect
Mute
Effect
class
MuteEffect
:
IProcessorAudioEffect
(
source
)
An audio effect that mute the audio.
Members
Constructors
Mute
Effect
Link copied to clipboard
constructor
(
)
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
process
Link copied to clipboard
open
override
fun
process
(
isMuted
:
Boolean
,
data
:
RawFrame
)
:
RawFrame
Process a data and returns a result.