BeautyBox v5.0.8版本的 MD5 值为:6ffa5023d4149196ba59f4dd109877a2

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


package p1;

import android.os.Parcel;
import android.os.Parcelable;
import com.google.android.exoplayer2.s0;
import java.util.Arrays;
import n1.a;
public final class a implements a.b {
    public final String f12468a;
    public final String f12469b;
    public final long f12470c;
    public final long f12471d;
    public final byte[] f12472e;
    private int f12473f;
    private static final s0 f12466g = new s0.b().e0("application/id3").E();
    private static final s0 f12467h = new s0.b().e0("application/x-scte35").E();
    public static final Parcelable.Creator<a> CREATOR = new C0201a();

    class C0201a implements Parcelable.Creator {
        C0201a() {
        }

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

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

    a(Parcel parcel) {
        this.f12468a = (String) com.google.android.exoplayer2.util.s0.j(parcel.readString());
        this.f12469b = (String) com.google.android.exoplayer2.util.s0.j(parcel.readString());
        this.f12470c = parcel.readLong();
        this.f12471d = parcel.readLong();
        this.f12472e = (byte[]) com.google.android.exoplayer2.util.s0.j(parcel.createByteArray());
    }

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

    @Override
    public byte[] d() {
        if (b() != null) {
            return this.f12472e;
        }
        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.f12470c == aVar.f12470c && this.f12471d == aVar.f12471d && com.google.android.exoplayer2.util.s0.c(this.f12468a, aVar.f12468a) && com.google.android.exoplayer2.util.s0.c(this.f12469b, aVar.f12469b) && Arrays.equals(this.f12472e, aVar.f12472e);
    }

    public int hashCode() {
        if (this.f12473f == 0) {
            String str = this.f12468a;
            int hashCode = (527 + (str != null ? str.hashCode() : 0)) * 31;
            String str2 = this.f12469b;
            int hashCode2 = str2 != null ? str2.hashCode() : 0;
            long j6 = this.f12470c;
            long j7 = this.f12471d;
            this.f12473f = ((((((hashCode + hashCode2) * 31) + ((int) (j6 ^ (j6 >>> 32)))) * 31) + ((int) (j7 ^ (j7 >>> 32)))) * 31) + Arrays.hashCode(this.f12472e);
        }
        return this.f12473f;
    }

    public String toString() {
        String str = this.f12468a;
        long j6 = this.f12471d;
        long j7 = this.f12470c;
        String str2 = this.f12469b;
        StringBuilder sb = new StringBuilder(String.valueOf(str).length() + 79 + String.valueOf(str2).length());
        sb.append("EMSG: scheme=");
        sb.append(str);
        sb.append(", id=");
        sb.append(j6);
        sb.append(", durationMs=");
        sb.append(j7);
        sb.append(", value=");
        sb.append(str2);
        return sb.toString();
    }

    @Override
    public void writeToParcel(Parcel parcel, int i6) {
        parcel.writeString(this.f12468a);
        parcel.writeString(this.f12469b);
        parcel.writeLong(this.f12470c);
        parcel.writeLong(this.f12471d);
        parcel.writeByteArray(this.f12472e);
    }

    public a(String str, String str2, long j6, long j7, byte[] bArr) {
        this.f12468a = str;
        this.f12469b = str2;
        this.f12470c = j6;
        this.f12471d = j7;
        this.f12472e = bArr;
    }
}