Interface SphericalGLSurfaceView.VideoSurfaceListener
-
- Enclosing class:
- SphericalGLSurfaceView
public static interface SphericalGLSurfaceView.VideoSurfaceListenerListener for theSurfaceto which video frames should be rendered.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonVideoSurfaceCreated(Surface surface)Called when theSurfaceto which video frames should be rendered is created.voidonVideoSurfaceDestroyed(Surface surface)Called when theSurfaceto which video frames should be rendered is destroyed.
-