I am using the ExoPlayer Library, which expects a Surface, however i couldn't find any Method, which retrieves the underlying Surface of the Textureview. Any Ideas?
The Surfaceview has a method for that:
surfaceView.getHolder().getSurface()
Or is there no surface in TextureView?