package androidx.media3.common;

import androidx.media3.common.SimpleBasePlayer;

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

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

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

    public /* synthetic */ n(SimpleBasePlayer.State state, int i10) {
        this.f2778a = i10;
        this.f2779b = state;
    }

    @Override // com.google.common.base.l
    public final Object get() {
        int i10 = this.f2778a;
        SimpleBasePlayer.State state = this.f2779b;
        switch (i10) {
            case 0:
                return SimpleBasePlayer.lambda$decreaseDeviceVolume$27(state);
            case 1:
                return SimpleBasePlayer.lambda$increaseDeviceVolume$24(state);
            case 2:
                return SimpleBasePlayer.lambda$setVideoSurface$17(state);
            case 3:
                return SimpleBasePlayer.lambda$increaseDeviceVolume$25(state);
            case 4:
                return SimpleBasePlayer.lambda$decreaseDeviceVolume$26(state);
            case 5:
                return SimpleBasePlayer.lambda$clearVideoOutput$21(state);
            case 6:
                return SimpleBasePlayer.lambda$prepare$7(state);
            default:
                return SimpleBasePlayer.lambda$release$13(state);
        }
    }
}
