setTextureView
Sets the TextureView onto which video will be rendered. The player will track the lifecycle of the texture automatically.
Consider using SurfaceView via setSurface instead of TextureView. SurfaceView generally causes lower battery consumption, and has better handling for HDR and secure content.
See Choosing a surface type for more information.
Persists across playback sessions.