package y4;

import android.graphics.Bitmap;
import androidx.annotation.Nullable;
import java.io.InputStream;

/* JADX INFO: loaded from: classes.dex */
public interface a {
    @Nullable
    Bitmap getNextFrame();

    int read(@Nullable InputStream inputStream, int i10);

    int read(@Nullable byte[] bArr);
}
