Package | Description |
---|---|
app.library.linkflow.apprtc | |
org.webrtc |
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 | Method and Description |
---|---|
void |
PeerConnectionClient.createPeerConnection(VideoSink localRender,
java.util.List<VideoSink> remoteSinks,
VideoCapturer videoCapturer,
AppRTCClient.SignalingParameters signalingParameters) |
Modifier and Type | Class and Description |
---|---|
class |
EglRenderer
Implements VideoSink by displaying the video stream on an EGL Surface.
|
class |
ScreenCapturerAndroid
An implementation of VideoCapturer to capture the screen content as a video stream.
|
class |
SurfaceEglRenderer
Display the video stream on a Surface.
|
class |
SurfaceViewRenderer
Display the video stream on a SurfaceView.
|
class |
VideoFileRenderer
Can be used to save the video frames to file.
|
Modifier and Type | Method and Description |
---|---|
void |
VideoTrack.addSink(VideoSink sink)
Adds a VideoSink to the track.
|
void |
VideoTrack.removeSink(VideoSink sink)
Removes a VideoSink from the track.
|
void |
SurfaceTextureHelper.startListening(VideoSink listener)
Start to stream textures to the given |listener|.
|