StreamPack
Toggle table of contents
3.0.0-RC
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.processing
/
IFrameProcessor
IFrame
Processor
interface
IFrameProcessor
<
T
>
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