package androidx.media3.extractor;

/* JADX INFO: loaded from: classes.dex */
public abstract class l0 implements t0 {
    private final t0 seekMap;

    public l0(t0 t0Var) {
        this.seekMap = t0Var;
    }

    @Override // androidx.media3.extractor.t0
    public long getDurationUs() {
        return this.seekMap.getDurationUs();
    }

    @Override // androidx.media3.extractor.t0
    public s0 getSeekPoints(long j10) {
        return this.seekMap.getSeekPoints(j10);
    }

    @Override // androidx.media3.extractor.t0
    public boolean isSeekable() {
        return this.seekMap.isSeekable();
    }
}
