package androidx.media3.common;

import android.view.SurfaceHolder;
import android.view.SurfaceView;
import androidx.media3.common.SimpleBasePlayer;
import androidx.media3.common.util.Size;

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

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

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

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

    public /* synthetic */ l(SimpleBasePlayer.State state, Object obj, int i10) {
        this.f2770a = i10;
        this.f2771b = state;
        this.f2772c = obj;
    }

    @Override // com.google.common.base.l
    public final Object get() {
        int i10 = this.f2770a;
        SimpleBasePlayer.State state = this.f2771b;
        Object obj = this.f2772c;
        switch (i10) {
            case 0:
                return ((SimpleBasePlayer) obj).lambda$stop$12(state);
            case 1:
                return SimpleBasePlayer.lambda$setPlaybackParameters$11(state, (PlaybackParameters) obj);
            case 2:
                return SimpleBasePlayer.lambda$setAudioAttributes$30(state, (AudioAttributes) obj);
            case 3:
                return SimpleBasePlayer.lambda$setVideoSurfaceHolder$18(state, (SurfaceHolder) obj);
            case 4:
                return SimpleBasePlayer.lambda$setPlaylistMetadata$15(state, (MediaMetadata) obj);
            case 5:
                return SimpleBasePlayer.lambda$setVideoTextureView$20(state, (Size) obj);
            case 6:
                return SimpleBasePlayer.lambda$setVideoSurfaceView$19(state, (SurfaceView) obj);
            default:
                return SimpleBasePlayer.lambda$setTrackSelectionParameters$14(state, (TrackSelectionParameters) obj);
        }
    }

    public /* synthetic */ l(SimpleBasePlayer simpleBasePlayer, SimpleBasePlayer.State state) {
        this.f2770a = 0;
        this.f2772c = simpleBasePlayer;
        this.f2771b = state;
    }
}
