package com.strmr.ps.data.event;

import androidx.media3.container.NalUnitUtil;
import androidx.media3.extractor.AacUtil;
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.data.event.PlaybackStateManager", f = "PlaybackStateManager.kt", i = {}, l = {AacUtil.AUDIO_OBJECT_TYPE_AAC_XHE}, m = "notifyWatchStatusChanged", n = {}, s = {})
final class b extends ContinuationImpl {
    public /* synthetic */ Object a;
    public final /* synthetic */ PlaybackStateManager b;
    public int c;

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

    @Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
    public final Object invokeSuspend(Object obj) {
        this.a = obj;
        this.c |= Integer.MIN_VALUE;
        return this.b.a(this);
    }
}
