Video SDK for Android API Reference
Loading...
Searching...
No Matches
ZoomVideoSDKVirtualBackgroundHelper.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3import android.graphics.Bitmap;
4
5import java.util.List;
6
7import us.zoom.internal.video.SDKVideoUnitMgr;
8
ZoomVideoSDKVirtualBackgroundItem addVirtualBackgroundItem(Bitmap image)
Adds a virtual background object.
List< ZoomVideoSDKVirtualBackgroundItem > getVirtualBackgroundItemList()
Gets the virtual background item list.
ZoomVideoSDKVirtualBackgroundItem getSelectedVirtualBackgroundItem()
Gets the selected virtual background item.
int removeVirtualBackgroundItem(ZoomVideoSDKVirtualBackgroundItem imageItem)
Removes a virtual background object.
boolean isSupportVirtualBackground()
Determines whether the user can support smart virtual backgrounds.
int setVirtualBackgroundItem(ZoomVideoSDKVirtualBackgroundItem imageItem)
Sets the virtual background item.