package androidx.media3.extractor;

import com.google.common.collect.ImmutableList;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public interface y {
    default List getSniffFailureDetails() {
        return ImmutableList.t();
    }

    default y getUnderlyingImplementation() {
        return this;
    }

    void init(b0 b0Var);

    int read(z zVar, r0 r0Var);

    void release();

    void seek(long j10, long j11);

    boolean sniff(z zVar);
}
