public class RTPTransformTCPConnector extends RTPConnectorTCPImpl
TransformEngine,
RTPConnector,
RTPManagerconnector| Constructor and Description |
|---|
RTPTransformTCPConnector(StreamConnector connector)
Initializes a new TransformConnector which is to use a given
pair of datagram sockets for RTP and RTCP traffic specified in the form
of a StreamConnector.
|
| Modifier and Type | Method and Description |
|---|---|
protected RTPConnectorTCPInputStream |
createControlInputStream()
Overrides RTPConnectorImpl#createControlInputStream() to use
TransformInputStream.
|
protected TransformTCPOutputStream |
createControlOutputStream()
Overrides RTPConnectorImpl#createControlOutputStream() to use
TransformOutputStream.
|
protected RTPConnectorTCPInputStream |
createDataInputStream()
Overrides RTPConnectorImpl#createDataInputStream() to use
TransformInputStream.
|
protected TransformTCPOutputStream |
createDataOutputStream()
Overrides RTPConnectorImpl#createDataOutputStream() to use
TransformOutputStream.
|
TransformEngine |
getEngine()
Gets the customized TransformEngine which contains the concrete
transform logic.
|
void |
setEngine(TransformEngine engine)
Sets the customized TransformEngine which contains the concrete
transform logic.
|
getControlSocket, getDataSocketaddTarget, close, getConnector, getControlInputStream, getControlInputStream, getControlOutputStream, getControlOutputStream, getDataInputStream, getDataInputStream, getDataOutputStream, getDataOutputStream, getReceiveBufferSize, getRTCPBandwidthFraction, getRTCPSenderBandwidthFraction, getSendBufferSize, removeTarget, removeTargets, setDirection, setReceiveBufferSize, setSendBufferSizepublic RTPTransformTCPConnector(StreamConnector connector)
connector - the pair of datagram sockets for RTP and RTCP traffic
the new instance is to useprotected RTPConnectorTCPInputStream createControlInputStream() throws IOException
createControlInputStream in class RTPConnectorTCPImplIOException - if an error occurs during the creation of the RTCP
packet input streamprotected TransformTCPOutputStream createControlOutputStream() throws IOException
createControlOutputStream in class RTPConnectorTCPImplIOException - if an error occurs during the creation of the RTCP
packet output streamprotected RTPConnectorTCPInputStream createDataInputStream() throws IOException
createDataInputStream in class RTPConnectorTCPImplIOException - if an error occurs during the creation of the RTP
packet input streamprotected TransformTCPOutputStream createDataOutputStream() throws IOException
createDataOutputStream in class RTPConnectorTCPImplIOException - if an error occurs during the creation of the RTP
packet output streampublic TransformEngine getEngine()
public void setEngine(TransformEngine engine)
engine - the TransformEngine which contains the concrete
transform logicCopyright © 2021 jitsi.org. All rights reserved.