discord-jadx/app/src/main/java/com/discord/stores/StoreMediaEngine$selectDefa...

27 lines
1004 B
Java

package com.discord.stores;
import d0.w.h.a.d;
import d0.w.h.a.e;
import kotlin.coroutines.Continuation;
/* compiled from: StoreMediaEngine.kt */
@e(c = "com.discord.stores.StoreMediaEngine", f = "StoreMediaEngine.kt", l = {187}, m = "selectDefaultVideoDeviceAsync")
public final class StoreMediaEngine$selectDefaultVideoDeviceAsync$1 extends d {
public Object L$0;
public int label;
public /* synthetic */ Object result;
public final /* synthetic */ StoreMediaEngine this$0;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public StoreMediaEngine$selectDefaultVideoDeviceAsync$1(StoreMediaEngine storeMediaEngine, Continuation continuation) {
super(continuation);
this.this$0 = storeMediaEngine;
}
@Override // d0.w.h.a.a
public final Object invokeSuspend(Object obj) {
this.result = obj;
this.label |= Integer.MIN_VALUE;
return this.this$0.selectDefaultVideoDeviceAsync(this);
}
}