package androidx.media3.exoplayer;

import androidx.media3.exoplayer.ExoPlayerImpl;
import androidx.media3.exoplayer.StreamVolumeManager;

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

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

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

    public /* synthetic */ q(int i10, int i11) {
        this.f3127a = i11;
        this.f3128b = i10;
    }

    @Override // com.google.common.base.e
    public final Object apply(Object obj) {
        int i10 = this.f3127a;
        int i11 = this.f3128b;
        switch (i10) {
            case 0:
                return ExoPlayerImpl.lambda$setAudioSessionId$10(i11, (Integer) obj);
            case 1:
                return ExoPlayerImpl.ComponentListener.lambda$onAudioSessionIdChanged$2(i11, (Integer) obj);
            case 2:
                return ExoPlayerImpl.ComponentListener.lambda$onAudioSessionIdChanged$3(i11, (Integer) obj);
            case 3:
                return StreamVolumeManager.lambda$setVolume$3(i11, (StreamVolumeManager.StreamVolumeState) obj);
            default:
                return StreamVolumeManager.lambda$setStreamType$1(i11, (StreamVolumeManager.StreamVolumeState) obj);
        }
    }
}
