processVideoFrame

abstract fun processVideoFrame(input: VideoFrame, outputListener: HMSPluginResultListener?, skipProcessing: Boolean?)

This function will be called by the SDK for every video frame which the plugin needs to process.

Parameters

input

input videoFrame containing the input frame

outputListener

HMSActionResultListener which is a callback object needed to inform about output VideoFrame and time Taken to receive it

skipProcessing

use results from previous run if true