discord-jadx/app/src/main/java/c/a/q/o0/h.java

29 lines
988 B
Java

package c.a.q.o0;
import c.a.q.o0.e;
import co.discord.media_engine.InboundRtpVideo;
import d0.z.d.m;
import d0.z.d.o;
import kotlin.Unit;
import kotlin.jvm.functions.Function1;
/* compiled from: VideoQuality.kt */
public final class h extends o implements Function1<e.f, Unit> {
public final /* synthetic */ InboundRtpVideo $statsPerUser;
/* JADX INFO: super call moved to the top of the method (can break code semantics) */
public h(InboundRtpVideo inboundRtpVideo) {
super(1);
this.$statsPerUser = inboundRtpVideo;
}
/* Return type fixed from 'java.lang.Object' to match base method */
/* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */
@Override // kotlin.jvm.functions.Function1
public Unit invoke(e.f fVar) {
e.f fVar2 = fVar;
m.checkNotNullParameter(fVar2, "it");
fVar2.onFirstFrameReceived(this.$statsPerUser.getSsrc());
return Unit.a;
}
}