package com.strmr.ps.ui.player;

import androidx.media3.container.NalUnitUtil;
import kotlin.Metadata;
import kotlin.coroutines.jvm.internal.ContinuationImpl;
import kotlin.coroutines.jvm.internal.DebugMetadata;

/* JADX INFO: loaded from: classes3.dex */
@Metadata(k = 3, mv = {2, 0, 0}, xi = NalUnitUtil.H265_NAL_UNIT_TYPE_UNSPECIFIED)
@DebugMetadata(c = "com.strmr.ps.ui.player.VideoPlayerActivity", f = "VideoPlayerActivity.kt", i = {0, 0}, l = {5634}, m = "autoSelectSubtitleIfNeeded", n = {"this", "preferredLanguage"}, s = {"L$0", "L$1"})
final class n extends ContinuationImpl {
    public VideoPlayerActivity a;
    public String b;
    public /* synthetic */ Object c;
    public final /* synthetic */ VideoPlayerActivity d;
    public int e;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public n(VideoPlayerActivity videoPlayerActivity, ContinuationImpl continuationImpl) {
        super(continuationImpl);
        this.d = videoPlayerActivity;
    }

    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
    public final Object invokeSuspend(Object obj) {
        this.c = obj;
        this.e |= Integer.MIN_VALUE;
        return VideoPlayerActivity.j(this.d, null, this);
    }
}
