package org.webrtc; /* loaded from: classes3.dex */ public interface VideoSink { void onFrame(VideoFrame videoFrame); }