public interface IGSYSurfaceListener
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onSurfaceAvailable(android.view.Surface surface) |
boolean |
onSurfaceDestroyed(android.view.Surface surface) |
void |
onSurfaceSizeChanged(android.view.Surface surface,
int width,
int height) |
void |
onSurfaceUpdated(android.view.Surface surface) |
void onSurfaceAvailable(android.view.Surface surface)
void onSurfaceSizeChanged(android.view.Surface surface,
int width,
int height)
boolean onSurfaceDestroyed(android.view.Surface surface)
void onSurfaceUpdated(android.view.Surface surface)