stream-webrtc-android
Toggle table of contents
1.3.6
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
stream-webrtc-android
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.