package androidx.media3.exoplayer.video;

import androidx.media3.exoplayer.video.VideoRendererEventListener;
import com.bytedance.sdk.component.wu.fm.ajl;

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

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

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

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

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

    public /* synthetic */ k(Object obj, Object obj2, long j10, int i10) {
        this.f3281a = i10;
        this.f3283c = obj;
        this.f3284d = obj2;
        this.f3282b = j10;
    }

    @Override // java.lang.Runnable
    public final void run() {
        int i10 = this.f3281a;
        long j10 = this.f3282b;
        Object obj = this.f3284d;
        Object obj2 = this.f3283c;
        switch (i10) {
            case 0:
                ((VideoRendererEventListener.EventDispatcher) obj2).lambda$renderedFirstFrame$6(obj, j10);
                break;
            default:
                ((ajl) obj2).ro((Runnable) obj, j10);
                break;
        }
    }
}
