Package | Description |
---|---|
app.library.linkflow.apprtc | |
org.webrtc |
Modifier and Type | Field and Description |
---|---|
SurfaceTextureHelper |
RTSPStreamCapture.surfaceHelper |
Modifier and Type | Method and Description |
---|---|
void |
RTSPStreamCapture.initialize(SurfaceTextureHelper surfaceTextureHelper,
android.content.Context applicationContext,
CapturerObserver capturerObserver) |
Modifier and Type | Method and Description |
---|---|
static SurfaceTextureHelper |
SurfaceTextureHelper.create(java.lang.String threadName,
EglBase.Context sharedContext)
Same as above with alignTimestamps set to false.
|
static SurfaceTextureHelper |
SurfaceTextureHelper.create(java.lang.String threadName,
EglBase.Context sharedContext,
boolean alignTimestamps)
Construct a new SurfaceTextureHelper sharing OpenGL resources with |sharedContext|.
|
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.
|
Constructor and Description |
---|
CameraStatistics(SurfaceTextureHelper surfaceTextureHelper,
CameraVideoCapturer.CameraEventsHandler eventsHandler) |