-
public interface ClearableSurfaceRepresents a protocol that the object can call clear. This is used to reference both the com.getstream.sdk.chat.utils.exomedia.core.video.ResizingSurfaceView and com.getstream.sdk.chat.utils.exomedia.core.video.ResizingTextureView which can both have their surfaces cleared.
-
-
Method Summary
Modifier and Type Method Description abstract voidclearSurface()-
-
Method Detail
-
clearSurface
abstract void clearSurface()
-
-
-
-