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
8a9dcade
authored
Oct 11, 2021
by
olly
Committed by
Oliver Woodman
Oct 12, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
README updates for misc modules
PiperOrigin-RevId: 402292139
parent
b7d53fa4
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
43 additions
and
21 deletions
demos/cast/README.md
demos/main/README.md
demos/surface/README.md
library/common/README.md
library/extractor/README.md
library/transformer/README.md
demos/cast/README.md
View file @
8a9dcade
# Cast demo
application
# Cast demo
This
folder contains a demo application that showcases ExoPlayer integratio
n
with Google Cast
.
This
app demonstrates integration with Google Cast, as well as switching betwee
n
Google Cast and local playback using ExoPlayer
.
Please see the
[
demos README
](
../README.md
)
for instructions on how to build and
run
this demo.
See the
[
demos README
](
../README.md
)
for instructions on how to build and run
this demo.
demos/main/README.md
View file @
8a9dcade
# ExoPlayer main demo
This is the main ExoPlayer demo app
lication. It uses ExoPlayer to play a number
of test streams. It can be used as a starting point or reference project when
developing
other applications that make use of the ExoPlayer library.
This is the main ExoPlayer demo app
. It uses ExoPlayer to play a number of test
streams. It can be used as a starting point or reference project when developing
other applications that make use of the ExoPlayer library.
Please see the
[
demos README
](
../README.md
)
for instructions on how to build and
run
this demo.
See the
[
demos README
](
../README.md
)
for instructions on how to build and run
this demo.
demos/surface/README.md
View file @
8a9dcade
...
...
@@ -18,7 +18,7 @@ called, and because you can move output off-screen easily (`setOutputSurface`
can't take a
`null`
surface, so the player has to use a
`DummySurface`
, which
doesn't handle protected output on all devices).
Please see the
[
demos README
](
../README.md
)
for instructions on how to build and
run
this demo.
See the
[
demos README
](
../README.md
)
for instructions on how to build and run
this demo.
[
SurfaceControl
]:
https://developer.android.com/reference/android/view/SurfaceControl
library/common/README.md
View file @
8a9dcade
#
ExoPlayer common library
module
#
Common
module
Common code used by other ExoPlayer modules.
Provides common code and utilities used by other media modules. Application code
will not normally need to depend on this module directly.
## Links
*
[
Javadoc
][]
: Note that this Javadoc is combined with that of other modules.
[
Javadoc
]:
https://exoplayer.dev/doc/reference/index.html
library/extractor/README.md
View file @
8a9dcade
# Ex
oPlayer extractor library
module
# Ex
tractor
module
Provides media container extractors.
Provides media container extractors and related utilities. Application code will
not normally need to depend on this module directly.
## Links
...
...
library/transformer/README.md
View file @
8a9dcade
#
ExoPlayer transformer library
module
#
Transformer
module
Provides support for transforming media files.
Provides functionality for transforming media files.
## Getting the module
The easiest way to get the module is to add it as a gradle dependency:
```
gradle
implementation
'com.google.android.exoplayer:exoplayer-transformer:2.X.X'
```
where
`2.X.X`
is the version, which must match the version of the other media
modules being used.
Alternatively, you can clone this GitHub project and depend on the module
locally. Instructions for doing this can be found in the
[
top level README
][]
.
[
top level README
]:
https://github.com/google/ExoPlayer/blob/release-v2/README.md
## Using the module
Use of the Transformer module is documented in the
[
developer guide
](
https://exoplayer.dev/transforming-media.html
)
.
## Links
*
[
Javadoc
][]
: Classes matching
`com.google.android.exoplayer2.transformer.*`
belong to this
module.
*
[
Javadoc
][]
: Classes matching
`com.google.android.exoplayer2.transformer.*`
belong to this
module.
[
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