package androidx.media3.exoplayer;

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

/* JADX INFO: loaded from: classes.dex */
public final /* synthetic */ class j implements jr3 {
    public final /* synthetic */ int a;
    public final /* synthetic */ int b;

    public /* synthetic */ j(int i, int i2) {
        this.a = i2;
        this.b = i;
    }

    @Override // defpackage.jr3
    public final Object apply(Object obj) {
        switch (this.a) {
            case 0:
                return ExoPlayerImpl.lambda$setAudioSessionId$13(this.b, (Integer) obj);
            case 1:
                return ExoPlayerImpl.ComponentListener.lambda$onAudioSessionIdChanged$2(this.b, (Integer) obj);
            case 2:
                return ExoPlayerImpl.ComponentListener.lambda$onAudioSessionIdChanged$3(this.b, (Integer) obj);
            case 3:
                return StreamVolumeManager.lambda$setVolume$3(this.b, (StreamVolumeManager.StreamVolumeState) obj);
            default:
                return StreamVolumeManager.lambda$setStreamType$1(this.b, (StreamVolumeManager.StreamVolumeState) obj);
        }
    }
}
