Xamarin.Android bindings library for the ExoPlayer.
Built with Sufficient Bindings Approach.
ExoPlayer is an application level media player for Android. It provides an alternative to Android’s MediaPlayer API for playing audio and video both locally and over the Internet. ExoPlayer supports features not currently supported by Android’s MediaPlayer API, including DASH and SmoothStreaming adaptive playbacks. Unlike the MediaPlayer API, ExoPlayer is easy to customize and extend, and can be updated through Play Store application updates.
Please note, that this bindings library includes the following java libraries combined into a single package:
The iFIT.Xamarin.ExoPlayer package is available on Nuget.
Check out the sample project in order to understand how to use the ExoPlayer in your applicaiton.
For more details it's better to check the developer guide, the API is very similar to the C# code so it should be easy to translate from java world.