2021-09-29 20:09:02 +08:00
|
|
|
<a style="float:right;font-size:12px;" href="http://github.com/danielsogl/awesome-cordova-plugins/edit/master/src/@awesome-cordova-plugins/plugins/android-exoplayer/index.ts#L149">
|
|
|
|
Improve this doc
|
|
|
|
</a>
|
|
|
|
|
|
|
|
# Android ExoPlayer
|
|
|
|
|
|
|
|
```
|
|
|
|
$ ionic cordova plugin add cordova-plugin-exoplayer
|
|
|
|
$ npm install @ionic-native/plugins/android-exoplayer
|
|
|
|
```
|
|
|
|
|
|
|
|
## [Usage Documentation](https://ionicframework.com/docs/native/android-exoplayer/)
|
|
|
|
|
|
|
|
Plugin Repo: [https://github.com/frontyard/cordova-plugin-exoplayer](https://github.com/frontyard/cordova-plugin-exoplayer)
|
|
|
|
|
|
|
|
Cordova media player plugin using Google's ExoPlayer framework.
|
|
|
|
|
|
|
|
https://github.com/google/ExoPlayer
|
|
|
|
|
|
|
|
## Supported platforms
|
|
|
|
|
|
|
|
- Android
|
2021-09-29 20:38:45 +08:00
|
|
|
|
|
|
|
|
|
|
|
|