package defpackage;

import j$.util.DesugarCollections;
import java.util.List;

/* JADX INFO: renamed from: ᵥʜʼᐧ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public final class C3476 extends AbstractC0815 {

    /* JADX INFO: renamed from: ʽˈˋ, reason: contains not printable characters */
    public final long f13383;

    /* JADX INFO: renamed from: ːˏᵟᵯ, reason: contains not printable characters */
    public final long f13384;

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public final /* synthetic */ int f13385;

    public C3476(long j, int i, long j2) {
        this.f13385 = i;
        switch (i) {
            case 2:
                this.f13383 = j;
                this.f13384 = j2;
                break;
            default:
                this.f13383 = j2;
                this.f13384 = j;
                break;
        }
    }

    public C3476(long j, long j2, List list) {
        this.f13385 = 1;
        this.f13383 = j;
        this.f13384 = j2;
        DesugarCollections.unmodifiableList(list);
    }

    /* JADX INFO: renamed from: ᵷᵺʾᵖ, reason: contains not printable characters */
    public static long m7909(long j, C4545 c4545) {
        long jM9626 = c4545.m9626();
        if ((128 & jM9626) != 0) {
            return 8589934591L & ((((jM9626 & 1) << 32) | c4545.m9606()) + j);
        }
        return -9223372036854775807L;
    }

    @Override // defpackage.AbstractC0815
    public final String toString() {
        switch (this.f13385) {
            case 0:
                StringBuilder sb = new StringBuilder("SCTE-35 PrivateCommand { ptsAdjustment=");
                sb.append(this.f13383);
                sb.append(", identifier= ");
                return AbstractC0793.m2870(sb, this.f13384, " }");
            case 1:
                StringBuilder sb2 = new StringBuilder("SCTE-35 SpliceInsertCommand { programSplicePts=");
                sb2.append(this.f13383);
                sb2.append(", programSplicePlaybackPositionUs= ");
                return AbstractC0793.m2870(sb2, this.f13384, " }");
            default:
                StringBuilder sb3 = new StringBuilder("SCTE-35 TimeSignalCommand { ptsTime=");
                sb3.append(this.f13383);
                sb3.append(", playbackPositionUs= ");
                return AbstractC0793.m2870(sb3, this.f13384, " }");
        }
    }
}
