Skip to main content

VideoProcessor

VideoProcessor class

Kind: global class
Properties

NameTypeDescription
processFramefunctionA callback to receive input and output frame buffers for processing. The input frame buffer contains the original video frame which can be used for additional processing such as applying filters to it. The output frame buffer is used to receive the processed video frame before sending to the encoder or renderer.