Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.service.neomedia.MediaStreamTarget

Packages that use MediaStreamTarget
net.java.sip.communicator.impl.neomedia   
net.java.sip.communicator.impl.protocol.jabber   
net.java.sip.communicator.impl.protocol.jabber.jinglesdp   
net.java.sip.communicator.impl.protocol.sip.sdp   
net.java.sip.communicator.service.neomedia   
net.java.sip.communicator.service.protocol.media   
 

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

Methods in net.java.sip.communicator.impl.neomedia that return MediaStreamTarget
 MediaStreamTarget MediaStreamImpl.getTarget()
          Returns the target of this MediaStream to which it is to send and from which it is to receive data (e.g.
 

Methods in net.java.sip.communicator.impl.neomedia with parameters of type MediaStreamTarget
 void MediaStreamImpl.setTarget(MediaStreamTarget target)
          Sets the target of this MediaStream to which it is to send and from which it is to receive data (e.g.
 

Uses of MediaStreamTarget in net.java.sip.communicator.impl.protocol.jabber
 

Methods in net.java.sip.communicator.impl.protocol.jabber that return MediaStreamTarget
 MediaStreamTarget TransportManagerGTalkImpl.getStreamTarget(MediaType mediaType)
          Implements TransportManagerJabberImpl.getStreamTarget(MediaType).
abstract  MediaStreamTarget TransportManagerJabberImpl.getStreamTarget(MediaType mediaType)
          Gets the MediaStreamTarget to be used as the target of the MediaStream with a specific MediaType.
 MediaStreamTarget IceUdpTransportManager.getStreamTarget(MediaType mediaType)
          Implements TransportManagerJabberImpl.getStreamTarget(MediaType).
 MediaStreamTarget RawUdpTransportManager.getStreamTarget(MediaType mediaType)
          Implements TransportManagerJabberImpl.getStreamTarget(MediaType).
 

Methods in net.java.sip.communicator.impl.protocol.jabber with parameters of type MediaStreamTarget
protected  MediaStream CallPeerMediaHandlerGTalkImpl.initStream(String streamName, StreamConnector connector, MediaDevice device, MediaFormat format, MediaStreamTarget target, MediaDirection direction, List<RTPExtension> rtpExtensions, boolean masterStream)
          Creates if necessary, and configures the stream that this MediaHandler is using for the MediaType matching the one of the MediaDevice.
protected  MediaStream CallPeerMediaHandlerJabberImpl.initStream(String streamName, StreamConnector connector, MediaDevice device, MediaFormat format, MediaStreamTarget target, MediaDirection direction, List<RTPExtension> rtpExtensions, boolean masterStream)
          Creates if necessary, and configures the stream that this MediaHandler is using for the MediaType matching the one of the MediaDevice.
 void TransportManagerGTalkImpl.sendHolePunchPacket(MediaStreamTarget target, MediaType type)
          Send empty UDP packet to target destination data/control ports in order to open port on NAT or RTP proxy if any.
 

Uses of MediaStreamTarget in net.java.sip.communicator.impl.protocol.jabber.jinglesdp
 

Methods in net.java.sip.communicator.impl.protocol.jabber.jinglesdp that return MediaStreamTarget
static MediaStreamTarget JingleUtils.extractDefaultTarget(ContentPacketExtension content)
          Returns the default candidate for the specified content content.
 

Uses of MediaStreamTarget in net.java.sip.communicator.impl.protocol.sip.sdp
 

Methods in net.java.sip.communicator.impl.protocol.sip.sdp that return MediaStreamTarget
static MediaStreamTarget SdpUtils.extractDefaultTarget(javax.sdp.MediaDescription mediaDesc, javax.sdp.SessionDescription sessDesc)
          Returns a MediaStreamTarget instance reflecting the address pair (RTP + RTCP) where we should send media in this stream.
 

Uses of MediaStreamTarget in net.java.sip.communicator.service.neomedia
 

Methods in net.java.sip.communicator.service.neomedia that return MediaStreamTarget
 MediaStreamTarget MediaStream.getTarget()
          Returns the target of this MediaStream to which it is to send and from which it is to receive data (e.g.
 

Methods in net.java.sip.communicator.service.neomedia with parameters of type MediaStreamTarget
 void MediaStream.setTarget(MediaStreamTarget target)
          Sets the target of this MediaStream to which it is to send and from which it is to receive data (e.g.
 

Uses of MediaStreamTarget in net.java.sip.communicator.service.protocol.media
 

Methods in net.java.sip.communicator.service.protocol.media with parameters of type MediaStreamTarget
protected  MediaStream MediaHandler.configureStream(CallPeerMediaHandler<?> callPeerMediaHandler, MediaDevice device, MediaFormat format, MediaStreamTarget target, MediaDirection direction, List<RTPExtension> rtpExtensions, MediaStream stream, boolean masterStream)
          Configures stream to use the specified device, format, target, direction, etc.
(package private)  MediaStream MediaHandler.initStream(CallPeerMediaHandler<?> callPeerMediaHandler, StreamConnector connector, MediaDevice device, MediaFormat format, MediaStreamTarget target, MediaDirection direction, List<RTPExtension> rtpExtensions, boolean masterStream)
          Creates if necessary, and configures the stream that this MediaHandler is using for the MediaType matching the one of the MediaDevice.
protected  MediaStream CallPeerMediaHandler.initStream(StreamConnector connector, MediaDevice device, MediaFormat format, MediaStreamTarget target, MediaDirection direction, List<RTPExtension> rtpExtensions, boolean masterStream)
          Creates if necessary, and configures the stream that this MediaHandler is using for the MediaType matching the one of the MediaDevice.
protected  void CallPeerMediaHandler.sendHolePunchPacket(MediaStreamTarget target)
          Sends empty UDP packets to target destination data/control ports in order to open port on NAT or RTP proxy if any.
 void TransportManager.sendHolePunchPacket(MediaStreamTarget target, MediaType type)
          Send empty UDP packet to target destination data/control ports in order to open port on NAT or RTP proxy if any.
protected  void TransportManager.setTrafficClass(MediaStreamTarget target, MediaType type)
          Set traffic class (QoS) for the RTP socket.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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