Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
830d0017
authored
Apr 20, 2021
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Remove deprecated DefaultMediaSourceEventListener
PiperOrigin-RevId: 369425007
parent
08336e37
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
23 deletions
RELEASENOTES.md
library/core/src/main/java/com/google/android/exoplayer2/source/DefaultMediaSourceEventListener.java
RELEASENOTES.md
View file @
830d0017
...
@@ -79,6 +79,8 @@
...
@@ -79,6 +79,8 @@
instead.
instead.
*
Remove
`extension-jobdispatcher`
module. Use the
`extension-workmanager`
*
Remove
`extension-jobdispatcher`
module. Use the
`extension-workmanager`
module instead.
module instead.
*
Remove
`DefaultMediaSourceEventListener`
. Use
`MediaSourceEventListener`
instead.
*
DRM:
*
DRM:
*
Only dispatch DRM session acquire and release events once per period
*
Only dispatch DRM session acquire and release events once per period
when playing content that uses the same encryption keys for both audio &
when playing content that uses the same encryption keys for both audio &
...
...
library/core/src/main/java/com/google/android/exoplayer2/source/DefaultMediaSourceEventListener.java
deleted
100644 → 0
View file @
08336e37
/*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package
com
.
google
.
android
.
exoplayer2
.
source
;
/**
* @deprecated Use {@link MediaSourceEventListener} interface directly for selective overrides as
* all methods are implemented as no-op default methods.
*/
@Deprecated
public
abstract
class
DefaultMediaSourceEventListener
implements
MediaSourceEventListener
{}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment