Uses of Interface
org.jitsi.service.neomedia.SSRCFactory
-
Packages that use SSRCFactory Package Description org.jitsi.impl.neomedia org.jitsi.impl.neomedia.jmfext.media.rtp org.jitsi.impl.neomedia.rtp org.jitsi.impl.neomedia.rtp.translator org.jitsi.service.neomedia -
-
Uses of SSRCFactory in org.jitsi.impl.neomedia
Classes in org.jitsi.impl.neomedia that implement SSRCFactory Modifier and Type Class Description classSSRCFactoryImplAn SSRCFactory implementation which allows the first generated SSRC to be set by the user.Methods in org.jitsi.impl.neomedia with parameters of type SSRCFactory Modifier and Type Method Description voidMediaStreamImpl. setSSRCFactory(SSRCFactory ssrcFactory)Sets the SSRCFactory which is to generate new synchronization source (SSRC) identifiers. -
Uses of SSRCFactory in org.jitsi.impl.neomedia.jmfext.media.rtp
Methods in org.jitsi.impl.neomedia.jmfext.media.rtp that return SSRCFactory Modifier and Type Method Description SSRCFactoryRTPSessionMgr. getSSRCFactory()Gets the SSRCFactory utilized by this instance to generate new synchronization source (SSRC) identifiers.Methods in org.jitsi.impl.neomedia.jmfext.media.rtp with parameters of type SSRCFactory Modifier and Type Method Description voidRTPSessionMgr. setSSRCFactory(SSRCFactory ssrcFactory)Sets the SSRCFactory to be utilized by this instance to generate new synchronization source (SSRC) identifiers. -
Uses of SSRCFactory in org.jitsi.impl.neomedia.rtp
Methods in org.jitsi.impl.neomedia.rtp with parameters of type SSRCFactory Modifier and Type Method Description voidStreamRTPManager. setSSRCFactory(SSRCFactory ssrcFactory)Sets the SSRCFactory to be utilized by this instance to generate new synchronization source (SSRC) identifiers. -
Uses of SSRCFactory in org.jitsi.impl.neomedia.rtp.translator
Methods in org.jitsi.impl.neomedia.rtp.translator with parameters of type SSRCFactory Modifier and Type Method Description voidRTPTranslatorImpl. setSSRCFactory(SSRCFactory ssrcFactory)Sets the SSRCFactory which is to generate new synchronization source (SSRC) identifiers. -
Uses of SSRCFactory in org.jitsi.service.neomedia
Methods in org.jitsi.service.neomedia with parameters of type SSRCFactory Modifier and Type Method Description voidMediaStream. setSSRCFactory(SSRCFactory ssrcFactory)Sets the SSRCFactory which is to generate new synchronization source (SSRC) identifiers.
-