FlixOlé v4.4.0版本的 MD5 值为:50e7f767ca3e8715936523e9ef089581

以下内容为反编译后的 a.java 源代码,内容仅作参考


package i.d.a.b.q4.j;

import android.os.Parcel;
import android.os.Parcelable;
import i.d.a.b.e3;
import i.d.a.b.q4.a;
import i.d.a.b.x2;
import i.d.a.b.x4.p0;
import java.util.Arrays;
public final class a implements a.b {
    public static final Parcelable.Creator<a> CREATOR;
    public static final x2 t;
    public static final x2 u;
    public final String f4671n;
    public final String f4672o;
    public final long f4673p;
    public final long f4674q;
    public final byte[] r;
    public int s;

    public class C0180a implements Parcelable.Creator<a> {
        @Override
        public a createFromParcel(Parcel parcel) {
            return new a(parcel);
        }

        @Override
        public a[] newArray(int i2) {
            return new a[i2];
        }
    }

    static {
        x2.b bVar = new x2.b();
        bVar.g0("application/id3");
        t = bVar.G();
        x2.b bVar2 = new x2.b();
        bVar2.g0("application/x-scte35");
        u = bVar2.G();
        CREATOR = new C0180a();
    }

    public a(Parcel parcel) {
        String readString = parcel.readString();
        p0.h(readString);
        this.f4671n = readString;
        String readString2 = parcel.readString();
        p0.h(readString2);
        this.f4672o = readString2;
        this.f4673p = parcel.readLong();
        this.f4674q = parcel.readLong();
        byte[] createByteArray = parcel.createByteArray();
        p0.h(createByteArray);
        this.r = createByteArray;
    }

    public a(String str, String str2, long j2, long j3, byte[] bArr) {
        this.f4671n = str;
        this.f4672o = str2;
        this.f4673p = j2;
        this.f4674q = j3;
        this.r = bArr;
    }

    @Override
    public byte[] Z() {
        if (z() != null) {
            return this.r;
        }
        return null;
    }

    @Override
    public int describeContents() {
        return 0;
    }

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || a.class != obj.getClass()) {
            return false;
        }
        a aVar = (a) obj;
        return this.f4673p == aVar.f4673p && this.f4674q == aVar.f4674q && p0.b(this.f4671n, aVar.f4671n) && p0.b(this.f4672o, aVar.f4672o) && Arrays.equals(this.r, aVar.r);
    }

    public int hashCode() {
        if (this.s == 0) {
            String str = this.f4671n;
            int hashCode = (527 + (str != null ? str.hashCode() : 0)) * 31;
            String str2 = this.f4672o;
            int hashCode2 = str2 != null ? str2.hashCode() : 0;
            long j2 = this.f4673p;
            long j3 = this.f4674q;
            this.s = ((((((hashCode + hashCode2) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + ((int) (j3 ^ (j3 >>> 32)))) * 31) + Arrays.hashCode(this.r);
        }
        return this.s;
    }

    @Override
    public void q(e3.b bVar) {
        i.d.a.b.q4.b.c(this, bVar);
    }

    public String toString() {
        return "EMSG: scheme=" + this.f4671n + ", id=" + this.f4674q + ", durationMs=" + this.f4673p + ", value=" + this.f4672o;
    }

    @Override
    public void writeToParcel(Parcel parcel, int i2) {
        parcel.writeString(this.f4671n);
        parcel.writeString(this.f4672o);
        parcel.writeLong(this.f4673p);
        parcel.writeLong(this.f4674q);
        parcel.writeByteArray(this.r);
    }

    @Override
    public x2 z() {
        String str = this.f4671n;
        str.hashCode();
        char c = 65535;
        switch (str.hashCode()) {
            case -1468477611:
                if (str.equals("urn:scte:scte35:2014:bin")) {
                    c = 0;
                    break;
                }
                break;
            case -795945609:
                if (str.equals("https://aomedia.org/emsg/ID3")) {
                    c = 1;
                    break;
                }
                break;
            case 1303648457:
                if (str.equals("https://developer.apple.com/streaming/emsg-id3")) {
                    c = 2;
                    break;
                }
                break;
        }
        switch (c) {
            case 0:
                return u;
            case 1:
            case 2:
                return t;
            default:
                return null;
        }
    }
}