Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.neomedia.RTPConnectorInputStream

Packages that use RTPConnectorInputStream
net.java.sip.communicator.impl.neomedia   
net.java.sip.communicator.impl.neomedia.transform   
 

Uses of RTPConnectorInputStream in net.java.sip.communicator.impl.neomedia
 

Subclasses of RTPConnectorInputStream in net.java.sip.communicator.impl.neomedia
 class RTCPConnectorInputStream
           
 class RTPConnectorTCPInputStream
          RTPConnectorInputStream implementation for TCP protocol.
 class RTPConnectorUDPInputStream
          RTPConnectorInputStream implementation for UDP protocol.
 

Methods in net.java.sip.communicator.impl.neomedia that return RTPConnectorInputStream
protected abstract  RTPConnectorInputStream AbstractRTPConnector.createControlInputStream()
          Creates the RTCP packet input stream to be used by RTPManager.
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.createDataInputStream()
          Creates the RTP 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.
 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.
 

Methods in net.java.sip.communicator.impl.neomedia with parameters of type RTPConnectorInputStream
protected  void MediaStreamImpl.configureDataInputStream(RTPConnectorInputStream dataInputStream)
          Performs any optional configuration on a specific RTPConnectorInputStream of an RTPManager to be used by this MediaStreamImpl.
 

Uses of RTPConnectorInputStream in net.java.sip.communicator.impl.neomedia.transform
 

Subclasses of RTPConnectorInputStream in net.java.sip.communicator.impl.neomedia.transform
 class ControlTransformInputStream
          Implement control channel (RTCP) for TransformInputStream which notify listeners when RTCP feedback messages are received.
 class TransformTCPInputStream
          Extends RTPConnectorInputStream with transform logic for TCP.
 class TransformUDPInputStream
          Extends RTPConnectorInputStream with transform logic for UDP.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.