mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Cleanup: Remove deprecated text and metadata output interfaces
PiperOrigin-RevId: 255380951
This commit is contained in:
parent
1d36edc214
commit
cf68d4eb47
2 changed files with 0 additions and 12 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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({
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue