package androidx.media3.common;

import androidx.media3.common.SimpleBasePlayer;

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class d implements E3.q {

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ SimpleBasePlayer.State f12222b;

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

    public /* synthetic */ d(SimpleBasePlayer.State state, int i6, int i7) {
        this.f12221a = i7;
        this.f12222b = state;
        this.f12223c = i6;
    }

    @Override // E3.q
    public final Object get() {
        switch (this.f12221a) {
            case 0:
                return SimpleBasePlayer.lambda$setDeviceVolume$22(this.f12222b, this.f12223c);
            case 1:
                return SimpleBasePlayer.lambda$setDeviceVolume$23(this.f12222b, this.f12223c);
            default:
                return SimpleBasePlayer.lambda$setRepeatMode$8(this.f12222b, this.f12223c);
        }
    }
}
