TopTV v3.0.1版本的 MD5 值为:0fc1b9ce94885bc92edd11a6ee3e5932

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


package c.f.a.b.b3.j;

import android.os.Parcel;
import android.os.Parcelable;
import c.f.a.b.b3.a;
import c.f.a.b.j3.x0;
import c.f.a.b.k1;
import c.f.a.b.q1;
import java.util.Arrays;
public final class a implements a.b {
    public final String f6236d;
    public final String f6237e;
    public final long f6238f;
    public final long f6239g;
    public final byte[] f6240h;
    public int f6241i;
    public static final k1 f6234b = new k1.b().e0("application/id3").E();
    public static final k1 f6235c = new k1.b().e0("application/x-scte35").E();
    public static final Parcelable.Creator<a> CREATOR = new C0123a();

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

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

    public a(Parcel parcel) {
        this.f6236d = (String) x0.i(parcel.readString());
        this.f6237e = (String) x0.i(parcel.readString());
        this.f6238f = parcel.readLong();
        this.f6239g = parcel.readLong();
        this.f6240h = (byte[]) x0.i(parcel.createByteArray());
    }

    public a(String str, String str2, long j2, long j3, byte[] bArr) {
        this.f6236d = str;
        this.f6237e = str2;
        this.f6238f = j2;
        this.f6239g = j3;
        this.f6240h = 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.f6238f == aVar.f6238f && this.f6239g == aVar.f6239g && x0.b(this.f6236d, aVar.f6236d) && x0.b(this.f6237e, aVar.f6237e) && Arrays.equals(this.f6240h, aVar.f6240h);
    }

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

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

    public int hashCode() {
        if (this.f6241i == 0) {
            String str = this.f6236d;
            int hashCode = (527 + (str != null ? str.hashCode() : 0)) * 31;
            String str2 = this.f6237e;
            int hashCode2 = str2 != null ? str2.hashCode() : 0;
            long j2 = this.f6238f;
            long j3 = this.f6239g;
            this.f6241i = ((((((hashCode + hashCode2) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31) + ((int) (j3 ^ (j3 >>> 32)))) * 31) + Arrays.hashCode(this.f6240h);
        }
        return this.f6241i;
    }

    @Override
    public void populateMediaMetadata(q1.b bVar) {
        c.f.a.b.b3.b.c(this, bVar);
    }

    public String toString() {
        return "EMSG: scheme=" + this.f6236d + ", id=" + this.f6239g + ", durationMs=" + this.f6238f + ", value=" + this.f6237e;
    }

    @Override
    public void writeToParcel(Parcel parcel, int i2) {
        parcel.writeString(this.f6236d);
        parcel.writeString(this.f6237e);
        parcel.writeLong(this.f6238f);
        parcel.writeLong(this.f6239g);
        parcel.writeByteArray(this.f6240h);
    }
}