Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.neomedia.transform.RTPTransformConnector

Packages that use RTPTransformConnector
net.java.sip.communicator.impl.neomedia   
net.java.sip.communicator.impl.neomedia.device   
net.java.sip.communicator.impl.neomedia.transform.zrtp   
 

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

Methods in net.java.sip.communicator.impl.neomedia that return RTPTransformConnector
protected  RTPTransformConnector MediaStreamImpl.getRTPConnector()
          Gets the RTPConnector through which this instance sends and receives RTP and RTCP traffic.
 

Methods in net.java.sip.communicator.impl.neomedia with parameters of type RTPTransformConnector
protected  void MediaStreamImpl.rtpConnectorChanged(RTPTransformConnector oldValue, RTPTransformConnector newValue)
          Notifies this MediaStream implementation that its RTPConnector instance has changed from a specific old value to a specific new value.
protected  void VideoMediaStreamImpl.rtpConnectorChanged(RTPTransformConnector oldValue, RTPTransformConnector newValue)
          Notifies this MediaStream implementation that its RTPConnector instance has changed from a specific old value to a specific new value.
 void ZrtpControlImpl.setConnector(RTPTransformConnector connector)
          Sets the RTPConnector which is to use or uses this ZRTP engine.
 

Uses of RTPTransformConnector in net.java.sip.communicator.impl.neomedia.device
 

Methods in net.java.sip.communicator.impl.neomedia.device with parameters of type RTPTransformConnector
 void VideoMediaDeviceSession.setConnector(RTPTransformConnector rtpConnector)
          Sets the RTPConnector that will be used to initialize some codec for RTCP feedback.
 

Uses of RTPTransformConnector in net.java.sip.communicator.impl.neomedia.transform.zrtp
 

Methods in net.java.sip.communicator.impl.neomedia.transform.zrtp with parameters of type RTPTransformConnector
 void ZRTPTransformEngine.setConnector(RTPTransformConnector connector)
          Sets the RTP connector using this ZRTP engine (This method should be changed to an addConnector to a connector array managed by the engine for implementing multistream mode)
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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