VideoSink

interface VideoSink

Java version of rtc::VideoSinkInterface.

Inheritors

Functions

Link copied to clipboard
abstract fun onFrame(frame: VideoFrame)
Implementations should call frame.retain() if they need to hold a reference to the frame after this function returns.