mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
23 lines
558 B
Smali
23 lines
558 B
Smali
.class public interface abstract Landroidx/media3/extractor/SeekMap;
|
|
.super Ljava/lang/Object;
|
|
.source "SeekMap.java"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Landroidx/media3/extractor/SeekMap$SeekPoints;,
|
|
Landroidx/media3/extractor/SeekMap$Unseekable;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract getDurationUs()J
|
|
.end method
|
|
|
|
.method public abstract getSeekPoints(J)Landroidx/media3/extractor/SeekMap$SeekPoints;
|
|
.end method
|
|
|
|
.method public abstract isSeekable()Z
|
|
.end method
|