| Package | Description |
|---|---|
| org.jitsi.impl.neomedia | |
| org.jitsi.impl.neomedia.transform |
| Modifier and Type | Class and Description |
|---|---|
class |
RTCPConnectorInputStream |
class |
RTPConnectorTCPInputStream
RTPConnectorInputStream implementation for TCP protocol.
|
class |
RTPConnectorUDPInputStream
RTPConnectorInputStream implementation for UDP protocol.
|
| Modifier and Type | Method and Description |
|---|---|
protected RTPConnectorInputStream<?> |
RTPConnectorUDPImpl.createControlInputStream()
Creates the RTCP packet input stream to be used by RTPManager.
|
protected RTPConnectorInputStream<?> |
RTPConnectorTCPImpl.createControlInputStream()
Creates the RTCP packet input stream to be used by RTPManager.
|
protected abstract RTPConnectorInputStream<?> |
AbstractRTPConnector.createControlInputStream()
Creates the RTCP packet input stream to be used by RTPManager.
|
protected RTPConnectorInputStream<?> |
RTPConnectorUDPImpl.createDataInputStream()
Creates the RTP packet input stream to be used by RTPManager.
|
protected RTPConnectorInputStream<?> |
RTPConnectorTCPImpl.createDataInputStream()
Creates the RTP packet input stream to be used by RTPManager.
|
protected abstract RTPConnectorInputStream<?> |
AbstractRTPConnector.createDataInputStream()
Creates the RTP packet input stream to be used by RTPManager.
|
RTPConnectorInputStream<?> |
AbstractRTPConnector.getControlInputStream()
Returns the input stream that is handling incoming RTCP packets.
|
protected RTPConnectorInputStream<?> |
AbstractRTPConnector.getControlInputStream(boolean create)
Gets the PushSourceStream which gives access to the RTCP data
received from the remote targets and optionally creates it if it does not
exist yet.
|
RTPConnectorInputStream<?> |
AbstractRTPConnector.getDataInputStream()
Returns the input stream that is handling incoming RTP packets.
|
protected RTPConnectorInputStream<?> |
AbstractRTPConnector.getDataInputStream(boolean create)
Gets the PushSourceStream which gives access to the RTP data
received from the remote targets and optionally creates it if it does not
exist yet.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MediaStreamImpl.configureDataInputStream(RTPConnectorInputStream<?> dataInputStream)
Performs any optional configuration on a specific
RTPConnectorInputStream of an RTPManager to be used by
this MediaStreamImpl.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ControlTransformInputStream
Implement control channel (RTCP) for TransformInputStream
which notify listeners when RTCP feedback messages are received.
|
class |
TransformInputStream<T extends Closeable>
Extends RTPConnectorInputStream with transform logic.
|
Copyright © 2021 jitsi.org. All rights reserved.