package c.a.r.o0; import c.a.r.o0.e; 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 g extends o implements Function1 { public static final g i = new g(); public g() { super(1); } /* 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.onFirstFrameSent(); return Unit.a; } }