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
/
IFrameProcessor
IFrame
Processor
interface
IFrameProcessor
<
T
>
(
source
)
Interface to process a frame.
Parameters
T
type of frame to process (probably
RawFrame
or
Frame
)
Inheritors
IAudioEffect
AudioFrameProcessor
Members
Functions
process
Frame
Link copied to clipboard
abstract
fun
processFrame
(
frame
:
T
)
:
T