ifit / iFIT.Xamarin.ExoPlayer

Xamarin.Android bindings library for the Google ExoPlayer library
https://www.nuget.org/packages/iFIT.Xamarin.ExoPlayer
MIT License
1 stars 2 forks source link

iFIT.Xamarin.ExoPlayer

Build Nuget

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.

Included Java Libraries

Please note, that this bindings library includes the following java libraries combined into a single package:

Support

Documentation

Using ExoPlayer

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.