package h0.c; import org.webrtc.VideoFrame; import org.webrtc.VideoSource; /* compiled from: lambda */ public final /* synthetic */ class h0 implements Runnable { public final /* synthetic */ VideoSource i; public final /* synthetic */ VideoFrame j; public /* synthetic */ h0(VideoSource videoSource, VideoFrame videoFrame) { this.i = videoSource; this.j = videoFrame; } @Override // java.lang.Runnable public final void run() { this.i.a(this.j); } }