Commit 76647da2 by olly Committed by Oliver Woodman

Remove deprecated ExtractorMediaSource

PiperOrigin-RevId: 369635363
parent 2e5a616f
...@@ -85,6 +85,7 @@ ...@@ -85,6 +85,7 @@
module instead. module instead.
* Remove `DefaultMediaSourceEventListener`. Use `MediaSourceEventListener` * Remove `DefaultMediaSourceEventListener`. Use `MediaSourceEventListener`
instead. instead.
* Remove `ExtractorMediaSource`. Use `ProgressiveMediaSource` instead.
* Remove * Remove
`NotificationUtil.createNotificationChannel(Context, String, int, int)`. `NotificationUtil.createNotificationChannel(Context, String, int, int)`.
Use `createNotificationChannel(Context, String, int, int, int)` Use `createNotificationChannel(Context, String, int, int, int)`
......
...@@ -265,8 +265,7 @@ public final class ProgressiveMediaSource extends BaseMediaSource ...@@ -265,8 +265,7 @@ public final class ProgressiveMediaSource extends BaseMediaSource
private boolean timelineIsLive; private boolean timelineIsLive;
@Nullable private TransferListener transferListener; @Nullable private TransferListener transferListener;
// TODO: Make private when ExtractorMediaSource is deleted. private ProgressiveMediaSource(
/* package */ ProgressiveMediaSource(
MediaItem mediaItem, MediaItem mediaItem,
DataSource.Factory dataSourceFactory, DataSource.Factory dataSourceFactory,
ProgressiveMediaExtractor.Factory progressiveMediaExtractorFactory, ProgressiveMediaExtractor.Factory progressiveMediaExtractorFactory,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment