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
cf68d4eb
authored
Jun 27, 2019
by
olly
Committed by
Oliver Woodman
Jul 02, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Cleanup: Remove deprecated text and metadata output interfaces
PiperOrigin-RevId: 255380951
parent
1d36edc2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
library/core/src/main/java/com/google/android/exoplayer2/metadata/MetadataRenderer.java
library/core/src/main/java/com/google/android/exoplayer2/text/TextRenderer.java
library/core/src/main/java/com/google/android/exoplayer2/metadata/MetadataRenderer.java
View file @
cf68d4eb
...
@@ -34,12 +34,6 @@ import java.util.Arrays;
...
@@ -34,12 +34,6 @@ import java.util.Arrays;
*/
*/
public
final
class
MetadataRenderer
extends
BaseRenderer
implements
Callback
{
public
final
class
MetadataRenderer
extends
BaseRenderer
implements
Callback
{
/**
* @deprecated Use {@link MetadataOutput}.
*/
@Deprecated
public
interface
Output
extends
MetadataOutput
{}
private
static
final
int
MSG_INVOKE_RENDERER
=
0
;
private
static
final
int
MSG_INVOKE_RENDERER
=
0
;
// TODO: Holding multiple pending metadata objects is temporary mitigation against
// TODO: Holding multiple pending metadata objects is temporary mitigation against
// https://github.com/google/ExoPlayer/issues/1874. It should be removed once this issue has been
// https://github.com/google/ExoPlayer/issues/1874. It should be removed once this issue has been
...
...
library/core/src/main/java/com/google/android/exoplayer2/text/TextRenderer.java
View file @
cf68d4eb
...
@@ -44,12 +44,6 @@ import java.util.List;
...
@@ -44,12 +44,6 @@ import java.util.List;
*/
*/
public
final
class
TextRenderer
extends
BaseRenderer
implements
Callback
{
public
final
class
TextRenderer
extends
BaseRenderer
implements
Callback
{
/**
* @deprecated Use {@link TextOutput}.
*/
@Deprecated
public
interface
Output
extends
TextOutput
{}
@Documented
@Documented
@Retention
(
RetentionPolicy
.
SOURCE
)
@Retention
(
RetentionPolicy
.
SOURCE
)
@IntDef
({
@IntDef
({
...
...
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