Interface HmsVirtualBackgroundInterface
-
- All Implemented Interfaces:
-
live.hms.video.plugin.video.HMSVideoPlugin
public interface HmsVirtualBackgroundInterface implements HMSVideoPlugin
-
-
Method Summary
Modifier and Type Method Description abstract IntegergetCurrentBlurPercentage()abstract UnitenableBlur(Integer blurPercentage)abstract UnitenableBackground(Bitmap bitmap)abstract UnitdisableEffects()abstract UnitsetVideoFrameInfoListener(VideoFrameInfoListener listener)-
-
Method Detail
-
getCurrentBlurPercentage
abstract Integer getCurrentBlurPercentage()
-
enableBlur
abstract Unit enableBlur(Integer blurPercentage)
-
enableBackground
abstract Unit enableBackground(Bitmap bitmap)
-
disableEffects
abstract Unit disableEffects()
-
setVideoFrameInfoListener
abstract Unit setVideoFrameInfoListener(VideoFrameInfoListener listener)
-
-
-
-