package androidx.media3.common;

import androidx.media3.common.SimpleBasePlayer;

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

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

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

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

    public /* synthetic */ j(SimpleBasePlayer.State state, int i10, int i11) {
        this.f2762a = i11;
        this.f2763b = state;
        this.f2764c = i10;
    }

    @Override // com.google.common.base.l
    public final Object get() {
        int i10 = this.f2762a;
        int i11 = this.f2764c;
        SimpleBasePlayer.State state = this.f2763b;
        switch (i10) {
            case 0:
                return SimpleBasePlayer.lambda$setDeviceVolume$22(state, i11);
            case 1:
                return SimpleBasePlayer.lambda$setDeviceVolume$23(state, i11);
            default:
                return SimpleBasePlayer.lambda$setRepeatMode$8(state, i11);
        }
    }
}
