Update androidx.media3 to v1.4.0-beta01 #173
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.4.0-alpha02
->1.4.0-beta01
1.4.0-alpha02
->1.4.0-beta01
1.4.0-alpha02
->1.4.0-beta01
1.4.0-alpha02
->1.4.0-beta01
1.4.0-alpha02
->1.4.0-beta01
Release Notes
androidx/media (androidx.media3:media3-ui)
v1.4.0-beta01
Compare Source
ExoPlayer.isReleased()
to check whetherExoplayer.release()
has been called.ExoPlayer.Builder.setMaxSeekToPreviousPositionMs
to configure the maximum position for whichseekToPrevious()
seeks to the previous item (#1425).ExportResult.processedInputs
field. If you use this field for codec details, then useDefaultDecoderFactory.listener
instead. In case of a codec exception, codec details will be available in theExportException.codecInfo
.null
as parameter forExoPlayer.setImageOutput
to clear a previously setImageOutput
.OverlaySettings.useHdr
since dynamic range of overlayTextOverlay
. Luminance of the text overlay can be adjusted withOverlaySettings.setHdrLuminanceMultiplier
.MediaSession.Callback.onPlayerInteractionFinished
to inform sessions when a series of player interactions from a specific controller finished.SessionError
and use it inSessionResult
andLibraryResult
instead of the error code to provide more information about the error and how to resolve the error if possible.MediaSession[Builder].setSessionExtras()
to a media1 controller'sPlaybackStateCompat.getExtras()
.PlaybackException
is mapped to a fatal error state of thePlaybackStateCompat
. ASessionError
sent to the media notification controller withMediaSession.sendError(ControllerInfo, SessionError)
is mapped to a non-fatal error inPlaybackStateCompat
which means that error code and message are set but the state of the platform session remains different toSTATE_ERROR
.PlayerView
when connected to anExoPlayer
(#1144).PlayerControlView
through xml attributes to allow different drawables perPlayerView
instance, rather than global overrides (#1200).Bundleable
interface. This includes removing allBundleable.Creator<Foo> CREATOR
constant fields. Callers should use theBundle toBundle()
andstatic Foo fromBundle(Bundle)
methods on each type instead.Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.