![]() |
Intel® Collaboration Suite for WebRTC
version 4.3
Open WebRTC Toolkit (OWT) Client SDK for Android*
|
RemoteStream is a Stream that sent to the current client from remote client. More...
Public Member Functions | |
String | origin () |
Id of the remote client that published this stream. More... | |
void | addObserver (StreamObserver observer) |
Add a StreamObserver. More... | |
void | removeObserver (StreamObserver observer) |
Remove a StreamObserver. More... | |
![]() | |
abstract String | id () |
boolean | hasVideo () |
Whether this Stream has a video track. More... | |
boolean | hasAudio () |
Whether this Stream has an audio track. More... | |
StreamSourceInfo | getStreamSourceInfo () |
Get the StreamSourceInfo of the Stream. More... | |
void | setAttributes (HashMap< String, String > attributes) |
Set attributes for the Stream. More... | |
void | disableVideo () |
Disable the video track of the Stream. | |
void | enableVideo () |
Enable the video track of the Stream. | |
void | disableAudio () |
Disable the audio track of the Stream. | |
void | enableAudio () |
Enable the audio track of the Stream. | |
void | attach (VideoSink videoSink) |
Attach the video track of the media stream to videosink in order to display the video content. More... | |
void | detach (VideoSink videoSink) |
Detach the video track of the media stream from a videosink. More... | |
Additional Inherited Members | |
![]() | |
StreamSourceInfo | streamSourceInfo = new StreamSourceInfo() |
RemoteStream is a Stream that sent to the current client from remote client.
|
inline |
Add a StreamObserver.
observer | StreamObserver to be added. |
|
inline |
Id of the remote client that published this stream.
|
inline |
Remove a StreamObserver.
observer | StreamObserver to be removed. |