HMSBitmapPlugin
class HMSBitmapPlugin(val hmsSDK: HMSSDK, val hmsBitmapUpdateListener: HMSBitmapUpdateListener) : HMSVideoPlugin
Constructors
Types
Functions
Link copied to clipboard
Link copied to clipboard
This function will be called before the call to init, it is used to check whether the plugin supports current OS and device or not. An error will be thrown back to the user if they try to use an unsupported plugin.
Link copied to clipboard
open override fun processVideoFrame(inputVideoFrame: VideoFrame, outputListener: HMSPluginResultListener?, skipProcessing: Boolean?)
This function will be called by the SDK for every video frame which the plugin needs to process.