package h0.c; import org.webrtc.Camera1Session; import org.webrtc.VideoFrame; import org.webrtc.VideoSink; /* compiled from: lambda */ public final /* synthetic */ class c implements VideoSink { public final /* synthetic */ Camera1Session i; public /* synthetic */ c(Camera1Session camera1Session) { this.i = camera1Session; } @Override // org.webrtc.VideoSink public final void onFrame(VideoFrame videoFrame) { this.i.a(videoFrame); } }