Method removeBackgroundImage
removeBackgroundImage
从背景图像列表中移除指定的背景图像。
Java
public boolean removeBackgroundImage(AgoraImage backgroundImage)
参数
- backgroundImage
- 要移除的背景图像。详见 AgoraImage。
返回值
- true:移除成功。
- false:移除失败。
从背景图像列表中移除指定的背景图像。
public boolean removeBackgroundImage(AgoraImage backgroundImage)