IFrameProcessor

interface IFrameProcessor<T>

Interface to process a frame.

Parameters

T

type of frame to process (probably RawFrame or Frame)

Inheritors

Functions

Link copied to clipboard
abstract fun processFrame(frame: T): T