package androidx.media3.exoplayer;

import androidx.media3.exoplayer.StreamVolumeManager;

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

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final /* synthetic */ Object f3131b;

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

    public /* synthetic */ r0(int i10, int i11, Object obj) {
        this.f3130a = i11;
        this.f3131b = obj;
        this.f3132c = i10;
    }

    @Override // com.google.common.base.e
    public final Object apply(Object obj) {
        int i10 = this.f3130a;
        int i11 = this.f3132c;
        Object obj2 = this.f3131b;
        switch (i10) {
            case 0:
                return ((StreamVolumeManager) obj2).lambda$decreaseVolume$8(i11, (StreamVolumeManager.StreamVolumeState) obj);
            case 1:
                return ((StreamVolumeManager) obj2).lambda$increaseVolume$6(i11, (StreamVolumeManager.StreamVolumeState) obj);
            case 2:
                return ((StreamVolumeManager) obj2).lambda$setStreamType$2(i11, (StreamVolumeManager.StreamVolumeState) obj);
            default:
                return ((ExoPlayerImpl) obj2).lambda$setAudioSessionId$11(i11, (Integer) obj);
        }
    }
}
