Uses of Class
org.jitsi.impl.neomedia.RTPConnectorOutputStream
-
Packages that use RTPConnectorOutputStream Package Description org.jitsi.impl.neomedia org.jitsi.impl.neomedia.transform -
-
Uses of RTPConnectorOutputStream in org.jitsi.impl.neomedia
Subclasses of RTPConnectorOutputStream in org.jitsi.impl.neomedia Modifier and Type Class Description classRTPConnectorTCPOutputStreamRTPConnectorOutputStream implementation for TCP protocol.classRTPConnectorUDPOutputStreamRTPConnectorOutputStream implementation for UDP protocol.Methods in org.jitsi.impl.neomedia that return RTPConnectorOutputStream Modifier and Type Method Description protected abstract RTPConnectorOutputStreamAbstractRTPConnector. createControlOutputStream()Creates the RTCP packet output stream to be used by RTPManager.protected RTPConnectorOutputStreamRTPConnectorTCPImpl. createControlOutputStream()Creates the RTCP packet output stream to be used by RTPManager.protected RTPConnectorOutputStreamRTPConnectorUDPImpl. createControlOutputStream()Creates the RTCP packet output stream to be used by RTPManager.protected abstract RTPConnectorOutputStreamAbstractRTPConnector. createDataOutputStream()Creates the RTP packet output stream to be used by RTPManager.protected RTPConnectorOutputStreamRTPConnectorTCPImpl. createDataOutputStream()Creates the RTP packet output stream to be used by RTPManager.protected RTPConnectorOutputStreamRTPConnectorUDPImpl. createDataOutputStream()Creates the RTP packet output stream to be used by RTPManager.RTPConnectorOutputStreamAbstractRTPConnector. getControlOutputStream()Returns the input stream that is handling outgoing RTCP packets.protected RTPConnectorOutputStreamAbstractRTPConnector. 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.RTPConnectorOutputStreamAbstractRTPConnector. getDataOutputStream()Returns the input stream that is handling outgoing RTP packets.RTPConnectorOutputStreamAbstractRTPConnector. 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 org.jitsi.impl.neomedia with parameters of type RTPConnectorOutputStream Modifier and Type Method Description protected voidMediaStreamImpl. configureDataOutputStream(RTPConnectorOutputStream dataOutputStream)Performs any optional configuration on a specific RTPConnectorOuputStream of an RTPManager to be used by this MediaStreamImpl.protected voidVideoMediaStreamImpl. configureDataOutputStream(RTPConnectorOutputStream dataOutputStream)Performs any optional configuration on a specific RTPConnectorOuputStream of an RTPManager to be used by this MediaStreamImpl. -
Uses of RTPConnectorOutputStream in org.jitsi.impl.neomedia.transform
Subclasses of RTPConnectorOutputStream in org.jitsi.impl.neomedia.transform Modifier and Type Class Description classTransformTCPOutputStreamExtends RTPConnectorTCPOutputStream with transform logic.classTransformUDPOutputStreamExtends RTPConnectorUDPOutputStream with transform logic.
-