package androidx.media3.common;

import androidx.media3.common.SimpleBasePlayer;

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

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

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

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

    public /* synthetic */ a(SimpleBasePlayer.State state, boolean z6, int i6) {
        this.f12212a = i6;
        this.f12213b = state;
        this.f12214c = z6;
    }

    @Override // E3.q
    public final Object get() {
        switch (this.f12212a) {
            case 0:
                return SimpleBasePlayer.lambda$setPlayWhenReady$1(this.f12213b, this.f12214c);
            case 1:
                return SimpleBasePlayer.lambda$setShuffleModeEnabled$9(this.f12213b, this.f12214c);
            case 2:
                return SimpleBasePlayer.lambda$setDeviceMuted$28(this.f12213b, this.f12214c);
            default:
                return SimpleBasePlayer.lambda$setDeviceMuted$29(this.f12213b, this.f12214c);
        }
    }
}
