Uses of Interface
org.webrtc.CapturerObserver
-
Uses of CapturerObserver in org.webrtc
Modifier and TypeInterfaceDescriptioninterface
Lightweight abstraction for an object that can receive video frames, process them, and pass them on to another object.Modifier and TypeClassDescription(package private) class
Used from native api and implements a simple VideoCapturer.CapturerObserver that feeds frames to a webrtc::jni::AndroidVideoTrackSource.Modifier and TypeMethodDescriptionvoid
VideoCapturer.initialize
(Object surfaceTextureHelper, Object applicationContext, CapturerObserver capturerObserver) This function is used to initialize the camera thread, the android application context, and the capture observer.