media/libraries
jbibik c2d8051662 Cleaner unified PlayerInfo update method in MediaControllerImplBase
`MediaControllerImplBase` has 2 methods for updating listeners about `PlayerInfo` changes - `updatePlayerInfo` (for masking the state) and `onPlayerInfoChanged` (when communicating with the session). There is a set number of listener callbacks related to `PlayerInfo` updates and both methods should go through the same control flow (whether we know that masking will ignore most of them or not).

A unified method `notifyPlayerInfoListenersWithReasons` encapsulates only the shared logic of 2 methods - listeners' callbacks. This ensures that both methods call them in the same order and none are missed out.

PiperOrigin-RevId: 542587879
2023-06-23 16:47:58 +00:00
..
cast Replace deprecated NullableType from checkerframework with our own one 2023-06-19 16:08:20 +01:00
common Make SpeedChangingAudioProcessor public 2023-06-22 15:46:42 +00:00
container Replace CreationTime class with Mp4TimestampData class 2023-06-14 20:42:36 +01:00
database Remove exoplayer2-only javadoc machinery from media3 2023-06-05 09:47:58 +00:00
datasource Fix missing equals sign in inline-comment parameter names 2023-06-23 16:44:33 +00:00
datasource_cronet Fix missing equals sign in inline-comment parameter names 2023-06-23 16:44:33 +00:00
datasource_okhttp Remove exoplayer2-only javadoc machinery from media3 2023-06-05 09:47:58 +00:00
datasource_rtmp Remove exoplayer2-only javadoc machinery from media3 2023-06-05 09:47:58 +00:00
decoder Clear buffer's timeUs when setting end-of-stream in SampleQueue 2023-06-20 13:58:29 +01:00
decoder_av1 Remove exoplayer2-only javadoc machinery from media3 2023-06-05 09:47:58 +00:00
decoder_ffmpeg Remove exoplayer2-only javadoc machinery from media3 2023-06-05 09:47:58 +00:00
decoder_flac Remove exoplayer2-only javadoc machinery from media3 2023-06-05 09:47:58 +00:00
decoder_midi Remove exoplayer2-only javadoc machinery from media3 2023-06-05 09:47:58 +00:00
decoder_opus Remove exoplayer2-only javadoc machinery from media3 2023-06-05 09:47:58 +00:00
decoder_vp9 Remove exoplayer2-only javadoc machinery from media3 2023-06-05 09:47:58 +00:00
effect Fix the last shader program doesn't get GlObjectsProvider 2023-06-22 15:40:33 +00:00
exoplayer Fix missing equals sign in inline-comment parameter names 2023-06-23 16:44:33 +00:00
exoplayer_dash Fix missing equals sign in inline-comment parameter names 2023-06-23 16:44:33 +00:00
exoplayer_hls Check the two Extractor instantiation sites in HLS remain consistent 2023-06-23 16:46:11 +00:00
exoplayer_ima Fix splitting ad playback state for partial ad group when joining 2023-06-10 20:23:56 +00:00
exoplayer_rtsp Replace deprecated NullableType from checkerframework with our own one 2023-06-19 16:08:20 +01:00
exoplayer_smoothstreaming Refactor method CmcdLog.createInstance to accept bufferedDurationUs 2023-06-19 16:19:04 +01:00
exoplayer_workmanager Remove exoplayer2-only javadoc machinery from media3 2023-06-05 09:47:58 +00:00
extractor Add Extractor.getUnderlyingImplementation 2023-06-22 15:49:52 +00:00
muxer Add java doc link to muxer README files 2023-06-22 15:36:06 +00:00
session Cleaner unified PlayerInfo update method in MediaControllerImplBase 2023-06-23 16:47:58 +00:00
test_data Use stereo audio in silence -> audio SequenceExportTest. 2023-06-23 16:40:57 +00:00
test_exoplayer_playback Add android.namespace to all build.gradle files 2023-05-19 17:19:15 +01:00
test_session_common Rollback of 7956c80f73 2023-06-19 16:09:13 +01:00
test_session_current Cleaner unified PlayerInfo update method in MediaControllerImplBase 2023-06-23 16:47:58 +00:00
test_utils Fix missing equals sign in inline-comment parameter names 2023-06-23 16:44:33 +00:00
test_utils_robolectric Replace deprecated NullableType from checkerframework with our own one 2023-06-19 16:08:20 +01:00
transformer Add test for force EOS when a decoder drops frames 2023-06-23 16:42:46 +00:00
ui Add public API for isWear check in media3-common. 2023-06-22 15:24:56 +00:00
ui_leanback Remove exoplayer2-only javadoc machinery from media3 2023-06-05 09:47:58 +00:00