Commit cf68d4eb by olly Committed by Oliver Woodman

Cleanup: Remove deprecated text and metadata output interfaces

PiperOrigin-RevId: 255380951
parent 1d36edc2
......@@ -34,12 +34,6 @@ import java.util.Arrays;
*/
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;
// 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
......
......@@ -44,12 +44,6 @@ import java.util.List;
*/
public final class TextRenderer extends BaseRenderer implements Callback {
/**
* @deprecated Use {@link TextOutput}.
*/
@Deprecated
public interface Output extends TextOutput {}
@Documented
@Retention(RetentionPolicy.SOURCE)
@IntDef({
......
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