Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
cf389268
authored
May 14, 2019
by
aquilescanta
Committed by
Oliver Woodman
May 15, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Add links to the developer guide in some READMEs
PiperOrigin-RevId: 248221982
parent
9d450e52
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
0 deletions
library/dash/README.md
library/hls/README.md
library/smoothstreaming/README.md
library/ui/README.md
library/dash/README.md
View file @
cf389268
...
...
@@ -6,7 +6,9 @@ play DASH content, instantiate a `DashMediaSource` and pass it to
## Links ##
*
[
Developer Guide
][]
.
*
[
Javadoc
][]
: Classes matching
`com.google.android.exoplayer2.source.dash.*`
belong to this module.
[
Developer Guide
]:
https://exoplayer.dev/dash.html
[
Javadoc
]:
https://exoplayer.dev/doc/reference/index.html
library/hls/README.md
View file @
cf389268
...
...
@@ -5,7 +5,9 @@ instantiate a `HlsMediaSource` and pass it to `ExoPlayer.prepare`.
## Links ##
*
[
Developer Guide
][]
.
*
[
Javadoc
][]
: Classes matching
`com.google.android.exoplayer2.source.hls.*`
belong to this module.
[
Developer Guide
]:
https://exoplayer.dev/hls.html
[
Javadoc
]:
https://exoplayer.dev/doc/reference/index.html
library/smoothstreaming/README.md
View file @
cf389268
...
...
@@ -5,8 +5,10 @@ instantiate a `SsMediaSource` and pass it to `ExoPlayer.prepare`.
## Links ##
*
[
Developer Guide
][]
.
*
[
Javadoc
][]
: Classes matching
`com.google.android.exoplayer2.source.smoothstreaming.*`
belong to this
module.
[
Developer Guide
]:
https://exoplayer.dev/smoothstreaming.html
[
Javadoc
]:
https://exoplayer.dev/doc/reference/index.html
library/ui/README.md
View file @
cf389268
...
...
@@ -4,7 +4,9 @@ Provides UI components and resources for use with ExoPlayer.
## Links ##
*
[
Developer Guide
][]
.
*
[
Javadoc
][]
: Classes matching
`com.google.android.exoplayer2.ui.*`
belong to this module.
[
Developer Guide
]:
https://exoplayer.dev/ui-components.html
[
Javadoc
]:
https://exoplayer.dev/doc/reference/index.html
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment