public interface

SphericalGLSurfaceView.VideoSurfaceListener

 androidx.media3.exoplayer.video.spherical.SphericalGLSurfaceView.VideoSurfaceListener

Overview

Listener for the to which video frames should be rendered.

Summary

Methods
public voidonVideoSurfaceCreated(Surface surface)

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

public voidonVideoSurfaceDestroyed(Surface surface)

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

Methods

public void onVideoSurfaceCreated(Surface surface)

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

public void onVideoSurfaceDestroyed(Surface surface)

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