Package live.hms.video.sdk
Interface HMSPluginResultListener
-
- All Implemented Interfaces:
public interface HMSPluginResultListenerListener to listen to output from the plugin when processing frame
-
-
Method Summary
Modifier and Type Method Description abstract UnitonOutputResult(VideoFrame output)abstract UnitonTimeTaken(ProcessTimeVariables timeObject)-
-
Method Detail
-
onOutputResult
abstract Unit onOutputResult(VideoFrame output)
-
onTimeTaken
abstract Unit onTimeTaken(ProcessTimeVariables timeObject)
-
-
-
-