Uses of Class
org.jitsi.impl.neomedia.MediaStreamImpl
-
-
Uses of MediaStreamImpl in org.jitsi.impl.neomedia
Subclasses of MediaStreamImpl in org.jitsi.impl.neomedia Modifier and Type Class Description classAudioMediaStreamImplExtends MediaStreamImpl in order to provide an implementation of AudioMediaStream.classVideoMediaStreamImplExtends MediaStreamImpl in order to provide an implementation of VideoMediaStream.Constructors in org.jitsi.impl.neomedia with parameters of type MediaStreamImpl Constructor Description MediaStreamStatsImpl(MediaStreamImpl mediaStreamImpl)Creates a new instance of stats concerning a MediaStream. -
Uses of MediaStreamImpl in org.jitsi.impl.neomedia.rtcp
Constructors in org.jitsi.impl.neomedia.rtcp with parameters of type MediaStreamImpl Constructor Description RTCPReceiverFeedbackTermination(MediaStreamImpl stream)Ctor. -
Uses of MediaStreamImpl in org.jitsi.impl.neomedia.rtp
Methods in org.jitsi.impl.neomedia.rtp that return MediaStreamImpl Modifier and Type Method Description MediaStreamImplMediaStreamTrackReceiver. getStream()Gets theMediaStreamthat owns this instance.Constructors in org.jitsi.impl.neomedia.rtp with parameters of type MediaStreamImpl Constructor Description MediaStreamTrackReceiver(MediaStreamImpl stream)Ctor.VideoMediaStreamTrackReceiver(MediaStreamImpl stream)Initializes a newVideoMediaStreamTrackReceiverinstance. -
Uses of MediaStreamImpl in org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation
Constructors in org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation with parameters of type MediaStreamImpl Constructor Description BandwidthEstimatorImpl(MediaStreamImpl stream)Initializes a new instance which is to belong to a particularMediaStream. -
Uses of MediaStreamImpl in org.jitsi.impl.neomedia.stats
Constructors in org.jitsi.impl.neomedia.stats with parameters of type MediaStreamImpl Constructor Description MediaStreamStats2Impl(MediaStreamImpl mediaStream)Initializes a newMediaStreamStats2Implinstance. -
Uses of MediaStreamImpl in org.jitsi.impl.neomedia.transform
Methods in org.jitsi.impl.neomedia.transform with parameters of type MediaStreamImpl Modifier and Type Method Description static DebugTransformEngineDebugTransformEngine. createDebugTransformEngine(MediaStreamImpl mediaStream)Creates and returns a new DebugTransformEngine if logging is enabled for PacketLoggingService.ProtocolName.ARBITRARY.Constructors in org.jitsi.impl.neomedia.transform with parameters of type MediaStreamImpl Constructor Description CachingTransformer(MediaStreamImpl stream)Initializes a newCachingTransformerinstance.RtxTransformer(MediaStreamImpl mediaStream)Initializes a new RtxTransformer with a specific MediaStreamImpl. -
Uses of MediaStreamImpl in org.jitsi.impl.neomedia.transform.csrc
Constructors in org.jitsi.impl.neomedia.transform.csrc with parameters of type MediaStreamImpl Constructor Description CsrcTransformEngine(MediaStreamImpl mediaStream)Creates an engine instance that will be adding CSRC lists to the specified stream.SsrcTransformEngine(MediaStreamImpl mediaStream)Initializes a new SsrcTransformEngine to be utilized by a specific MediaStreamImpl. -
Uses of MediaStreamImpl in org.jitsi.impl.neomedia.transform.rtcp
Constructors in org.jitsi.impl.neomedia.transform.rtcp with parameters of type MediaStreamImpl Constructor Description StatisticsEngine(MediaStreamImpl stream)Creates Statistic engine.
-