Visual Studio Code – How to create TextureView programmatically with ExoPlayer in .NET/MAUI?
Goal I am trying to create an ExoPlayer using Android code within .NET (MAUI) that renders to a TextureView (rather than the default SurfaceView). Background This is discussed in terms of Android in this thread. In .NET/MAUI we have the…