media/libraries
tonihei ab6fc6a08d Forward seek command details to seekTo method in BasePlayer
BasePlayer simplifies implementations by handling all the various
seek methods and forwarding to a single method that can then be
implemented by subclasses. However, this loses the information about
the concrete entry point used for seeking, which is relevant when
the subclass wants to verify or filter by Player.Command. This
can be improved by adding the command as a new parameter. Since
we have to change the method anyway, we can also incorporate the
boolean flag about whether the current item is repeated to avoid
the separate method.

PiperOrigin-RevId: 494948094
2022-12-15 15:57:08 +00:00
..
cast Forward seek command details to seekTo method in BasePlayer 2022-12-15 15:57:08 +00:00
common Forward seek command details to seekTo method in BasePlayer 2022-12-15 15:57:08 +00:00
database Add javadoc links to README files 2022-12-12 11:19:23 +00:00
datasource Add javadoc links to README files 2022-12-12 11:19:23 +00:00
datasource_cronet Add javadoc links to README files 2022-12-12 11:19:23 +00:00
datasource_okhttp Add javadoc links to README files 2022-12-12 11:19:23 +00:00
datasource_rtmp Add javadoc links to README files 2022-12-12 11:19:23 +00:00
decoder Add javadoc links to README files 2022-12-12 11:19:23 +00:00
decoder_av1 Add javadoc links to README files 2022-12-12 11:19:23 +00:00
decoder_ffmpeg Add javadoc links to README files 2022-12-12 11:19:23 +00:00
decoder_flac Add javadoc links to README files 2022-12-12 11:19:23 +00:00
decoder_opus Add javadoc links to README files 2022-12-12 11:19:23 +00:00
decoder_vp9 Add javadoc links to README files 2022-12-12 11:19:23 +00:00
effect Fix bugs in DrawableOverlay.java. 2022-12-12 11:42:00 +00:00
exoplayer Forward seek command details to seekTo method in BasePlayer 2022-12-15 15:57:08 +00:00
exoplayer_dash Add javadoc links to README files 2022-12-12 11:19:23 +00:00
exoplayer_hls Add javadoc links to README files 2022-12-12 11:19:23 +00:00
exoplayer_ima Add javadoc links to README files 2022-12-12 11:19:23 +00:00
exoplayer_rtsp Add javadoc links to README files 2022-12-12 11:19:23 +00:00
exoplayer_smoothstreaming Add javadoc links to README files 2022-12-12 11:19:23 +00:00
exoplayer_workmanager Add javadoc links to README files 2022-12-12 11:19:23 +00:00
extractor Add javadoc links to README files 2022-12-12 11:19:23 +00:00
session Clarify and correct allowed multi-threading for some Player methods 2022-12-12 11:38:06 +00:00
test_data Add support for changing translucency of overlays through alpha values 2022-12-12 11:22:33 +00:00
test_exoplayer_playback Fix instrumentation tests not working via Gradle 2022-09-30 18:03:11 +00:00
test_session_common Migrate BROWSER_ROOT_HINTS_KEY_ROOT_CHILDREN_SUPPORTED_FLAGS to Media3 2022-11-24 14:38:41 +00:00
test_session_current Clarify and correct allowed multi-threading for some Player methods 2022-12-12 11:38:06 +00:00
test_utils Forward seek command details to seekTo method in BasePlayer 2022-12-15 15:57:08 +00:00
test_utils_robolectric Remove debug timeout multiplier. 2022-12-12 11:37:12 +00:00
transformer Add codec names to TransformationResult 2022-12-15 15:56:02 +00:00
ui Rollback of c5dc5aeb11 2022-12-12 11:40:08 +00:00
ui_leanback Refactor transformation completion 2022-11-22 09:44:47 +00:00