package s1;

import androidx.annotation.Nullable;
import androidx.media3.decoder.DecoderException;

/* JADX INFO: loaded from: classes.dex */
public interface e {
    @Nullable
    Object dequeueInputBuffer() throws DecoderException;

    @Nullable
    Object dequeueOutputBuffer() throws DecoderException;

    void flush();

    String getName();

    void queueInputBuffer(Object obj);

    void release();

    void setOutputStartTimeUs(long j10);
}
