mirror of
https://github.com/samsonjs/media.git
synced 2026-03-31 10:25:48 +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 {
|
||||
|
||||
/**
|
||||
* @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({
|
||||
|
|
|
|||
Loading…
Reference in a new issue