-
public interface IGSYSurfaceListenerSurface 状态变化回调 Created by guoshuyu on 2018/1/29.
-
-
Method Summary
Modifier and Type Method Description abstract voidonSurfaceAvailable(Surface surface)abstract voidonSurfaceSizeChanged(Surface surface, int width, int height)abstract booleanonSurfaceDestroyed(Surface surface)abstract voidonSurfaceUpdated(Surface surface)-
-
Method Detail
-
onSurfaceAvailable
abstract void onSurfaceAvailable(Surface surface)
-
onSurfaceSizeChanged
abstract void onSurfaceSizeChanged(Surface surface, int width, int height)
-
onSurfaceDestroyed
abstract boolean onSurfaceDestroyed(Surface surface)
-
onSurfaceUpdated
abstract void onSurfaceUpdated(Surface surface)
-
-
-
-