导航菜单

页面标题

页面副标题

91看片 v1.0.4 - a.java 源代码

正在查看: 91看片 v1.0.4 应用的 a.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package f2;

import android.os.Parcel;
import android.os.Parcelable;
import java.util.Arrays;
import p0.p;
import p0.v;
import p0.w;
import p0.x;
import s0.j0;

public final class a implements w.b {

    public final String f8018f;

    public final String f8019g;

    public final long f8020h;

    public final long f8021i;

    public final byte[] f8022j;

    private int f8023k;

    private static final p f8016l = new p.b().o0("application/id3").K();

    private static final p f8017m = new p.b().o0("application/x-scte35").K();
    public static final Parcelable.Creator<a> CREATOR = new C0108a();

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

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

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

    a(Parcel parcel) {
        this.f8018f = (String) j0.i(parcel.readString());
        this.f8019g = (String) j0.i(parcel.readString());
        this.f8020h = parcel.readLong();
        this.f8021i = parcel.readLong();
        this.f8022j = (byte[]) j0.i(parcel.createByteArray());
    }

    public a(String str, String str2, long j10, long j11, byte[] bArr) {
        this.f8018f = str;
        this.f8019g = str2;
        this.f8020h = j10;
        this.f8021i = j11;
        this.f8022j = bArr;
    }

    @Override
    public p b() {
        String str = this.f8018f;
        str.hashCode();
        switch (str) {
            case "urn:scte:scte35:2014:bin":
                return f8017m;
            case "https://aomedia.org/emsg/ID3":
            case "https://developer.apple.com/streaming/emsg-id3":
                return f8016l;
            default:
                return null;
        }
    }

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

    @Override
    public void e(v.b bVar) {
        x.c(this, bVar);
    }

    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.f8020h == aVar.f8020h && this.f8021i == aVar.f8021i && j0.c(this.f8018f, aVar.f8018f) && j0.c(this.f8019g, aVar.f8019g) && Arrays.equals(this.f8022j, aVar.f8022j);
    }

    @Override
    public byte[] f() {
        if (b() != null) {
            return this.f8022j;
        }
        return null;
    }

    public int hashCode() {
        if (this.f8023k == 0) {
            String str = this.f8018f;
            int hashCode = (527 + (str != null ? str.hashCode() : 0)) * 31;
            String str2 = this.f8019g;
            int hashCode2 = str2 != null ? str2.hashCode() : 0;
            long j10 = this.f8020h;
            int i10 = (((hashCode + hashCode2) * 31) + ((int) (j10 ^ (j10 >>> 32)))) * 31;
            long j11 = this.f8021i;
            this.f8023k = ((i10 + ((int) (j11 ^ (j11 >>> 32)))) * 31) + Arrays.hashCode(this.f8022j);
        }
        return this.f8023k;
    }

    public String toString() {
        return "EMSG: scheme=" + this.f8018f + ", id=" + this.f8021i + ", durationMs=" + this.f8020h + ", value=" + this.f8019g;
    }

    @Override
    public void writeToParcel(Parcel parcel, int i10) {
        parcel.writeString(this.f8018f);
        parcel.writeString(this.f8019g);
        parcel.writeLong(this.f8020h);
        parcel.writeLong(this.f8021i);
        parcel.writeByteArray(this.f8022j);
    }
}