public class RTPTransformUDPConnector extends RTPConnectorUDPImpl
TransformEngine,
RTPConnector,
RTPManagerconnector| Constructor and Description |
|---|
RTPTransformUDPConnector(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 RTPConnectorUDPInputStream |
createControlInputStream()
Overrides RTPConnectorImpl#createControlInputStream() to use
TransformInputStream.
|
protected TransformUDPOutputStream |
createControlOutputStream()
Overrides RTPConnectorImpl#createControlOutputStream() to use
TransformOutputStream.
|
protected RTPConnectorUDPInputStream |
createDataInputStream()
Overrides RTPConnectorImpl#createDataInputStream() to use
TransformInputStream.
|
protected TransformUDPOutputStream |
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 RTPTransformUDPConnector(StreamConnector connector)
connector - the pair of datagram sockets for RTP and RTCP traffic
the new instance is to useprotected RTPConnectorUDPInputStream createControlInputStream() throws IOException
createControlInputStream in class RTPConnectorUDPImplIOException - if an error occurs during the creation of the RTCP
packet input streamprotected TransformUDPOutputStream createControlOutputStream() throws IOException
createControlOutputStream in class RTPConnectorUDPImplIOException - if an error occurs during the creation of the RTCP
packet output streamprotected RTPConnectorUDPInputStream createDataInputStream() throws IOException
createDataInputStream in class RTPConnectorUDPImplIOException - if an error occurs during the creation of the RTP
packet input streamprotected TransformUDPOutputStream createDataOutputStream() throws IOException
createDataOutputStream in class RTPConnectorUDPImplIOException - 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 © 2022 jitsi.org. All rights reserved.