MEGA STAR IPTV v3.4版本的 MD5 值为:f68c82adeb6c1166a42c50cbe0c3cfa6

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


package n3;

import android.os.Parcel;
import android.os.Parcelable;
import java.util.Arrays;
import m3.a;
import u4.p0;
import v2.g0;
public final class a implements a.b {
    public final String f8923b;
    public final String f8924c;
    public final long f8925d;
    public final long f8926e;
    public final byte[] f8927f;
    private int f8928g;
    private static final g0 f8921h = g0.D(null, "application/id3", Long.MAX_VALUE);
    private static final g0 f8922i = g0.D(null, "application/x-scte35", Long.MAX_VALUE);
    public static final Parcelable.Creator<a> CREATOR = new C0132a();

    class C0132a implements Parcelable.Creator<a> {
        C0132a() {
        }

        @Override
        public a createFromParcel(Parcel parcel) {
            return new a(parcel);
        }

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

    a(Parcel parcel) {
        this.f8923b = (String) p0.h(parcel.readString());
        this.f8924c = (String) p0.h(parcel.readString());
        this.f8925d = parcel.readLong();
        this.f8926e = parcel.readLong();
        this.f8927f = (byte[]) p0.h(parcel.createByteArray());
    }

    public a(String str, String str2, long j9, long j10, byte[] bArr) {
        this.f8923b = str;
        this.f8924c = str2;
        this.f8925d = j9;
        this.f8926e = j10;
        this.f8927f = bArr;
    }

    @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.f8925d == aVar.f8925d && this.f8926e == aVar.f8926e && p0.c(this.f8923b, aVar.f8923b) && p0.c(this.f8924c, aVar.f8924c) && Arrays.equals(this.f8927f, aVar.f8927f);
    }

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

    public int hashCode() {
        if (this.f8928g == 0) {
            String str = this.f8923b;
            int hashCode = (527 + (str != null ? str.hashCode() : 0)) * 31;
            String str2 = this.f8924c;
            int hashCode2 = str2 != null ? str2.hashCode() : 0;
            long j9 = this.f8925d;
            long j10 = this.f8926e;
            this.f8928g = ((((((hashCode + hashCode2) * 31) + ((int) (j9 ^ (j9 >>> 32)))) * 31) + ((int) (j10 ^ (j10 >>> 32)))) * 31) + Arrays.hashCode(this.f8927f);
        }
        return this.f8928g;
    }

    @Override
    public byte[] k() {
        if (g() != null) {
            return this.f8927f;
        }
        return null;
    }

    public String toString() {
        return "EMSG: scheme=" + this.f8923b + ", id=" + this.f8926e + ", durationMs=" + this.f8925d + ", value=" + this.f8924c;
    }

    @Override
    public void writeToParcel(Parcel parcel, int i9) {
        parcel.writeString(this.f8923b);
        parcel.writeString(this.f8924c);
        parcel.writeLong(this.f8925d);
        parcel.writeLong(this.f8926e);
        parcel.writeByteArray(this.f8927f);
    }
}