package androidx.media3.common;

import androidx.media3.common.SimpleBasePlayer;

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class e implements com.google.common.base.l {

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

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

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

    public /* synthetic */ e(SimpleBasePlayer.State state, boolean z10, int i10) {
        this.f2744a = i10;
        this.f2745b = state;
        this.f2746c = z10;
    }

    @Override // com.google.common.base.l
    public final Object get() {
        int i10 = this.f2744a;
        boolean z10 = this.f2746c;
        SimpleBasePlayer.State state = this.f2745b;
        switch (i10) {
            case 0:
                return SimpleBasePlayer.lambda$setPlayWhenReady$1(state, z10);
            case 1:
                return SimpleBasePlayer.lambda$setDeviceMuted$28(state, z10);
            case 2:
                return SimpleBasePlayer.lambda$setDeviceMuted$29(state, z10);
            default:
                return SimpleBasePlayer.lambda$setShuffleModeEnabled$9(state, z10);
        }
    }
}
