RawFramePullPush

constructor(frameProcessor: IProcessor<RawFrame>, onFrame: suspend (RawFrame) -> Unit, bufferPool: ByteBufferPool, processDispatcher: CoroutineDispatcher)(source)

Parameters

frameProcessor

the frame processor

onFrame

the output frame callback

bufferPool

the ByteBuffer pool

processDispatcher

the dispatcher to process frames on