导航菜单

页面标题

页面副标题

CallApp v2.226 - a.java 源代码

正在查看: CallApp v2.226 应用的 a.java JAVA 源代码文件

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


package i3;

import androidx.media3.common.b0;
import androidx.media3.common.d0;
import androidx.media3.common.v;
import java.util.Arrays;
import java.util.Objects;

public final class a implements b0 {

    public static final v f14226g;

    public static final v f14227h;

    public final String f14228a;

    public final String f14229b;

    public final long f14230c;

    public final long f14231d;

    public final byte[] f14232e;

    public int f14233f;

    static {
        v.a aVar = new v.a();
        aVar.f4026m = d0.m("application/id3");
        f14226g = aVar.a();
        v.a aVar2 = new v.a();
        aVar2.f4026m = d0.m("application/x-scte35");
        f14227h = aVar2.a();
    }

    public a(String str, String str2, long j8, long j9, byte[] bArr) {
        this.f14228a = str;
        this.f14229b = str2;
        this.f14230c = j8;
        this.f14231d = j9;
        this.f14232e = bArr;
    }

    public final boolean equals(Object obj) {
        if (this == obj) {
            return true;
        }
        if (obj != null && a.class == obj.getClass()) {
            a aVar = (a) obj;
            if (this.f14230c == aVar.f14230c && this.f14231d == aVar.f14231d && Objects.equals(this.f14228a, aVar.f14228a) && Objects.equals(this.f14229b, aVar.f14229b) && Arrays.equals(this.f14232e, aVar.f14232e)) {
                return true;
            }
        }
        return false;
    }

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

    @Override
    public final v getWrappedMetadataFormat() {
        String str = this.f14228a;
        str.getClass();
        switch (str) {
            case "urn:scte:scte35:2014:bin":
                return f14227h;
            case "https://aomedia.org/emsg/ID3":
            case "https://developer.apple.com/streaming/emsg-id3":
                return f14226g;
            default:
                return null;
        }
    }

    public final int hashCode() {
        if (this.f14233f == 0) {
            String str = this.f14228a;
            int hashCode = (527 + (str != null ? str.hashCode() : 0)) * 31;
            String str2 = this.f14229b;
            int hashCode2 = (hashCode + (str2 != null ? str2.hashCode() : 0)) * 31;
            long j8 = this.f14230c;
            int i8 = (hashCode2 + ((int) (j8 ^ (j8 >>> 32)))) * 31;
            long j9 = this.f14231d;
            this.f14233f = Arrays.hashCode(this.f14232e) + ((i8 + ((int) (j9 ^ (j9 >>> 32)))) * 31);
        }
        return this.f14233f;
    }

    public final String toString() {
        return "EMSG: scheme=" + this.f14228a + ", id=" + this.f14231d + ", durationMs=" + this.f14230c + ", value=" + this.f14229b;
    }
}