| Modifier and Type | Class and Description |
|---|---|
class |
RTPConnectorTCPImpl
RTPConnector implementation for UDP.
|
class |
RTPConnectorUDPImpl
RTPConnector implementation for UDP.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractRTPConnector |
MediaStreamImpl.getRTPConnector()
Gets the RTPConnector through which this instance sends and
receives RTP and RTCP traffic.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MediaStreamImpl.rtpConnectorChanged(AbstractRTPConnector oldValue,
AbstractRTPConnector newValue)
Notifies this MediaStream implementation that its
RTPConnector instance has changed from a specific old value to a
specific new value.
|
protected void |
VideoMediaStreamImpl.rtpConnectorChanged(AbstractRTPConnector oldValue,
AbstractRTPConnector newValue)
Notifies this MediaStream implementation that its
RTPConnector instance has changed from a specific old value to a
specific new value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VideoMediaDeviceSession.setConnector(AbstractRTPConnector rtpConnector)
Sets the RTPConnector that will be used to
initialize some codec for RTCP feedback.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RTPTransformTCPConnector
TransformConnector implements the RTPConnector interface.
|
class |
RTPTransformUDPConnector
TransformConnector implements the RTPConnector interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NullSrtpControl.setConnector(AbstractRTPConnector connector)
Sets the RTPConnector which is to use or uses this SRTP engine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DtlsControlImpl.setConnector(AbstractRTPConnector connector)
Sets the RTPConnector which is to use or uses this SRTP engine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SDesControlImpl.setConnector(AbstractRTPConnector connector)
Sets the RTPConnector which is to use or uses this SRTP engine.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ZrtpControlImpl.setConnector(AbstractRTPConnector connector)
Sets the RTPConnector which is to use or uses this ZRTP engine.
|
void |
ZRTPTransformEngine.setConnector(AbstractRTPConnector connector)
Sets the RTP connector using this ZRTP engine
|
| Modifier and Type | Method and Description |
|---|---|
void |
SrtpControl.setConnector(AbstractRTPConnector connector)
Sets the RTPConnector which is to use or uses this SRTP engine.
|
Copyright © 2021 jitsi.org. All rights reserved.