tmap/smali_classes2/com/google/android/exoplayer2/text/TextRenderer$Output.smali
2022-06-10 21:38:30 +09:00

28 lines
710 B
Smali

.class public interface abstract Lcom/google/android/exoplayer2/text/TextRenderer$Output;
.super Ljava/lang/Object;
.source "TextRenderer.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/google/android/exoplayer2/text/TextRenderer;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "Output"
.end annotation
# virtual methods
.method public abstract onCues(Ljava/util/List;)V
.annotation system Ldalvik/annotation/Signature;
value = {
"(",
"Ljava/util/List<",
"Lcom/google/android/exoplayer2/text/Cue;",
">;)V"
}
.end annotation
.end method