public interface VideoSink
| Modifier and Type | Method and Description |
|---|---|
void |
onFrame(VideoFrame frame)
Implementations should call frame.retain() if they need to hold a reference to the frame after
this function returns.
|
void onFrame(VideoFrame frame)