|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RTPConnectorOutputStream | |
|---|---|
| net.java.sip.communicator.impl.neomedia | |
| net.java.sip.communicator.impl.neomedia.transform | |
| Uses of RTPConnectorOutputStream in net.java.sip.communicator.impl.neomedia |
|---|
| Subclasses of RTPConnectorOutputStream in net.java.sip.communicator.impl.neomedia | |
|---|---|
class |
RTPConnectorTCPOutputStream
RTPConnectorOutputStream implementation for TCP protocol. |
class |
RTPConnectorUDPOutputStream
RTPConnectorOutputStream implementation for UDP protocol. |
| Methods in net.java.sip.communicator.impl.neomedia that return RTPConnectorOutputStream | |
|---|---|
protected abstract RTPConnectorOutputStream |
AbstractRTPConnector.createControlOutputStream()
Creates the RTCP packet output stream to be used by RTPManager. |
protected RTPConnectorOutputStream |
RTPConnectorUDPImpl.createControlOutputStream()
Creates the RTCP packet output stream to be used by RTPManager. |
protected RTPConnectorOutputStream |
RTPConnectorTCPImpl.createControlOutputStream()
Creates the RTCP packet output stream to be used by RTPManager. |
protected abstract RTPConnectorOutputStream |
AbstractRTPConnector.createDataOutputStream()
Creates the RTP packet output stream to be used by RTPManager. |
protected RTPConnectorOutputStream |
RTPConnectorUDPImpl.createDataOutputStream()
Creates the RTP packet output stream to be used by RTPManager. |
protected RTPConnectorOutputStream |
RTPConnectorTCPImpl.createDataOutputStream()
Creates the RTP packet output stream to be used by RTPManager. |
RTPConnectorOutputStream |
AbstractRTPConnector.getControlOutputStream()
Returns the input stream that is handling outgoing RTCP packets. |
protected RTPConnectorOutputStream |
AbstractRTPConnector.getControlOutputStream(boolean create)
Gets the OutputDataStream which is used to write RTCP data to be sent to from the remote targets and optionally creates it if it does not exist yet. |
RTPConnectorOutputStream |
AbstractRTPConnector.getDataOutputStream()
Returns the input stream that is handling outgoing RTP packets. |
RTPConnectorOutputStream |
AbstractRTPConnector.getDataOutputStream(boolean create)
Gets the OutputDataStream which is used to write RTP data to be sent to from the remote targets and optionally creates it if it does not exist yet. |
| Methods in net.java.sip.communicator.impl.neomedia with parameters of type RTPConnectorOutputStream | |
|---|---|
protected void |
MediaStreamImpl.configureDataOutputStream(RTPConnectorOutputStream dataOutputStream)
Performs any optional configuration on a specific RTPConnectorOuputStream of an RTPManager to be used by this MediaStreamImpl. |
protected void |
VideoMediaStreamImpl.configureDataOutputStream(RTPConnectorOutputStream dataOutputStream)
Performs any optional configuration on a specific RTPConnectorOuputStream of an RTPManager to be used by this MediaStreamImpl. |
| Uses of RTPConnectorOutputStream in net.java.sip.communicator.impl.neomedia.transform |
|---|
| Subclasses of RTPConnectorOutputStream in net.java.sip.communicator.impl.neomedia.transform | |
|---|---|
class |
TransformTCPOutputStream
Extends RTPConnectorOutputStream with transform logic for TCP. |
class |
TransformUDPOutputStream
Extends RTPConnectorOutputStream with transform logic for UDP. |
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||