91快播 v3.3.0版本的 MD5 值为:094b9519ad2388a8147509cb8a126145

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


package anta.㙻;

import android.os.Parcel;
import android.os.Parcelable;
import anta.Ꮩ.C3335;
import anta.ᕐ.C3737;
import anta.㝽.C7664;
import java.util.Arrays;
public final class C7472 implements C7664.InterfaceC7666 {
    public static final Parcelable.Creator<C7472> CREATOR;
    public static final C3737 f16734;
    public static final C3737 f16735;
    public final long f16736;
    public final byte[] f16737;
    public int f16738;
    public final long f16739;
    public final String f16740;
    public final String f16741;

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

        @Override
        public C7472[] newArray(int i) {
            return new C7472[i];
        }
    }

    static {
        C3737.C3739 c3739 = new C3737.C3739();
        c3739.f9347 = "application/id3";
        f16735 = c3739.m3954();
        C3737.C3739 c37392 = new C3737.C3739();
        c37392.f9347 = "application/x-scte35";
        f16734 = c37392.m3954();
        CREATOR = new C7473();
    }

    public C7472(String str, String str2, long j, long j2, byte[] bArr) {
        this.f16740 = str;
        this.f16741 = str2;
        this.f16739 = j;
        this.f16736 = j2;
        this.f16737 = bArr;
    }

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

    public boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj == null || C7472.class != obj.getClass()) {
            return false;
        }
        C7472 c7472 = (C7472) obj;
        return this.f16739 == c7472.f16739 && this.f16736 == c7472.f16736 && C3335.m3489(this.f16740, c7472.f16740) && C3335.m3489(this.f16741, c7472.f16741) && Arrays.equals(this.f16737, c7472.f16737);
    }

    public int hashCode() {
        if (this.f16738 == 0) {
            String str = this.f16740;
            int hashCode = (527 + (str != null ? str.hashCode() : 0)) * 31;
            String str2 = this.f16741;
            int hashCode2 = str2 != null ? str2.hashCode() : 0;
            long j = this.f16739;
            long j2 = this.f16736;
            this.f16738 = Arrays.hashCode(this.f16737) + ((((((hashCode + hashCode2) * 31) + ((int) (j ^ (j >>> 32)))) * 31) + ((int) (j2 ^ (j2 >>> 32)))) * 31);
        }
        return this.f16738;
    }

    public String toString() {
        String str = this.f16740;
        long j = this.f16736;
        long j2 = this.f16739;
        String str2 = this.f16741;
        StringBuilder sb = new StringBuilder(String.valueOf(str2).length() + String.valueOf(str).length() + 79);
        sb.append("EMSG: scheme=");
        sb.append(str);
        sb.append(", id=");
        sb.append(j);
        sb.append(", durationMs=");
        sb.append(j2);
        sb.append(", value=");
        sb.append(str2);
        return sb.toString();
    }

    @Override
    public void writeToParcel(Parcel parcel, int i) {
        parcel.writeString(this.f16740);
        parcel.writeString(this.f16741);
        parcel.writeLong(this.f16739);
        parcel.writeLong(this.f16736);
        parcel.writeByteArray(this.f16737);
    }

    @Override
    public byte[] mo6525() {
        if (mo6526() != null) {
            return this.f16737;
        }
        return null;
    }

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

    public C7472(Parcel parcel) {
        String readString = parcel.readString();
        int i = C3335.f8136;
        this.f16740 = readString;
        this.f16741 = parcel.readString();
        this.f16739 = parcel.readLong();
        this.f16736 = parcel.readLong();
        this.f16737 = parcel.createByteArray();
    }
}