package androidx.media3.exoplayer.audio;

import androidx.media3.exoplayer.audio.AudioRendererEventListener;
import androidx.media3.exoplayer.video.VideoRendererEventListener;

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

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

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ long f2939d;

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

    public /* synthetic */ f(Object obj, String str, long j10, long j11, int i10) {
        this.f2936a = i10;
        this.f2940e = obj;
        this.f2937b = str;
        this.f2938c = j10;
        this.f2939d = j11;
    }

    @Override // java.lang.Runnable
    public final void run() {
        int i10 = this.f2936a;
        Object obj = this.f2940e;
        switch (i10) {
            case 0:
                ((AudioRendererEventListener.EventDispatcher) obj).lambda$decoderInitialized$1(this.f2937b, this.f2938c, this.f2939d);
                break;
            default:
                ((VideoRendererEventListener.EventDispatcher) obj).lambda$decoderInitialized$1(this.f2937b, this.f2938c, this.f2939d);
                break;
        }
    }
}
