Package | Description |
---|---|
elemental.dom | |
elemental.events | |
elemental.html | |
elemental.js.dom | |
elemental.js.html |
Modifier and Type | Interface and Description |
---|---|
interface |
LocalMediaStream |
Modifier and Type | Method and Description |
---|---|
MediaStream |
MediaStreamList.item(int index) |
Modifier and Type | Method and Description |
---|---|
MediaStream |
MediaStreamEvent.getStream() |
Modifier and Type | Method and Description |
---|---|
MediaStream |
Window.newMediaStream(MediaStreamTrackList audioTracks,
MediaStreamTrackList videoTracks) |
Modifier and Type | Method and Description |
---|---|
void |
PeerConnection00.addStream(MediaStream stream) |
void |
DeprecatedPeerConnection.addStream(MediaStream stream) |
void |
PeerConnection00.addStream(MediaStream stream,
Mappable mediaStreamHints) |
void |
PeerConnection00.removeStream(MediaStream stream) |
void |
DeprecatedPeerConnection.removeStream(MediaStream stream) |
Modifier and Type | Class and Description |
---|---|
class |
JsLocalMediaStream |
class |
JsMediaStream |
Modifier and Type | Method and Description |
---|---|
void |
JsDeprecatedPeerConnection.addStream(MediaStream stream) |
void |
JsPeerConnection00.addStream(MediaStream stream) |
void |
JsPeerConnection00.addStream(MediaStream stream,
Mappable mediaStreamHints) |
void |
JsDeprecatedPeerConnection.removeStream(MediaStream stream) |
void |
JsPeerConnection00.removeStream(MediaStream stream) |
Copyright © 2018. All rights reserved.