SphericalGLSurfaceView.VideoSurfaceListener


public interface SphericalGLSurfaceView.VideoSurfaceListener


Listener for the Surface to which video frames should be rendered.

Summary

Public methods

abstract void

Called when the Surface to which video frames should be rendered is created.

abstract void

Called when the Surface to which video frames should be rendered is destroyed.

Public methods

onVideoSurfaceCreated

abstract void onVideoSurfaceCreated(Surface surface)

Called when the Surface to which video frames should be rendered is created.

onVideoSurfaceDestroyed

abstract void onVideoSurfaceDestroyed(Surface surface)

Called when the Surface to which video frames should be rendered is destroyed.