Uses of Class
org.jitsi.impl.neomedia.AbstractRTPConnector
-
-
Uses of AbstractRTPConnector in org.jitsi.impl.neomedia
Subclasses of AbstractRTPConnector in org.jitsi.impl.neomedia Modifier and Type Class Description classRTPConnectorTCPImplRTPConnector implementation for UDP.classRTPConnectorUDPImplRTPConnector implementation for UDP.Methods in org.jitsi.impl.neomedia that return AbstractRTPConnector Modifier and Type Method Description protected AbstractRTPConnectorMediaStreamImpl. getRTPConnector()Gets the RTPConnector through which this instance sends and receives RTP and RTCP traffic.Methods in org.jitsi.impl.neomedia with parameters of type AbstractRTPConnector Modifier and Type Method Description protected voidMediaStreamImpl. rtpConnectorChanged(AbstractRTPConnector oldValue, AbstractRTPConnector newValue)Notifies this MediaStream implementation that its RTPConnector instance has changed from a specific old value to a specific new value.protected voidVideoMediaStreamImpl. rtpConnectorChanged(AbstractRTPConnector oldValue, AbstractRTPConnector newValue)Notifies this MediaStream implementation that its RTPConnector instance has changed from a specific old value to a specific new value. -
Uses of AbstractRTPConnector in org.jitsi.impl.neomedia.device
Methods in org.jitsi.impl.neomedia.device with parameters of type AbstractRTPConnector Modifier and Type Method Description voidVideoMediaDeviceSession. setConnector(AbstractRTPConnector rtpConnector)Sets the RTPConnector that will be used to initialize some codec for RTCP feedback. -
Uses of AbstractRTPConnector in org.jitsi.impl.neomedia.transform
Subclasses of AbstractRTPConnector in org.jitsi.impl.neomedia.transform Modifier and Type Class Description classRTPTransformTCPConnectorTransformConnector implements the RTPConnector interface.classRTPTransformUDPConnectorTransformConnector implements the RTPConnector interface.Methods in org.jitsi.impl.neomedia.transform with parameters of type AbstractRTPConnector Modifier and Type Method Description voidNullSrtpControl. setConnector(AbstractRTPConnector connector)Sets the RTPConnector which is to use or uses this SRTP engine. -
Uses of AbstractRTPConnector in org.jitsi.impl.neomedia.transform.dtls
Methods in org.jitsi.impl.neomedia.transform.dtls with parameters of type AbstractRTPConnector Modifier and Type Method Description voidDtlsControlImpl. setConnector(AbstractRTPConnector connector)Sets the RTPConnector which is to use or uses this SRTP engine. -
Uses of AbstractRTPConnector in org.jitsi.impl.neomedia.transform.sdes
Methods in org.jitsi.impl.neomedia.transform.sdes with parameters of type AbstractRTPConnector Modifier and Type Method Description voidSDesControlImpl. setConnector(AbstractRTPConnector connector)Sets the RTPConnector which is to use or uses this SRTP engine. -
Uses of AbstractRTPConnector in org.jitsi.impl.neomedia.transform.zrtp
Methods in org.jitsi.impl.neomedia.transform.zrtp with parameters of type AbstractRTPConnector Modifier and Type Method Description voidZrtpControlImpl. setConnector(AbstractRTPConnector connector)Sets the RTPConnector which is to use or uses this ZRTP engine.voidZRTPTransformEngine. setConnector(AbstractRTPConnector connector)Sets the RTP connector using this ZRTP engine -
Uses of AbstractRTPConnector in org.jitsi.service.neomedia
Methods in org.jitsi.service.neomedia with parameters of type AbstractRTPConnector Modifier and Type Method Description voidSrtpControl. setConnector(AbstractRTPConnector connector)Sets the RTPConnector which is to use or uses this SRTP engine.
-