package androidx.media3.exoplayer.source;

import androidx.media3.common.util.Consumer;
import androidx.media3.extractor.t0;

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class j implements Runnable {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f3182a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ Object f3183b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ Object f3184c;

    public /* synthetic */ j(Object obj, Object obj2, int i10) {
        this.f3182a = i10;
        this.f3183b = obj;
        this.f3184c = obj2;
    }

    @Override // java.lang.Runnable
    public final void run() {
        int i10 = this.f3182a;
        Object obj = this.f3184c;
        Object obj2 = this.f3183b;
        switch (i10) {
            case 0:
                ((ProgressiveMediaPeriod) obj2).lambda$seekMap$1((t0) obj);
                break;
            default:
                ((Consumer) obj2).accept((MediaSourceEventListener) obj);
                break;
        }
    }
}
