RawFramePullPush
constructor(frameProcessor: IFrameProcessor<RawFrame>, onFrame: suspend (RawFrame) -> Unit, frameFactory: IRawFrameFactory, processDispatcher: CoroutineDispatcher)
Parameters
frameProcessor
the frame processor
onFrame
the output frame callback
frameFactory
the frame factory to create frames
processDispatcher
the dispatcher to process frames on