package androidx.media3.common;

import androidx.media3.common.SimpleBasePlayer;

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

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

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

    public /* synthetic */ i(SimpleBasePlayer.State state, int i6) {
        this.f12240a = i6;
        this.f12241b = state;
    }

    @Override // E3.q
    public final Object get() {
        switch (this.f12240a) {
            case 0:
                return SimpleBasePlayer.lambda$setVideoSurface$17(this.f12241b);
            case 1:
                return SimpleBasePlayer.lambda$increaseDeviceVolume$25(this.f12241b);
            case 2:
                return SimpleBasePlayer.lambda$decreaseDeviceVolume$26(this.f12241b);
            case 3:
                return SimpleBasePlayer.lambda$release$13(this.f12241b);
            case 4:
                return SimpleBasePlayer.lambda$clearVideoOutput$21(this.f12241b);
            case 5:
                return SimpleBasePlayer.lambda$increaseDeviceVolume$24(this.f12241b);
            case 6:
                return SimpleBasePlayer.lambda$stop$12(this.f12241b);
            case 7:
                return SimpleBasePlayer.lambda$prepare$7(this.f12241b);
            default:
                return SimpleBasePlayer.lambda$decreaseDeviceVolume$27(this.f12241b);
        }
    }
}
