|
Interface Summary |
| AudioMediaStream |
Extends the MediaStream interface and adds methods specific to
audio streaming. |
| 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. |
| 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. |
| 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. |
| 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. |
|
Class Summary |
| AbstractMediaStream |
Abstract base implementation of MediaStream to ease the
implementation of the interface. |
| DefaultStreamConnector |
Represents a default implementation of StreamConnector which is
initialized with a specific pair of control and data DatagramSockets
and which closes them (if they exist) when its DefaultStreamConnector.close() is invoked. |
| DefaultTCPStreamConnector |
Represents a default implementation of StreamConnector which is
initialized with a specific pair of control and data Sockets
and which closes them (if they exist) when its DefaultTCPStreamConnector.close() is invoked. |
| DTMFInbandTone |
Manages the geneation of the inband DMTF signal. |
| DTMFTone |
Represents all DTMF tones. |
| MediaStreamTarget |
The MediaStreamTarget contains a pair of host:port couples
indicating a data (RTP) and control (RTCP) locations. |
| MediaTypeSrtpControl |
Utility class to combine MediaType and SrtpControlType as a
map key. |
| 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. |