Uses of Interface
org.jitsi.service.neomedia.RTPTranslator
-
Packages that use RTPTranslator Package Description org.jitsi.impl.neomedia org.jitsi.impl.neomedia.recording org.jitsi.impl.neomedia.rtp org.jitsi.impl.neomedia.rtp.translator org.jitsi.service.neomedia -
-
Uses of RTPTranslator in org.jitsi.impl.neomedia
Methods in org.jitsi.impl.neomedia that return RTPTranslator Modifier and Type Method Description RTPTranslatorMediaServiceImpl. createRTPTranslator()Initializes a new RTPTranslator which is to forward RTP and RTCP traffic between multiple MediaStreams.Methods in org.jitsi.impl.neomedia with parameters of type RTPTranslator Modifier and Type Method Description RecorderMediaServiceImpl. createRecorder(RTPTranslator translator)Creates a new Recorder instance that can be used to record media from a specific RTPTranslator.voidAudioMediaStreamImpl. setRTPTranslator(RTPTranslator rtpTranslator)Sets the RTPTranslator which is to forward RTP and RTCP traffic between this and other MediaStreams.voidMediaStreamImpl. setRTPTranslator(RTPTranslator rtpTranslator)Sets the RTPTranslator which is to forward RTP and RTCP traffic between this and other MediaStreams. -
Uses of RTPTranslator in org.jitsi.impl.neomedia.recording
Constructors in org.jitsi.impl.neomedia.recording with parameters of type RTPTranslator Constructor Description RecorderRtpImpl(RTPTranslator translator)Constructor. -
Uses of RTPTranslator in org.jitsi.impl.neomedia.rtp
Constructors in org.jitsi.impl.neomedia.rtp with parameters of type RTPTranslator Constructor Description StreamRTPManager(MediaStream stream, RTPTranslator translator)Initializes a new StreamRTPManager instance which is, optionally, attached to a specific RTPTranslator which is to forward the RTP and RTCP flows of the associated MediaStream to other MediaStreams. -
Uses of RTPTranslator in org.jitsi.impl.neomedia.rtp.translator
Classes in org.jitsi.impl.neomedia.rtp.translator that implement RTPTranslator Modifier and Type Class Description classRTPTranslatorImplImplements RTPTranslator which represents an RTP translator which forwards RTP and RTCP traffic between multiple MediaStreams. -
Uses of RTPTranslator in org.jitsi.service.neomedia
Classes in org.jitsi.service.neomedia that implement RTPTranslator Modifier and Type Class Description classAbstractRTPTranslatorAn abstract, base implementation ofRTPTranslatorwhich aid the implementation of the interface.Fields in org.jitsi.service.neomedia declared as RTPTranslator Modifier and Type Field Description protected RTPTranslatorAbstractMediaStream. rtpTranslatorThe RTPTranslator, if any, which forwards RTP and RTCP traffic between this and other MediaStreams.Methods in org.jitsi.service.neomedia that return RTPTranslator Modifier and Type Method Description RTPTranslatorMediaService. createRTPTranslator()Initializes a new RTPTranslator which is to forward RTP and RTCP traffic between multiple MediaStreams.RTPTranslatorAbstractMediaStream. getRTPTranslator()Gets theRTPTranslatorwhich forwards RTP and RTCP traffic between this and otherMediaStreams.RTPTranslatorMediaStream. getRTPTranslator()Gets theRTPTranslatorwhich forwards RTP and RTCP traffic between this and otherMediaStreams.Methods in org.jitsi.service.neomedia with parameters of type RTPTranslator Modifier and Type Method Description RecorderMediaService. createRecorder(RTPTranslator translator)Creates a new Recorder instance that can be used to record media from a specific RTPTranslator.voidAbstractMediaStream. setRTPTranslator(RTPTranslator rtpTranslator)Sets the RTPTranslator which is to forward RTP and RTCP traffic between this and other MediaStreams.voidMediaStream. setRTPTranslator(RTPTranslator rtpTranslator)Sets the RTPTranslator which is to forward RTP and RTCP traffic between this and other MediaStreams.
-