public interface ScreenSurfaceCallback
| Modifier and Type | Method and Description |
|---|---|
void |
attachSurface(android.view.Surface surface) |
void |
detachSurface() |
void |
surfaceChange(android.view.Surface surface) |
void |
surfaceCreated(android.view.Surface surface)
用于抓屏用的surface创建, 不在main thread中回调.
|
void |
surfaceDestroyed(android.view.Surface surface)
用于抓屏用的surface将要被销毁, 不在main thread中回调.
|
void surfaceCreated(android.view.Surface surface)
void surfaceDestroyed(android.view.Surface surface)
void surfaceChange(android.view.Surface surface)
void detachSurface()
void attachSurface(android.view.Surface surface)