Recover Files v1.3.9版本的 MD5 值为:27a8b2c239c6cb7111d74d6bb07d21b2

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


package com.applovin.exoplayer2.g.b;

import android.os.Parcel;
import android.os.Parcelable;
import androidx.annotation.Nullable;
import com.applovin.exoplayer2.ac;
import com.applovin.exoplayer2.g.a;
import com.applovin.exoplayer2.g.h;
import com.applovin.exoplayer2.l.ai;
import com.applovin.exoplayer2.v;
import com.google.android.exoplayer2.metadata.emsg.EventMessage;
import java.util.Arrays;

public final class a implements a.InterfaceC0074a {

    public final String f6724a;

    public final String f6725b;

    public final long f6726c;

    public final long f6727d;

    public final byte[] f6728e;

    private int f6729h;

    private static final v f6722f = new v.a().f("application/id3").a();

    private static final v f6723g = new v.a().f("application/x-scte35").a();
    public static final Parcelable.Creator<a> CREATOR = new Parcelable.Creator<a>() {
        @Override
        public a createFromParcel(Parcel parcel) {
            return new a(parcel);
        }

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

    public a(String str, String str2, long j10, long j11, byte[] bArr) {
        this.f6724a = str;
        this.f6725b = str2;
        this.f6726c = j10;
        this.f6727d = j11;
        this.f6728e = bArr;
    }

    @Override
    public void a(ac.a aVar) {
        h.b(this, aVar);
    }

    @Override
    @Nullable
    public byte[] b() {
        if (a() != null) {
            return this.f6728e;
        }
        return null;
    }

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

    public boolean equals(@Nullable Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || a.class != obj.getClass()) {
            return false;
        }
        a aVar = (a) obj;
        if (this.f6726c == aVar.f6726c && this.f6727d == aVar.f6727d && ai.a((Object) this.f6724a, (Object) aVar.f6724a) && ai.a((Object) this.f6725b, (Object) aVar.f6725b) && Arrays.equals(this.f6728e, aVar.f6728e)) {
            return true;
        }
        return false;
    }

    public int hashCode() {
        int i10;
        if (this.f6729h == 0) {
            String str = this.f6724a;
            int i11 = 0;
            if (str != null) {
                i10 = str.hashCode();
            } else {
                i10 = 0;
            }
            int i12 = (527 + i10) * 31;
            String str2 = this.f6725b;
            if (str2 != null) {
                i11 = str2.hashCode();
            }
            long j10 = this.f6726c;
            int i13 = (((i12 + i11) * 31) + ((int) (j10 ^ (j10 >>> 32)))) * 31;
            long j11 = this.f6727d;
            this.f6729h = Arrays.hashCode(this.f6728e) + ((i13 + ((int) (j11 ^ (j11 >>> 32)))) * 31);
        }
        return this.f6729h;
    }

    public String toString() {
        return "EMSG: scheme=" + this.f6724a + ", id=" + this.f6727d + ", durationMs=" + this.f6726c + ", value=" + this.f6725b;
    }

    @Override
    public void writeToParcel(Parcel parcel, int i10) {
        parcel.writeString(this.f6724a);
        parcel.writeString(this.f6725b);
        parcel.writeLong(this.f6726c);
        parcel.writeLong(this.f6727d);
        parcel.writeByteArray(this.f6728e);
    }

    @Override
    @Nullable
    public v a() {
        String str = this.f6724a;
        str.getClass();
        char c10 = 65535;
        switch (str.hashCode()) {
            case -1468477611:
                if (str.equals(EventMessage.SCTE35_SCHEME_ID)) {
                    c10 = 0;
                    break;
                }
                break;
            case -795945609:
                if (str.equals(EventMessage.ID3_SCHEME_ID_AOM)) {
                    c10 = 1;
                    break;
                }
                break;
            case 1303648457:
                if (str.equals("https://developer.apple.com/streaming/emsg-id3")) {
                    c10 = 2;
                    break;
                }
                break;
        }
        switch (c10) {
            case 0:
                return f6723g;
            case 1:
            case 2:
                return f6722f;
            default:
                return null;
        }
    }

    public a(Parcel parcel) {
        this.f6724a = (String) ai.a(parcel.readString());
        this.f6725b = (String) ai.a(parcel.readString());
        this.f6726c = parcel.readLong();
        this.f6727d = parcel.readLong();
        this.f6728e = (byte[]) ai.a(parcel.createByteArray());
    }
}