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
d4592c2a
authored
May 04, 2021
by
samrobinson
Committed by
bachinger
May 04, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Release notes for MediaMetadata
#minor-release PiperOrigin-RevId: 371929289
parent
0b7865ea
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
RELEASENOTES.md
RELEASENOTES.md
View file @
d4592c2a
...
...
@@ -48,6 +48,9 @@
visibility in order to allow Kotlin subclasses of
`AdaptiveTrackSelection.Factory`
(
[
#8830
](
https://github.com/google/ExoPlayer/issues/8830
)
).
*
Added a combined and structured metadata object (
`MediaMetadata`
) to
Player, accessible through
`getMediaMetadata`
or by listening to
`EventListener.onMediaMetadataChanged`
.
*
UI:
*
Add builder for
`PlayerNotificationManager`
.
*
Add group setting to
`PlayerNotificationManager`
.
...
...
@@ -64,8 +67,8 @@
*
Allow fall back from DTS-HD to DTS when playing via passthrough.
*
Video:
*
Add
`Player.getVideoSize()`
to retrieve the current size of the video
stream. Add
`Listener.onVideoSizeChanged(VideoSize)`
and
deprecate
`Listener.onVideoSizeChanged(int weight, int height...)`
.
stream. Add
`Listener.onVideoSizeChanged(VideoSize)`
and
deprecate
`Listener.onVideoSizeChanged(int weight, int height...)`
.
*
Analytics:
*
Add
`onAudioCodecError`
and
`onVideoCodecError`
to
`AnalyticsListener`
.
*
Downloads and caching:
...
...
@@ -118,9 +121,9 @@
`dispatchPrepare`
. Extend
`DefaultControlDispatcher`
to avoid having to
implement the other
`ControlDispatcher`
methods.
*
Remove
`setRewindIncrementMs`
and
`setFastForwardIncrementMs`
from UI
components. Use
`setControlDispatcher`
on the same components, passing
a
`DefaultControlDispatcher`
built using
`DefaultControlDispatcher(long,
long)`
.
components. Use
`setControlDispatcher`
on the same components, passing
a
`DefaultControlDispatcher`
built using
`DefaultControlDispatcher(long,
long)`
.
*
Remove
`PlayerNotificationManager`
constructors and
`createWith`
methods. Use
`PlayerNotificationManager.Builder`
instead.
*
Remove
`PlayerNotificationManager`
`setUseNavigationActions`
and
...
...
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