| Package | Description |
|---|---|
| app.library.linkflow.apprtc | |
| org.webrtc |
| Modifier and Type | Class and Description |
|---|---|
class |
RTSPStreamCapture |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerConnectionClient.createPeerConnection(VideoSink localRender,
java.util.List<VideoSink> remoteSinks,
VideoCapturer videoCapturer,
AppRTCClient.SignalingParameters signalingParameters) |
void |
PeerConnectionClient.createPeerConnection(VideoSink localRender,
VideoSink remoteSink,
VideoCapturer videoCapturer,
AppRTCClient.SignalingParameters signalingParameters) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CameraVideoCapturer
Base interface for camera1 and camera2 implementations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Camera1Capturer |
class |
Camera2Capturer |
class |
CameraCapturer |
class |
FileVideoCapturer |
class |
ScreenCapturerAndroid
An implementation of VideoCapturer to capture the screen content as a video stream.
|