SPAIN TV+ v2.14.8版本的 MD5 值为:fb654ec376ec94e584d29f71bc1f6f4b

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


package m3;

import android.os.Parcel;
import android.os.Parcelable;
import java.util.Arrays;
import k3.a;
import m2.i2;
import m2.u1;
import x4.c1;
public final class a implements a.b {
    public final String f18058a;
    public final String f18059c;
    public final long f18060d;
    public final long f18061e;
    public final byte[] f18062f;
    private int f18063g;
    private static final u1 f18056h = new u1.b().e0("application/id3").E();
    private static final u1 f18057i = new u1.b().e0("application/x-scte35").E();
    public static final Parcelable.Creator<a> CREATOR = new C0153a();

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

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

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

    a(Parcel parcel) {
        this.f18058a = (String) c1.j(parcel.readString());
        this.f18059c = (String) c1.j(parcel.readString());
        this.f18060d = parcel.readLong();
        this.f18061e = parcel.readLong();
        this.f18062f = (byte[]) c1.j(parcel.createByteArray());
    }

    public a(String str, String str2, long j8, long j9, byte[] bArr) {
        this.f18058a = str;
        this.f18059c = str2;
        this.f18060d = j8;
        this.f18061e = j9;
        this.f18062f = 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.f18060d == aVar.f18060d && this.f18061e == aVar.f18061e && c1.c(this.f18058a, aVar.f18058a) && c1.c(this.f18059c, aVar.f18059c) && Arrays.equals(this.f18062f, aVar.f18062f);
    }

    @Override
    public byte[] getWrappedMetadataBytes() {
        if (getWrappedMetadataFormat() != null) {
            return this.f18062f;
        }
        return null;
    }

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

    public int hashCode() {
        if (this.f18063g == 0) {
            String str = this.f18058a;
            int hashCode = (527 + (str != null ? str.hashCode() : 0)) * 31;
            String str2 = this.f18059c;
            int hashCode2 = str2 != null ? str2.hashCode() : 0;
            long j8 = this.f18060d;
            long j9 = this.f18061e;
            this.f18063g = ((((((hashCode + hashCode2) * 31) + ((int) (j8 ^ (j8 >>> 32)))) * 31) + ((int) (j9 ^ (j9 >>> 32)))) * 31) + Arrays.hashCode(this.f18062f);
        }
        return this.f18063g;
    }

    @Override
    public void populateMediaMetadata(i2.b bVar) {
        k3.b.c(this, bVar);
    }

    public String toString() {
        return "EMSG: scheme=" + this.f18058a + ", id=" + this.f18061e + ", durationMs=" + this.f18060d + ", value=" + this.f18059c;
    }

    @Override
    public void writeToParcel(Parcel parcel, int i8) {
        parcel.writeString(this.f18058a);
        parcel.writeString(this.f18059c);
        parcel.writeLong(this.f18060d);
        parcel.writeLong(this.f18061e);
        parcel.writeByteArray(this.f18062f);
    }
}