mirror of
https://github.com/androidx/media.git
synced 2025-05-14 19:19:58 +08:00
Fix release notes. Toggle publish to false.
This commit is contained in:
parent
55ff555188
commit
79da5219e5
@ -2,29 +2,6 @@
|
|||||||
|
|
||||||
### 2.10.6 (2019-10-17) ###
|
### 2.10.6 (2019-10-17) ###
|
||||||
|
|
||||||
* Add `Player.onPlaybackSuppressionReasonChanged` to allow listeners to
|
|
||||||
detect playbacks suppressions (e.g. transient audio focus loss) directly
|
|
||||||
([#6203](https://github.com/google/ExoPlayer/issues/6203)).
|
|
||||||
* DASH:
|
|
||||||
* Support `Label` elements
|
|
||||||
([#6297](https://github.com/google/ExoPlayer/issues/6297)).
|
|
||||||
* Support legacy audio channel configuration
|
|
||||||
([#6523](https://github.com/google/ExoPlayer/issues/6523)).
|
|
||||||
* HLS: Add support for ID3 in EMSG when using FMP4 streams
|
|
||||||
([spec](https://aomediacodec.github.io/av1-id3/)).
|
|
||||||
* Metadata: Expose the raw ICY metadata through `IcyInfo`
|
|
||||||
([#6476](https://github.com/google/ExoPlayer/issues/6476)).
|
|
||||||
* UI:
|
|
||||||
* Setting `app:played_color` on `PlayerView` and `PlayerControlView` no longer
|
|
||||||
adjusts the colors of the scrubber handle , buffered and unplayed parts of
|
|
||||||
the time bar. These can be set separately using `app:scrubber_color`,
|
|
||||||
`app:buffered_color` and `app_unplayed_color` respectively.
|
|
||||||
* Setting `app:ad_marker_color` on `PlayerView` and `PlayerControlView` no
|
|
||||||
longer adjusts the color of played ad markers. The color of played ad
|
|
||||||
markers can be set separately using `app:played_ad_marker_color`.
|
|
||||||
|
|
||||||
### 2.10.6 (2019-10-17) ###
|
|
||||||
|
|
||||||
* Add `Player.onPlaybackSuppressionReasonChanged` to allow listeners to
|
* Add `Player.onPlaybackSuppressionReasonChanged` to allow listeners to
|
||||||
detect playbacks suppressions (e.g. transient audio focus loss) directly
|
detect playbacks suppressions (e.g. transient audio focus loss) directly
|
||||||
([#6203](https://github.com/google/ExoPlayer/issues/6203)).
|
([#6203](https://github.com/google/ExoPlayer/issues/6203)).
|
||||||
|
@ -28,7 +28,7 @@ allprojects {
|
|||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
project.ext {
|
project.ext {
|
||||||
exoplayerPublishEnabled = true
|
exoplayerPublishEnabled = false
|
||||||
}
|
}
|
||||||
if (it.hasProperty('externalBuildDir')) {
|
if (it.hasProperty('externalBuildDir')) {
|
||||||
if (!new File(externalBuildDir).isAbsolute()) {
|
if (!new File(externalBuildDir).isAbsolute()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user