package M;

import java.util.ArrayList;
import java.util.List;

/* JADX INFO: loaded from: classes.dex */
public abstract class l {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    private int f1417a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private int f1418b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    private int f1419c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    private int f1420d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    private int f1421e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    private int f1422f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    private long f1423g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    private long f1424h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    private boolean f1425i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    private int f1426j;

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    private boolean f1427k;

    /* JADX INFO: renamed from: l, reason: collision with root package name */
    private boolean f1428l;

    /* JADX INFO: renamed from: m, reason: collision with root package name */
    private List f1429m;

    public l() {
        this.f1429m = new ArrayList();
    }

    public long a() {
        return this.f1424h;
    }

    public int b() {
        return this.f1422f;
    }

    public abstract int c();

    public abstract int d();

    public long e() {
        return this.f1423g;
    }

    public int f() {
        return this.f1421e;
    }

    public abstract int g();

    public abstract int h();

    public boolean i() {
        return this.f1425i;
    }

    public void j(int i2) {
        this.f1426j = i2;
    }

    public void k(long j2) {
        this.f1424h = j2;
    }

    public void l(boolean z2) {
        this.f1425i = z2;
    }

    public void m(int i2) {
        this.f1422f = i2;
    }

    public void n(long j2) {
        this.f1423g = j2;
    }

    public void o(int i2) {
        this.f1421e = i2;
    }

    public String toString() {
        return "SubPicture [imageWidth=" + this.f1417a + ", imageHeight=" + this.f1418b + ", xOffset=" + this.f1419c + ", yOffset=" + this.f1420d + ", width=" + this.f1421e + ", height=" + this.f1422f + ", startTime=" + this.f1423g + ", endTime=" + this.f1424h + ", forced=" + this.f1425i + ", compositionNumber=" + this.f1426j + ", wasDecoded=" + this.f1427k + ", excluded=" + this.f1428l + ", erasePatch=" + this.f1429m + "]";
    }

    public l(l lVar) {
        this.f1429m = new ArrayList();
        this.f1417a = lVar.d();
        this.f1418b = lVar.c();
        this.f1419c = lVar.g();
        this.f1420d = lVar.h();
        this.f1417a = lVar.f1417a;
        this.f1418b = lVar.f1418b;
        this.f1419c = lVar.f1419c;
        this.f1420d = lVar.f1420d;
        this.f1421e = lVar.f1421e;
        this.f1422f = lVar.f1422f;
        this.f1423g = lVar.f1423g;
        this.f1424h = lVar.f1424h;
        this.f1425i = lVar.f1425i;
        this.f1426j = lVar.f1426j;
        this.f1427k = lVar.f1427k;
        this.f1428l = lVar.f1428l;
        if (lVar.f1429m != null) {
            this.f1429m = new ArrayList(lVar.f1429m);
        }
    }
}
