Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Package
net.java.sip.communicator.service.neomedia

Packages that use net.java.sip.communicator.service.neomedia
net.java.sip.communicator.impl.gui   
net.java.sip.communicator.impl.gui.main.call   
net.java.sip.communicator.impl.neomedia   
net.java.sip.communicator.impl.neomedia.codec   
net.java.sip.communicator.impl.neomedia.conference   
net.java.sip.communicator.impl.neomedia.device   
net.java.sip.communicator.impl.neomedia.format   
net.java.sip.communicator.impl.neomedia.protocol   
net.java.sip.communicator.impl.neomedia.transform   
net.java.sip.communicator.impl.neomedia.transform.csrc   
net.java.sip.communicator.impl.neomedia.transform.dtmf   
net.java.sip.communicator.impl.neomedia.transform.sdes   
net.java.sip.communicator.impl.protocol.jabber   
net.java.sip.communicator.impl.protocol.jabber.extensions.cobri   
net.java.sip.communicator.impl.protocol.jabber.jinglesdp   
net.java.sip.communicator.impl.protocol.sip   
net.java.sip.communicator.impl.protocol.sip.sdp   
net.java.sip.communicator.plugin.notificationwiring   
net.java.sip.communicator.service.neomedia   
net.java.sip.communicator.service.neomedia.device   
net.java.sip.communicator.service.neomedia.event   
net.java.sip.communicator.service.neomedia.format   
net.java.sip.communicator.service.protocol   
net.java.sip.communicator.service.protocol.event   
net.java.sip.communicator.service.protocol.media   
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.impl.gui
MediaService
          The MediaService service is meant to be a wrapper of media libraries such as JMF, FMJ, FFMPEG, and/or others.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.impl.gui.main.call
QualityPreset
          Predefined quality preset used to specify some video settings during an existing call or when starting a new call.
SrtpControl
          Controls SRTP encryption in the MediaStream.
VolumeControl
          Control for volume level in media service.
ZrtpControl
          ZRTP based SRTP MediaStream encryption control.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.impl.neomedia
AbstractMediaStream
          Abstract base implementation of MediaStream to ease the implementation of the interface.
AudioMediaStream
          Extends the MediaStream interface and adds methods specific to audio streaming.
DTMFMethod
          Enumerates all available DTMF methods.
DTMFRtpTone
          Represents all DTMF tones for RTP method (RFC4733).
MediaDirection
          The MediaDirections enumeration contains a list of media directions that indicate read/write capabilities of different entities in this MediaService such as for example devices.
MediaException
          Implements an Exception thrown by the neomedia service interfaces and their implementations.
MediaService
          The MediaService service is meant to be a wrapper of media libraries such as JMF, FMJ, FFMPEG, and/or others.
MediaStream
          The MediaStream class represents a (generally) bidirectional RTP stream between exactly two parties.
MediaStreamStats
          Class used to compute stats concerning a MediaStream.
MediaStreamTarget
          The MediaStreamTarget contains a pair of host:port couples indicating data (RTP) and control (RTCP) locations.
MediaType
          The MediaType enumeration contains a list of media types currently known to and handled by the MediaService.
MediaUseCase
          The MediaUseCase enumeration contains a list of use-cases for media related.
QualityControl
          The quality controls we use to control other party video presets.
Recorder
          The call recording interface.
Recorder.Listener
          Represents a listener interested in notifications from a Recorder.
RTPExtension
          RTP extensions are defined by RFC 5285 and they allow attaching additional information to some or all RTP packets of an RTP stream.
RTPTranslator
          Represents an RTP translator which forwards RTP and RTCP traffic between multiple MediaStreams.
SDesControl
          SDES based SRTP MediaStream encryption control.
SrtpControl
          Controls SRTP encryption in the MediaStream.
StreamConnector
          The StreamConnector interface represents a pair of datagram sockets that a media stream could use for RTP and RTCP traffic.
StreamConnector.Protocol
          Enumerates the protocols supported by StreamConnector.
VideoMediaStream
          Extends the MediaStream interface and adds methods specific to video streaming.
VolumeControl
          Control for volume level in media service.
ZrtpControl
          ZRTP based SRTP MediaStream encryption control.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.impl.neomedia.codec
MediaType
          The MediaType enumeration contains a list of media types currently known to and handled by the MediaService.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.impl.neomedia.conference
DTMFInbandTone
          Manages the generation of the inband DMTF signal.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.impl.neomedia.device
DTMFInbandTone
          Manages the generation of the inband DMTF signal.
MediaDirection
          The MediaDirections enumeration contains a list of media directions that indicate read/write capabilities of different entities in this MediaService such as for example devices.
MediaType
          The MediaType enumeration contains a list of media types currently known to and handled by the MediaService.
MediaUseCase
          The MediaUseCase enumeration contains a list of use-cases for media related.
QualityPreset
          Predefined quality preset used to specify some video settings during an existing call or when starting a new call.
RTPExtension
          RTP extensions are defined by RFC 5285 and they allow attaching additional information to some or all RTP packets of an RTP stream.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.impl.neomedia.format
MediaType
          The MediaType enumeration contains a list of media types currently known to and handled by the MediaService.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.impl.neomedia.protocol
DTMFInbandTone
          Manages the generation of the inband DMTF signal.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.impl.neomedia.transform
StreamConnector
          The StreamConnector interface represents a pair of datagram sockets that a media stream could use for RTP and RTCP traffic.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.impl.neomedia.transform.csrc
MediaDirection
          The MediaDirections enumeration contains a list of media directions that indicate read/write capabilities of different entities in this MediaService such as for example devices.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.impl.neomedia.transform.dtmf
DTMFRtpTone
          Represents all DTMF tones for RTP method (RFC4733).
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.impl.neomedia.transform.sdes
MediaType
          The MediaType enumeration contains a list of media types currently known to and handled by the MediaService.
SDesControl
          SDES based SRTP MediaStream encryption control.
SrtpControl
          Controls SRTP encryption in the MediaStream.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.impl.protocol.jabber
MediaDirection
          The MediaDirections enumeration contains a list of media directions that indicate read/write capabilities of different entities in this MediaService such as for example devices.
MediaService
          The MediaService service is meant to be a wrapper of media libraries such as JMF, FMJ, FFMPEG, and/or others.
MediaStream
          The MediaStream class represents a (generally) bidirectional RTP stream between exactly two parties.
MediaStreamTarget
          The MediaStreamTarget contains a pair of host:port couples indicating data (RTP) and control (RTCP) locations.
MediaType
          The MediaType enumeration contains a list of media types currently known to and handled by the MediaService.
MediaUseCase
          The MediaUseCase enumeration contains a list of use-cases for media related.
QualityControl
          The quality controls we use to control other party video presets.
QualityPreset
          Predefined quality preset used to specify some video settings during an existing call or when starting a new call.
RTPExtension
          RTP extensions are defined by RFC 5285 and they allow attaching additional information to some or all RTP packets of an RTP stream.
StreamConnector
          The StreamConnector interface represents a pair of datagram sockets that a media stream could use for RTP and RTCP traffic.
StreamConnectorFactory
          Represents a factory of StreamConnector instances.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.impl.protocol.jabber.extensions.cobri
StreamConnector
          The StreamConnector interface represents a pair of datagram sockets that a media stream could use for RTP and RTCP traffic.
StreamConnectorDelegate
          Implements a StreamConnector which wraps a specific StreamConnector instance.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.impl.protocol.jabber.jinglesdp
MediaDirection
          The MediaDirections enumeration contains a list of media directions that indicate read/write capabilities of different entities in this MediaService such as for example devices.
MediaService
          The MediaService service is meant to be a wrapper of media libraries such as JMF, FMJ, FFMPEG, and/or others.
MediaStreamTarget
          The MediaStreamTarget contains a pair of host:port couples indicating data (RTP) and control (RTCP) locations.
RTPExtension
          RTP extensions are defined by RFC 5285 and they allow attaching additional information to some or all RTP packets of an RTP stream.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.impl.protocol.sip
MediaService
          The MediaService service is meant to be a wrapper of media libraries such as JMF, FMJ, FFMPEG, and/or others.
MediaUseCase
          The MediaUseCase enumeration contains a list of use-cases for media related.
QualityControl
          The quality controls we use to control other party video presets.
QualityPreset
          Predefined quality preset used to specify some video settings during an existing call or when starting a new call.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.impl.protocol.sip.sdp
MediaDirection
          The MediaDirections enumeration contains a list of media directions that indicate read/write capabilities of different entities in this MediaService such as for example devices.
MediaStreamTarget
          The MediaStreamTarget contains a pair of host:port couples indicating data (RTP) and control (RTCP) locations.
MediaType
          The MediaType enumeration contains a list of media types currently known to and handled by the MediaService.
RTPExtension
          RTP extensions are defined by RFC 5285 and they allow attaching additional information to some or all RTP packets of an RTP stream.
StreamConnector
          The StreamConnector interface represents a pair of datagram sockets that a media stream could use for RTP and RTCP traffic.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.plugin.notificationwiring
MediaService
          The MediaService service is meant to be a wrapper of media libraries such as JMF, FMJ, FFMPEG, and/or others.
Recorder
          The call recording interface.
Recorder.Listener
          Represents a listener interested in notifications from a Recorder.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.service.neomedia
DTMFInbandTone
          Manages the generation of the inband DMTF signal.
DTMFMethod
          Enumerates all available DTMF methods.
DTMFRtpTone
          Represents all DTMF tones for RTP method (RFC4733).
MediaDirection
          The MediaDirections enumeration contains a list of media directions that indicate read/write capabilities of different entities in this MediaService such as for example devices.
MediaException
          Implements an Exception thrown by the neomedia service interfaces and their implementations.
MediaStream
          The MediaStream class represents a (generally) bidirectional RTP stream between exactly two parties.
MediaStreamStats
          Class used to compute stats concerning a MediaStream.
MediaStreamTarget
          The MediaStreamTarget contains a pair of host:port couples indicating data (RTP) and control (RTCP) locations.
MediaType
          The MediaType enumeration contains a list of media types currently known to and handled by the MediaService.
MediaTypeSrtpControl
          Utility class to combine MediaType and SrtpControlType as a map key.
MediaUseCase
          The MediaUseCase enumeration contains a list of use-cases for media related.
QualityControl
          The quality controls we use to control other party video presets.
QualityPreset
          Predefined quality preset used to specify some video settings during an existing call or when starting a new call.
Recorder
          The call recording interface.
Recorder.Listener
          Represents a listener interested in notifications from a Recorder.
RTPExtension
          RTP extensions are defined by RFC 5285 and they allow attaching additional information to some or all RTP packets of an RTP stream.
RTPTranslator
          Represents an RTP translator which forwards RTP and RTCP traffic between multiple MediaStreams.
SDesControl
          SDES based SRTP MediaStream encryption control.
SrtpControl
          Controls SRTP encryption in the MediaStream.
SrtpControlType
          The SrtpControlType enumeration contains all currently known SrtpControl implementations.
StreamConnector
          The StreamConnector interface represents a pair of datagram sockets that a media stream could use for RTP and RTCP traffic.
StreamConnector.Protocol
          Enumerates the protocols supported by StreamConnector.
VolumeControl
          Control for volume level in media service.
ZrtpControl
          ZRTP based SRTP MediaStream encryption control.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.service.neomedia.device
MediaDirection
          The MediaDirections enumeration contains a list of media directions that indicate read/write capabilities of different entities in this MediaService such as for example devices.
MediaType
          The MediaType enumeration contains a list of media types currently known to and handled by the MediaService.
QualityPreset
          Predefined quality preset used to specify some video settings during an existing call or when starting a new call.
RTPExtension
          RTP extensions are defined by RFC 5285 and they allow attaching additional information to some or all RTP packets of an RTP stream.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.service.neomedia.event
AudioMediaStream
          Extends the MediaStream interface and adds methods specific to audio streaming.
DTMFRtpTone
          Represents all DTMF tones for RTP method (RFC4733).
SrtpControl
          Controls SRTP encryption in the MediaStream.
VolumeControl
          Control for volume level in media service.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.service.neomedia.format
MediaType
          The MediaType enumeration contains a list of media types currently known to and handled by the MediaService.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.service.protocol
QualityControl
          The quality controls we use to control other party video presets.
QualityPreset
          Predefined quality preset used to specify some video settings during an existing call or when starting a new call.
Recorder
          The call recording interface.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.service.protocol.event
MediaDirection
          The MediaDirections enumeration contains a list of media directions that indicate read/write capabilities of different entities in this MediaService such as for example devices.
MediaType
          The MediaType enumeration contains a list of media types currently known to and handled by the MediaService.
SrtpControl
          Controls SRTP encryption in the MediaStream.
 

Classes in net.java.sip.communicator.service.neomedia used by net.java.sip.communicator.service.protocol.media
AudioMediaStream
          Extends the MediaStream interface and adds methods specific to audio streaming.
MediaDirection
          The MediaDirections enumeration contains a list of media directions that indicate read/write capabilities of different entities in this MediaService such as for example devices.
MediaService
          The MediaService service is meant to be a wrapper of media libraries such as JMF, FMJ, FFMPEG, and/or others.
MediaStream
          The MediaStream class represents a (generally) bidirectional RTP stream between exactly two parties.
MediaStreamTarget
          The MediaStreamTarget contains a pair of host:port couples indicating data (RTP) and control (RTCP) locations.
MediaType
          The MediaType enumeration contains a list of media types currently known to and handled by the MediaService.
MediaTypeSrtpControl
          Utility class to combine MediaType and SrtpControlType as a map key.
MediaUseCase
          The MediaUseCase enumeration contains a list of use-cases for media related.
QualityControl
          The quality controls we use to control other party video presets.
QualityPreset
          Predefined quality preset used to specify some video settings during an existing call or when starting a new call.
Recorder
          The call recording interface.
RTPExtension
          RTP extensions are defined by RFC 5285 and they allow attaching additional information to some or all RTP packets of an RTP stream.
RTPTranslator
          Represents an RTP translator which forwards RTP and RTCP traffic between multiple MediaStreams.
SrtpControl
          Controls SRTP encryption in the MediaStream.
SrtpControlType
          The SrtpControlType enumeration contains all currently known SrtpControl implementations.
StreamConnector
          The StreamConnector interface represents a pair of datagram sockets that a media stream could use for RTP and RTCP traffic.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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