discord-jadx/app/src/main/java/h0/c/h0.java

20 lines
506 B
Java

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);
}
}