-
-
Notifications
You must be signed in to change notification settings - Fork 255
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(deps): update media3_version to v1.6.0 #4481
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/media3_version
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d7dba12
to
043d4a0
Compare
Needs sdk=35 |
d0f4f87
to
97fb23b
Compare
97fb23b
to
5641647
Compare
5641647
to
7c9426d
Compare
13ea356
to
f46ed64
Compare
f46ed64
to
6a5bded
Compare
d5447fb
to
0e06ee5
Compare
0e06ee5
to
d5cd787
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
d5cd787
to
b253878
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.1
->1.6.0
1.4.1
->1.6.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
androidx/media (androidx.media3:media3-ui)
v1.6.0
Compare Source
This release includes the following changes since the
1.5.1 release:
AudioManagerCompat
andAudioFocusRequestCompat
to replace theequivalent classes in
androidx.media
.plugin. Upgrade KotlinX Coroutines library from 1.8.1 to 1.9.0.
Format.toBundle(boolean excludeMetadata)
method, useFormat.toBundle()
instead.SimpleBasePlayer
where setting a newcurrentMediaItemIndex
inState
aftersetPlaylist
withnull
MediaMetadata
does not reevaluate the metadata(#1940).
SimpleBasePlayer.State
access from protected to public to makeit easier to handle updates in other classes
(#2128).
MediaExtractorCompat
, a new class that provides equivalentfeatures to platform
MediaExtractor
.MediaCodecVideoRenderer
. You can configureDefaultRenderersFactory
through
experimentalSetEnableMediaCodecVideoRendererPrewarming
toprovide a secondary
MediaCodecVideoRenderer
toExoPlayer
. Ifenabled,
ExoPlayer
pre-processes the video of consecutive media itemsduring playback to reduce media item transition latency.
bufferForPlaybackMs
andbufferForPlaybackAfterRebufferMs
inDefaultLoadControl
to 1000 and2000 ms respectively.
DeviceInfo
and device volume asynchronously (if enabledusing
setDeviceVolumeControlEnabled
). These values aren't availableinstantly after
ExoPlayer.Builder.build()
, andPlayer.Listener
notifies changes through
onDeviceInfoChanged
andonDeviceVolumeChanged
.creating the player. You can use
AnalyticsListener.onAudioSessionIdChanged
to listen to the initialupdate if required.
'main' video track that matches the language of the selected audio
track, if available. Explicit video language preferences can be
expressed with
TrackSelectionParameters.Builder.setPreferredVideoLanguage(s)
.selectedAudioLanguage
parameter toDefaultTrackSelector.selectVideoTrack()
method.retryCount
parameter toMediaSourceEventListener.onLoadStarted
and corresponding
MediaSourceEventListener.EventDispatcher
methods.with durations that don't match the actual content could cause frame
freezes at the end of the item
(#1698).
BasePreloadManager.Listener
to a top-levelPreloadManagerListener
.RenderersFactory.createSecondaryRenderer
can be implemented to providesecondary renderers for pre-warming. Pre-warming enables quicker media
item transitions during playback.
CmcdData
for manifest requests in adaptive streamingformats DASH, HLS, and SmoothStreaming
(#1951).
MediaCodecInfo
of the codec that will be initialized inMediaCodecRenderer.onReadyToInitializeCodec
(#1963).
AdsMediaSource
to allow theAdPlaybackStates
to grow byappending ad groups. Invalid modifications are detected and throw an
exception.
succession when transitioning to content media after a mid-roll ad.
DefaultRenderersFactory
add twoMetadataRenderer
instances toenable apps to receive two different schemes of metadata by default.
playback is paused
(#1785).
ClippingMediaSource
to allow clipping in unseekablemedia.
transition.
ExoPlayer.isLoading()
remainstrue
while it hastransitioned to
STATE_IDLE
orSTATE_ENDED
(#2133).
lastRebufferRealtimeMs
toLoadControl.Parameter
(#2113).
formats.
format.
VideoFrameProcessor.registerInputStream
andVideoFrameProcessor.Listener.onInputStreamRegistered
to useFormat
.DefaultEncoderFactory
.MediaMetricsManager
. Transformer forwards editing events andperformance data to the platform, which helps to provide system
performance and debugging information on the device. This data may also
be collected by Google
if sharing usage and diagnostics data is enabled
by the user of the device. Apps can opt-out of contributing to platform
diagnostics for Transformer with
Transformer.Builder.setUsePlatformDiagnostics(false)
.InAppMuxer
intoInAppMp4Muxer
andInAppFragmentedMp4Muxer
.You use
InAppMp4Muxer
to produce a non-fragmented MP4 file, whileInAppFragmentedMp4Muxer
is for producing a fragmented MP4 file.Muxer
interface frommedia3-muxer
tomedia3-transformer
.MediaProjectionAssetLoader
, which provides media from aMediaProjection
for screen recording, and add support for screenrecording to the Transformer demo app.
#getInputFormat()
toCodec
interface.GlObjectsProvider
onto thecaller in
DefaultVideoFrameProcessor
andDefaultVideoCompositor
whenpossible.
the stream header stores the number of bytes instead of the number of
chunks.
than 4).
ArrayIndexOutOfBoundsException
in MP4 edit lists when the editlist starts at a non-sync frame with no preceding sync frame
(#2062).
(#2069).
play with
IllegalStateException: Playback stuck buffering and not loading
(#2197).onAudioPositionAdvancing
to be called when playback resumes(previously it was called when playback was paused).
SonicAudioProcessor
whenSpeedChangingAudioProcessor
isconfigured with default parameters.
Sonic#getOutputSize()
that could causeDefaultAudioSink
to stall.MediaCodecAudioRenderer.getDurationToProgressUs()
andDecoderAudioRenderer.getDurationToProgressUs()
so that seeks correctlyreset the provided durations.
androidx.media3.common.audio.SonicAudioProcessor
final.ChannelMappingAudioProcessor
andTrimmingAudioProcessor
.MediaCodecVideoRenderer.shouldUsePlaceholderSurface
toprotected so that applications can override to block usage of
placeholder surfaces
(#1905).
ExoPlayer
AV1 sample dependency parsing to speed upseeking. Enable it with the new
DefaultRenderersFactory.experimentalSetParseAv1SampleDependencies
API.ExoPlayer
API to drop lateMediaCodecVideoRenderer
decoder input buffers that are not depended on. Enable it with
DefaultRenderersFactory.experimentalSetLateThresholdToDropDecoderInputUs
.very slow decoding any pending frames
(#1973).
screen flickering
(#2059).
(#8260).
MediaItem.Builder.setSubtitleConfigurations
, and instead only load oneif it is selected by track selection
(#1721).
tts:origin
andtts:extent
usingstyle
(#2953).Previously we incorrectly parsed any number of decimal places but always
assumed the value was in milliseconds, leading to incorrect timestamps
(#1997).
or CEA-708 captions.
IllegalStateException
when an SSA file contains a cue with zeroduration (start and end time equal)
(#2052).
the same container as audio and video
(#2052).
line endings (#2167).
MediaCodec$CryptoException: Operation not supported in this configuration
error when playing ClearKey content on API < 27 devices(#1732).
OverlaySettings
intoStaticOverlaySettings
.OverlaySettings
can be subclassed to allowdynamic overlay settings.
MuxerException
out ofMuxer
interface to avoid a very longfully qualified name.
setSampleCopyEnabled()
method tosetSampleCopyingEnabled()
in both
Mp4Muxer.Builder
andFragmentedMp4Muxer.Builder
.Mp4Muxer.addTrack()
andFragmentedMp4Muxer.addTrack()
now return anint
track ID instead of aTrackToken
.Mp4Muxer
andFragmentedMp4Muxer
no longer implementMuxer
interface.
Mp4Muxer
sample batching and copying by default.FragmentedMp4Muxer
that creates a lot of fragments whenonly audio track is written.
pauses, stops or fails. This allows users to resume playback within this
timeout without risking foreground service restrictions on various
devices. Note that simply calling
player.pause()
can no longer be usedto stop the foreground service before
stopSelf()
when overridingonTaskRemoved
, useMediaSessionService.pauseAllPlayersAndStopSelf()
instead.
state. The notification is only removed if the playlist is cleared or
the player is released.
and ACTION_PAUSE to only set one of them according to the available
commands and also accept if only one of them is set.
Context
as a parameter toMediaButtonReceiver.shouldStartForegroundService
(#1887).
Player
method on aMediaController
connectedto a legacy session dropped changes from a pending update.
MediaSession.setSessionActivity(PendingIntent)
accept null(#2109).
cleared (#2211).
media3-ui-compose
module forPlayerSurface
,PresentationState
,PlayPauseButtonState
,NextButtonState
,PreviousButtonState
,RepeatButtonState
,ShuffleButtonState
andPlaybackSpeedState
.CacheWriter
that leaves data sources open and cache areaslocked in case the data source throws an
Exception
other thanIOException
(#9760).
HlsInterstitialsAdsLoader
. The ads loader readsthe HLS interstitials of an HLS media playlist and maps them to the
AdPlaybackState
that is passed to theAdsMediaSource
. This initialversion only supports HLS VOD streams with
X-ASSET-URI
attributes.HlsInterstitialsAdsLoader.AdsMediaSourceFactory
. Apps can use itto create
AdsMediaSource
instances that use anHlsInterstitialsAdsLoader
in a convenient and safe way.SUPPLEMENTAL-CODECS
tag from HLS playlist to detect Dolby Visionformats (#1785).
(#2209).
(#1898).
multi-period live streams
(#1698).
scte214:supplementalCodecs
attribute from DASH manifest todetect Dolby Vision formats
(#1785).
contains media samples beyond the declared period duration
(#1698).
adaptation-set-switching
but different languages or role flags are merged together
(#2222).
module to decode MPEG-H audio
(#1826).
AudioSink
andAudioRendererEventListener
instances intoMidiRenderer
.play-services-cast-framework
dependency to 21.5.0 to fix aFLAG_MUTABLE
crash in apps targeting API 34+ on devices with GooglePlay services installed but disabled
(#2178).
demo-compose
with additional buttons and enhancePlayerSurface
integration with scaling and shutter support.AudioMixer.create()
method. UseDefaultAudioMixer.Factory().create()
instead.Transformer.Builder
methods:setTransformationRequest()
, usesetAudioMimeType()
,setVideoMimeType()
, andsetHdrMode()
instead.setAudioProcessors()
, set the audio processor in anEditedMediaItem.Builder.setEffects()
, and pass it toTransformer.start()
instead.setVideoEffects()
, set video effect in anEditedMediaItem.Builder.setEffects()
, and pass it toTransformer.start()
instead.setRemoveAudio()
, useEditedMediaItem.Builder.setRemoveAudio()
to remove the audio from the
EditedMediaItem
passed toTransformer.start()
instead.setRemoveVideo()
, useEditedMediaItem.Builder.setRemoveVideo()
to remove the video from the
EditedMediaItem
passed toTransformer.start()
instead.setFlattenForSlowMotion()
, useEditedMediaItem.Builder.setFlattenForSlowMotion()
to flatten theEditedMediaItem
passed toTransformer.start()
instead.setListener()
, useaddListener()
,removeListener()
orremoveAllListeners()
instead.Transformer.Listener
methods:onTransformationCompleted(MediaItem)
, useonCompleted(Composition, ExportResult)
instead.onTransformationCompleted(MediaItem, TransformationResult)
, useonCompleted(Composition, ExportResult)
instead.onTransformationError(MediaItem, Exception)
, useonError(Composition, ExportResult, ExportException)
instead.onTransformationError(MediaItem, TransformationException)
, useonError(Composition, ExportResult, ExportException)
instead.onTransformationError(MediaItem, TransformationResult, TransformationException)
, useonError(Composition, ExportResult, ExportException)
instead.onFallbackApplied(MediaItem, TransformationRequest, TransformationRequest)
, useonFallbackApplied(Composition, TransformationRequest, TransformationRequest)
instead.TransformationResult
class. UseExportResult
instead.
TransformationException
class. UseExportException
instead.
Transformer.PROGRESS_STATE_NO_TRANSFORMATION
. UseTransformer.PROGRESS_STATE_NOT_STARTED
instead.Transformer.setListener()
. UseTransformer.addListener()
,Transformer.removeListener()
orTransformer.removeAllListeners()
instead.Transformer.startTransformation()
. UseTransformer.start(MediaItem, String)
instead.SingleFrameGlShaderProgram
. UseBaseGlShaderProgram
instead.Transformer.flattenForSlowMotion
. UseEditedMediaItem.flattenForSlowMotion
instead.ExoPlayer.VideoComponent
,ExoPlayer.AudioComponent
,ExoPlayer.TextComponent
andExoPlayer.DeviceComponent
.androidx.media3.exoplayer.audio.SonicAudioProcessor
.DownloadHelper
methods:DownloadHelper(MediaItem, @​Nullable MediaSource, TrackSelectionParameters, RendererCapabilities[])
, useDownloadHelper(MediaItem, @​Nullable MediaSource, TrackSelectionParameters, RendererCapabilitiesList)
instead.getRendererCapabilities(RenderersFactory)
, equivalentfunctionality can be achieved by creating a
DefaultRendererCapabilitiesList
with aRenderersFactory
, andcalling
DefaultRendererCapabilitiesList.getRendererCapabilities()
.PlayerNotificationManager.setMediaSessionToken(MediaSessionCompat)
method. Use
PlayerNotificationManager.setMediaSessionToken(MediaSession.Token)
andpass in
(MediaSession.Token) compatToken.getToken()
instead.v1.5.1
Compare Source
This release includes the following changes since the
1.5.0 release:
codec timeout issues with this platform API
(#1641).
VBRI
frame's table of contentsdoesn't cover all the MP3 data in a file
(#1904).
MediaCodecAdapter
supplied pixel aspect ratio valueswhen provided while processing
onOutputFormatChanged
(#1371).
ReplacingCuesResolver.discardCuesBeforeTimeUs
where the cueactive at
timeUs
(started before but not yet ended) was incorrectlydiscarded (#1939).
MediaMetadata
(#1958).
v1.5.0
Compare Source
This release includes the following changes since the
1.4.1 release:
ForwardingSimpleBasePlayer
that allows forwarding to anotherplayer with small adjustments while ensuring full consistency and
listener handling
(#1183).
SimpleBasePlayer.State.playlist
bygetPlaylist()
method.SimpleBasePlayer.State.Builder.setPlaylist()
todirectly specify a
Timeline
and currentTracks
andMetadata
instead of building a playlist structure.
minSdk
to 21 (Android Lollipop). This is aligned with allother AndroidX libraries.
androidx.media3:media3-common-ktx
artifact which providesKotlin-specific functionality built on top of the Common library
Player.listen
suspending extension function to spin a coroutine tolisten to
Player.Events
to themedia3-common-ktx
library.@DoNotInline
annotations from manually out-of-lined innerclasses designed to avoid
runtime class verification failures.
Recent versions of R8
now automatically out-of-line calls like these to avoid the runtime
failures (so the manual out-of-lining is no longer required). All Gradle
users of the library must already be a using a version of the Android
Gradle Plugin that uses a version of R8 which does this,
due to
compileSdk = 35
.Users of the library with non-Gradle build systems will need to ensure
their R8-equivalent shrinking/obfuscating step does a similar automatic
out-of-lining process in order to avoid runtime class verification
failures. This change has
already been done in other AndroidX libraries.
MediaCodecRenderer.onProcessedStreamChange()
can now be called forevery media item. Previously it was not called for the first one. Use
MediaCodecRenderer.experimentalEnableProcessedStreamChangedAtStart()
to enable this.
PreloadMediaSource.PreloadControl.onPreloadError
to allowPreloadMediaSource.PreloadControl
implementations to take actions whenerror occurs.
BasePreloadManager.Listener
to propagate preload events to apps.timeout (#1540).
MediaCodecAdapter.Configuration.flags
as the field was alwayszero.
API 35+ (where the device advertises support for this).
Context.getSystemService(Context.AUDIO_SERVICE)
until audio focushandling is enabled. This ensures the blocking call isn't done if audio
focus handling is not enabled
(#1616).
(#1571).
AnalyticsListener.onRendererReadyChanged()
to signal whenindividual renderers allow playback to be ready.
MediaCodec.CryptoException
sometimes being reported as an"unexpected runtime error" when
MediaCodec
is operated in asynchronousmode (default behaviour on API 31+).
bufferedDurationUs
instead ofbufferedPositionUs
withPreloadMediaSource.PreloadControl.onContinueLoadingRequested()
. Alsochanges
DefaultPreloadManager.Status.STAGE_LOADED_TO_POSITION_MS
toDefaultPreloadManager.Status.STAGE_LOADED_FOR_DURATION_MS
, apps thenneed to pass a value representing a specific duration from the default
start position for which the corresponding media source has to be
preloaded with this IntDef, instead of a position.
ForwardingRenderer
implementation that forwards all method callsto another renderer
(1703).
enable preloading by calling
ExoPlayer.setPreloadConfiguration(PreloadConfiguration)
accordingly.By default preloading is disabled. When opted-in and to not interfere
with playback,
DefaultLoadControl
restricts preloading to start andcontinue only when the player is not loading for playback. Apps can
change this behaviour by implementing
LoadControl.shouldContinuePreloading()
accordingly (like whenoverriding this method in
DefaultLoadControl
). The defaultimplementation of
LoadControl
disables preloading in case an app isusing a custom implementation of
LoadControl
.MediaSourceEventListener.EventDispatcher.dispatchEvent()
toallow invoking events of subclass listeners
(1736).
DefaultPreloadManager.Builder
that builds theDefaultPreloadManager
andExoPlayer
instances with consistentlyshared configurations.
Renderer[]
parameter fromLoadControl.onTracksSelected()
asDefaultLoadControl
implementation can retrieve the stream types fromExoTrackSelection[]
.DefaultLoadControl.calculateTargetBufferBytes(Renderer[], ExoTrackSelection[])
and marked method as final to prevent overrides.The new
DefaultLoadControl.calculateTargetBufferBytes(ExoTrackSelection[])
should be used instead.
MediaSourceEventListener
events from secondary sources inMergingMediaSource
. This will result in loadstart/error/cancelled/completed events being reported for sideloaded
subtitles (those added with
MediaItem.LocalConfiguration.subtitleConfigurations
), which may appearas duplicate load events emitted from
AnalyticsListener
.Instead the problematic track is disabled and playback of the remaining
tracks continues
(#1722).
invalid subtitle data) and load errors (e.g. HTTP 404) are emitted
via
onLoadError
callbacks.errors are emitted via
onLoadError
callbacks while parse errorsare silently ignored (this is pre-existing behaviour).
with durations that don't match the actual content could cause frame
freezes at the end of the item
(#1698).
SntpClient
to set the max elapsed time since the lastupdate after which the client is re-initialized
(#1794).
SurfaceAssetLoader
, which supports queueing video data toTransformer via a
Surface
.ImageAssetLoader
reports unsupported input viaAssetLoader.onError
instead of throwing an
IllegalStateException
.MediaItem.Builder.setImageDurationMs
mandatory for image export.DefaultTrackSelector
: Prefer object-based audio over channel-basedaudio when other factors are equal.
Mp4Extractor
andFragmentedMp4Extractor
to identify H264samples that are not used as reference by subsequent samples.
AmrExtractor
.(instead of invalid). This means files with non-MP3 data at the end,
with no other metadata to indicate the length of the MP3 bytes, now stop
playback at the end of the MP3 data instead of failing with
ParserException: Searched too many bytes.{contentIsMalformed=true, dataType=1}
(#1563).processing edit lists in MP4 files
(#1659).
mdhd
box in
Mp4Extractor
andFragmentedMp4Extractor
(#1531).
media_time
in MP4 edit lists. Whilesegment_duration
was already correctly scaled using the movietimescale,
media_time
is now properly scaled using the tracktimescale, as specified by the MP4 format standard
(#1792).
endIndices
calculation for MP4 with editlist (#1797).
mdhd
box of MP4 files to handle-1
values (#1819).
h263
box in MP4 files for H.263 video(#1821).
(#1265).
HttpEngineDataSource
to allow use starting at version Sextension 7 instead of API level 34
(#1262).
DataSourceContractTest
: Assert thatDataSource.getUri()
returns theresolved URI (as documented). Where this is different to the requested
URI, tests can indicate this using the new
DataSourceContractTest.TestResource.Builder.setResolvedUri()
method.DataSourceContractTest
: Assert thatDataSource.getUri()
andgetResponseHeaders()
return their 'open' value after a failed call toopen()
(due to a 'not found' resource) and before a subsequentclose()
call.DataSourceContractTest.getNotFoundResources()
allowstest sub-classes to provide multiple 'not found' resources, and to
provide any expected headers too. This allows to distinguish between
HTTP 404 (with headers) and "server not found" (no headers).
present in the media.
time-stretching/pitch-shifting algorithm.
SpeedChangingAudioProcessor
that causes dropped outputframes.
MediaCodecVideoRenderer
avoids decoding samples that are neitherrendered nor used as reference by other samples.
MediaCodecAdapter
may now receive anull
Surface
inconfigure
and calls to a new methoddetachOutputSurface
to remove a previously set
Surface
if the codec supports this(
MediaCodecInfo.detachedSurfaceSupported
).MediaCodecAdapter
supplied pixel aspect ratio values if providedwhen processing
onOutputFormatChanged
(#1371).
secure H264 streams to be marked as unsupported
(#1619).
returning an end-of-stream signal.
VoiceSpan
and populate it forWebVTT voice spans
(#1632).
a 64-bit
long
when represented as microseconds and multiplied by the90,000
MPEG timebase) are displayed(#1763).
(#1820).
are enabled (#1863).
C.TRACK_TYPE_METADATA
type to tracks containing icy orvnd.dvb.ait content.
ExternallyLoadedImageDecoder
for simplified integration withexternal image loading libraries like Glide or Coil.
FileDescriptorDataSource
, a newDataSource
that can be used toread from a
FileDescriptor
(#3757).
DefaultVideoFrameProcessor
workaround for minorSurfaceTexture
scaling.
SurfaceTexture
may include a small scaling that cuts off a1-texel border around the edge of a cropped buffer. This is now handled
such that output is closer to expected.
DefaultVideoFrameProcessor.queueInputBitmap()
. As a result,exporting images to videos with
Transformer
is faster.ArrayIndexOutOfBoundsException
inImaServerSideAdInsertionMediaSource
.result in an
ArrayIndexOutOfBoundsException
when playing past the lastmidroll (#1741).
MediaButtonReceiver.shouldStartForegroundService(Intent)
to allowapps to suppress a play command coming in for playback resumption by
overriding this method. By default, the service is always started and
playback can't be suppressed without the system crashing the service
with a
ForegroundServiceDidNotStartInTimeException
(#1528).
MediaBrowser
beingdispatched to the
MediaSessionCompat.Callback
instead of theMediaBrowserServiceCompat
variant of the method when connected to alegacy service. This prevented the
MediaBrowser
to receive the actualreturn value sent back by the legacy service
(#1474).
IllegalArgumentException
thrown by devices of certainmanufacturers when setting the broadcast receiver for media button
intents (#1730).
was known as
Custom browse actions
with the legacy library withMediaBrowserCompat
. Note that with Media3 command buttons for mediaitems are available for both,
MediaBrowser
andMediaController
. SeeCustom Browse actions of AAOS.
app start a foreground service after requesting
play()
.CommandButton.Builder.setIconUri
to only accept content Uris.MediaBrowserCompat
when connecting to a legacyMediaBrowserCompat
.The service can receive the connection hints passed in as root hints
with the first call to
onGetRoot()
.MediaBrowser
connected to a legacy browser service,didn't receive an error sent by the service after the browser has
subscribed to a
parentid
.connected to a legacy
MediaBrowserService
doesn't request the childrenof a
parentId
twice when subscribing to a parent.PlayerView
-in-Compose-AndroidView
workaround opt-in, due to issueswith XML-based shared transitions. Apps using
PlayerView
insideAndroidView
need to callPlayerView.setEnableComposeSurfaceSyncWorkaround
in order to opt-in(#1237,
#1594).
setFullscreenButtonState
toPlayerView
to allow updates offullscreen button's icon on demand, i.e. out-of-band and not reactively
to a click interaction
(#1590,
#184).
there are app-defined text track selection preferences.
(#1440).
Bad magic number for Bundle
error when playing SmoothStreamingstreams with text tracks
(#1779).
(#1138).
(#1225).
files containing IAMF tracks using the libiamf native library to
synthesize audio.
spatialization together with optional head tracking enabled, but
binaural playback support is currently not available.
(#1685).
enables the sender app to resume playback locally after a disconnection.
DeviceInfo
when aContext
is provided. Thisenables linking the
MediaSession
to aRoutingSession
, which isnecessary for integrating Output Switcher
(#1056).
DataSourceContractTest
now includes tests to verify:read position
is updated.offset
is applied correctly.(#1839).
Player.hasPrevious
,Player.hasPreviousWindow()
.Use
Player.hasPreviousMediaItem()
instead.Player.previous()
method. UsePlayer.seekToPreviousMediaItem()
instead.DrmSessionEventListener.onDrmSessionAcquired
method.DefaultEncoderFactory
constructors. UseDefaultEncoderFactory.Builder
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 was generated by Mend Renovate. View the repository job log.