| Package | Description |
|---|---|
| app.library.linkflow.apprtc | |
| org.webrtc |
| Modifier and Type | Class and Description |
|---|---|
class |
CapturerObserver |
| Modifier and Type | Method and Description |
|---|---|
void |
RTSPStreamCapture.initialize(SurfaceTextureHelper surfaceTextureHelper,
android.content.Context applicationContext,
CapturerObserver capturerObserver) |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeCapturerObserver
Implements VideoCapturer.CapturerObserver and feeds frames to
webrtc::jni::AndroidVideoTrackSource.
|
| Modifier and Type | Method and Description |
|---|---|
CapturerObserver |
VideoSource.getCapturerObserver() |
| Modifier and Type | Method and Description |
|---|---|
void |
ScreenCapturerAndroid.initialize(SurfaceTextureHelper surfaceTextureHelper,
android.content.Context applicationContext,
CapturerObserver capturerObserver) |
void |
FileVideoCapturer.initialize(SurfaceTextureHelper surfaceTextureHelper,
android.content.Context applicationContext,
CapturerObserver capturerObserver) |
void |
CameraCapturer.initialize(SurfaceTextureHelper surfaceTextureHelper,
android.content.Context applicationContext,
CapturerObserver capturerObserver) |
void |
VideoCapturer.initialize(SurfaceTextureHelper surfaceTextureHelper,
android.content.Context applicationContext,
CapturerObserver capturerObserver)
This function is used to initialize the camera thread, the android application context, and the
capture observer.
|