| Package | Description |
|---|---|
| org.freedesktop.gstreamer.webrtc |
| Modifier and Type | Method and Description |
|---|---|
WebRTCSessionDescription |
WebRTCBin.getLocalDescription()
Retrieve the local description for this
WebRTCBin |
WebRTCSessionDescription |
WebRTCBin.getRemoteDescription()
Retrieve the remote description for this
WebRTCBin |
| Modifier and Type | Method and Description |
|---|---|
void |
WebRTCBin.CREATE_ANSWER.onAnswerCreated(WebRTCSessionDescription answer) |
void |
WebRTCBin.CREATE_OFFER.onOfferCreated(WebRTCSessionDescription offer) |
void |
WebRTCBin.setLocalDescription(WebRTCSessionDescription description)
Sets the local description for the WebRTC connection.
|
void |
WebRTCBin.setRemoteDescription(WebRTCSessionDescription description)
Sets the remote description for the WebRTC connection.
|
Copyright © 2021 gstreamer-java. All rights reserved.