toggle menu
stream-webrtc-android
1.2.2
androidJvm
switch theme
search in API
stream-webrtc-android
/
org.webrtc
/
VideoSink
Video
Sink
interface
VideoSink
Java version of rtc::VideoSinkInterface.
Inheritors
EglRenderer
SurfaceViewRenderer
VideoFileRenderer
ScreenCapturerAndroid
Members
Functions
on
Frame
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.