• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1name: "ExoPlayer"
2description:
3    "ExoPlayer is an application level media player for Android. It provides an"
4    "alternative to Android’s MediaPlayer API for playing audio and video both"
5    "locally and over the Internet. ExoPlayer supports features not currently"
6    "supported by Android’s MediaPlayer API, including DASH and SmoothStreaming"
7    "adaptive playbacks. Unlike the MediaPlayer API, ExoPlayer is easy to"
8    "customize and extend, and can be updated through Play Store application"
9    "updates."
10third_party {
11  url {
12    type: HOMEPAGE
13    value: "https://exoplayer.dev/"
14  }
15  url {
16    type: GIT
17    value: "https://github.com/google/ExoPlayer.git"
18  }
19  version: "8e57d3715f9092d5ec54ebe2e538f34bfcc34479"
20  last_upgrade_date { year: 2022 month: 4 day: 11 }
21  license_type: NOTICE
22}