Uses of Interface
org.webrtc.CapturerObserver
Packages that use CapturerObserver
-
Uses of CapturerObserver in org.webrtc
Subinterfaces of CapturerObserver in org.webrtcModifier and TypeInterfaceDescriptioninterface
Lightweight abstraction for an object that can receive video frames, process them, and pass them on to another object.Classes in org.webrtc that implement CapturerObserverModifier and TypeClassDescription(package private) class
Used from native api and implements a simple VideoCapturer.CapturerObserver that feeds frames to a webrtc::jni::AndroidVideoTrackSource.Fields in org.webrtc declared as CapturerObserverMethods in org.webrtc that return CapturerObserverMethods in org.webrtc with parameters of type CapturerObserverModifier 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.