Meeting SDK for Android API Reference
Loading...
Searching...
No Matches
IVirtualBGImageInfo.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
6public interface IVirtualBGImageInfo {
12
17 boolean isSelect();
18
23 String getImagePath();
24
29 boolean isAllowDelete();
30}
Virtual background image info.
boolean isSelect()
Query if current image info is used as the virtual background image.
VBType getVbType()
Get virtual background image type.
String getImagePath()
Query the image path of the image item.
boolean isAllowDelete()
Determine if the virtual background item can be deleted.