public static interface IRenderView.IRenderCallback
| 限定符和类型 | 方法和说明 |
|---|---|
void |
onSurfaceChanged(IRenderView.ISurfaceHolder holder,
int format,
int width,
int height) |
void |
onSurfaceCreated(IRenderView.ISurfaceHolder holder,
int width,
int height) |
void |
onSurfaceDestroyed(IRenderView.ISurfaceHolder holder) |
void onSurfaceCreated(IRenderView.ISurfaceHolder holder, int width, int height)
holder - width - could be 0height - could be 0void onSurfaceChanged(IRenderView.ISurfaceHolder holder, int format, int width, int height)
holder - format - could be 0width - height - void onSurfaceDestroyed(IRenderView.ISurfaceHolder holder)