- A2NLSF - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Conversion between prediction filter coefficients and NLSFs.
- A2NLSF() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.A2NLSF
-
- AbortStream(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Terminates audio processing immediately without waiting for pending
buffers to complete.
- ABS_SEND_TIME_URN - Static variable in class org.jitsi.service.neomedia.RTPExtension
-
The URN identifying the abs-send-time RTP extension.
- AbsSendTimeEngine - Class in org.jitsi.impl.neomedia.transform
-
Implements a TransformEngine which replaces the timestamps in
abs-send-time RTP extensions with timestamps generated locally.
- AbsSendTimeEngine() - Constructor for class org.jitsi.impl.neomedia.transform.AbsSendTimeEngine
-
- AbstractAudioRenderer<T extends AudioSystem> - Class in org.jitsi.impl.neomedia.jmfext.media.renderer.audio
-
Provides an abstract base implementation of Renderer which processes
media in AudioFormat in order to facilitate extenders.
- AbstractAudioRenderer(T) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
-
Initializes a new AbstractAudioRenderer instance which is to use
playback devices provided by a specific AudioSystem.
- AbstractAudioRenderer(T, AudioSystem.DataFlow) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
-
Initializes a new AbstractAudioRenderer instance which is to use
notification or playback (as determined by dataFlow) devices
provided by a specific AudioSystem.
- AbstractAudioRenderer(String) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
-
Initializes a new AbstractAudioRenderer instance which is to use
playback devices provided by an AudioSystem specified by the
protocol of the MediaLocators of the CaptureDeviceInfos
registered by the AudioSystem.
- AbstractAudioRenderer(String, AudioSystem.DataFlow) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
-
Initializes a new AbstractAudioRenderer instance which is to use
notification or playback devices provided by an AudioSystem
specified by the protocol of the MediaLocators of the
CaptureDeviceInfos registered by the AudioSystem.
- AbstractBufferCaptureDevice<AbstractBufferStreamT extends org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferStream<?>> - Class in org.jitsi.impl.neomedia.jmfext.media.protocol
-
Facilitates the implementations of the CaptureDevice and
DataSource interfaces provided by
AbstractPullBufferCaptureDevice and
AbstractPushBufferCaptureDevice.
- AbstractBufferCaptureDevice() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
- AbstractCodec2 - Class in org.jitsi.impl.neomedia.codec
-
Extends FMJ's AbstractCodec to make it even easier to implement a
Codec.
- AbstractCodec2(String, Class<? extends Format>, Format[]) - Constructor for class org.jitsi.impl.neomedia.codec.AbstractCodec2
-
Initializes a new AbstractCodec2 instance with a specific
PlugIn name, a specific Class of input and output
Formats and a specific list of Formats supported as
output.
- AbstractControls - Class in org.jitsi.impl.neomedia.control
-
Provides an abstract implementation of Controls which facilitates
implementers by requiring them to only implement
Controls.getControls().
- AbstractControls() - Constructor for class org.jitsi.impl.neomedia.control.AbstractControls
-
- AbstractFECReceiver - Class in org.jitsi.impl.neomedia.transform.fec
-
- AbstractFFmpegAudioCodec - Class in org.jitsi.impl.neomedia.codec.audio
-
Implements an audio Codec using the FFmpeg library.
- AbstractFFmpegAudioCodec(String, int, Format[]) - Constructor for class org.jitsi.impl.neomedia.codec.audio.AbstractFFmpegAudioCodec
-
Initializes a new AbstractFFmpegAudioCodec instance with a
specific PlugIn name, a specific AVCodecID, and a
specific list of Formats supported as output.
- AbstractFormatControl - Class in org.jitsi.impl.neomedia.control
-
Provides an abstract implementation of FormatControl which
facilitates implementers by requiring them to implement just
FormatControl.getSupportedFormats() and
FormatControl.getFormat().
- AbstractFormatControl() - Constructor for class org.jitsi.impl.neomedia.control.AbstractFormatControl
-
- AbstractMediaDevice - Class in org.jitsi.impl.neomedia.device
-
Defines the interface for MediaDevice required by the
org.jitsi.impl.neomedia implementation of
org.jitsi.service.neomedia.
- AbstractMediaDevice() - Constructor for class org.jitsi.impl.neomedia.device.AbstractMediaDevice
-
- AbstractMediaStream - Class in org.jitsi.service.neomedia
-
Abstract base implementation of MediaStream to ease the
implementation of the interface.
- AbstractMediaStream() - Constructor for class org.jitsi.service.neomedia.AbstractMediaStream
-
- AbstractPullBufferCaptureDevice - Class in org.jitsi.impl.neomedia.jmfext.media.protocol
-
Provides a base implementation of PullBufferDataSource and
CaptureDevice in order to facilitate implementers by taking care of
boilerplate in the most common cases.
- AbstractPullBufferCaptureDevice() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Initializes a new AbstractPullBufferCaptureDevice instance.
- AbstractPullBufferCaptureDevice(MediaLocator) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Initializes a new AbstractPullBufferCaptureDevice instance from
a specific MediaLocator.
- AbstractPullBufferStream<T extends javax.media.protocol.PullBufferDataSource> - Class in org.jitsi.impl.neomedia.jmfext.media.protocol
-
Provides a base implementation of PullBufferStream in order to
facilitate implementers by taking care of boilerplate in the most common
cases.
- AbstractPullBufferStream(T, FormatControl) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferStream
-
Initializes a new AbstractPullBufferStream instance which is to
have its Format-related information abstracted by a specific
FormatControl.
- AbstractPushBufferCaptureDevice - Class in org.jitsi.impl.neomedia.jmfext.media.protocol
-
Provides a base implementation of PushBufferDataSource and
CaptureDevice in order to facilitate implementers by taking care of
boilerplate in the most common cases.
- AbstractPushBufferCaptureDevice() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Initializes a new AbstractPushBufferCaptureDevice instance.
- AbstractPushBufferCaptureDevice(MediaLocator) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Initializes a new AbstractPushBufferCaptureDevice instance from
a specific MediaLocator.
- AbstractPushBufferStream<T extends javax.media.protocol.PushBufferDataSource> - Class in org.jitsi.impl.neomedia.jmfext.media.protocol
-
Provides a base implementation of PushBufferStream in order to
facilitate implementers by taking care of boilerplate in the most common
cases.
- AbstractPushBufferStream(T, FormatControl) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferStream
-
Initializes a new AbstractPushBufferStream instance which is to
have its Format-related information abstracted by a specific
FormatControl.
- AbstractRenderer<T extends javax.media.Format> - Class in org.jitsi.impl.neomedia.jmfext.media.renderer
-
Provides an abstract base implementation of Renderer in order to
facilitate extenders.
- AbstractRenderer() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.renderer.AbstractRenderer
-
- AbstractRTPConnector - Class in org.jitsi.impl.neomedia
-
Provides a base/default implementation of RTPConnector which has
factory methods for its control and data input and output streams and has an
associated StreamConnector.
- AbstractRTPConnector(StreamConnector) - Constructor for class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Initializes a new AbstractRTPConnector which is to use a given
pair of datagram sockets for RTP and RTCP traffic specified in the form
of a StreamConnector.
- AbstractRTPPacketPredicate - Class in org.jitsi.impl.neomedia
-
- AbstractRTPPacketPredicate(boolean) - Constructor for class org.jitsi.impl.neomedia.AbstractRTPPacketPredicate
-
Ctor.
- AbstractRTPTranslator - Class in org.jitsi.service.neomedia
-
An abstract, base implementation of
RTPTranslator which aid the
implementation of the interface.
- AbstractRTPTranslator() - Constructor for class org.jitsi.service.neomedia.AbstractRTPTranslator
-
- AbstractSCAudioClip - Class in org.jitsi.service.audionotifier
-
An abstract base implementation of
SCAudioClip which is provided in
order to aid implementers by allowing them to extend
AbstractSCAudioClip and focus on the task of playing actual audio
once.
- AbstractSCAudioClip(String, AudioNotifierService) - Constructor for class org.jitsi.service.audionotifier.AbstractSCAudioClip
-
- AbstractSrtpControl<T extends SrtpControl.TransformEngine> - Class in org.jitsi.service.neomedia
-
Provides an abstract, base implementation of
SrtpControl to
facilitate implementers.
- AbstractSrtpControl(SrtpControlType) - Constructor for class org.jitsi.service.neomedia.AbstractSrtpControl
-
Initializes a new AbstractSrtpControl instance with a specific
SrtpControlType.
- AbstractTrackStats - Class in org.jitsi.impl.neomedia.stats
-
Media stream statistics per send or receive SSRC.
- AbstractTransformOutputStream - Class in org.jitsi.impl.neomedia.transform
-
Facilitates the implementation of the interface
TransformOutputStream.
- AbstractTransformOutputStream() - Constructor for class org.jitsi.impl.neomedia.transform.AbstractTransformOutputStream
-
- AbstractVideoPullBufferCaptureDevice - Class in org.jitsi.impl.neomedia.jmfext.media.protocol
-
Provides a base implementation of PullBufferDataSource and
CaptureDevice for the purposes of video in order to facilitate
implementers by taking care of boilerplate in the most common cases.
- AbstractVideoPullBufferCaptureDevice() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferCaptureDevice
-
Initializes a new AbstractVideoPullBufferCaptureDevice instance.
- AbstractVideoPullBufferCaptureDevice(MediaLocator) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferCaptureDevice
-
Initializes a new AbstractVideoPullBufferCaptureDevice instance
from a specific MediaLocator.
- AbstractVideoPullBufferStream<T extends javax.media.protocol.PullBufferDataSource> - Class in org.jitsi.impl.neomedia.jmfext.media.protocol
-
Provides a base implementation of PullBufferStream for video in
order to facilitate implementers by taking care of boilerplate in the most
common cases.
- AbstractVideoPullBufferStream(T, FormatControl) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferStream
-
Initializes a new AbstractVideoPullBufferStream instance which
is to have its Format-related information abstracted by a
specific FormatControl.
- AbstractVideoPushBufferCaptureDevice - Class in org.jitsi.impl.neomedia.jmfext.media.protocol
-
Provides a base implementation of PushBufferDataSource and
CaptureDevice for the purposes of video in order to facilitate
implementers by taking care of boilerplate in the most common cases.
- AbstractVideoPushBufferCaptureDevice() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPushBufferCaptureDevice
-
Initializes a new AbstractVideoPushBufferCaptureDevice instance.
- AbstractVideoPushBufferCaptureDevice(MediaLocator) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPushBufferCaptureDevice
-
Initializes a new AbstractVideoPushBufferCaptureDevice instance
from a specific MediaLocator.
- accept(DataSource) - Method in interface org.jitsi.impl.neomedia.conference.DataSourceFilter
-
Determines whether a specific DataSource is accepted by this
filter i.e.
- accept(MediaStream, RawPacket, MediaStream, boolean) - Method in interface org.jitsi.service.neomedia.RTPTranslator.WriteFilter
-
- acceptEnrollment(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Used to accept a PBX enrollment request
(The PBX part needs further development)
- activateTimer(int) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Activate timer.
- activeSpeakerChanged(Long) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
-
Implements ActiveSpeakerChangedListener.activeSpeakerChanged(Object).
- ADAPTIVE_JITTER_BUFFER_ADAPTIVE - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
The jitter buffer size is being dynamically adjusted to deal with
varying levels of jitter.
- add(Component) - Method in class org.jitsi.util.swing.VideoContainer
-
- add(Component, int) - Method in class org.jitsi.util.swing.VideoContainer
-
- add(Component, Object) - Method in class org.jitsi.util.swing.VideoContainer
-
- add(Component, Object, int) - Method in class org.jitsi.util.swing.VideoContainer
-
Overrides the default behavior of add in order to be sure to remove the
default "no video" component when a remote video component is added.
- addBit(int, boolean) - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
-
Add a bit with the given value in the given position.
- addData(Buffer) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEventDispatcher
-
Adds data to be processed.
- addDatagramPacketFilter(DatagramPacketFilter) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
Adds a DatagramPacketFilter which allows dropping
DatagramPackets before they are converted into
RawPackets.
- addDataSinkListener(DataSinkListener) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
- addDTMF(DTMFInbandTone) - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
-
Adds a new inband DTMF tone to send.
- addDTMF(DTMFInbandTone) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Adds a new inband DTMF tone to send.
- addDTMF(DTMFInbandTone) - Method in interface org.jitsi.impl.neomedia.protocol.InbandDTMFDataSource
-
Adds a new inband DTMF tone to send.
- addDTMF(DTMFInbandTone) - Method in class org.jitsi.impl.neomedia.protocol.RewritablePullBufferDataSource
-
Adds a new inband DTMF tone to send.
- addDTMF(DTMFInbandTone) - Method in class org.jitsi.impl.neomedia.protocol.RewritablePushBufferDataSource
-
Adds a new inband DTMF tone to send.
- addDTMFListener(DTMFListener) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
Adds a DTMFListener to this AudioMediaStream which is
to receive notifications when the remote party starts sending DTMF tones
to us.
- addDTMFListener(DTMFListener) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
-
Registers a listener that would receive notification events if the
remote party starts sending DTMF tones to us.
- addDynamicRTPPayloadType(byte, MediaFormat) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Adds a new association in this MediaStream of the specified RTP
payload type with the specified MediaFormat in order to allow it
to report rtpPayloadType in RTP flows sending and receiving
media in format.
- addDynamicRTPPayloadType(byte, MediaFormat) - Method in interface org.jitsi.service.neomedia.MediaStream
-
Adds a new association in this MediaStream of the specified RTP
payload type with the specified MediaFormat in order to allow it
to report rtpPayloadType in RTP flows sending and receiving
media in format.
- addDynamicRTPPayloadTypeOverride(byte, byte) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
- addDynamicRTPPayloadTypeOverride(byte, byte) - Method in interface org.jitsi.service.neomedia.MediaStream
-
- addEngine(TransformEngine) - Method in class org.jitsi.impl.neomedia.transform.TransformEngineChain
-
- addEngine(TransformEngine, TransformEngine) - Method in class org.jitsi.impl.neomedia.transform.TransformEngineChain
-
Adds a
TransformEngine to this chain, at the position after the
after instance.
- addEngine(TransformEngine, int) - Method in class org.jitsi.impl.neomedia.transform.TransformEngineChain
-
- addExtension(byte, byte[]) - Method in class org.jitsi.service.neomedia.RawPacket
-
Adds the given buffer as a header extension of this packet
according the rules specified in RFC 5285.
- addExtension(byte, byte[], int) - Method in class org.jitsi.service.neomedia.RawPacket
-
Adds the given buffer as a header extension of this packet
according the rules specified in RFC 5285.
- addExtension(byte, int) - Method in class org.jitsi.service.neomedia.RawPacket
-
Adds an RTP header extension with a given ID and a given length to this
packet.
- addFormat(Format, int) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
- addFormat(StreamRTPManager, Format, int) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Specifies the RTP payload type (number) to be used for a specific
Format.
- addGainChangeListener(GainChangeListener) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
-
Register for gain change update events.
- addInDataSource(DataSource) - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
-
Adds a new input DataSource to the collection of input
DataSources from which this instance reads audio.
- addInDataSource(DataSource) - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
-
Adds a new input DataSource to be mixed by the associated
AudioMixer of this instance and to not have its audio
contributions included in the mixing output represented by this
DataSource.
- addInput(QTCaptureInput) - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureSession
-
- addKeyFrameRequestee(int, KeyFrameControl.KeyFrameRequestee) - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl
-
Adds a KeyFrameRequestee to be made available through this
KeyFrameControl.
- addKeyFrameRequestee(int, KeyFrameControl.KeyFrameRequestee) - Method in class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
-
- addKeyFrameRequester(int, KeyFrameControl.KeyFrameRequester) - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl
-
Adds a KeyFrameRequester to be made available through this
KeyFrameControl.
- addKeyFrameRequester(int, KeyFrameControl.KeyFrameRequester) - Method in class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
-
- addLayoutComponent(String, Component) - Method in class org.jitsi.util.swing.FitLayout
-
Does nothing because this LayoutManager lays out only the first
Component of the parent Container and thus doesn't need
any String associations.
- addLayoutComponent(String, Component) - Method in class org.jitsi.util.swing.VideoLayout
-
Adds the given component in this layout on the specified by name
position.
- addLevels(long[], long) - Method in class org.jitsi.impl.neomedia.transform.csrc.CsrcAudioLevelDispatcher
-
A level matrix that we should deliver to our media stream and its
listeners in a separate thread.
- addListener(Recorder.Listener) - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
-
Adds a new Recorder.Listener to the list of listeners interested
in notifications from this Recorder.
- addListener(Recorder.Listener) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
-
- addListener(BandwidthEstimator.Listener) - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
-
- addListener(Recorder.Listener) - Method in interface org.jitsi.service.neomedia.recording.Recorder
-
Adds a new Listener to the list of listeners interested in
notifications from this Recorder.
- addListener(BandwidthEstimator.Listener) - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator
-
Adds a listener to be notified about changes to the bandwidth estimation.
- addMediaStream(MediaStream) - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine
-
- addNotify() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent
-
Overrides
Component.addNotify() to reset the indicator which
determines whether the native counterpart of this
JAWTRenderer
wants
paint calls on its AWT
Component to be delivered.
- addOutput(QTCaptureOutput) - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureSession
-
- addPlaybackDataSource(DataSource) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Adds a specific DataSource to the list of playbacks of
ReceiveStreams and/or DataSources performed by
respective Players on the MediaDevice represented by
this instance.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
-
Add a PropertyChangeListener to the listener list.
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
-
Add a PropertyChangeListener for a specific property.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
-
Adds a PropertyChangelistener to this stream which is to be
notified upon property changes such as a SSRC ID which becomes known.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jitsi.service.neomedia.MediaService
-
Adds a PropertyChangeListener to be notified about changes in
the values of the properties of this instance.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jitsi.service.neomedia.MediaStream
-
Adds a property change listener to this stream so that it would be
notified upon property change events like for example an SSRC ID which
becomes known.
- addPTMappingOverride(byte, byte) - Method in class org.jitsi.impl.neomedia.transform.pt.PayloadTypeTransformEngine
-
Adds an additional RTP payload type mapping used to override the payload
type of outgoing RTP packets.
- addReceiveStream(ReceiveStream) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Adds a specific ReceiveStream to the list of playbacks of
ReceiveStreams and/or DataSources performed by
respective Players on the MediaDevice represented by
this instance.
- addReceiveStreamListener(ReceiveStreamListener) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
- addReceiveStreamListener(StreamRTPManager, ReceiveStreamListener) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Adds a ReceiveStreamListener to be notified about
ReceiveStreamEvents related to a specific neomedia
MediaStream (expressed as a StreamRTPManager for the
purposes of and in the terms of RTPTranslator).
- addRecorderListener(Recorder.Listener) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Those interested in Recorder events add listener through MediaService.
- addRecorderListener(Recorder.Listener) - Method in interface org.jitsi.service.neomedia.MediaService
-
Those interested in Recorder events add listener through MediaService.
- addRemoteListener(RemoteListener) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
- addRemoteListener(StreamRTPManager, RemoteListener) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Adds a RemoteListener to be notified about RemoteEvents
received by this RTPTranslatorImpl.
- addRemoteSourceID(long) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Sets the remote SSRC identifier and fires the corresponding
PropertyChangeEvent.
- addRemoteSourceID(long) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Set remote SSRC.
- addReportBlock(RTCPExtendedReport.ReportBlock) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
-
Adds an extended report block to this extended report.
- addressesAreEqual(InetSocketAddress, InetSocketAddress) - Static method in class org.jitsi.service.neomedia.MediaStreamTarget
-
Determines whether two specific InetSocketAddress instances are
equal.
- addRTCPFeedbackMessageCreateListner(RTCPFeedbackMessageCreateListener) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Adds RTCPFeedbackMessageCreateListener.
- addRTCPFeedbackMessageListener(RTCPFeedbackMessageListener) - Method in class org.jitsi.impl.neomedia.RTCPConnectorInputStream
-
Add an RTCPFeedbackMessageListener.
- addRTCPFeedbackMessageListener(RTCPFeedbackMessageListener) - Method in class org.jitsi.impl.neomedia.transform.ControlTransformInputStream
-
Adds an RTCPFeedbackMessageListener.
- addRTCPPacketListener(RTCPPacketListener) - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Adds a listener which will be notified when RTCP packets are received.
- addRTCPPacketListener(RTCPPacketListener) - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Adds a listener which will be notified when RTCP packets are received.
- addRTCPReportListener(RTCPReportListener) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Adds a new RTCPReportListener to be notified by this instance
about the receiving and sending of RTCP RR, SR and XR.
- addRTPExtension(byte, RTPExtension) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
- addRTPExtension(byte, RTPExtension) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Maps or updates the mapping between extensionID and
rtpExtension.
- addRTPExtension(byte, RTPExtension) - Method in interface org.jitsi.service.neomedia.MediaStream
-
Adds or updates an association in this MediaStream mapping the
specified extensionID to rtpExtension and enabling or
disabling its use according to the direction attribute of
rtpExtension.
- addSecondarySsrc(long, String) - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
-
- addSendStreamListener(SendStreamListener) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
- addSendStreamListener(StreamRTPManager, SendStreamListener) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Not implemented because there are currently no uses of the underlying
functionality.
- addSessionListener(SessionListener) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
- addSessionListener(StreamRTPManager, SessionListener) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Not implemented because there are currently no uses of the underlying
functionality.
- addSSRC(long) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Adds ssrc to the array of SSRC identifiers representing parties
that this MediaDeviceSession is currently receiving streams
from.
- addTarget(SessionAddress) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Add a stream target.
- addTarget(InetAddress, int) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
-
Add a target to stream targets list
- addUpdateAvailableDeviceListListener(UpdateAvailableDeviceListListener) - Method in class org.jitsi.impl.neomedia.device.AudioSystem2
-
Adds a listener which is to be notified before and after this
AudioSystem's method updateAvailableDeviceList() is
invoked.
- addVetoableChangeListener(ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
-
Add a VetoableChangeListener to the listener list.
- addVetoableChangeListener(String, ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
-
Add a VetoableChangeListener for a specific property.
- addVetoableChangeListener(ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- addVetoableChangeListener(String, ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- addVideoListener(VideoListener) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Adds a specific VideoListener to this instance in order to
receive notifications when visual/video Components are being
added and removed.
- addVideoListener(VideoListener) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Adds a specific VideoListener to this VideoMediaStream
in order to receive notifications when visual/video Components
are being added and removed.
- addVideoListener(VideoListener) - Method in interface org.jitsi.service.neomedia.VideoMediaStream
-
Adds a specific VideoListener to this VideoMediaStream
in order to receive notifications when visual/video Components
are being added and removed.
- addVideoListener(VideoListener) - Method in class org.jitsi.util.event.VideoNotifierSupport
-
Adds a specific VideoListener to this
VideoNotifierSupport in order to receive notifications when
visual/video Components are being added and removed.
- addVolumeChangeListener(VolumeChangeListener) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
-
Adds a VolumeChangeListener to be informed for any change
in the volume levels.
- addVolumeChangeListener(VolumeChangeListener) - Method in interface org.jitsi.service.neomedia.VolumeControl
-
Adds a VolumeChangeListener to be informed about changes in the
volume level of this instance.
- addWriteFilter(RTPTranslator.WriteFilter) - Method in class org.jitsi.service.neomedia.AbstractRTPTranslator
-
Adds a WriteFilter to this RTPTranslator.
- addWriteFilter(RTPTranslator.WriteFilter) - Method in interface org.jitsi.service.neomedia.RTPTranslator
-
Adds a WriteFilter to this RTPTranslator.
- advancedAttributesAreEqual(Map<String, String>, Map<String, String>) - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
-
Determines whether a specific set of advanced attributes is equal to
another set of advanced attributes in the sense that they define an equal
number of parameters and assign them equal values.
- AdvancedAttributesAwareCodec - Interface in org.jitsi.service.neomedia.control
-
An interface used to pass additional attributes (received via
SDP/Jingle) to codecs.
- aif - Static variable in class org.jitsi.util.SoundFileUtils
-
- ALAW_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
-
The ALAW/rtp constant.
- aLawEncode(boolean, byte[], int, int, byte[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
-
Encode an array of pcm values into a pre-allocated target array
- aLawEncode(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
-
Encode a pcm value into a a-law byte
- aLawEncodeBigEndian(byte[], int, int, byte[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
-
Encode big endian data.
- aLawEncodeLittleEndian(byte[], int, int, byte[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
-
Encode little endian data.
- allowsReceiving() - Method in enum org.jitsi.service.neomedia.MediaDirection
-
Determines whether the directions specified by this
MediaDirection instance allow for incoming (i.e.
- allowsSending() - Method in enum org.jitsi.service.neomedia.MediaDirection
-
Determines whether the directions specified by this
MediaDirection instance allow for outgoing (i.e.
- AllpassInt - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
First-order allpass filter with
transfer function:
A + Z^(-1)
H(z) = ------------
1 + A*Z^(-1)
Implemented using minimum multiplier filter design.
- AllpassInt() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.AllpassInt
-
- AllpassIntFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
first-order allpass filter.
- AllpassIntFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.AllpassIntFLP
-
- AMR_WB - Static variable in class org.jitsi.service.neomedia.codec.Constants
-
The AMR-WB constant.
- AMR_WB_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
-
The AMR-WB/rtp constant.
- AnaFiltBank1 - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Split signal into two decimated bands using first-order allpass filters.
- AnaFiltBank1() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.AnaFiltBank1
-
- and(MediaDirection) - Method in enum org.jitsi.service.neomedia.MediaDirection
-
Applies an extra direction constraint to this MediaDirection
or in other words performs an and operation.
- ANDROID_SURFACE - Static variable in class org.jitsi.service.neomedia.codec.Constants
-
The Android Surface constant.
- append(byte[], int) - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
- append(byte[], int) - Method in class org.jitsi.service.neomedia.RawPacket
-
Append a byte array to the end of the packet.
- apply(RTCPCompoundPacket) - Method in class org.jitsi.util.function.RTCPGenerator
-
- apply(ByteArrayBuffer) - Method in class org.jitsi.util.function.SeqNumPacketTranslation
- apply(Integer) - Method in class org.jitsi.util.function.SeqNumTranslation
- apply(T) - Method in class org.jitsi.util.function.TimestampPacketTranslation
- apply(Long) - Method in class org.jitsi.util.function.TimestampTranslation
- applyGain(GainControl, byte[], int, int) - Static method in class org.jitsi.service.neomedia.BasicVolumeControl
-
Applies the gain specified by gainControl to the signal defined
by the length number of samples given in buffer
starting at offset.
- applySequenceNumberDelta(int, int) - Static method in class org.jitsi.util.RTPUtils
-
Deprecated.
Apply a delta to a given sequence number and return the result (taking
rollover into account)
- ApplySineWindowFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Apply sine window to signal vector.
- ApplySineWindowFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ApplySineWindowFLP
-
- areAspectRatiosEqual(Dimension, int, int) - Static method in class org.jitsi.util.swing.VideoLayout
-
Determines whether the aspect ratio of a specific Dimension is
to be considered equal to the aspect ratio of specific width and
height.
- ARGB32 - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
-
The ARGB32 constant.
- ArrayIOUtils - Class in org.jitsi.util
-
Implements functionality aiding the reading and writing in little endian of
byte arrays and primitive types such as short.
- ArrayIOUtils() - Constructor for class org.jitsi.util.ArrayIOUtils
-
- as16Bits(int) - Static method in class org.jitsi.util.RTPUtils
-
Deprecated.
Returns the given integer masked to 16 bits
- as32Bits(long) - Static method in class org.jitsi.util.RTPUtils
-
Deprecated.
Returns the given integer masked to 32 bits
- assemble(DataOutputStream) - Method in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
- assemble(DataOutputStream) - Method in class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
-
- assemble(DataOutputStream) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
- assemble(DataOutputStream) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.ReportBlock
-
Serializes/writes the binary representation of this
ReportBlock into a specific DataOutputStream.
- assemble(DataOutputStream) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
Serializes/writes the binary representation of this
ReportBlock into a specific DataOutputStream.
- assertDirection(MediaDirection, MediaDirection, String) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
-
Asserts that the state of this instance will remain consistent if a
specific MediaDirection (i.e.
- assertFindAVCodec(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioDecoder
-
Asserts that an decoder with a specific AVCodecID is found by
FFmpeg.
- assertFindAVCodec(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioEncoder
-
Asserts that an encoder with a specific AVCodecID is found by
FFmpeg.
- assertOpusIsFunctional() - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
-
Asserts that the Opus class and the JNI library which supports
it are functional.
- assertSpeexIsFunctional() - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- au - Static variable in class org.jitsi.util.SoundFileUtils
-
- AUDCLNT_E_NOT_STOPPED - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- AUDCLNT_SHAREMODE_SHARED - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- AUDCLNT_STREAMFLAGS_EVENTCALLBACK - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- AUDCLNT_STREAMFLAGS_LOOPBACK - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- AUDCLNT_STREAMFLAGS_NOPERSIST - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- AUDIO_CAPTURE_DEVICE - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
The name of the DeviceConfiguration property which represents
the device used by DeviceConfiguration for audio capture.
- AUDIO_NOTIFY_DEVICE - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
The name of the DeviceConfiguration property which represents
the device used by DeviceConfiguration for audio notify.
- AUDIO_PLAYBACK_DEVICE - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
The name of the DeviceConfiguration property which represents
the device used by DeviceConfiguration for audio playback.
- AUDIO_SAMPLE_RATES - Static variable in class org.jitsi.service.neomedia.codec.Constants
-
The list of well-known sample rates of audio data used throughout
neomedia.
- AudioCaptureClient - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi
-
Abstracts the initialization of an IAudioCaptureClient instance from
a MediaLocator, the input of data from that
IAudioCaptureClient, the buffering of that data, the starting,
stopping and closing of the IAudioCaptureClient.
- AudioCaptureClient(WASAPISystem, MediaLocator, AudioSystem.DataFlow, int, long, AudioFormat, BufferTransferHandler) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.AudioCaptureClient
-
Initializes a new AudioCaptureClient instance.
- AudioLevelCalculator - Class in org.jitsi.impl.neomedia.audiolevel
-
Implements the calculation of audio level as defined by RFC 6465 "A
Real-time Transport Protocol (RTP) Header Extension for Mixer-to-Client Audio
Level Indication".
- AudioLevelCalculator() - Constructor for class org.jitsi.impl.neomedia.audiolevel.AudioLevelCalculator
-
- audioLevelChanged(int) - Method in interface org.jitsi.service.neomedia.event.SimpleAudioLevelListener
-
Indicates a new audio level for the source that this listener was
registered with.
- AudioLevelEffect - Class in org.jitsi.impl.neomedia.audiolevel
-
An effect that would pass data to the AudioLevelEventDispatcher
so that it would calculate levels and dispatch changes to interested parties.
- AudioLevelEffect() - Constructor for class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
-
The minimum and maximum values of the scale
- AudioLevelEffect2 - Class in org.jitsi.impl.neomedia.audiolevel
-
An Effect implementation which calculates audio levels
based on the samples in the Buffer and includes them in the
buffer's headerExtension field in the SSRC audio level format
specified in RFC6464.
- AudioLevelEffect2() - Constructor for class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
-
Initializes a new AudioLevelEffect2.
- AudioLevelEventDispatcher - Class in org.jitsi.impl.neomedia.audiolevel
-
The class implements an audio level measurement thread.
- AudioLevelEventDispatcher(String) - Constructor for class org.jitsi.impl.neomedia.audiolevel.AudioLevelEventDispatcher
-
Initializes a new AudioLevelEventDispatcher instance which is to
use a specific name for its Thread which is to run the actual
audio level calculations and to dispatch to its
SimpleAudioLevelListener
- AudioLevelMap - Class in org.jitsi.impl.neomedia.audiolevel
-
The class implements a basic mapping utility that allows binding
long CSRC ID-s to int audio levels.
- AudioLevelMap() - Constructor for class org.jitsi.impl.neomedia.audiolevel.AudioLevelMap
-
- audioLevelsReceived(long[]) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
Delivers the audioLevels map to whoever is interested.
- audioLevelsReceived(long[]) - Method in interface org.jitsi.service.neomedia.event.CsrcAudioLevelListener
-
Called by the media service implementation after it has received audio
levels for the various participants (Contributing SouRCes) that are
taking part in a conference call.
- AudioMediaDeviceImpl - Class in org.jitsi.impl.neomedia.device
-
Extends MediaDeviceImpl with audio-specific functionality.
- AudioMediaDeviceImpl() - Constructor for class org.jitsi.impl.neomedia.device.AudioMediaDeviceImpl
-
Initializes a new AudioMediaDeviceImpl instance which represents
a MediaDevice with MediaType AUDIO and a
MediaDirection which does not allow sending.
- AudioMediaDeviceImpl(CaptureDeviceInfo) - Constructor for class org.jitsi.impl.neomedia.device.AudioMediaDeviceImpl
-
Initializes a new AudioMediaDeviceImpl which is to provide an
implementation of MediaDevice with MediaType
AUDIO to a CaptureDevice with a specific
CaptureDeviceInfo.
- AudioMediaDeviceSession - Class in org.jitsi.impl.neomedia.device
-
Extends MediaDeviceSession to add audio-specific functionality.
- AudioMediaDeviceSession(AbstractMediaDevice) - Constructor for class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
-
Initializes a new MediaDeviceSession instance which is to
represent the use of a specific MediaDevice by a
MediaStream.
- AudioMediaFormat - Interface in org.jitsi.service.neomedia.format
-
The interface represents an audio format.
- AudioMediaFormatImpl - Class in org.jitsi.impl.neomedia.format
-
Implements AudioMediaFormat for the JMF AudioFormat.
- AudioMediaFormatImpl(String) - Constructor for class org.jitsi.impl.neomedia.format.AudioMediaFormatImpl
-
Initializes a new AudioMediaFormatImpl instance with the
specified encoding and a single audio channel.
- AudioMediaStream - Interface in org.jitsi.service.neomedia
-
Extends the MediaStream interface and adds methods specific to
audio streaming.
- AudioMediaStreamImpl - Class in org.jitsi.impl.neomedia
-
Extends MediaStreamImpl in order to provide an implementation of
AudioMediaStream.
- AudioMediaStreamImpl(StreamConnector, MediaDevice, SrtpControl) - Constructor for class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
Initializes a new AudioMediaStreamImpl instance which will use
the specified MediaDevice for both capture and playback of audio
exchanged via the specified StreamConnector.
- AudioMixer - Class in org.jitsi.impl.neomedia.conference
-
Represents an audio mixer which manages the mixing of multiple audio streams
i.e.
- AudioMixer(CaptureDevice) - Constructor for class org.jitsi.impl.neomedia.conference.AudioMixer
-
Initializes a new AudioMixer instance.
- AudioMixerMediaDevice - Class in org.jitsi.impl.neomedia.device
-
Implements a
MediaDevice which performs audio mixing using
AudioMixer.
- AudioMixerMediaDevice(AudioMediaDeviceImpl) - Constructor for class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
-
Initializes a new AudioMixerMediaDevice instance which is to
enable audio mixing on a specific AudioMediaDeviceImpl.
- AudioMixingPushBufferDataSource - Class in org.jitsi.impl.neomedia.conference
-
Represents a PushBufferDataSource which provides a single
PushBufferStream containing the result of the audio mixing of
DataSources.
- AudioMixingPushBufferDataSource(AudioMixer) - Constructor for class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
-
Initializes a new AudioMixingPushBufferDataSource instance which
gives access to the result of the audio mixing performed by a specific
AudioMixer.
- AudioMixingPushBufferStream - Class in org.jitsi.impl.neomedia.conference
-
Represents a PushBufferStream containing the result of the audio
mixing of DataSources.
- audioNotifier - Variable in class org.jitsi.service.audionotifier.AbstractSCAudioClip
-
The AudioNotifierService which has initialized this instance.
- AudioNotifierService - Interface in org.jitsi.service.audionotifier
-
The AudioNotifierService is meant to be used to control all sounds in the
application.
- AudioNotifierServiceImpl - Class in org.jitsi.impl.neomedia.notify
-
The implementation of AudioNotifierService.
- AudioNotifierServiceImpl() - Constructor for class org.jitsi.impl.neomedia.notify.AudioNotifierServiceImpl
-
Initializes a new AudioNotifierServiceImpl instance.
- audioOutAndNotificationsShareSameDevice() - Method in class org.jitsi.impl.neomedia.notify.AudioNotifierServiceImpl
-
Checks whether the playback and notification configuration share the same
device.
- audioOutAndNotificationsShareSameDevice() - Method in interface org.jitsi.service.audionotifier.AudioNotifierService
-
Checks whether the playback and notification configuration
share the same device.
- AudioRTCPTermination - Class in org.jitsi.impl.neomedia.rtcp
-
Provide RTCP termination facilities for audio
- AudioRTCPTermination() - Constructor for class org.jitsi.impl.neomedia.rtcp.AudioRTCPTermination
-
- AudioSilenceMediaDevice - Class in org.jitsi.impl.neomedia.device
-
Implements a MediaDevice which provides silence in the form of audio
media and does not play back any (audio) media (because Jitsi Videobridge is
a server-side technology).
- AudioSilenceMediaDevice() - Constructor for class org.jitsi.impl.neomedia.device.AudioSilenceMediaDevice
-
- AudioSilenceMediaDevice(boolean) - Constructor for class org.jitsi.impl.neomedia.device.AudioSilenceMediaDevice
-
- AudioSilenceSystem - Class in org.jitsi.impl.neomedia.device
-
Implements an
AudioSystem which produces silence without capturing
from an actual hardware device.
- AudioSilenceSystem() - Constructor for class org.jitsi.impl.neomedia.device.AudioSilenceSystem
-
Initializes a new AudioSilenceSystem instance.
- AudioSystem - Class in org.jitsi.impl.neomedia.device
-
Represents a DeviceSystem which provides support for the devices to
capture and play back audio (media).
- AudioSystem(String) - Constructor for class org.jitsi.impl.neomedia.device.AudioSystem
-
- AudioSystem(String, int) - Constructor for class org.jitsi.impl.neomedia.device.AudioSystem
-
- audioSystem - Variable in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
-
The AudioSystem which provides the playback device used by this
Renderer.
- AudioSystem.DataFlow - Enum in org.jitsi.impl.neomedia.device
-
Enumerates the different types of media data flow of
CaptureDeviceInfo2s contributed by an AudioSystem.
- AudioSystem2 - Class in org.jitsi.impl.neomedia.device
-
- AudioSystem2(String, int) - Constructor for class org.jitsi.impl.neomedia.device.AudioSystem2
-
- AudioSystemClipImpl - Class in org.jitsi.impl.neomedia.notify
-
Implementation of SCAudioClip using PortAudio.
- AudioSystemClipImpl(String, AudioNotifierService, AudioSystem, boolean) - Constructor for class org.jitsi.impl.neomedia.notify.AudioSystemClipImpl
-
Creates the audio clip and initializes the listener used from the
loop timer.
- AutocorrelationFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
compute autocorrelation.
- AutocorrelationFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.AutocorrelationFLP
-
- AVAILABLE_PRESETS - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
-
The available presets we can use with the encoder.
- avctx - Variable in class org.jitsi.impl.neomedia.codec.audio.AbstractFFmpegAudioCodec
-
The AVCodecContext which performs the actual encoding/decoding
and which is the native counterpart of this open
AbstractFFmpegAudioCodec.
- AVFrame - Class in org.jitsi.impl.neomedia.codec.video
-
Represents a pointer to a native FFmpeg AVFrame object.
- AVFrame() - Constructor for class org.jitsi.impl.neomedia.codec.video.AVFrame
-
Initializes a new FinalizableAVFrame instance which is to
allocate a new native FFmpeg AVFrame and represent it.
- AVFrame(long) - Constructor for class org.jitsi.impl.neomedia.codec.video.AVFrame
-
Initializes a new AVFrame instance which is to represent a
specific pointer to a native FFmpeg AVFrame object.
- AVFRAME - Static variable in class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
-
The encoding of the AVFrameFormat instances.
- AVFrameFormat - Class in org.jitsi.impl.neomedia.codec.video
-
Implements a VideoFormat for a Buffer carrying
AVFrame as its data.
- AVFrameFormat() - Constructor for class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
-
Initializes a new AVFrameFormat instance with unspecified size,
frame rate and FFmpeg colorspace.
- AVFrameFormat(Dimension, float, int) - Constructor for class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
-
- AVFrameFormat(Dimension, float, int, int) - Constructor for class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
-
Initializes a new AVFrameFormat instance with specific size,
frame rate and FFmpeg colorspace.
- AVFrameFormat(int) - Constructor for class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
-
Initializes a new AVFrameFormat instance with a specific FFmpeg
colorspace and unspecified size and frame rate.
- AVFrameFormat(int, int) - Constructor for class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
-
Initializes a new AVFrameFormat instance with a specific FFmpeg
colorspace and unspecified size and frame rate.
- avpicture_fill(ByteBuffer, AVFrameFormat) - Method in class org.jitsi.impl.neomedia.codec.video.AVFrame
-
- AVReceive2 - Class in org.jitsi.examples
-
Implements an example application in the fashion of JMF's AVReceive2 example
which demonstrates the use of the libjitsi library for the purposes
of receiving audio and video via RTP means.
- AVTransmit2 - Class in org.jitsi.examples
-
Implements an example application in the fashion of JMF's AVTransmit2 example
which demonstrates the use of the libjitsi library for the purposes
of transmitting audio and video via RTP means.
- AYUV() - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
-
- cachePacket(RawPacket) - Method in class org.jitsi.impl.neomedia.rtp.RawPacketCache
-
Saves a packet in the cache.
- CachingPushBufferStream - Class in org.jitsi.impl.neomedia.protocol
-
Enables reading from a PushBufferStream a certain maximum number
of data units (e.g.
- CachingPushBufferStream(PushBufferStream) - Constructor for class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
-
Initializes a new CachingPushBufferStream instance which is
to pace the number of per-push data units a specific
PushBufferStream provides.
- CachingTransformer - Class in org.jitsi.impl.neomedia.transform
-
Implements a cache of outgoing RTP packets.
- CachingTransformer(MediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.transform.CachingTransformer
-
- calcLength() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
- calcLength() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
-
- calcLength() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
- calcLength() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.ReportBlock
-
Computes the length in bytes of this ReportBlock,
including the header and any padding.
- calcLength() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
Computes the length in bytes of this ReportBlock,
including the header and any padding.
- calculateAudioLevel(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelCalculator
-
Calculates the audio level of a signal with specific samples.
- calculateLostSeqNoCount(long, long) - Static method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
-
Calculates the number of sequences which have been lost i.e.
- callback(ByteBuffer, ByteBuffer) - Method in interface org.jitsi.impl.neomedia.portaudio.PortAudioStreamCallback
-
Callback.
- callback(long, boolean) - Method in interface org.jitsi.impl.neomedia.pulseaudio.PA.context_success_cb_t
-
- callback(long, long, int) - Method in interface org.jitsi.impl.neomedia.pulseaudio.PA.sink_info_cb_t
-
- callback(long, long, int) - Method in interface org.jitsi.impl.neomedia.pulseaudio.PA.source_info_cb_t
-
- callback(long, int) - Method in interface org.jitsi.impl.neomedia.pulseaudio.PA.stream_request_cb_t
-
- callback(long, boolean) - Method in interface org.jitsi.impl.neomedia.pulseaudio.PA.stream_success_cb_t
-
- CallStatsObserver - Interface in org.jitsi.service.neomedia.rtp
-
webrtc/modules/include/module_common_types.h
- cancelTimer() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Cancel the active timer.
- CANVAS - Static variable in class org.jitsi.util.swing.VideoLayout
-
The video canvas constraint.
- CAPTURE_VOLUME_LEVEL_PROPERTY_NAME - Static variable in interface org.jitsi.service.neomedia.VolumeControl
-
The name of the configuration property which specifies the volume level
of audio input.
- captureDevice - Variable in class org.jitsi.impl.neomedia.conference.AudioMixer
-
The CaptureDevice capabilities provided by the
AudioMixingPushBufferDataSources created by this
AudioMixer.
- captureDevice - Variable in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
-
The CaptureDevice this instance delegates to in order to
implement its CaptureDevice functionality.
- captureDevice - Variable in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
-
The CaptureDevice this instance delegates to in order to
implement its CaptureDevice functionality.
- CaptureDeviceDelegatePullBufferDataSource - Class in org.jitsi.impl.neomedia.protocol
-
Represents a PullBufferDataSource which is also a
CaptureDevice through delegation to a specific
CaptureDevice.
- CaptureDeviceDelegatePullBufferDataSource(CaptureDevice) - Constructor for class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
-
Initializes a new CaptureDeviceDelegatePullBufferDataSource
instance which delegates to a specific CaptureDevice in order to
implement its CaptureDevice functionality.
- CaptureDeviceDelegatePushBufferDataSource - Class in org.jitsi.impl.neomedia.protocol
-
Represents a PushBufferDataSource which is also a
CaptureDevice through delegation to a specific
CaptureDevice.
- CaptureDeviceDelegatePushBufferDataSource(CaptureDevice) - Constructor for class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
-
Initializes a new CaptureDeviceDelegatePushBufferDataSource
instance which delegates to a specific CaptureDevice in order to
implement its CaptureDevice functionality.
- CaptureDeviceInfo2 - Class in org.jitsi.impl.neomedia.device
-
Adds some important information (i.e.
- CaptureDeviceInfo2(CaptureDeviceInfo, String, String, String) - Constructor for class org.jitsi.impl.neomedia.device.CaptureDeviceInfo2
-
Initializes a new CaptureDeviceInfo2 instance from a
specific CaptureDeviceInfo instance and additional information
specific to the CaptureDeviceInfo2 class.
- CaptureDeviceInfo2(String, MediaLocator, Format[], String, String, String) - Constructor for class org.jitsi.impl.neomedia.device.CaptureDeviceInfo2
-
Initializes a new CaptureDeviceInfo2 instance with the
specified name, media locator, and array of Format objects.
- CaptureDevices - Class in org.jitsi.impl.neomedia.device
-
Manages the list of active (currently plugged-in) capture devices and manages
user preferences between all known devices (previously and actually
plugged-in).
- CaptureDevices(AudioSystem) - Constructor for class org.jitsi.impl.neomedia.device.CaptureDevices
-
Initializes the capture device list management.
- captureScreen(int, byte[]) - Method in interface org.jitsi.impl.neomedia.imgstreaming.DesktopInteract
-
Capture the full desktop screen using native grabber.
- captureScreen(int, long, int) - Method in interface org.jitsi.impl.neomedia.imgstreaming.DesktopInteract
-
Capture the full desktop screen using native grabber.
- captureScreen(int, int, int, int, int, byte[]) - Method in interface org.jitsi.impl.neomedia.imgstreaming.DesktopInteract
-
Capture a part of the desktop screen using native grabber.
- captureScreen(int, int, int, int, int, long, int) - Method in interface org.jitsi.impl.neomedia.imgstreaming.DesktopInteract
-
Capture a part of the desktop screen using native grabber.
- captureScreen() - Method in interface org.jitsi.impl.neomedia.imgstreaming.DesktopInteract
-
Capture the full desktop screen.
- captureScreen(int, int, int, int) - Method in interface org.jitsi.impl.neomedia.imgstreaming.DesktopInteract
-
Capture a part of the desktop screen.
- captureScreen(int, byte[]) - Method in class org.jitsi.impl.neomedia.imgstreaming.DesktopInteractImpl
-
Capture the full desktop screen using native grabber.
- captureScreen(int, long, int) - Method in class org.jitsi.impl.neomedia.imgstreaming.DesktopInteractImpl
-
Capture the full desktop screen using native grabber.
- captureScreen(int, int, int, int, int, byte[]) - Method in class org.jitsi.impl.neomedia.imgstreaming.DesktopInteractImpl
-
Capture a part of the desktop screen using native grabber.
- captureScreen(int, int, int, int, int, long, int) - Method in class org.jitsi.impl.neomedia.imgstreaming.DesktopInteractImpl
-
Capture a part of the desktop screen using native grabber.
- captureScreen() - Method in class org.jitsi.impl.neomedia.imgstreaming.DesktopInteractImpl
-
Capture the full desktop screen using java.awt.Robot.
- captureScreen(int, int, int, int) - Method in class org.jitsi.impl.neomedia.imgstreaming.DesktopInteractImpl
-
Capture a part of the desktop screen using java.awt.Robot.
- CENTER_REMOTE - Static variable in class org.jitsi.util.swing.VideoLayout
-
The center remote video constraint.
- CERT_CACHE_EXPIRE_TIME - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
The certificate cache expiration time to use, in milliseconds.
- CERT_CACHE_EXPIRE_TIME_PNAME - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
The name of the property to specify DTLS certificate cache expiration.
- changeEndianness(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFFileReader
-
Change the endianness of a 32bits int.
- changeEndianness(short) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFFileReader
-
Change the endianness of a 16bits short.
- changeEndianness(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFFileReader
-
Change the endianness of a 64bits long.
- ChangeEventDispatcher - Class in org.jitsi.impl.configuration
-
This is a utility class that can be used by objects that support constrained
properties.
- ChangeEventDispatcher(Object) - Constructor for class org.jitsi.impl.configuration.ChangeEventDispatcher
-
Constructs a VetoableChangeSupport object.
- CHANNELS_NOT_SPECIFIED - Static variable in interface org.jitsi.service.neomedia.format.MediaFormatFactory
-
The constant to be used as an argument representing number of channels to
denote that a specific number of channels is not specified.
- checkCrc() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpRawPacket
-
Check if the CRC of this packet is ok.
- checkDevice(AbstractMediaDevice) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Asserts that a specific MediaDevice is acceptable to be set as
the MediaDevice of this instance.
- checkDevice(AbstractMediaDevice) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Asserts that a specific MediaDevice is acceptable to be set as
the MediaDevice of this instance.
- checkFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
-
Check Format.
- checkSASSignature(byte[]) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
- CircularByteArray - Class in org.jitsi.impl.neomedia
-
Implements a circular byte array.
- CircularByteArray(int) - Constructor for class org.jitsi.impl.neomedia.CircularByteArray
-
Initializes a new CircularBufferArray instance with a specific
length.
- clean(long) - Method in class org.jitsi.impl.neomedia.rtp.RawPacketCache
-
- cleanup() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsTransformEngine
-
Cleans up this TransformEngine and prepares it for garbage
collection.
- cleanup() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesTransformEngine
-
Cleans up this TransformEngine and prepares it for garbage
collection.
- cleanup() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Cleanup function for any remaining timers
- cleanup(Object) - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
-
Cleans up this SrtpControl and its TransformEngine.
- cleanup(Object) - Method in interface org.jitsi.service.neomedia.SrtpControl
-
Cleans up this SrtpControl and its TransformEngine.
- cleanup() - Method in interface org.jitsi.service.neomedia.SrtpControl.TransformEngine
-
Cleans up this TransformEngine and prepares it for garbage
collection.
- clear(int) - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
-
Clear the bit (set to 0) at the given index
- clearDynamicRTPPayloadTypes() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Clears the dynamic RTP payload type associations in this
MediaStream.
- clearDynamicRTPPayloadTypes() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Clears the dynamic RTP payload type associations in this
MediaStream.
- clearRTPExtensions() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Clears the RTP header extension associations stored in this instance.
- clearRTPExtensions() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Clears the RTP header extension associations stored in this instance.
- clearSendSsrc(long) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
-
Schedules ssrc for clear from the send stats per ssrc.
- clearSendSsrc(long) - Method in interface org.jitsi.service.neomedia.stats.MediaStreamStats2
-
Clears send ssrc stats.
- CLOCK_RATE_NOT_SPECIFIED - Static variable in interface org.jitsi.service.neomedia.format.MediaFormatFactory
-
The constant to be used as an argument representing a clock rate to
denote that a specific clock rate is not specified.
- CLOCK_RATE_PNAME - Static variable in class org.jitsi.impl.neomedia.format.MediaFormatImpl
-
The name of the clockRate property of MediaFormatImpl.
- clone() - Method in class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
-
Initializes a new AVFrameFormat instance which has the same
properties as this instance.
- clone() - Method in class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
-
Initializes a new ParameterizedVideoFormat instance which has
the same properties as this instance.
- clone(Object) - Method in class org.jitsi.util.event.SizeChangeVideoEvent
-
Initializes a new instance of the run-time type of this instance which
has the same property values as this instance except for the source which
is set on the new instance to a specific value.
- clone(Object) - Method in class org.jitsi.util.event.VideoEvent
-
Initializes a new instance of the run-time type of this instance which
has the same property values as this instance except for the source which
is set on the new instance to a specific value.
- close() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Closes all sockets, stream, and the StreamConnector that this
RTPConnector is using.
- close() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
-
Closes this effect.
- close() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
- close() - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
Releases the resources allocated by this instance in the course of its
execution and prepares it to be garbage collected.
- close() - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
-
- close() - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.DePacketizer
-
Clean up
- close() - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
-
No resources used to be cleared.
- close() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Decoder
-
- close() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.DePacketizer
-
- close() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Encoder
-
- close() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Packetizer
-
- close() - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
-
Close Codec.
- close() - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
-
Closes this Codec.
- close() - Method in class org.jitsi.impl.neomedia.codec.video.h264.Packetizer
-
Close this Packetizer.
- close() - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
-
Close codec.
- close() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Releases the resources allocated by this instance in the course of its
execution and prepares it to be garbage collected.
- close() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.QuickTimeStream
-
Releases the resources used by this instance throughout its existence and
makes it available for garbage collection.
- close(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
-
- close() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2Stream
-
Releases the resources used by this instance throughout its existence and
makes it available for garbage collection.
- close() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.AudioCaptureClient
-
Releases the resources acquired by this instance throughout its lifetime
and prepares it to be garbage collected.
- close() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
- close() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
-
Closes this PlugIn.
- close() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
-
Closes this PlugIn.
- close() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer
- close() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
- close() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
-
- close() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
-
Closes this PlugIn and releases the resources it has retained
during its execution.
- close() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Releases the resources allocated by this instance in the course of its
execution and prepares it to be garbage collected.
- close() - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDevice
-
- close() - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureSession
-
Releases the resources used by this instance throughout its existence and
makes it available for garbage collection.
- close() - Method in class org.jitsi.impl.neomedia.recording.PacketBuffer
-
- close() - Method in class org.jitsi.impl.neomedia.recording.RecorderEventHandlerJSONImpl
-
Closes the RecorderEventHandler.
- close() - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
- close() - Method in class org.jitsi.impl.neomedia.recording.WebmWriter
-
- close() - Method in class org.jitsi.impl.neomedia.rtp.RawPacketCache
- close() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
Close this stream, stops the worker thread.
- close() - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
-
Close this output stream.
- close() - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
-
Closes this PacketTransformer i.e.
- close() - Method in class org.jitsi.impl.neomedia.transform.csrc.CsrcAudioLevelDispatcher
-
- close() - Method in class org.jitsi.impl.neomedia.transform.csrc.CsrcTransformEngine
-
Closes this PacketTransformer i.e.
- close() - Method in class org.jitsi.impl.neomedia.transform.csrc.SsrcTransformEngine
-
Closes this PacketTransformer i.e.
- close() - Method in class org.jitsi.impl.neomedia.transform.dtls.DatagramTransportImpl
- close() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsPacketTransformer
-
Closes this PacketTransformer i.e.
- close() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfTransformEngine
-
Close the transformer and underlying transform engine.
- close() - Method in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
-
Closes this PacketTransformer i.e.
- close() - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
-
Closes this PacketTransformer i.e.
- close() - Method in interface org.jitsi.impl.neomedia.transform.PacketTransformer
-
Closes this PacketTransformer i.e.
- close() - Method in class org.jitsi.impl.neomedia.transform.pt.PayloadTypeTransformEngine
-
Closes this PacketTransformer i.e.
- close() - Method in class org.jitsi.impl.neomedia.transform.REDTransformEngine
-
Closes this PacketTransformer i.e.
- close() - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterImpl
-
Closes this PacketTransformer i.e.
- close() - Method in class org.jitsi.impl.neomedia.transform.rtcp.CompoundPacketEngine
-
Closes the transformer and underlying transform engine.
- close() - Method in class org.jitsi.impl.neomedia.transform.SinglePacketTransformer
-
Closes this PacketTransformer i.e.
- close() - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTCPTransformer
-
Closes this SRTCPTransformer and the underlying transform
engine.
- close() - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPTransformer
-
Closes this SRTPTransformer and the underlying transform
engines.It closes all stored crypto contexts.
- close() - Method in class org.jitsi.impl.neomedia.transform.TransformEngineChain.PacketTransformerChain
-
Close the transformer and underlying transform engines.
- close() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTCPTransformer
-
Close the transformer engine.
- close() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Close the transformer and underlying transform engine.
- close() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Releases the resources allocated by this instance in the course of its
execution and prepares it to be garbage collected.
- close() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
-
Releases the resources allocated by this instance in the course of its
execution and prepares it to be garbage collected.
- close() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
-
Releases the resources allocated by this instance in the course of its
execution and prepares it to be garbage collected.
- close() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Releases the resources allocated by this instance in the course of its
execution and prepares it to be garbage collected.
- close() - Method in interface org.jitsi.service.neomedia.recording.RecorderEventHandler
-
Closes the RecorderEventHandler.
- close() - Method in interface org.jitsi.service.neomedia.StreamConnector
-
Releases the resources allocated by this instance in the course of its
execution and prepares it to be garbage collected.
- close() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
-
Releases the resources allocated by this instance in the course of its
execution and prepares it to be garbage collected.
- CLOSE_LOCAL_BUTTON - Static variable in class org.jitsi.util.swing.VideoLayout
-
The close local video constraint.
- CloseHandle(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- CloseStream(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Closes an audio stream.
- CLSCTX_ALL - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- CLSID_CWMAudioAEC - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
-
- CLSID_MMDeviceEnumerator - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- CNG - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
SILK CNG.
- CNG() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.CNG
-
- CoCreateGuid() - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- CoCreateInstance(String, long, int, String) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- codec_ctx_malloc() - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Allocates memory for a vpx_codec_ctx_t on the heap.
- CODEC_CX_FRAME_PKT - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
-
Compressed video frame packet type.
- codec_cx_pkt_get_data(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Returns a pointer to the data in the vpx_codec_cx_pkt_t pointed
to bypkt.
- codec_cx_pkt_get_kind(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Returns the kind of the vpx_codec_cx_pkt_t pointed to
by pkt.
- codec_cx_pkt_get_size(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Returns the size of the data in the vpx_codec_cx_pkt_t pointed
to by pkt.
- codec_dec_cfg_malloc() - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Allocates memory for a vpx_codec_dec_cfg_t on the heap.
- codec_dec_cfg_set_h(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the h field of a vpx_codec_dec_cfg_t.
- codec_dec_cfg_set_w(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the w field of a vpx_codec_dec_cfg_t.
- codec_dec_init(long, int, long, long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Initializes a vpx decoder context.
- codec_decode(long, byte[], int, int, long, long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Decodes the frame in buf, at offset buf_offset.
- codec_destroy(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Destroys a codec context, freeing any associated memory buffers.
- codec_enc_cfg_malloc() - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Allocates memory for a vpx_codec_enc_cfg_t on the heap.
- codec_enc_cfg_set_error_resilient(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the g_error_resilient field of a
vpx_codec_enc_cfg_t.
- codec_enc_cfg_set_h(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the g_h field of a vpx_codec_enc_cfg_t.
- codec_enc_cfg_set_kf_max_dist(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the kf_max_dist field of a vpx_codec_enc_cfg_t.
- codec_enc_cfg_set_kf_min_dist(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the kf_min_dist field of a vpx_codec_enc_cfg_t.
- codec_enc_cfg_set_kf_mode(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the kf_mode field of a vpx_codec_enc_cfg_t.
- codec_enc_cfg_set_profile(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the g_profile field of a vpx_codec_enc_cfg_t.
- codec_enc_cfg_set_rc_buf_initial_sz(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the rc_buf_initial_sz field of a
vpx_codec_enc_cfg_t.
- codec_enc_cfg_set_rc_buf_optimal_sz(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the rc_buf_optimal_sz field of a
vpx_codec_enc_cfg_t.
- codec_enc_cfg_set_rc_buf_sz(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the rc_buf_sz field of a vpx_codec_enc_cfg_t.
- codec_enc_cfg_set_rc_dropframe_thresh(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the rc_dropframe_thresh field of a
vpx_codec_enc_cfg_t.
- codec_enc_cfg_set_rc_end_usage(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the rc_end_usage field of a vpx_codec_enc_cfg_t.
- codec_enc_cfg_set_rc_max_quantizer(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the rc_max_quantizer field of a vpx_codec_enc_cfg_t.
- codec_enc_cfg_set_rc_min_quantizer(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the rc_min_quantizer field of a vpx_codec_enc_cfg_t.
- codec_enc_cfg_set_rc_overshoot_pct(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the rc_overshoot_pct field of a
vpx_codec_enc_cfg_t.
- codec_enc_cfg_set_rc_resize_allowed(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the rc_resize_allowed field of a
vpx_codec_enc_cfg_t.
- codec_enc_cfg_set_rc_resize_down_thresh(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the rc_resize_down_thresh field of a
vpx_codec_enc_cfg_t.
- codec_enc_cfg_set_rc_resize_up_thresh(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the rc_resize_up_thresh field of a
vpx_codec_enc_cfg_t.
- codec_enc_cfg_set_rc_target_bitrate(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the rc_target_bitrate field of a
vpx_codec_enc_cfg_t.
- codec_enc_cfg_set_rc_undershoot_pct(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the rc_undershoot_pct field of a vpx_codec_enc_cfg_t.
- codec_enc_cfg_set_threads(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the g_threads field of a vpx_codec_enc_cfg_t.
- codec_enc_cfg_set_w(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Sets the g_w field of a vpx_codec_enc_cfg_t.
- codec_enc_config_default(int, long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Initializes a encoder configuration structure with default values.
- codec_enc_config_set(long, long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
- codec_enc_init(long, int, long, long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Initializes a vpx encoder context.
- codec_encode(long, long, byte[], int, int, int, long, long, long, long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Encodes the frame described by img, buf,
offset0, offset1 and offset2.
- codec_err_to_string(int, byte[], int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Fills in buf with a string description of the error code
err.
- codec_err_to_string(int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Returns a String describing the error code err.
- codec_get_cx_data(long, long[]) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Encoded data iterator.
- codec_get_frame(long, long[]) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Gets the next frame available to display from the decoder context
context.
- CODEC_LIST_END - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
-
An iterator reached the end of list.
- CODEC_OK - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
-
Operation completed without error.
- codec_peek_stream_info(int, byte[], int, int, long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Performs high level parsing of the bitstream.
- CODEC_USE_OUTPUT_PARTITION - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
-
Output one partition at a time.
- CODEC_USE_XMA - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
-
Use eXternal Memory Allocation mode flag
Corresponds to VPX_CODEC_USE_XMA from vpx/vpx_codec.h
- codecID - Variable in class org.jitsi.impl.neomedia.codec.audio.AbstractFFmpegAudioCodec
-
- codecIDToString(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.AbstractFFmpegAudioCodec
-
Returns a String representation of a specific
AVCodecID.
- CodeSigns - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
- CodeSigns() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.CodeSigns
-
- COINIT_MULTITHREADED - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- CoInitializeEx() - Static method in class org.jitsi.impl.neomedia.device.WASAPISystem
-
Invokes the Windows API function
CoInitializeEx (by way of
WASAPI.CoInitializeEx(long, int)) with arguments suitable to the
operation of
WASAPIRenderer,
WASAPIStream and
WASAPISystem.
- CoInitializeEx(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- commit() - Method in class org.jitsi.impl.fileaccess.FailSafeTransactionImpl
-
Closes the transaction and commit the changes.
- commit() - Method in interface org.jitsi.service.fileaccess.FailSafeTransaction
-
Closes the transaction and commit the changes.
- CommonPitchEstDefines - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Definitions For Fix pitch estimator.
- CommonPitchEstDefines() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
-
- compareEncodingPreferences(MediaFormat, MediaFormat) - Method in class org.jitsi.impl.neomedia.codec.EncodingConfigurationImpl
-
Compares the two formats for order.
- compareEncodingPreferences(MediaFormat, MediaFormat) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
-
Compares the two formats for order.
- compareTo(QualityPreset) - Method in class org.jitsi.service.neomedia.QualityPreset
-
Compares to presets and its dimensions.
- CompoundPacketEngine - Class in org.jitsi.impl.neomedia.transform.rtcp
-
Implements a TransformEngine which splits incoming RTCP compound
packets into individual packets.
- CompoundPacketEngine() - Constructor for class org.jitsi.impl.neomedia.transform.rtcp.CompoundPacketEngine
-
- ConfigurationServiceImpl - Class in org.jitsi.impl.configuration
-
A straightforward implementation of the ConfigurationService using
an XML or a .properties file for storing properties.
- ConfigurationServiceImpl() - Constructor for class org.jitsi.impl.configuration.ConfigurationServiceImpl
-
- ConfigurationStore - Interface in org.jitsi.impl.configuration
-
Abstracts the runtime storage, the serialization and deserialization of the
configuration properties and their associated values of
ConfigurationServiceImpl and the format of the configuration file.
- configureAVCodecContext(long, AudioFormat) - Method in class org.jitsi.impl.neomedia.codec.audio.AbstractFFmpegAudioCodec
-
- configureAVCodecContext(long, AudioFormat) - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.JNIEncoder
-
- configureAVCodecContext(long, AudioFormat) - Method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioEncoder
-
- configureAVCodecContext(long, AudioFormat) - Method in class org.jitsi.impl.neomedia.codec.audio.mp3.JNIEncoder
-
- configureDataInputStream(RTPConnectorInputStream<?>) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Performs any optional configuration on a specific
RTPConnectorInputStream of an RTPManager to be used by
this MediaStreamImpl.
- configureDataOutputStream(RTPConnectorOutputStream) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Performs any optional configuration on a specific
RTPConnectorOuputStream of an RTPManager to be used by
this MediaStreamImpl.
- configureDataOutputStream(RTPConnectorOutputStream) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Performs any optional configuration on a specific
RTPConnectorOuputStream of an RTPManager to be used by
this MediaStreamImpl.
- configureRTPManagerBufferControl(StreamRTPManager, BufferControl) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
Performs any optional configuration on the BufferControl of the
specified RTPManager which is to be used as the
RTPManager of this MediaStreamImpl.
- configureRTPManagerBufferControl(StreamRTPManager, BufferControl) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Performs any optional configuration on the BufferControl of the
specified RTPManager which is to be used as the
RTPManager of this MediaStreamImpl.
- configureRTPManagerBufferControl(StreamRTPManager, BufferControl) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Performs any optional configuration on the BufferControl of the
specified RTPManager which is to be used as the
RTPManager of this MediaStreamImpl.
- confirmGoClear() - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
-
Inform the user that ZRTP received "go clear" message from its peer.
- connect(DataSource, DataSource) - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
-
Connects to a specific DataSource which this AudioMixer
will read audio from.
- connect() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
-
Implements DataSource.connect().
- connect(DataSource) - Method in class org.jitsi.impl.neomedia.device.AbstractMediaDevice
-
Connects to a specific CaptureDevice given in the form of a
DataSource.
- connect(DataSource) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceImpl
-
Connects to a specific CaptureDevice given in the form of a
DataSource.
- connect(DataSource) - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
-
Connects to a specific CaptureDevice given in the form of a
DataSource.
- connect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Opens a connection to the media source of this
AbstractBufferCaptureDevice.
- connect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Opens a connection to the media source specified by the
MediaLocator of this DataSource.
- connect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Opens a connection to the media source specified by the
MediaLocator of this DataSource.
- connect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
-
Connects to this DirectShow video capture device.
- connect() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
-
Implements CaptureDevice.connect().
- connect() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
-
Implements CaptureDevice.connect().
- connect() - Method in class org.jitsi.impl.neomedia.protocol.FakePushBufferDataSource
-
Opens a connection to the media source specified by the
MediaLocator of this DataSource.
- connect() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
-
Implements DataSource.connect().
- connect() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
-
Implements DataSource.connect().
- connect() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
-
Implements DataSource.connect().
- connect(Recorder) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
-
- connector - Variable in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
The pair of datagram sockets for RTP and RTCP traffic that this instance
uses in the form of a StreamConnector.
- Constants - Class in org.jitsi.service.neomedia.codec
-
Defines constants which are used by both neomedia clients and
implementations.
- Constants() - Constructor for class org.jitsi.service.neomedia.codec.Constants
-
- consume() - Method in class org.jitsi.util.event.VideoEvent
-
Consumes this event and, more specifically, marks the Component
it describes as owned, referenced in order to let other potential
consumers know about its current ownership status (which is important
because Components belong to a single Container at a
time).
- Container() - Constructor for class org.jitsi.impl.neomedia.rtp.RawPacketCache.Container
-
- Container(RawPacket, long) - Constructor for class org.jitsi.impl.neomedia.rtp.RawPacketCache.Container
-
- contains(T) - Method in class org.jitsi.impl.neomedia.transform.TransformEngineWrapper
-
Determines whether this TransformEngineWrapper contains a
specific TransformEngine.
- containsPoint(Point) - Method in class org.jitsi.impl.neomedia.device.ScreenDeviceImpl
-
If the screen contains specified point.
- containsPoint(Point) - Method in interface org.jitsi.service.neomedia.device.ScreenDevice
-
Determines whether this screen contains a specified point.
- CONTEXT_AUTHORIZING - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- context_connect(long, String, int, long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- CONTEXT_CONNECTING - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- context_disconnect(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- CONTEXT_FAILED - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- context_get_sink_info_list(long, PA.sink_info_cb_t) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- context_get_source_info_list(long, PA.source_info_cb_t) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- context_get_state(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- context_new_with_proplist(long, String, long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- CONTEXT_NOFAIL - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- CONTEXT_NOFLAGS - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- CONTEXT_READY - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- context_set_sink_input_volume(long, int, long, PA.context_success_cb_t) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- context_set_source_output_volume(long, int, long, PA.context_success_cb_t) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- context_set_state_callback(long, Runnable) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- CONTEXT_SETTING_NAME - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- CONTEXT_TERMINATED - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- CONTEXT_UNCONNECTED - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- context_unref(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- Control - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Silk codec encoder/decoder control class.
- Control() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Control
-
- ControlCodecFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
- ControlCodecFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ControlCodecFLP
-
- controllerUpdate(ControllerEvent) - Method in class org.jitsi.impl.neomedia.ProcessorUtility
-
This method is called when an event is generated by a
Controller that this listener is registered with.
- controllerUpdate(ControllerEvent) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
-
Implements ControllerListener.controllerUpdate(ControllerEvent).
- ControlsAdapter - Class in org.jitsi.impl.neomedia.control
-
Provides a default implementation of Controls which does not expose
any controls.
- ControlsAdapter() - Constructor for class org.jitsi.impl.neomedia.control.ControlsAdapter
-
- controlSocket - Variable in class org.jitsi.service.neomedia.DefaultStreamConnector
-
The DatagramSocket that a stream should use for control data
(e.g.
- controlSocket - Variable in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
-
The Socket that a stream should use for control data
(e.g.
- ControlTransformInputStream - Class in org.jitsi.impl.neomedia.transform
-
Implement control channel (RTCP) for TransformInputStream
which notify listeners when RTCP feedback messages are received.
- ControlTransformInputStream(DatagramSocket) - Constructor for class org.jitsi.impl.neomedia.transform.ControlTransformInputStream
-
Initializes a new ControlTransformInputStream which is to
receive packet data from a specific UDP socket.
- convertMsTo24Bits(long) - Static method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorAbsSendTime
-
Converts rtp timestamps to 24bit timestamp equivalence
- copy(Format) - Method in class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
-
Copies the properties of the specified Format into this
instance.
- copy(Format) - Method in class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
-
Copies the properties of the specified Format into this
instance.
- copyPlayback(MediaDeviceSession) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
-
Copies the playback part of a specific MediaDeviceSession into
this instance.
- copyPlayback(MediaDeviceSession) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Copies the playback part of a specific MediaDeviceSession into
this instance.
- CoreAudioDevice - Class in org.jitsi.impl.neomedia.device
-
JNI link to the MacOsX / Windows CoreAudio library.
- CoreAudioDevice() - Constructor for class org.jitsi.impl.neomedia.device.CoreAudioDevice
-
- corkStream(long, boolean) - Static method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
-
Pause or resume the playback of a specific PulseAudio stream temporarily.
- CorrMatrixFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Correlation matrix computations for LS estimate.
- CorrMatrixFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.CorrMatrixFLP
-
- CoTaskMemFree(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- CoUninitialize() - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- countInputChannels(String) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
-
- countOutputChannels(String) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
-
- create(boolean) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
-
Returns a simple Payload Descriptor, with PartID = 0, the 'start
of partition' bit set according to startOfPartition, and
all other bits set to 0.
- create(RawPacket) - Static method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Packet
-
- create(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Packet
-
- createAbsSendTimeEngine() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
- createAudio(String) - Method in class org.jitsi.impl.neomedia.notify.AudioNotifierServiceImpl
-
Creates an SCAudioClip from the given URI and adds it to the list of
available audio-s.
- createAudio(String, boolean) - Method in class org.jitsi.impl.neomedia.notify.AudioNotifierServiceImpl
-
Creates an SCAudioClip from the given URI and adds it to the list of
available audio-s.
- createAudio(String) - Method in interface org.jitsi.service.audionotifier.AudioNotifierService
-
Creates an SCAudioClip and returns it.
- createAudio(String, boolean) - Method in interface org.jitsi.service.audionotifier.AudioNotifierService
-
Creates an SCAudioClip and returns it.
- createAudioConfigPanel() - Method in interface org.jitsi.service.neomedia.MediaConfigurationService
-
Returns a Component for audio configuration
- createCachingTransformer() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
- createCachingTransformer() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
- createCaptureDevice() - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceImpl
-
Creates the JMF CaptureDevice this instance represents and
provides an implementation of MediaDevice for.
- createCaptureDevice() - Method in class org.jitsi.impl.neomedia.device.AudioSilenceMediaDevice
-
Creates the JMF CaptureDevice this instance represents and
provides an implementation of MediaDevice for.
- createCaptureDevice() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
-
Creates the JMF CaptureDevice this instance represents and
provides an implementation of MediaDevice for.
- createCaptureDevice() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Creates the DataSource that this instance is to read captured
media from.
- createCaptureDevice() - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Creates the DataSource that this instance is to read captured
media from.
- createControlInputStream() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Creates the RTCP packet input stream to be used by RTPManager.
- createControlInputStream() - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPImpl
-
Creates the RTCP packet input stream to be used by RTPManager.
- createControlInputStream() - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPImpl
-
Creates the RTCP packet input stream to be used by RTPManager.
- createControlInputStream() - Method in class org.jitsi.impl.neomedia.transform.RTPTransformTCPConnector
-
Overrides RTPConnectorImpl#createControlInputStream() to use
TransformInputStream.
- createControlInputStream() - Method in class org.jitsi.impl.neomedia.transform.RTPTransformUDPConnector
-
Overrides RTPConnectorImpl#createControlInputStream() to use
TransformInputStream.
- createControlOutputStream() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Creates the RTCP packet output stream to be used by RTPManager.
- createControlOutputStream() - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPImpl
-
Creates the RTCP packet output stream to be used by RTPManager.
- createControlOutputStream() - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPImpl
-
Creates the RTCP packet output stream to be used by RTPManager.
- createControlOutputStream() - Method in class org.jitsi.impl.neomedia.transform.RTPTransformTCPConnector
-
Overrides RTPConnectorImpl#createControlOutputStream() to use
TransformOutputStream.
- createControlOutputStream() - Method in class org.jitsi.impl.neomedia.transform.RTPTransformUDPConnector
-
Overrides RTPConnectorImpl#createControlOutputStream() to use
TransformOutputStream.
- createDataInputStream() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Creates the RTP packet input stream to be used by RTPManager.
- createDataInputStream() - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPImpl
-
Creates the RTP packet input stream to be used by RTPManager.
- createDataInputStream() - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPImpl
-
Creates the RTP packet input stream to be used by RTPManager.
- createDataInputStream() - Method in class org.jitsi.impl.neomedia.transform.RTPTransformTCPConnector
-
Overrides RTPConnectorImpl#createDataInputStream() to use
TransformInputStream.
- createDataInputStream() - Method in class org.jitsi.impl.neomedia.transform.RTPTransformUDPConnector
-
Overrides RTPConnectorImpl#createDataInputStream() to use
TransformInputStream.
- createDataOutputStream() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Creates the RTP packet output stream to be used by RTPManager.
- createDataOutputStream() - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPImpl
-
Creates the RTP packet output stream to be used by RTPManager.
- createDataOutputStream() - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPImpl
-
Creates the RTP packet output stream to be used by RTPManager.
- createDataOutputStream() - Method in class org.jitsi.impl.neomedia.transform.RTPTransformTCPConnector
-
Overrides RTPConnectorImpl#createDataOutputStream() to use
TransformOutputStream.
- createDataOutputStream() - Method in class org.jitsi.impl.neomedia.transform.RTPTransformUDPConnector
-
Overrides RTPConnectorImpl#createDataOutputStream() to use
TransformOutputStream.
- createDebugTransformEngine(MediaStreamImpl) - Static method in class org.jitsi.impl.neomedia.transform.DebugTransformEngine
-
Creates and returns a new DebugTransformEngine if logging is
enabled for PacketLoggingService.ProtocolName.ARBITRARY.
- createDiscardEngine() - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
- createDiscardEngine() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
- createDocument() - Static method in class org.jitsi.util.xml.XMLUtils
-
Creates W3C Document.
- createDocument(String, boolean) - Static method in class org.jitsi.util.xml.XMLUtils
-
Creates W3C Document from the xml.
- createDocument(String) - Static method in class org.jitsi.util.xml.XMLUtils
-
Creates W3C Document from the xml.
- createDtmfTransformEngine() - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
A stub that allows audio oriented streams to create and keep a reference
to a DtmfTransformEngine.
- createDtmfTransformEngine() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
A stub that allows audio oriented streams to create and keep a reference
to a DtmfTransformEngine.
- createEmptyEncodingConfiguration() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
- createEmptyEncodingConfiguration() - Method in interface org.jitsi.service.neomedia.MediaService
-
Returns a new EncodingConfiguration instance.
- createEncodingControls(MediaType, EncodingConfiguration) - Method in interface org.jitsi.service.neomedia.MediaConfigurationService
-
Returns a Component for encodings configuration (either audio
or video)
- CreateEvent(long, boolean, boolean, String) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- createFailSafeTransaction(File) - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
-
Creates a failsafe transaction which can be used to safely store
informations into a file.
- createFailSafeTransaction(File) - Method in interface org.jitsi.service.fileaccess.FileAccessService
-
Creates a failsafe transaction which can be used to safely store
informations into a file.
- createFormatControl(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Creates a new FormatControl instance which is to be associated
with a PushBufferStream at a specific zero-based index in the
list of streams of this PushBufferDataSource.
- createFormatControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Creates the FormatControls of this CaptureDevice.
- createFrameRateControl() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Creates a new FrameRateControl instance which is to allow the
getting and setting of the frame rate of this
AbstractBufferCaptureDevice.
- createFrameRateControl() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Creates a new FrameRateControl instance which is to allow the
getting and setting of the frame rate of this
AbstractPullBufferCaptureDevice.
- createFrameRateControl() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Creates a new FrameRateControl instance which is to allow the
getting and setting of the frame rate of this
AbstractPushBufferCaptureDevice.
- createFrameRateControl() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferCaptureDevice
-
Creates a new FrameRateControl instance which is to allow the
getting and setting of the frame rate of this
AbstractVideoPullBufferCaptureDevice.
- createFrameRateControl() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPushBufferCaptureDevice
-
Creates a new FrameRateControl instance which is to allow the
getting and setting of the frame rate of this
AbstractVideoPushBufferCaptureDevice.
- createFrameRateControl() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DataSource
-
Creates a new FrameRateControl instance which is to allow the
getting and setting of the frame rate of this
AbstractVideoPushBufferCaptureDevice.
- createFrameRateControl() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
-
- createImageAttr(Dimension, Dimension) - Static method in class org.jitsi.impl.neomedia.MediaUtils
-
Creates value of an imgattr.
- CreateInitDestroy - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Initialize decoder state.
- CreateInitDestroy() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.CreateInitDestroy
-
- createInstance(Format) - Static method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
-
Creates a new MediaFormat instance for a specific JMF
Format.
- createInstance(Format, double, Map<String, String>, Map<String, String>) - Static method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
-
Creates a new MediaFormat instance for a specific JMF
Format and assigns it specific clock rate and set of
format-specific parameters.
- createLastPathComponent(Document, String[], int) - Static method in class org.jitsi.impl.configuration.xml.XMLConfUtils
-
Creates (only if necessary) and returns the element which is at the end
of the specified path.
- createLocalPlayer(DataSource) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Initializes a new Player instance which is to provide the local
visual/video Component.
- createLocalVisualComponent() - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Creates the visual Component depicting the video being streamed
from the local peer to the remote peer.
- createMediaFormat(String) - Method in class org.jitsi.impl.neomedia.format.MediaFormatFactoryImpl
-
Creates a MediaFormat for the specified encoding with
default clock rate and set of format parameters.
- createMediaFormat(byte) - Method in class org.jitsi.impl.neomedia.format.MediaFormatFactoryImpl
-
Creates a MediaFormat for the specified RTP payload type with
default clock rate and set of format parameters.
- createMediaFormat(String, double) - Method in class org.jitsi.impl.neomedia.format.MediaFormatFactoryImpl
-
Creates a MediaFormat for the specified encoding with
the specified clockRate and a default set of format parameters.
- createMediaFormat(String, double, int) - Method in class org.jitsi.impl.neomedia.format.MediaFormatFactoryImpl
-
Creates a MediaFormat for the specified encoding,
clockRate and channels and a default set of format
parameters.
- createMediaFormat(String, double, Map<String, String>, Map<String, String>) - Method in class org.jitsi.impl.neomedia.format.MediaFormatFactoryImpl
-
Creates a MediaFormat for the specified encoding,
clockRate and set of format parameters.
- createMediaFormat(String, double, int, float, Map<String, String>, Map<String, String>) - Method in class org.jitsi.impl.neomedia.format.MediaFormatFactoryImpl
-
Creates a MediaFormat for the specified encoding,
clockRate, channels and set of format parameters.
- createMediaFormat(byte, String, double, int, float, Map<String, String>, Map<String, String>) - Method in class org.jitsi.impl.neomedia.format.MediaFormatFactoryImpl
-
Creates a MediaFormat either for the specified
rtpPayloadType or for the specified encoding,
clockRate, channels and set of format parameters.
- createMediaFormat(String) - Method in interface org.jitsi.service.neomedia.format.MediaFormatFactory
-
Creates a MediaFormat for the specified encoding with
default clock rate and set of format parameters.
- createMediaFormat(byte) - Method in interface org.jitsi.service.neomedia.format.MediaFormatFactory
-
Creates a MediaFormat for the specified RTP payload type with
default clock rate and set of format parameters.
- createMediaFormat(String, double) - Method in interface org.jitsi.service.neomedia.format.MediaFormatFactory
-
Creates a MediaFormat for the specified encoding with
the specified clockRate and a default set of format parameters.
- createMediaFormat(String, double, int) - Method in interface org.jitsi.service.neomedia.format.MediaFormatFactory
-
Creates a MediaFormat for the specified encoding,
clockRate and channels and a default set of format
parameters.
- createMediaFormat(String, double, Map<String, String>, Map<String, String>) - Method in interface org.jitsi.service.neomedia.format.MediaFormatFactory
-
Creates a MediaFormat for the specified encoding,
clockRate and set of format parameters.
- createMediaFormat(String, double, int, float, Map<String, String>, Map<String, String>) - Method in interface org.jitsi.service.neomedia.format.MediaFormatFactory
-
Creates a MediaFormat for the specified encoding,
clockRate, channels and set of format parameters.
- createMediaFormat(byte, String, double, int, float, Map<String, String>, Map<String, String>) - Method in interface org.jitsi.service.neomedia.format.MediaFormatFactory
-
Creates a MediaFormat either for the specified
rtpPayloadType or for the specified encoding,
clockRate, channels and set of format parameters.
- createMediaStream(MediaDevice) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Create a MediaStream which will use a specific
MediaDevice for capture and playback of media.
- createMediaStream(MediaType) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Initializes a new MediaStream of a specific MediaType.
- createMediaStream(StreamConnector, MediaDevice) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Creates a new MediaStream instance which will use the specified
MediaDevice for both capture and playback of media exchanged
via the specified StreamConnector.
- createMediaStream(StreamConnector, MediaType) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Initializes a new MediaStream instance which is to exchange
media of a specific MediaType via a specific
StreamConnector.
- createMediaStream(StreamConnector, MediaDevice, SrtpControl) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Creates a new MediaStream instance which will use the specified
MediaDevice for both capture and playback of media exchanged
via the specified StreamConnector.
- createMediaStream(StreamConnector, MediaType, SrtpControl) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Initializes a new MediaStream instance which is to exchange
media of a specific MediaType via a specific
StreamConnector.
- createMediaStream(MediaDevice) - Method in interface org.jitsi.service.neomedia.MediaService
-
Create a MediaStream which will use a specific
MediaDevice for capture and playback of media.
- createMediaStream(MediaType) - Method in interface org.jitsi.service.neomedia.MediaService
-
Initializes a new MediaStream of a specific MediaType.
- createMediaStream(StreamConnector, MediaDevice) - Method in interface org.jitsi.service.neomedia.MediaService
-
Creates a MediaStream that will be using the specified
MediaDevice for both capture and playback of media exchanged
via the specified StreamConnector.
- createMediaStream(StreamConnector, MediaType) - Method in interface org.jitsi.service.neomedia.MediaService
-
Initializes a new MediaStream instance which is to exchange
media of a specific MediaType via a specific
StreamConnector.
- createMediaStream(StreamConnector, MediaDevice, SrtpControl) - Method in interface org.jitsi.service.neomedia.MediaService
-
Creates a MediaStream that will be using the specified
MediaDevice for both capture and playback of media exchanged
via the specified StreamConnector.
- createMediaStream(StreamConnector, MediaType, SrtpControl) - Method in interface org.jitsi.service.neomedia.MediaService
-
Initializes a new MediaStream instance which is to exchange
media of a specific MediaType via a specific
StreamConnector.
- createMixer(MediaDevice) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Creates a new MediaDevice which uses a specific
MediaDevice to capture and play back media and performs mixing
of the captured media and the media played back by any other users of the
returned MediaDevice.
- createMixer(MediaDevice) - Method in interface org.jitsi.service.neomedia.MediaService
-
Creates a new MediaDevice which uses a specific
MediaDevice to capture and play back media and performs mixing
of the captured media and the media played back by any other users of the
returned MediaDevice.
- createNackPackets(long, List<RetransmissionRequesterDelegate.Requester>) - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
-
Gather the packets currently marked as missing and create
NACKs for them
- createOutDataSource() - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
-
Creates a new AudioMixingPushBufferDataSource which gives
access to a single audio stream representing the mix of the audio streams
input into this AudioMixer through its input
DataSources.
- createOutputDataSource() - Method in class org.jitsi.impl.neomedia.device.AbstractMediaDevice
-
Creates a DataSource instance for this MediaDevice
which gives access to the captured media.
- createOutputDataSource() - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
-
Creates a DataSource instance for this MediaDevice
which gives access to the captured media.
- createOutputDataSource() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
-
Creates a DataSource instance for this MediaDevice
which gives access to the captured media.
- createOutputDataSource() - Method in class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
-
Creates a DataSource instance for this MediaDevice
which gives access to the captured media.
- createPacketTransformer(int) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsTransformEngine
-
Initializes a new DtlsPacketTransformer instance which is to
work on control/RTCP or data/RTP packets.
- createPlayer(DataSource) - Method in class org.jitsi.impl.neomedia.device.AbstractMediaDevice
-
Initializes a new Processor instance which is to be used to play
back media on this MediaDevice.
- createPlayer(DataSource) - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
-
Initializes a new Processor instance which is to be used to play
back media on this MediaDevice.
- createPlayer(DataSource) - Method in class org.jitsi.impl.neomedia.device.AudioSilenceMediaDevice
-
Initializes a new Processor instance which is to be used to play
back media on this MediaDevice.
- createPlayer(DataSource) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Creates a new Player for a specific DataSource so that
it is played back on the MediaDevice represented by this
instance.
- createProcessor() - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
-
Performs additional configuration on the Processor, after it is
configured, but before it is realized.
- createProcessor() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
- createProcessorContentDescriptor(Processor) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Creates a ContentDescriptor to be set on a specific
Processor of captured media to be sent to the remote peer.
- createRawPacket(DatagramPacket) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
- createRawPacket(DatagramPacket) - Method in class org.jitsi.impl.neomedia.transform.TransformInputStream
-
- createRecorder(MediaDevice) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Creates a new Recorder instance that can be used to record a
call which captures and plays back media using a specific
MediaDevice.
- createRecorder(RTPTranslator) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Creates a new Recorder instance that can be used to record media
from a specific RTPTranslator.
- createRecorder(MediaDevice) - Method in interface org.jitsi.service.neomedia.MediaService
-
Creates a new Recorder instance that can be used to record a
call which captures and plays back media using a specific
MediaDevice.
- createRecorder(RTPTranslator) - Method in interface org.jitsi.service.neomedia.MediaService
-
Creates a new Recorder instance that can be used to record media
from a specific RTPTranslator.
- createRecorderEventHandlerJson(String) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Creates a RecorderEventHandler instance that saves received
events in JSON format.
- createRecorderEventHandlerJson(String) - Method in interface org.jitsi.service.neomedia.MediaService
-
Creates a RecorderEventHandler instance that saves received
events in JSON format.
- createRenderer() - Method in class org.jitsi.impl.neomedia.device.AbstractMediaDevice
-
Initializes a new Renderer instance which is to play back media
on this MediaDevice.
- createRenderer() - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceImpl
-
Initializes a new Renderer instance which is to play back media
on this MediaDevice.
- createRenderer(Player, TrackControl) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
-
Initializes a Renderer instance which is to be utilized by a
specific Player in order to play back the media represented by
a specific TrackControl.
- createRenderer() - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
-
Initializes a new Renderer instance which is to play back media
on this MediaDevice.
- createRenderer() - Method in class org.jitsi.impl.neomedia.device.AudioSystem
-
Initializes a new Renderer instance which is to perform playback
on a device contributed by this system.
- createRenderer(boolean) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
-
Initializes a new Renderer instance which is to either perform
playback on or sound a notification through a device contributed by this
system.
- createRenderer() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
-
Initializes a new Renderer instance which is to perform playback
on a device contributed by this system.
- createRenderer(Player, TrackControl) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Initializes a Renderer instance which is to be utilized by a
specific Player in order to play back the media represented by
a specific TrackControl.
- createRenderer(boolean) - Method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
-
Initializes a new Renderer instance which is to either perform
playback on or sound a notification through a device contributed by this
system.
- createRetransmissionRequester() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
- createRetransmissionRequester() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
- createRtpdumpAudioMediaDevice(String, AudioFormat) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.RtpdumpMediaDevice
-
Create a new audio MediaDevice instance which will read
the rtpdump file located at filePath, and which will have the
encoding format format.
- createRtpdumpVideoMediaDevice(String, String, MediaFormat) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.RtpdumpMediaDevice
-
Create a new video MediaDevice instance which will read
the rtpdump file located at filePath, and which will have the
encoding format encodingConstant.
- createRTPInfo() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Creates a new RTPInfo instance of this
AbstractBufferCaptureDevice.
- createRTPTranslator() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Initializes a new RTPTranslator which is to forward RTP and RTCP
traffic between multiple MediaStreams.
- createRTPTranslator() - Method in interface org.jitsi.service.neomedia.MediaService
-
Initializes a new RTPTranslator which is to forward RTP and RTCP
traffic between multiple MediaStreams.
- createSendStream(DataSource, int) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
- createSendStream(StreamRTPManager, DataSource, int) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Creates a SendStream from the stream of a specific
DataSource that is at a specific zero-based position within the
array/list of streams of that DataSource.
- createSendStreams() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
- createSession() - Method in class org.jitsi.impl.neomedia.device.AbstractMediaDevice
-
Creates a new MediaDeviceSession instance which is to represent
the use of this MediaDevice by a MediaStream.
- createSession() - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
-
Creates a new MediaDeviceSession instance which is to represent
the use of this MediaDevice by a MediaStream.
- createSession() - Method in class org.jitsi.impl.neomedia.device.AudioSilenceMediaDevice
-
Creates a new MediaDeviceSession instance which is to represent
the use of this MediaDevice by a MediaStream.
- createSession() - Method in class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
-
Creates a new MediaDeviceSession instance which is to represent
the use of this MediaDevice by a MediaStream.
- createSrtpControl(SrtpControlType) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Initializes a new SrtpControl instance with a specific
SrtpControlType.
- createSrtpControl(SrtpControlType) - Method in interface org.jitsi.service.neomedia.MediaService
-
Initializes a new SrtpControl instance with a specific
SrtpControlType.
- createSsrcTransformEngine() - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
- createSsrcTransformEngine() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
- createStream(int, int, String, String) - Method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
-
Initializes a new PulseAudio stream which is to input or output audio at
a specific sample rate and with a specific number of channels.
- createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Create a new AbstractBufferStream which is to be at a specific
zero-based index in the list of streams of this
AbstractBufferCaptureDevice.
- createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Creates a new PullBufferStream which is to be at a specific
zero-based index in the list of streams of this
PullBufferDataSource.
- createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Create a new PushBufferStream which is to be at a specific
zero-based index in the list of streams of this
PushBufferDataSource.
- createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.audiosilence.DataSource
-
Create a new PushBufferStream which is to be at a specific
zero-based index in the list of streams of this
PushBufferDataSource.
- createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DataSource
-
Create a new PushBufferStream which is to be at a specific
zero-based index in the list of streams of this
PushBufferDataSource.
- createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading.DataSource
-
Creates a new PullBufferStream which is to be at a specific
zero-based index in the list of streams of this
PullBufferDataSource.
- createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.DataSource
-
Creates a new PullBufferStream which is to be at a specific
zero-based index in the list of streams of this
PullBufferDataSource.
- createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.DataSource
-
Creates a new PullBufferStream which is to be at a specific
zero-based index in the list of streams of this
PullBufferDataSource.
- createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.DataSource
-
Creates a new PullBufferStream which is to be at a specific
zero-based index in the list of streams of this
PullBufferDataSource.
- createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
-
Creates a new PullBufferStream which is to be at a specific
zero-based index in the list of streams of this
PullBufferDataSource.
- createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.pulseaudio.DataSource
-
Creates a new PullBufferStream which is to be at a specific
zero-based index in the list of streams of this
PullBufferDataSource.
- createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
-
Creates a new PushBufferStream which is to be at a specific
zero-based index in the list of streams of this
PushBufferDataSource.
- createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.DataSource
-
Creates a new PullBufferStream which is to be at a specific
zero-based index in the list of streams of this
PullBufferDataSource.
- createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
-
Creates a new PullBufferStream which is to be at a specific
zero-based index in the list of streams of this
PullBufferDataSource.
- createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.DataSource
-
Create a new PushBufferStream which is to be at a specific
zero-based index in the list of streams of this
PushBufferDataSource.
- createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.protocol.FakePushBufferDataSource
-
Create a new PushBufferStream which is to be at a specific
zero-based index in the list of streams of this
PushBufferDataSource.
- createStreamConnector() - Method in interface org.jitsi.service.neomedia.StreamConnectorFactory
-
Initializes a StreamConnector instance.
- createTempFile(String, String) - Static method in class org.jitsi.impl.fileaccess.TempFileManager
-
Creates a temporary file in the proper directory to allow for cleanup
after execution.
- createTracingCaptureDevice(CaptureDevice, Logger) - Static method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
-
Creates a new CaptureDevice which traces calls to a specific
CaptureDevice for debugging purposes.
- createTransformEngine() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
Initializes a new DtlsTransformEngine instance to be associated
with and used by this DtlsControlImpl instance.
- createTransformEngine() - Method in class org.jitsi.impl.neomedia.transform.NullSrtpControl
-
Initializes a new TransformEngine instance to be associated with
and used by this SrtpControl instance.
- createTransformEngine() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
-
Initializes a new SDesTransformEngine instance to be associated
with and used by this SDesControlImpl instance.
- createTransformEngine() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
-
Initializes a new ZRTPTransformEngine instance to be associated
with and used by this ZrtpControlImpl instance.
- createTransformEngine() - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
-
Initializes a new TransformEngine instance to be associated with
and used by this SrtpControl instance.
- createUnknownMediaFormat(MediaType) - Method in class org.jitsi.impl.neomedia.format.MediaFormatFactoryImpl
-
Creates an unknown MediaFormat.
- createUnknownMediaFormat(MediaType) - Method in interface org.jitsi.service.neomedia.format.MediaFormatFactory
-
Creates an unknown MediaFormat.
- createVideoConfigPanel() - Method in interface org.jitsi.service.neomedia.MediaConfigurationService
-
Returns a Component for video configuration
- createXml(Document) - Static method in class org.jitsi.util.xml.XMLUtils
-
Creates XML from W3C Document from the xml.
- CSRC_AUDIO_LEVEL_URN - Static variable in class org.jitsi.service.neomedia.RTPExtension
-
The URN identifying the RTP extension that allows mixers to send to
conference participants the audio levels of all contributing sources.
- CsrcAudioLevelDispatcher - Class in org.jitsi.impl.neomedia.transform.csrc
-
A simple dispatcher that handles new audio levels reported from incoming
RTP packets and then asynchronously delivers them to associated
AudioMediaStreamImpl.
- CsrcAudioLevelDispatcher(AudioMediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.transform.csrc.CsrcAudioLevelDispatcher
-
Initializes a new CsrcAudioLevelDispatcher to dispatch events
to a specific AudioMediaStreamImpl.
- CsrcAudioLevelListener - Interface in org.jitsi.service.neomedia.event
-
The CsrcAudioLevelListener delivers audio level events reported by
the remote party in cases where it (the remote party) is acting as a mixer,
mixing flows from numerous contributors.
- CsrcTransformEngine - Class in org.jitsi.impl.neomedia.transform.csrc
-
We use this engine to add the list of CSRC identifiers in RTP packets that
we send to conference participants during calls where we are the mixer.
- CsrcTransformEngine(MediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.transform.csrc.CsrcTransformEngine
-
Creates an engine instance that will be adding CSRC lists to the
specified stream.
- CVImageBuffer - Class in org.jitsi.impl.neomedia.quicktime
-
Represents a CoreVideo CVImageBufferRef.
- CVImageBuffer(long) - Constructor for class org.jitsi.impl.neomedia.quicktime.CVImageBuffer
-
Initializes a new CVImageBuffer instance which is to represent
a specific CoreVideo CVImageBufferRef.
- cvolume_free(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- cvolume_new() - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- cvolume_set(long, int, int) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- CVPixelBuffer - Class in org.jitsi.impl.neomedia.quicktime
-
Represents a CoreVideo CVPixelBufferRef.
- CVPixelBuffer(long) - Constructor for class org.jitsi.impl.neomedia.quicktime.CVPixelBuffer
-
Initializes a new CVPixelBuffer instance which is to represent
a specific CoreVideo CVPixelBufferRef.
- CVPixelBufferAttributeKey - Class in org.jitsi.impl.neomedia.quicktime
-
- CVPixelFormatType - Class in org.jitsi.impl.neomedia.quicktime
-
Defines the types of CVPixelBuffers to be output by
QTCaptureDecompressedVideoOutput.
- data1 - Variable in class org.jitsi.impl.fileaccess.FileAccessServiceImpl.GUID
-
- data2 - Variable in class org.jitsi.impl.fileaccess.FileAccessServiceImpl.GUID
-
- data3 - Variable in class org.jitsi.impl.fileaccess.FileAccessServiceImpl.GUID
-
- data4 - Variable in class org.jitsi.impl.fileaccess.FileAccessServiceImpl.GUID
-
- DatabaseConfigurationStore - Class in org.jitsi.impl.configuration
-
- DatabaseConfigurationStore() - Constructor for class org.jitsi.impl.configuration.DatabaseConfigurationStore
-
Initializes a new DatabaseConfigurationStore instance.
- DatabaseConfigurationStore(Hashtable) - Constructor for class org.jitsi.impl.configuration.DatabaseConfigurationStore
-
Initializes a new DatabaseConfigurationStore instance with a
specific runtime Hashtable storage.
- dataFlow - Variable in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
-
The flow of the media data (to be) implemented by this instance which is
either AudioSystem.DataFlow#NOTIFY or
AudioSystem.DataFlow#PLAYBACK.
- DatagramTransportImpl - Class in org.jitsi.impl.neomedia.transform.dtls
-
Implements DatagramTransport in order to integrate the Bouncy Castle
Crypto APIs in libjitsi for the purposes of implementing DTLS-SRTP.
- DatagramTransportImpl(int) - Constructor for class org.jitsi.impl.neomedia.transform.dtls.DatagramTransportImpl
-
Initializes a new DatagramTransportImpl.
- dataSocket - Variable in class org.jitsi.service.neomedia.DefaultStreamConnector
-
The DatagramSocket that a stream should use for data (e.g.
- dataSocket - Variable in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
-
The Socket that a stream should use for data (e.g.
- DataSource - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.audiosilence
-
Implements a CaptureDevice which provides silence in the form of
audio media.
- DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.audiosilence.DataSource
-
- DataSource - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.directshow
-
Implements a CaptureDevice and a DataSource using
DirectShow.
- DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DataSource
-
Constructor.
- DataSource(MediaLocator) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DataSource
-
Initializes a new DataSource instance from a specific
MediaLocator.
- DataSource - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading
-
Implements a CaptureDevice which provides a fading animation from
white to black to white...
- DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading.DataSource
-
- DataSource - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming
-
Implements CaptureDevice and DataSource for the purposes of
image and desktop streaming.
- DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.DataSource
-
Initializes a new DataSource instance.
- DataSource(MediaLocator) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.DataSource
-
Initializes a new DataSource instance from a specific
MediaLocator.
- DataSource - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile
-
Implements CaptureDevice and DataSource for the purposes of
ivf (vp8 raw file, extracted from webm) file streaming.
- DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.DataSource
-
- DataSource - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio
-
Implements DataSource and CaptureDevice for MacCoreaudio.
- DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.DataSource
-
Initializes a new DataSource instance.
- DataSource(MediaLocator) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.DataSource
-
Initializes a new DataSource instance from a specific
MediaLocator.
- DataSource(MediaLocator, Format[], boolean) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.DataSource
-
Initializes a new DataSource instance from a specific
MediaLocator and which has a specific list of Format
in which it is capable of capturing audio data overriding its
registration with JMF and optionally uses audio quality improvement in
accord with the preferences of the user.
- DataSource - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio
-
Implements DataSource and CaptureDevice for PortAudio.
- DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
-
Initializes a new DataSource instance.
- DataSource(MediaLocator) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
-
Initializes a new DataSource instance from a specific
MediaLocator.
- DataSource(MediaLocator, Format[], boolean) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
-
Initializes a new DataSource instance from a specific
MediaLocator and which has a specific list of Format
in which it is capable of capturing audio data overriding its
registration with JMF and optionally uses audio quality improvement in
accord with the preferences of the user.
- DataSource - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.pulseaudio
-
Implements CaptureDevice and DataSource using the native
PulseAudio API/library.
- DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.pulseaudio.DataSource
-
Initializes a new DataSource instance.
- DataSource - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime
-
Implements a PushBufferDataSource and CaptureDevice using
QuickTime/QTKit.
- DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
-
Initializes a new DataSource instance.
- DataSource(MediaLocator) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
-
Initializes a new DataSource instance from a specific
MediaLocator.
- DataSource - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile
-
Implements the CaptureDevice and DataSource for the
purpose of rtpdump file streaming.
- DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.DataSource
-
- DataSource - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2
-
Implements a PullBufferDataSource and CaptureDevice using
the Video for Linux Two API Specification.
- DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
-
Initializes a new DataSource instance.
- DataSource(MediaLocator) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
-
Initializes a new DataSource instance from a specific
MediaLocator.
- DataSource - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi
-
Implements CaptureDevice and DataSource using Windows Audio
Session API (WASAPI) and related Core Audio APIs such as Multimedia Device
(MMDevice) API.
- DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.DataSource
-
Initializes a new DataSource instance.
- DataSource(MediaLocator) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.DataSource
-
Initializes a new DataSource instance with a specific
MediaLocator.
- dataSource - Variable in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
-
The wrapped DataSource this instance delegates to.
- dataSource - Variable in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
-
The wrapped DataSource this instance delegates to.
- DataSourceFilter - Interface in org.jitsi.impl.neomedia.conference
-
Represents a filter which determines whether a specific DataSource
is to be selected or deselected by the caller of the filter.
- DebugTransformEngine - Class in org.jitsi.impl.neomedia.transform
-
Logs all the packets that go in and out of a MediaStream.
- DecAPI - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
The Decoder API.
- DecAPI() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.DecAPI
-
- Decimate2CoarseFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
- Decimate2CoarseFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Decimate2CoarseFLP
-
- Decimate2CoarsestFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
- Decimate2CoarsestFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Decimate2CoarsestFLP
-
- decode(long, byte[], int, int, byte[], int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
-
Decodes an opus packet from input into output.
- DecodeCore - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Core decoder.
- DecodeCore() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.DecodeCore
-
- DecodeFrame - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Decode frame
- DecodeFrame() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.DecodeFrame
-
- decodeName(String) - Static method in class org.jitsi.util.xml.DOMElementWriter
-
Decodes an XML (element) name according to
http://www.w3.org/TR/xml/#NT-Name.
- DecodeParameters - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Decode parameters from payload
- DecodeParameters() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.DecodeParameters
-
- DecodePitch - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Pitch analyzer function.
- DecodePitch() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.DecodePitch
-
- DecodePulses - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Decode quantization indices of excitation.
- DecodePulses() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.DecodePulses
-
- Decoder - Class in org.jitsi.impl.neomedia.codec.audio.gsm
-
GSM to PCM java decoder.
- Decoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.gsm.Decoder
-
Constructs a new Decoder.
- decoder_create(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
-
Creates an OpusDecoder structure, returns a pointer to it or 0 on error.
- decoder_destroy(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
-
Destroys an OpusDecoder, freeing it's resources.
- decoder_get_nb_samples(long, byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
-
Returns the number of samples in an opus packet
- decoder_get_size(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
-
Returns the size in bytes required for an OpusDecoder structure.
- DecoderSetFs - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Set decoder sampling rate.
- DecoderSetFs() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.DecoderSetFs
-
- decrease(long) - Method in class org.jitsi.util.concurrent.MonotonicAtomicLong
-
Updates the value of this
AtomicLong if it is smaller than the
current value, and returns the actual new value.
- DEFAULT_AUDIO_DENOISE - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
The default value to be used for the PROP_AUDIO_DENOISE property
when it does not have a value.
- DEFAULT_AUDIO_ECHOCANCEL - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
The default value to be used for the PROP_AUDIO_ECHOCANCEL
property when it does not have a value.
- DEFAULT_AUDIO_ECHOCANCEL_FILTER_LENGTH_IN_MILLIS - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
- DEFAULT_BACKGROUND_COLOR - Static variable in class org.jitsi.util.swing.VideoContainer
-
- DEFAULT_BUFFER_DURATION - Static variable in class org.jitsi.impl.neomedia.device.WASAPISystem
-
- DEFAULT_BUFFER_LENGTH - Static variable in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
-
The default length in milliseconds of the buffering to be performed by
CachePushBufferStreams.
- DEFAULT_CALL_RECORDING_FORMAT - Static variable in class org.jitsi.util.SoundFileUtils
-
The file extension and the format of call recording to be used by
default.
- DEFAULT_CERT_CACHE_EXPIRE_TIME - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
The default certificate cache expiration time, when config properties
are not found.
- DEFAULT_CLOCK_RATE - Static variable in class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
-
The default value of the clockRate property of
VideoMediaFormatImpl.
- DEFAULT_DEFAULT_INTRA_REFRESH - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
-
- DEFAULT_DEFAULT_PROFILE - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
-
- DEFAULT_DEVICE - Static variable in interface org.jitsi.service.neomedia.MediaService
-
- DEFAULT_DEVICE_PERIOD - Static variable in class org.jitsi.impl.neomedia.device.WASAPISystem
-
The default interval in milliseconds between periodic processing passes
by the audio engine.
- DEFAULT_DIMENSION - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading.VideoGreyFadingMediaDevice
-
The default dimension theMediaDevice will have.
- DEFAULT_FRAME_RATE - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
-
The frame rate to be assumed by JNIEncoder instances in the
absence of any other frame rate indication.
- DEFAULT_FRAMERATE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading.VideoGreyFadingMediaDevice
-
The default framerate theMediaDevice will have.
- DEFAULT_HEIGHT_OR_WIDTH - Static variable in class org.jitsi.util.swing.FitLayout
-
The default height and width to be used by FitLayout and its
extenders in order to avoid falling back to zero height and/or width.
- DEFAULT_INTRA_REFRESH_PNAME - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
-
The name of the boolean ConfigurationService property which
specifies whether Periodic Intra Refresh is to be used by default.
- DEFAULT_KEYINT - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
-
The default maximum GOP (group of pictures) size i.e.
- DEFAULT_LOCALE_CONFIG - Static variable in interface org.jitsi.service.resources.ResourceManagementService
-
Default Locale config string.
- DEFAULT_MILLIS_PER_BUFFER - Static variable in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
-
The number of milliseconds to be read from or written to a native
CoreAudio stream in a single transfer of data.
- DEFAULT_MILLIS_PER_BUFFER - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
-
The number of milliseconds to be read from or written to a native
PortAudio stream in a single transfer of data.
- DEFAULT_PREFERRED - Static variable in interface org.jitsi.service.neomedia.control.KeyFrameControl.KeyFrameRequester
-
- DEFAULT_PRESET - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
-
- DEFAULT_PROFILE_PNAME - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
-
The name of the ConfigurationService property which specifies
the H.264 (encoding) profile to be used in the absence of negotiation.
- DEFAULT_RSA_KEY_SIZE - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
The default RSA key size when configuration properties are not found.
- DEFAULT_RSA_KEY_SIZE_CERTAINTY - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
The default RSA key size certainty when config properties are not found.
- DEFAULT_SAMPLE_RATE - Static variable in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
-
The default value for the sample rate of the input and the output
MacCoreaudio streams with which they are to be opened if no other
specific sample rate is specified to the MacCoreaudio DataSource
or MacCoreaudioRenderer that they represent.
- DEFAULT_SAMPLE_RATE - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
-
The default value for the sample rate of the input and the output
PortAudio streams with which they are to be opened if no other specific
sample rate is specified to the PortAudio DataSource or
PortAudioRenderer that they represent.
- DEFAULT_VIDEO_BITRATE - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
The default value for video codec bitrate.
- DEFAULT_VIDEO_FRAMERATE - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
The default frame rate, -1 unlimited.
- DEFAULT_VIDEO_HEIGHT - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
The default video height.
- DEFAULT_VIDEO_RTP_PACING_THRESHOLD - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
The default value for video maximum bandwidth.
- DEFAULT_VIDEO_WIDTH - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
The default video width.
- DefaultStreamConnector - Class in org.jitsi.service.neomedia
-
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.
- DefaultStreamConnector() - Constructor for class org.jitsi.service.neomedia.DefaultStreamConnector
-
Initializes a new DefaultStreamConnector instance with no
control and data DatagramSockets.
- DefaultStreamConnector(InetAddress) - Constructor for class org.jitsi.service.neomedia.DefaultStreamConnector
-
Initializes a new DefaultStreamConnector instance with a
specific bind InetAddress.
- DefaultStreamConnector(DatagramSocket, DatagramSocket) - Constructor for class org.jitsi.service.neomedia.DefaultStreamConnector
-
Initializes a new DefaultStreamConnector instance which is to
represent a specific pair of control and data DatagramSockets.
- DefaultStreamConnector(DatagramSocket, DatagramSocket, boolean) - Constructor for class org.jitsi.service.neomedia.DefaultStreamConnector
-
Initializes a new DefaultStreamConnector instance which is to
represent a specific pair of control and data DatagramSockets.
- DefaultTCPStreamConnector - Class in org.jitsi.service.neomedia
-
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.
- DefaultTCPStreamConnector() - Constructor for class org.jitsi.service.neomedia.DefaultTCPStreamConnector
-
Initializes a new DefaultTCPStreamConnector instance with no
control and data Sockets.
- DefaultTCPStreamConnector(Socket, Socket) - Constructor for class org.jitsi.service.neomedia.DefaultTCPStreamConnector
-
Initializes a new DefaultTCPStreamConnector instance which is to
represent a specific pair of control and data Sockets.
- DefaultTCPStreamConnector(Socket, Socket, boolean) - Constructor for class org.jitsi.service.neomedia.DefaultTCPStreamConnector
-
Initializes a new DefaultTCPStreamConnector instance which is to
represent a specific pair of control and data Sockets.
- Define - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
This class contains a number of defines that controls the operation of SILK.
- Define() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Define
-
- DefineFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
- DefineFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
-
- DelayingTransformEngine - Class in org.jitsi.impl.neomedia.transform.delay
-
A
TransformEngine that delays the RTP stream by specified packet
count by holding them in a buffer.
- DelayingTransformEngine(int) - Constructor for class org.jitsi.impl.neomedia.transform.delay.DelayingTransformEngine
-
Creates new instance of DelayingTransformEngine which will delay
the RTP stream by given amount of packets.
- Delegate() - Constructor for class org.jitsi.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput.Delegate
-
- DePacketizer - Class in org.jitsi.impl.neomedia.codec.audio.alaw
-
DePacketizer for ALAW codec
- DePacketizer() - Constructor for class org.jitsi.impl.neomedia.codec.audio.alaw.DePacketizer
-
Creates DePacketizer
- DePacketizer - Class in org.jitsi.impl.neomedia.codec.audio.amrwb
-
Implements an RTP depacketizer for Adaptive Multi-Rate Wideband (AMR-WB).
- DePacketizer() - Constructor for class org.jitsi.impl.neomedia.codec.audio.amrwb.DePacketizer
-
Initializes a new DePacketizer instance.
- DePacketizer - Class in org.jitsi.impl.neomedia.codec.audio.gsm
-
DePacketizer for GSM/RTP.
- DePacketizer() - Constructor for class org.jitsi.impl.neomedia.codec.audio.gsm.DePacketizer
-
Constructs a new DePacketizer.
- DePacketizer - Class in org.jitsi.impl.neomedia.codec.video.h264
-
Implements Codec to represent a depacketizer of H.264 RTP packets
into NAL units.
- DePacketizer() - Constructor for class org.jitsi.impl.neomedia.codec.video.h264.DePacketizer
-
Initializes a new DePacketizer instance which is to depacketize
H.264 RTP packets into NAL units.
- DePacketizer - Class in org.jitsi.impl.neomedia.codec.video.vp8
-
A depacketizer from VP8.
- DePacketizer() - Constructor for class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer
-
Initializes a new JNIEncoder instance.
- DePacketizer - Class in org.jitsi.impl.neomedia.codec.video.vp9
-
A depacketizer from VP9.
- DePacketizer() - Constructor for class org.jitsi.impl.neomedia.codec.video.vp9.DePacketizer
-
- DePacketizer.VP8KeyframeHeader - Class in org.jitsi.impl.neomedia.codec.video.vp8
-
A class that represents a keyframe header structure (see RFC 6386,
paragraph 9.1).
- DePacketizer.VP8PayloadDescriptor - Class in org.jitsi.impl.neomedia.codec.video.vp8
-
- DePacketizer.VP8PayloadHeader - Class in org.jitsi.impl.neomedia.codec.video.vp8
-
- DePacketizer.VP9PayloadDescriptor - Class in org.jitsi.impl.neomedia.codec.video.vp9
-
- DesktopInteract - Interface in org.jitsi.impl.neomedia.imgstreaming
-
Interface to capture desktop screen.
- DesktopInteractImpl - Class in org.jitsi.impl.neomedia.imgstreaming
-
Capture desktop screen either via native code (JNI) if available or by using
java.awt.Robot.
- DesktopInteractImpl() - Constructor for class org.jitsi.impl.neomedia.imgstreaming.DesktopInteractImpl
-
Constructor.
- dest - Variable in class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
-
one or more SSRC entries which this feedback message applies to.
- destinationSupportsRtx() - Method in class org.jitsi.impl.neomedia.transform.RtxTransformer
-
Returns a boolean that indicates whether or not the destination
endpoint supports RTX.
- DetectSWBInput - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Detect SWB input by measuring energy above 8 kHz.
- DetectSWBInput() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.DetectSWBInput
-
- DEVICE_STATE_ACTIVE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- DeviceConfiguration - Class in org.jitsi.impl.neomedia.device
-
This class aims to provide a simple configuration interface for JMF.
- DeviceConfiguration() - Constructor for class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
Initializes a new DeviceConfiguration instance.
- DeviceInfo_getDefaultHighInputLatency(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Returns defaultHighInputLatency for the device.
- DeviceInfo_getDefaultHighOutputLatency(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Returns defaultHighOutputLatency for the device.
- DeviceInfo_getDefaultLowInputLatency(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Returns defaultLowInputLatency for the device.
- DeviceInfo_getDefaultLowOutputLatency(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Returns defaultLowOutputLatency for the device.
- DeviceInfo_getDefaultSampleRate(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
The default sample rate for the device.
- DeviceInfo_getDeviceUID(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Device UID for the device (persistent across boots).
- DeviceInfo_getDeviceUIDBytes(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Device UID for the device (persistent across boots).
- DeviceInfo_getHostApi(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
The host api of the device.
- DeviceInfo_getMaxInputChannels(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Maximum input channels for the device.
- DeviceInfo_getMaxOutputChannels(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Maximum output channels for the device.
- DeviceInfo_getName(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Gets the human-readable name of the PaDeviceInfo specified by a
pointer to it.
- DeviceInfo_getTransportType(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Transport type for the device: BuiltIn, USB, BLuetooth, etc.
- DeviceInfo_getTransportTypeBytes(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Transport type for the device: BuiltIn, USB, BLuetooth, etc.
- deviceInputWithDevice(QTCaptureDevice) - Static method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDeviceInput
-
- Devices - Class in org.jitsi.impl.neomedia.device
-
Manages the list of active (currently plugged-in) capture/notify/playback
devices and manages user preferences between all known devices (previously
and actually plugged-in).
- Devices(AudioSystem) - Constructor for class org.jitsi.impl.neomedia.device.Devices
-
Initializes the device list management.
- devicesChangedCallback() - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
-
Implements a callback which gets called by the native coreaudio
counterpart to notify the Java counterpart that the list of devices has
changed.
- devicesChangedCallback() - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Implements a callback which gets called by the native PortAudio
counterpart to notify the Java counterpart that the list of PortAudio
devices has changed.
- deviceSessionChanged(MediaDeviceSession, MediaDeviceSession) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
Notifies this MediaStream that the MediaDevice (and
respectively the MediaDeviceSession with it) which this instance
uses for capture and playback of media has been changed.
- deviceSessionChanged(MediaDeviceSession, MediaDeviceSession) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Notifies this MediaStream that the MediaDevice (and
respectively the MediaDeviceSession with it) which this instance
uses for capture and playback of media has been changed.
- deviceSessionChanged(MediaDeviceSession, MediaDeviceSession) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Notifies this MediaStream that the MediaDevice (and
respectively the MediaDeviceSession with it) which this instance
uses for capture and playback of media has been changed.
- DeviceSystem - Class in org.jitsi.impl.neomedia.device
-
Represents the base of a supported device system/backend such as DirectShow,
PortAudio, PulseAudio, QuickTime, video4linux2.
- DeviceSystem(MediaType, String) - Constructor for class org.jitsi.impl.neomedia.device.DeviceSystem
-
- DeviceSystem(MediaType, String, int) - Constructor for class org.jitsi.impl.neomedia.device.DeviceSystem
-
- deviceWithUniqueID(String) - Static method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDevice
-
Gets the QTCaptureDevice with a specific unique identifier.
- DiagnosticsControl - Interface in org.jitsi.impl.neomedia.control
-
Defines an FMJ Control which allows the diagnosis of the functional
health of a procedure/process.
- didOpenStream() - Method in class org.jitsi.impl.neomedia.device.AudioSystem2
-
Notifies this AudioSystem that an API client finished executing
a Pa_OpenStream-like function.
- didUpdateAvailableDeviceList() - Method in interface org.jitsi.impl.neomedia.device.UpdateAvailableDeviceListListener
-
Notifies this listener that the associated DeviceSystem's
function to update the list of available devices was invoked.
- DirectShowStream - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.directshow
-
Implements a PushBufferStream using DirectShow.
- DirectShowSystem - Class in org.jitsi.impl.neomedia.device
-
Discovers and registers DirectShow video capture devices with JMF.
- DirectShowSystem() - Constructor for class org.jitsi.impl.neomedia.device.DirectShowSystem
-
Constructor.
- DISABLE_AUDIO_SUPPORT_PNAME - Static variable in class org.jitsi.impl.neomedia.MediaServiceImpl
-
The name of the boolean ConfigurationService property
which indicates whether the detection of audio CaptureDevices is
to be disabled.
- DISABLE_DTMF_HANDLING_PNAME - Static variable in interface org.jitsi.service.neomedia.AudioMediaStream
-
The name of the property which controls whether handling of RFC4733
DTMF packets should be disabled or enabled.
- DISABLE_NACK_TERMINATION_PNAME - Static variable in class org.jitsi.impl.neomedia.transform.RtxTransformer
-
The name of the property used to disable NACK termination.
- DISABLE_SET_AUDIO_SYSTEM_PNAME - Static variable in class org.jitsi.impl.neomedia.MediaServiceImpl
-
- DISABLE_VIDEO_SUPPORT_PNAME - Static variable in class org.jitsi.impl.neomedia.MediaServiceImpl
-
The name of the boolean ConfigurationService property
which indicates whether the detection of video CaptureDevices is
to be disabled.
- DISABLED_PACKET_LOSS_CONCEALMENT - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
Silence is being inserted in place of lost packets.
- disableExternalEntities(DocumentBuilderFactory) - Static method in class org.jitsi.util.xml.XMLUtils
-
Tries to set the features which disable inclusion of XML external
entities and DOCTYPE declarations.
- discardOutputBuffer(Buffer) - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
-
- discardOutputBuffer(Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaEncoder
-
- DiscardTransformEngine - Class in org.jitsi.impl.neomedia.transform
-
As the name suggests, the DiscardTransformEngine discards packets that are
flagged for discard.
- DiscardTransformEngine(MediaStream) - Constructor for class org.jitsi.impl.neomedia.transform.DiscardTransformEngine
-
Ctor.
- disconnect() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
-
Implements DataSource.disconnect().
- disconnect() - Method in class org.jitsi.impl.neomedia.device.ReceiveStreamPushBufferDataSource
-
Implements DataSource.disconnect().
- disconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Closes the connection to the media source specified of this
AbstractBufferCaptureDevice.
- disconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Closes the connection to the media source specified by the
MediaLocator of this DataSource.
- disconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Closes the connection to the media source specified by the
MediaLocator of this DataSource.
- disconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
-
Disconnects from this DirectShow video capture device.
- disconnect() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
-
Implements CaptureDevice.disconnect().
- disconnect() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
-
Implements CaptureDevice.disconnect().
- disconnect() - Method in class org.jitsi.impl.neomedia.protocol.FakePushBufferDataSource
-
Closes the connection to the media source specified of this
AbstractBufferCaptureDevice.
- disconnect() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
-
Implements DataSource.disconnect().
- disconnect() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceAdapter
-
Implements DataSource.disconnect().
- disconnect() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
-
Implements DataSource.disconnect().
- disconnect() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
-
Implements DataSource.disconnect().
- dispose() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSManager
-
Dispose the object.
- dispose() - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
- dispose() - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Releases the resources allocated by this instance in the course of its
execution and prepares it to be garbage collected.
- dispose(StreamRTPManager) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Releases the resources allocated by this instance for the purposes of the
functioning of a specific StreamRTPManager in the course of its
execution and prepares that StreamRTPManager to be garbage
collected (as far as this RTPTranslatorImpl is concerned).
- dispose() - Method in interface org.jitsi.service.neomedia.RTPTranslator
-
Releases the resources allocated by this instance in the course of its
execution and prepares it to be garbage collected.
- disposeLocalPlayer(Player) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Releases the resources allocated by a specific local Player in
the course of its execution and prepares it to be garbage collected.
- disposeLocalVisualComponent(Component) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Disposes of the local visual Component of the local peer.
- disposePlayer(Player) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Releases the resources allocated by a specific Player in the
course of its execution and prepares it to be garbage collected.
- disposePlayer(Player) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Releases the resources allocated by a specific Player in the
course of its execution and prepares it to be garbage collected.
- DL_REALTIME - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
-
Process and return as soon as possible ('realtime' deadline)
Corresponds to VPX_DL_REALTIME from vpx/vpx_encoder.h
- DMO_E_NOTACCEPTING - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
-
- DMO_INPUT_STATUSF_ACCEPT_DATA - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
-
- DMO_MEDIA_TYPE_fill(long, String, String, boolean, boolean, int, String, long, int, long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
-
- DMO_MEDIA_TYPE_setCbFormat(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
-
- DMO_MEDIA_TYPE_setFormattype(long, String) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
-
- DMO_MEDIA_TYPE_setLSampleSize(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
-
- DMO_MEDIA_TYPE_setPbFormat(long, long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
-
- DMO_OUTPUT_DATA_BUFFER_alloc(long, int, long, long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
-
- DMO_OUTPUT_DATA_BUFFER_getDwStatus(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
-
- DMO_OUTPUT_DATA_BUFFER_setDwStatus(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
-
- DMO_OUTPUT_DATA_BUFFERF_INCOMPLETE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
-
- DMO_SET_TYPEF_TEST_ONLY - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
-
- doCleanup() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
Prepares this SrtpControl for garbage collection.
- doCleanup() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
-
Prepares this SrtpControl for garbage collection.
- doCleanup() - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
-
Prepares this SrtpControl for garbage collection.
- doClose() - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
-
- doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.AbstractFFmpegAudioCodec
- doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.DePacketizer
- doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.Packetizer
- doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioDecoder
- doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioEncoder
- doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.g722.JNIDecoderImpl
-
- doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.g722.JNIEncoderImpl
-
- doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaDecoder
-
- doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaEncoder
-
- doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaDecoder
-
- doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaEncoder
-
- doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
-
- doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
- doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaDecoder
-
- doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
-
- doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIDecoder
-
- doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder
-
- doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.speex.SpeexResampler
-
- doClose() - Method in class org.jitsi.impl.neomedia.codec.SilenceEffect
- doClose() - Method in class org.jitsi.impl.neomedia.codec.video.h264.DePacketizer
-
Close the Codec.
- doClose() - Method in class org.jitsi.impl.neomedia.codec.video.HFlip
-
Closes this Effect.
- doClose() - Method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer
- doClose() - Method in class org.jitsi.impl.neomedia.codec.video.vp8.Packetizer
- doClose() - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXDecoder
- doClose() - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXEncoder
- doConnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Opens a connection to the media source of this
AbstractBufferCaptureDevice.
- doConnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Opens a connection to the media source specified by the
MediaLocator of this DataSource.
- doConnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Opens a connection to the media source specified by the
MediaLocator of this DataSource.
- doConnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DataSource
-
Opens a connection to the media source specified by the
MediaLocator of this DataSource.
- doConnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.DataSource
-
doConnect allows us to initialize the DataSource with information that
we couldn't have in the constructor, like the MediaLocator that give us
the path of the ivf file which give us information on the format
- doConnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.DataSource
-
Opens a connection to the media source specified by the
MediaLocator of this DataSource.
- doConnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
-
Opens a connection to the media source specified by the
MediaLocator of this DataSource.
- doConnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
-
Opens a connection to the media source specified by the
MediaLocator of this DataSource.
- doConnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
-
Opens a connection to the media source specified by the
MediaLocator of this DataSource.
- doConnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.DataSource
-
Opens a connection to the media source specified by the
MediaLocator of this DataSource.
- doDisconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Closes the connection to the media source of this
AbstractBufferCaptureDevice.
- doDisconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Closes the connection to the media source specified by the
MediaLocator of this DataSource.
- doDisconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Closes the connection to the media source specified by the
MediaLocator of this DataSource.
- doDisconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DataSource
-
Closes the connection to the media source specified by the
MediaLocator of this DataSource.
- doDisconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.DataSource
-
Closes the connection to the media source specified by the
MediaLocator of this DataSource.
- doDisconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
-
Closes the connection to the media source specified by the
MediaLocator of this DataSource.
- doDisconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.pulseaudio.DataSource
-
Closes the connection to the media source specified by the
MediaLocator of this DataSource.
- doDisconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
-
Closes the connection to the media source specified by the
MediaLocator of this DataSource.
- doDisconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
-
Closes the connection to the media source specified by the
MediaLocator of this DataSource.
- doDisconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.DataSource
-
Closes the connection to the media source specified by the
MediaLocator of this DataSource.
- doFireVideoEvent(VideoEvent) - Method in class org.jitsi.util.event.VideoNotifierSupport
-
- doGetFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DirectShowStream
-
Gets the Format of this PushBufferStream as directly
known by it.
- doGetFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.MacCoreaudioStream
-
Gets the Format of this PullBufferStream as directly
known by it.
- doGetFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.PortAudioStream
-
Gets the Format of this PullBufferStream as directly
known by it.
- doGetFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.QuickTimeStream
-
Gets the Format of this PushBufferStream as directly
known by it.
- doGetFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2Stream
-
Gets the Format of this PullBufferStream as directly
known by it.
- doGetFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPIStream
-
Gets the Format of this AbstractBufferStream as
directly known by it.
- doInitialize() - Method in class org.jitsi.impl.neomedia.device.AudioSilenceSystem
-
- doInitialize() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
-
- doInitialize() - Method in class org.jitsi.impl.neomedia.device.DirectShowSystem
-
- doInitialize() - Method in class org.jitsi.impl.neomedia.device.ImgStreamingSystem
-
- doInitialize() - Method in class org.jitsi.impl.neomedia.device.MacCoreaudioSystem
-
- doInitialize() - Method in class org.jitsi.impl.neomedia.device.NoneAudioSystem
-
- doInitialize() - Method in class org.jitsi.impl.neomedia.device.PortAudioSystem
-
- doInitialize() - Method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
-
- doInitialize() - Method in class org.jitsi.impl.neomedia.device.QuickTimeSystem
-
- doInitialize() - Method in class org.jitsi.impl.neomedia.device.Video4Linux2System
-
- doInitialize() - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
-
- doLogPacket(DatagramPacket) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
Log the packet.
- doLogPacket(RawPacket, InetSocketAddress) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
-
Logs a specific RawPacket associated with a specific remote
address.
- doLogPacket(DatagramPacket) - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPInputStream
-
Log the packet.
- doLogPacket(RawPacket, InetSocketAddress) - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPOutputStream
-
Log the packet.
- doLogPacket(DatagramPacket) - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPInputStream
-
Log the packet.
- doLogPacket(RawPacket, InetSocketAddress) - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPOutputStream
-
Log the packet.
- DOMElementWriter - Class in org.jitsi.util.xml
-
Writes a DOM tree to a given Writer.
- DOMElementWriter() - Constructor for class org.jitsi.util.xml.DOMElementWriter
-
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
-
Opens this Codec and acquires the resources that it needs to
operate.
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.AbstractFFmpegAudioCodec
-
Opens this Codec and acquires the resources that it needs to
operate.
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.DePacketizer
-
Opens this Codec and acquires the resources that it needs to
operate.
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.Packetizer
-
Opens this Codec and acquires the resources that it needs to
operate.
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioDecoder
-
Opens this Codec and acquires the resources that it needs to
operate.
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.g722.JNIDecoderImpl
-
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.g722.JNIEncoderImpl
-
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaDecoder
-
Opens this Codec and acquires the resources that it needs to
operate.
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaEncoder
-
Opens this Codec and acquires the resources that it needs to
operate.
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaDecoder
-
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaEncoder
-
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
-
Opens this Codec and acquires the resources that it needs to
operate.
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
-
Opens this Codec and acquires the resources that it needs to
operate.
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaDecoder
-
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
-
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIDecoder
-
Opens this Codec and acquires the resources that it needs to
operate.
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder
-
Opens this Codec and acquires the resources that it needs to
operate.
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.speex.SpeexResampler
-
Opens this Codec and acquires the resources that it needs to
operate.
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.SilenceEffect
-
Opens this Codec and acquires the resources that it needs to
operate.
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.video.h264.DePacketizer
-
Opens this Codec and acquires the resources that it needs to
operate.
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.video.HFlip
-
Opens this Effect.
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer
-
Opens this Codec and acquires the resources that it needs to
operate.
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.video.vp8.Packetizer
-
Opens this Codec and acquires the resources that it needs to
operate.
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXDecoder
-
Opens this Codec and acquires the resources that it needs to
operate.
- doOpen() - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXEncoder
-
Opens this Codec and acquires the resources that it needs to
operate.
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
-
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.DePacketizer
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.JNIDecoder
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.JNIEncoder
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.Packetizer
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioDecoder
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioEncoder
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.g722.JNIDecoderImpl
-
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.g722.JNIEncoderImpl
-
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaDecoder
-
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaEncoder
-
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaDecoder
-
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaEncoder
-
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
-
Decodes an Opus packet.
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
-
Processes (i.e.
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaDecoder
-
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
-
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIDecoder
-
Decodes Speex media from a specific input Buffer
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder
-
Processes (encode) a specific input Buffer.
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.SpeexResampler
-
Resamples audio from a specific input Buffer into a specific
output Buffer.
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.SilenceEffect
-
Processes inBuf, and either copies its data to outBuf
or copies silence
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.video.h264.DePacketizer
-
Processes (depacketizes) a buffer.
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.video.HFlip
-
Performs the media processing defined by this Effect.
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.Packetizer
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXDecoder
-
Decodes a VP8 frame contained in inputBuffer into
outputBuffer (in AVFrameFormat)
- doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXEncoder
-
Encodes the frame in inputBuffer (in YUVFormat) into
a VP8 frame (in outputBuffer)
- doRead(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferStream
-
Blocks and reads into a Buffer from this
PullBufferStream.
- doRead(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading.VideoGreyFadingStream
-
Reads available media data from this instance into a specific
Buffer.
- doRead(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.ImageStream
-
Blocks and reads into a Buffer from this
PullBufferStream.
- doRead(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFStream
-
Reads available media data from this instance into a specific
Buffer.
- doRead(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.RtpdumpStream
-
Reads available media data from this instance into a specific
Buffer.
- doRead(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2Stream
-
Reads media data from this PullBufferStream into a specific
Buffer with blocking.
- doRead(Buffer, byte[], int, int) - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
-
Reads byte data from this stream into a specific array of bytes
starting the storing at a specific offset and reading at most a specific
number of bytes.
- doRead(Buffer, byte[], int, int) - Method in class org.jitsi.impl.neomedia.protocol.PullBufferStreamAdapter
-
Implements BufferStreamAdapter#doRead(Buffer, byte[], int, int).
- doRead(Buffer, byte[], int, int) - Method in class org.jitsi.impl.neomedia.protocol.PushBufferStreamAdapter
-
Implements BufferStreamAdapter#doRead(Buffer, byte[], int, int).
- doReverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
-
Perform fec receive logic specific to the fec implementation
- doReverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Receiver
-
Perform fec receive logic specific to the fec implementation
- doReverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.fec.ULPFECReceiver
-
- doSetFormat(Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DirectShowStream
-
Attempts to set the Format of this
AbstractBufferStream.
- doStart() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Starts the transfer of media data from this
AbstractBufferCaptureDevice.
- doStart() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Starts the transfer of media data from this DataSource.
- doStart() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Starts the transfer of media data from this DataSource.
- doStart() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
-
Starts the transfer of media data from this DataSource.
- doStop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Stops the transfer of media data from this
AbstractBufferCaptureDevice.
- doStop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Stops the transfer of media data from this DataSource.
- doStop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Stops the transfer of media data from this DataSource.
- doStop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
-
Stops the transfer of media data from this DataSource.
- drain() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ByteBufferPool
-
Drains this ByteBufferPool i.e.
- DROP_MUTED_AUDIO_SOURCE_IN_REVERSE_TRANSFORM - Static variable in class org.jitsi.impl.neomedia.transform.csrc.SsrcTransformEngine
-
- DSCaptureDevice - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.directshow
-
DirectShow capture device.
- DSCaptureDevice(long) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
-
Constructor.
- DSCaptureDevice.ISampleGrabberCB - Interface in org.jitsi.impl.neomedia.jmfext.media.protocol.directshow
-
The Java equivalent of the DirectShow ISampleGrabberCB interface
as it is utilized by DSCaptureDevice.
- DSFormat - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.directshow
-
DirectShow video format.
- DSFormat(int, int, int) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
-
Constructor.
- DSManager - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.directshow
-
DirectShow capture device manager.
- DSManager() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSManager
-
Constructor.
- DtlsControl - Interface in org.jitsi.service.neomedia
-
- DtlsControl.Setup - Enum in org.jitsi.service.neomedia
-
Enumerates the possible values of the setup SDP attribute
defined by RFC 4145 "TCP-Based Media Transport in the Session
Description Protocol (SDP)".
- DtlsControlImpl - Class in org.jitsi.impl.neomedia.transform.dtls
-
- DtlsControlImpl() - Constructor for class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
Initializes a new DtlsControlImpl instance.
- DtlsControlImpl(boolean) - Constructor for class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
Initializes a new DtlsControlImpl instance.
- DtlsPacketTransformer - Class in org.jitsi.impl.neomedia.transform.dtls
-
- DtlsPacketTransformer(DtlsTransformEngine, int) - Constructor for class org.jitsi.impl.neomedia.transform.dtls.DtlsPacketTransformer
-
Initializes a new DtlsPacketTransformer instance.
- DtlsTransformEngine - Class in org.jitsi.impl.neomedia.transform.dtls
-
Implements
SrtpControl.TransformEngine (and, respectively,
TransformEngine) for DTLS-SRTP.
- DtlsTransformEngine(DtlsControlImpl) - Constructor for class org.jitsi.impl.neomedia.transform.dtls.DtlsTransformEngine
-
Initializes a new DtlsTransformEngine instance.
- DtlsUtils - Class in org.jitsi.impl.neomedia.transform.dtls
-
Utilities and constants for use with the BouncyCastle API.
- DtlsUtils() - Constructor for class org.jitsi.impl.neomedia.transform.dtls.DtlsUtils
-
- DTMF_0 - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
-
The "0" DTMF Tone
- DTMF_0 - Static variable in class org.jitsi.service.neomedia.DTMFTone
-
The "0" DTMF Tone
- DTMF_1 - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
-
The "1" DTMF Tone
- DTMF_1 - Static variable in class org.jitsi.service.neomedia.DTMFTone
-
The "1" DTMF Tone
- DTMF_2 - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
-
The "2" DTMF Tone
- DTMF_2 - Static variable in class org.jitsi.service.neomedia.DTMFTone
-
The "2" DTMF Tone
- DTMF_3 - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
-
The "3" DTMF Tone
- DTMF_3 - Static variable in class org.jitsi.service.neomedia.DTMFTone
-
The "3" DTMF Tone
- DTMF_4 - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
-
The "4" DTMF Tone
- DTMF_4 - Static variable in class org.jitsi.service.neomedia.DTMFTone
-
The "4" DTMF Tone
- DTMF_5 - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
-
The "5" DTMF Tone
- DTMF_5 - Static variable in class org.jitsi.service.neomedia.DTMFTone
-
The "5" DTMF Tone
- DTMF_6 - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
-
The "6" DTMF Tone
- DTMF_6 - Static variable in class org.jitsi.service.neomedia.DTMFTone
-
The "6" DTMF Tone
- DTMF_7 - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
-
The "7" DTMF Tone
- DTMF_7 - Static variable in class org.jitsi.service.neomedia.DTMFTone
-
The "7" DTMF Tone
- DTMF_8 - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
-
The "8" DTMF Tone
- DTMF_8 - Static variable in class org.jitsi.service.neomedia.DTMFTone
-
The "8" DTMF Tone
- DTMF_9 - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
-
The "9" DTMF Tone
- DTMF_9 - Static variable in class org.jitsi.service.neomedia.DTMFTone
-
The "9" DTMF Tone
- DTMF_A - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
-
The "A" DTMF Tone
- DTMF_A - Static variable in class org.jitsi.service.neomedia.DTMFTone
-
The "A" DTMF Tone
- DTMF_B - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
-
The "B" DTMF Tone
- DTMF_B - Static variable in class org.jitsi.service.neomedia.DTMFTone
-
The "B" DTMF Tone
- DTMF_C - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
-
The "C" DTMF Tone
- DTMF_C - Static variable in class org.jitsi.service.neomedia.DTMFTone
-
The "C" DTMF Tone
- DTMF_D - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
-
The "D" DTMF Tone
- DTMF_D - Static variable in class org.jitsi.service.neomedia.DTMFTone
-
The "D" DTMF Tone
- DTMF_INBAND_0 - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
-
The "0" DTMF Inband Tone.
- DTMF_INBAND_1 - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
-
The "1" DTMF Inband Tone.
- DTMF_INBAND_2 - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
-
The "2" DTMF Inband Tone.
- DTMF_INBAND_3 - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
-
The "3" DTMF Inband Tone.
- DTMF_INBAND_4 - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
-
The "4" DTMF Inband Tone.
- DTMF_INBAND_5 - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
-
The "5" DTMF Inband Tone.
- DTMF_INBAND_6 - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
-
The "6" DTMF Inband Tone.
- DTMF_INBAND_7 - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
-
The "7" DTMF Inband Tone.
- DTMF_INBAND_8 - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
-
The "8" DTMF Inband Tone.
- DTMF_INBAND_9 - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
-
The "9" DTMF Inband Tone.
- DTMF_INBAND_A - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
-
The "A" DTMF Inband Tone.
- DTMF_INBAND_B - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
-
The "B" DTMF Inband Tone.
- DTMF_INBAND_C - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
-
The "C" DTMF Inband Tone.
- DTMF_INBAND_D - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
-
The "D" DTMF Inband Tone.
- DTMF_INBAND_SHARP - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
-
The "#" DTMF Inband Tone.
- DTMF_INBAND_STAR - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
-
The "*" DTMF Inband Tone.
- DTMF_SHARP - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
-
The "#" DTMF Tone
- DTMF_SHARP - Static variable in class org.jitsi.service.neomedia.DTMFTone
-
The "#" DTMF Tone
- DTMF_STAR - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
-
The "*" DTMF Tone
- DTMF_STAR - Static variable in class org.jitsi.service.neomedia.DTMFTone
-
The "*" DTMF Tone
- DTMFInbandTone - Class in org.jitsi.service.neomedia
-
Manages the generation of the inband DMTF signal.
- DTMFInbandTone(String, double, double) - Constructor for class org.jitsi.service.neomedia.DTMFInbandTone
-
Creates a new instance of an inband tone.
- DTMFListener - Interface in org.jitsi.service.neomedia.event
-
The purpose of a DTMFListener is to notify implementors when new
DMTF tones are received by this MediaService implementation.
- DTMFMethod - Enum in org.jitsi.service.neomedia
-
Enumerates all available DTMF methods.
- DtmfRawPacket - Class in org.jitsi.impl.neomedia.transform.dtmf
-
DtmfRawPacket represent an RTP Packet.
- DtmfRawPacket(byte[], int, int, byte) - Constructor for class org.jitsi.impl.neomedia.transform.dtmf.DtmfRawPacket
-
Creates a DtmfRawPacket using the specified buffer.
- DtmfRawPacket(RawPacket) - Constructor for class org.jitsi.impl.neomedia.transform.dtmf.DtmfRawPacket
-
Used for incoming DTMF packets, creating DtmfRawPacket
from RTP one.
- DTMFRtpTone - Class in org.jitsi.service.neomedia
-
Represents all DTMF tones for RTP method (RFC4733).
- DTMFTone - Class in org.jitsi.service.neomedia
-
Class for representing all the different DTMF tones.
- DTMFToneEvent - Class in org.jitsi.service.neomedia.event
-
This event represents starting or ending reception of a specific
DTMFRtpTone.
- DTMFToneEvent(AudioMediaStream, DTMFRtpTone) - Constructor for class org.jitsi.service.neomedia.event.DTMFToneEvent
-
Creates an instance of this DTMFToneEvent with the specified
source stream and DTMF tone.
- dtmfToneReceptionEnded(DTMFToneEvent) - Method in interface org.jitsi.service.neomedia.event.DTMFListener
-
Indicates that reception of a DTMF tone has stopped.
- dtmfToneReceptionStarted(DTMFToneEvent) - Method in interface org.jitsi.service.neomedia.event.DTMFListener
-
Indicates that we have started receiving a DTMFTone.
- DtmfTransformEngine - Class in org.jitsi.impl.neomedia.transform.dtmf
-
The class is responsible for sending DTMF tones in an RTP audio stream as
described by RFC4733.
- DtmfTransformEngine(AudioMediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.transform.dtmf.DtmfTransformEngine
-
Creates an engine instance that will be replacing audio packets
with DTMF ones upon request.
- G722 - Static variable in class org.jitsi.service.neomedia.codec.Constants
-
The G722 constant.
- G722_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
-
The G722/rtp constant.
- G729 - Static variable in class org.jitsi.impl.neomedia.codec.EncodingConfigurationImpl
-
The indicator which determines whether the G.729 codec is enabled.
- GainQuant - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
- GainQuant() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.GainQuant
-
- GENERAL_ERROR - Static variable in exception org.jitsi.service.neomedia.MediaException
-
The error code value which specifies that the MediaException
carrying it does not give more information about its specifics.
- generateSSRC(GenerateSSRCCause) - Method in class org.jitsi.impl.neomedia.jmfext.media.rtp.RTPSessionMgr
- generateSSRC(String) - Method in class org.jitsi.impl.neomedia.SSRCFactoryImpl
-
Generates a new synchronization source (SSRC) identifier.
- generateSSRC(String) - Method in interface org.jitsi.service.neomedia.SSRCFactory
-
Generates a new synchronization source (SSRC) identifier.
- get(long, int) - Method in class org.jitsi.impl.neomedia.rtp.RawPacketCache
-
Gets the packet with the given SSRC and RTP sequence number from the
cache.
- get(int) - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
-
Get the bit at the given index
- get_library_version() - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- getAbsSendTime(RawPacket, byte) - Static method in class org.jitsi.impl.neomedia.transform.AbsSendTimeEngine
-
1 2 3 4 5 6 7 8 9 10 11 12 ....
- getActiveRTPExtensionID(RTPExtension) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Returns the ID currently assigned to a specific RTP extension.
- getActiveRTPExtensions() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Returns a map containing all currently active RTPExtensions in
use by this stream.
- getActiveRTPExtensions() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Returns a map containing all currently active RTPExtensions in
use by this stream.
- getAdditionalCodecSettings() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
-
Returns additional codec settings.
- getAdditionalCodecSettings() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
-
Returns additional codec settings.
- getAdvancedAttributes() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
-
Implements MediaFormat#getAdvancedAttributes().
- getAdvancedAttributes() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
-
Returns a Map containing advanced parameters specific to this
particular MediaFormat.
- getAECSupportedFormats() - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
-
Gets the List of AudioFormats supported by the voice
capture DMO that supports/implements the acoustic echo cancellation (AEC)
feature.
- getAllEncodings(MediaType) - Method in class org.jitsi.impl.neomedia.codec.EncodingConfigurationImpl
-
Returns all the available encodings for a specific MediaType.
- getAllEncodings(MediaType) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
-
Returns all the available encodings for a specific MediaType.
- getAllPropertyNames() - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- getAllReceiveStats() - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
- getAllReceiveStats() - Method in interface org.jitsi.service.neomedia.stats.MediaStreamStats2
-
- getAllSendStats() - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
- getAllSendStats() - Method in interface org.jitsi.service.neomedia.stats.MediaStreamStats2
-
- getApiName() - Method in enum org.jitsi.impl.neomedia.portaudio.Pa.HostApiTypeId
-
- getAspectRatio() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- getAttribute(Node, String) - Static method in class org.jitsi.util.xml.XMLUtils
-
Extracts from node the attribute with the specified name.
- getAudioCaptureDevice() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
Returns a device that we could use for audio capture.
- getAudioInputStream(String) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
-
Obtains an audio input stream from the URL provided.
- getAudioLevelListener() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
-
Returns the audio level listener.
- getAudioNotifierService() - Static method in class org.jitsi.service.libjitsi.LibJitsi
-
Gets the AudioNotifierService instance.
- getAudioNotifyDevice() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
- getAudioSampleContinuous(double, int) - Method in class org.jitsi.service.neomedia.DTMFInbandTone
-
Generates a sample for the current tone signal.
- getAudioSampleDiscrete(double, int, int) - Method in class org.jitsi.service.neomedia.DTMFInbandTone
-
Generates a sample for the current tone signal converted into a discrete
signal.
- getAudioSamples(double, int) - Method in class org.jitsi.service.neomedia.DTMFInbandTone
-
Generates a signal sample for the current tone signal and stores it into
the byte data array.
- getAudioSsrc() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- getAudioSystem(String) - Static method in class org.jitsi.impl.neomedia.device.AudioSystem
-
- getAudioSystem() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
- getAudioSystems() - Static method in class org.jitsi.impl.neomedia.device.AudioSystem
-
- getAuthentication() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsClientImpl
- getAvailableAudioCaptureDevices() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
Gets the list of audio capture devices which are available through this
DeviceConfiguration.
- getAvailableAudioSystems() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
Returns a list of available AudioSystems.
- getAvailableLocales() - Method in interface org.jitsi.service.resources.ResourceManagementService
-
All the locales in the language pack.
- getAvailableScreenDevices() - Static method in class org.jitsi.impl.neomedia.device.ScreenDeviceImpl
-
Returns all available ScreenDevices.
- getAvailableScreenDevices() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Get available screens.
- getAvailableScreenDevices() - Method in interface org.jitsi.service.neomedia.MediaService
-
Get available ScreenDevices.
- getAvailableVideoCaptureDevices(MediaUseCase) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
- getAVCodecContextFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.AbstractFFmpegAudioCodec
-
- getAVCodecContextFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioDecoder
-
- getAVCodecContextFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioEncoder
-
- getAvgDownloadJitterMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Gets the average of the RTP jitter values reported to us in RTCP reports,
in milliseconds.
- getAvgDownloadJitterMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Gets the average of the RTP jitter values reported to us in RTCP reports,
in milliseconds.
- getAvgInterArrivalJitter() - Method in class org.jitsi.impl.neomedia.transform.rtcp.StatisticsEngine
-
Gets the average value of the jitter reported in RTCP packets, in RTP
timestamp units.
- getAvgUploadJitterMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Gets the average of the RTP jitter values reported to us in RTCP reports,
in milliseconds.
- getAvgUploadJitterMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Gets the average of the RTP jitter values reported to us in RTCP reports,
in milliseconds.
- getBaseLayer() - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
-
- getBitrate() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
-
Gets the bitrate described in this packet in bits per second.
- getBitrate() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
- getBitrate() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
-
- getBoolean(String, boolean) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- getBounds() - Method in class org.jitsi.impl.neomedia.device.ScreenDeviceImpl
-
Get bounds of the screen.
- getBounds() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
-
- getBounds() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
-
Gets the region in the component of this VideoRenderer where the
video is rendered.
- getBps(int) - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackDesc
-
Gets the last "stable" bitrate (in bps) of the encoding of the specified
index.
- getBuffer(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ByteBufferPool
-
Gets a ByteBuffer out of this pool of ByteBuffers which
is capable to receiving at least capacity number of bytes.
- getBuffer() - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
- getBuffer() - Method in class org.jitsi.service.neomedia.RawPacket
-
Get buffer containing the content of this packet
- getBufferLength() - Method in class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
-
Implements BufferControl.getBufferLength().
- getBurstDensity() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
Gets the fraction of RTP data packets within burst periods since the
beginning of reception that were either lost or discarded.
- getBurstDuration() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- getByteCount() - Method in class org.jitsi.impl.neomedia.quicktime.CVPixelBuffer
-
Gets the number of bytes which represent the pixels of the associated
CoreVideo CVPixelBufferRef.
- getBytes() - Method in class org.jitsi.impl.neomedia.quicktime.CVPixelBuffer
-
Gets a byte array which represents the pixels of the associated
CoreVideo CVPixelBufferRef.
- getBytes(long, int) - Method in class org.jitsi.impl.neomedia.quicktime.CVPixelBuffer
-
Gets the bytes which represent the pixels of the associated
CVPixelBufferRef into a specific native byte buffer with a
specific capacity.
- getBytes() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
- getBytes() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
-
- getBytesNotRetransmitted() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
-
Gets the number of bytes for packets which were requested and found
in the cache, but were intentionally not retransmitted.
- getBytesNotRetransmitted() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
-
Gets the number of bytes for packets which were requested and found
in the cache, but were intentionally not retransmitted.
- getBytesRetransmitted() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
-
Gets the number of bytes retransmitted.
- getBytesRetransmitted() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
-
Gets the number of bytes retransmitted.
- getCachingTransformer() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
- getCapacity() - Method in class org.jitsi.impl.neomedia.codec.video.ByteBuffer
-
Gets the maximum number of bytes which may be written into the native
memory represented by this instance.
- getCaptureDevice() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Gets the DataSource that this instance uses to read captured
media from.
- getCaptureDeviceInfo() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
-
Implements CaptureDevice.getCaptureDeviceInfo().
- getCaptureDeviceInfo() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
-
Gets the CaptureDeviceInfo of the JMF CaptureDevice
represented by this instance.
- getCaptureDeviceInfo() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Gets the CaptureDeviceInfo of this CaptureDevice which
describes it.
- getCaptureDeviceInfo(DataSource) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Gets the CaptureDeviceInfo of a specific CaptureDevice
by locating its registration in JMF using its MediaLocator.
- getCaptureDeviceInfo() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Gets the CaptureDeviceInfo of this CaptureDevice which
describes it.
- getCaptureDeviceInfo() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Gets the CaptureDeviceInfo of this CaptureDevice which
describes it.
- getCaptureDeviceInfo() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
-
Implements CaptureDevice.getCaptureDeviceInfo().
- getCaptureDeviceInfo() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
-
Implements CaptureDevice.getCaptureDeviceInfo().
- getCaptureDeviceInfoLocatorProtocol() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
-
Gets the protocol of the MediaLocator of the
CaptureDeviceInfo represented by this instance.
- getCaptureDevices() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSManager
-
Get the array of capture devices.
- getCaptureDeviceUID() - Method in class org.jitsi.impl.neomedia.HardwareVolumeControl
-
Returns the selected input device UID.
- getCData(Element) - Static method in class org.jitsi.util.xml.XMLUtils
-
Extract the CDATA content of the specified element.
- getCDataNode(Element) - Static method in class org.jitsi.util.xml.XMLUtils
-
Returns element's CDATA child node (if it has one).
- getCertificateRequest() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsServerImpl
- getChannels() - Method in class org.jitsi.impl.neomedia.format.AudioMediaFormatImpl
-
Gets the number of audio channels associated with this
AudioMediaFormat.
- getChannels() - Method in interface org.jitsi.service.neomedia.format.AudioMediaFormat
-
Returns the number of audio channels associated with this
AudioMediaFormat.
- getChildByType(Element, short) - Static method in class org.jitsi.util.xml.XMLUtils
-
Returns first of the element's child nodes that is of type
nodeType.
- getChildElementByChain(Element, String[]) - Static method in class org.jitsi.impl.configuration.xml.XMLConfUtils
-
Returns the element which is at the end of the specified
String chain.
- getCipherString() - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
-
Gets the cipher information for the current media stream.
- getCipherString() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
-
- getCipherString() - Method in interface org.jitsi.service.neomedia.ZrtpControl
-
Gets the cipher information for the current media stream.
- getCipherSuites() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsServerImpl
-
Overrides the super implementation to explicitly specify cipher suites
which we know to be supported by Bouncy Castle and provide Perfect
Forward Secrecy.
- getClientExtensions() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsClientImpl
-
Includes the use_srtp extension in the DTLS extended client
hello.
- getClockRate() - Method in class org.jitsi.impl.neomedia.format.AudioMediaFormatImpl
-
Gets the clock rate associated with this MediaFormat.
- getClockRate() - Method in class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
-
Gets the clock rate associated with this MediaFormat.
- getClockRate() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
-
Returns the clock rate associated with this MediaFormat.
- getClockRateString() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
-
Returns a String representation of the clock rate associated
with this MediaFormat making sure that the value appears as
an integer (i.e.
- getClockRateString() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
-
Returns a String representation of the clock rate associated
with this MediaFormat making sure that the value appears as
an integer (i.e.
- getCode() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfRawPacket
-
The event code of the current packet.
- getCode() - Method in class org.jitsi.service.neomedia.DTMFRtpTone
-
Returns the RFC 4733 code of this DTMF tone.
- getCodec() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
-
Get the codec of the ivf file
- getColor(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns the int representation of the color corresponding to the
given key.
- getColorString(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns the string representation of the color corresponding to the
given key.
- getComponent() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
-
- getComponent() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
-
Gets the AWT Component into which this VideoRenderer
draws.
- getComponent(Container) - Method in class org.jitsi.util.swing.FitLayout
-
Gets the first Component of a specific Container if
there is such a Component.
- getComponent(Container) - Method in class org.jitsi.util.swing.VideoLayout
-
Returns the remote video component.
- getComponentConstraints(Component) - Method in class org.jitsi.util.swing.VideoLayout
-
Returns the constraints for the given component.
- getConfiguration() - Method in interface org.jitsi.service.packetlogging.PacketLoggingService
-
Returns the current Packet Logging Configuration.
- getConfigurationFilename() - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- getConfigurationService() - Static method in class org.jitsi.service.libjitsi.LibJitsi
-
Gets the ConfigurationService instance.
- getConnectedCaptureDevice() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
- getConnector() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Gets the StreamConnector which represents the pair of datagram
sockets for RTP and RTCP traffic used by this instance.
- getContainer(long, int) - Method in class org.jitsi.impl.neomedia.rtp.RawPacketCache
-
- getContentDescriptor() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
-
Implements SourceStream.getContentDescriptor().
- getContentDescriptor() - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
-
Implements SourceStream#getContentDescriptor().
- getContentDescriptor() - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
-
Implements SourceStream.getContentDescriptor().
- getContentDescriptor() - Method in class org.jitsi.impl.neomedia.protocol.SourceStreamDelegate
-
Implements SourceStream.getContentDescriptor().
- getContentDescriptor() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
Provides a dummy implementation of SourceStream.getContentDescriptor() that always returns
null.
- getContentLength() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
-
Implements SourceStream.getContentLength().
- getContentLength() - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
-
Implements SourceStream#getContentLength().
- getContentLength() - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
-
Implements SourceStream.getContentLength().
- getContentLength() - Method in class org.jitsi.impl.neomedia.protocol.SourceStreamDelegate
-
Implements SourceStream.getContentLength().
- getContentLength() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
Provides a dummy implementation of SourceStream.getContentLength() that always returns
LENGTH_UNKNOWN.
- getContentType() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
-
Implements DataSource.getContentType().
- getContentType() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Gets the content type of the media represented by this instance.
- getContentType() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Gets the content type of the media represented by this instance.
- getContentType() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
-
Implements DataSource.getContentType().
- getContentType() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
-
Implements DataSource.getContentType().
- getContentType() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
-
Implements DataSource.getContentType().
- getContentType() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
-
Implements DataSource.getContentType().
- getContentType() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
-
Implements DataSource.getContentType().
- getContentType() - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
- getContext() - Method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
-
Returns the connection context for asynchronous communication with the
PulseAudio server.
- getControl(String) - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
-
Implements Controls.getControl(String).
- getControl(String) - Method in class org.jitsi.impl.neomedia.control.AbstractControls
-
Implements Controls.getControl(String).
- getControl(Controls, String) - Static method in class org.jitsi.impl.neomedia.control.AbstractControls
-
Gets the control of a specific Controls implementation of a
specific type if such a control is made available through
Controls.getControls(); otherwise, returns null.
- getControl(String) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Gets the control of the specified type available for this instance.
- getControl(String) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Gets the control of the specified type available for this instance.
- getControl(String) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Gets the control of the specified type available for this instance.
- getControl(String) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.DataSource
-
Gets the control of the specified type available for this instance.
- getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
-
Implements Controls#getControl(String).
- getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
-
Implements Controls.getControl(String).
- getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
-
Implements Controls.getControl(String).
- getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
-
Implements Controls.getControl(String).
- getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
-
Implements Controls.getControl(String).
- getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
-
Implements Controls.getControl(String).
- getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.RewritablePullBufferDataSource
-
Implements Controls.getControl(String).
- getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.RewritablePushBufferDataSource
-
Implements Controls.getControl(String).
- getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.SourceStreamDelegate
-
Implements Controls.getControl(String).
- getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
-
Implements Controls.getControl(String).
- getControl(String) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
- getControl(Class<T>) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
Gets a control of a specific type over this instance.
- getControl(String) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
Gets a control of a specific type over this instance.
- getControl(StreamRTPManager, String) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Exposes Controls.getControl(String) on the internal/underlying
RTPManager.
- getControl(String) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
Provides a dummy implementation of Controls.getControl(String) that always returns
null.
- getControlAddress() - Method in class org.jitsi.service.neomedia.MediaStreamTarget
-
Returns the InetSocketAddress that this MediaTarget is
pointing to for all media (RTP) traffic.
- getControlComponent() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaEncoder
-
Not used.
- getControlComponent() - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaEncoder
-
Implements Control.getControlComponent().
- getControlComponent() - Method in class org.jitsi.impl.neomedia.codec.audio.mp3.JNIEncoder
- getControlComponent() - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
-
Implements Control.getControlComponent().
- getControlComponent() - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
-
Implements Control.getControlComponent().
- getControlComponent() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
-
Stub.
- getControlComponent() - Method in class org.jitsi.impl.neomedia.control.AbstractFormatControl
-
Implements Control.getControlComponent().
- getControlComponent() - Method in class org.jitsi.impl.neomedia.control.FrameProcessingControlImpl
-
Gets the UI Component associated with this Control
object.
- getControlComponent() - Method in class org.jitsi.impl.neomedia.control.FrameRateControlAdapter
-
Gets the UI Component associated with this Control
object.
- getControlComponent() - Method in class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
-
Implements Control.getControlComponent().
- getControlComponent() - Method in class org.jitsi.impl.neomedia.control.ReadOnlyFormatControlDelegate
-
Implements Control.getControlComponent().
- getControlComponent() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
-
Not used.
- getControlInputStream() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Returns the input stream that is handling incoming RTCP packets.
- getControlInputStream(boolean) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Gets the PushSourceStream which gives access to the RTCP data
received from the remote targets and optionally creates it if it does not
exist yet.
- getControlOutputStream() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Returns the input stream that is handling outgoing RTCP packets.
- getControlOutputStream(boolean) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Gets the OutputDataStream which is used to write RTCP data to be
sent to from the remote targets and optionally creates it if it does not
exist yet.
- getControls() - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.Packetizer
-
- getControls() - Method in class org.jitsi.impl.neomedia.codec.audio.ulaw.JavaDecoder
-
- getControls() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
-
Implements Controls.getControls().
- getControls() - Method in class org.jitsi.impl.neomedia.control.ControlsAdapter
-
Implements Controls.getControls().
- getControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Implements Controls.getControls().
- getControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Implements Controls.getControls().
- getControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Implements Controls.getControls().
- getControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
-
Implements Controls.getControls().
- getControls() - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
-
Implements Controls#getControls().
- getControls() - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
-
Implements Controls.getControls().
- getControls() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
-
Implements Controls.getControls().
- getControls() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
-
Implements Controls.getControls().
- getControls() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
-
Implements Controls.getControls().
- getControls() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
-
Implements Controls.getControls().
- getControls() - Method in class org.jitsi.impl.neomedia.protocol.SourceStreamDelegate
-
Implements Controls.getControls().
- getControls() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
-
Implements Controls.getControls().
- getControls() - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
- getControls() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
Provides a dummy implementation of Controls.getControls() that always returns
EMPTY_CONTROLS.
- getControlSocket() - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPImpl
-
Gets the TCP Socket this instance uses to send and receive RTCP packets.
- getControlSocket() - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPImpl
-
Gets the UDP Socket this instance uses to send and receive RTCP packets.
- getControlSocket() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
-
Returns a reference to the DatagramSocket that a stream should
use for control data (e.g.
- getControlSocket() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
-
Returns a reference to the DatagramSocket that a stream should
use for control data (e.g.
- getControlSocket() - Method in interface org.jitsi.service.neomedia.StreamConnector
-
Returns a reference to the DatagramSocket that a stream should
use for control data (e.g.
- getControlSocket() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
-
Returns a reference to the DatagramSocket that a stream should
use for control data (e.g.
- getControlTCPSocket() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
-
Returns a reference to the Socket that a stream should
use for control data (e.g.
- getControlTCPSocket() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
-
Returns a reference to the Socket that a stream should
use for control data (e.g.
- getControlTCPSocket() - Method in interface org.jitsi.service.neomedia.StreamConnector
-
Returns a reference to the Socket that a stream should
use for control data (e.g.
- getControlTCPSocket() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
-
Returns a reference to the Socket that a stream should
use for control data (e.g.
- getCsrcCount() - Method in class org.jitsi.service.neomedia.RawPacket
-
Returns the number of CSRC identifiers currently included in this packet.
- getCsrcCount(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Returns the number of CSRC identifiers currently included in this packet.
- getCsrcEngine() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Returns the engine that is responsible for adding the list of CSRC
identifiers to outgoing RTP packets during a conference.
- getCurrentBytes() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
- getCurrentBytes() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
-
- getCurrentEncodingConfiguration() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Returns the current encoding configuration -- the instance that contains
the global settings.
- getCurrentEncodingConfiguration() - Method in interface org.jitsi.service.neomedia.MediaService
-
Returns the current EncodingConfiguration instance.
- getCurrentPackets() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
- getCurrentPackets() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
-
- getCurrentPacketsLost() - Method in class org.jitsi.impl.neomedia.stats.ReceiveTrackStatsImpl
- getCurrentPacketsLost() - Method in interface org.jitsi.service.neomedia.stats.ReceiveTrackStats
-
- getCurrentProtocolVersion() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
-
Get negotiated ZRTP protocol version.
- getCurrentProtocolVersion() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Get negotiated ZRTP protocol version.
- getCurrentProtocolVersion() - Method in interface org.jitsi.service.neomedia.ZrtpControl
-
Gets the negotiated ZRTP protocol version.
- getData() - Method in class org.jitsi.impl.neomedia.codec.video.AVFrame
-
Gets the ByteBuffer whose native memory is set on the native
counterpart of this instance/AVFrame.
- getDataAddress() - Method in class org.jitsi.service.neomedia.MediaStreamTarget
-
Returns the InetSocketAddress that this MediaTarget is
pointing to for all media (RTP) traffic.
- getDatagramPacketFilters() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
Gets the DatagramPacketFilters which allow dropping
DatagramPackets before they are converted into
RawPackets.
- getDataInputStream() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Returns the input stream that is handling incoming RTP packets.
- getDataInputStream(boolean) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Gets the PushSourceStream which gives access to the RTP data
received from the remote targets and optionally creates it if it does not
exist yet.
- getDataOutputStream() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Returns the input stream that is handling outgoing RTP packets.
- getDataOutputStream(boolean) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Gets the OutputDataStream which is used to write RTP data to be
sent to from the remote targets and optionally creates it if it does not
exist yet.
- getDataSocket() - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPImpl
-
Gets the TCP socket this instance uses to send and receive RTP packets.
- getDataSocket() - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPImpl
-
Gets the UDP socket this instance uses to send and receive RTP packets.
- getDataSocket() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
-
Returns a reference to the DatagramSocket that a stream should
use for data (e.g.
- getDataSocket() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
-
Returns a reference to the DatagramSocket that a stream should
use for data (e.g.
- getDataSocket() - Method in interface org.jitsi.service.neomedia.StreamConnector
-
Returns a reference to the DatagramSocket that a stream should
use for data (e.g.
- getDataSocket() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
-
Returns a reference to the DatagramSocket that a stream should
use for data (e.g.
- getDataSource() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
-
Gets the AudioMixingPushBufferDataSource which created and owns
this instance and defines the input data which is to not be mixed in the
output of this PushBufferStream.
- getDataSource() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
-
Gets the DataSource wrapped by this instance.
- getDataSource() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
-
Gets the DataSource wrapped by this instance.
- getDataTCPSocket() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
-
Returns a reference to the Socket that a stream should
use for data (e.g.
- getDataTCPSocket() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
-
Returns a reference to the Socket that a stream should
use for data (e.g.
- getDataTCPSocket() - Method in interface org.jitsi.service.neomedia.StreamConnector
-
Returns a reference to the Socket that a stream should
use for data (e.g.
- getDataTCPSocket() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
-
Returns a reference to the Socket that a stream should
use for data (e.g.
- getDB() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
-
Get the current gain set for this object in dB.
- getDecoderControls(ReceiveStream, Class<T>) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Searches for controls of type controlType in the
TrackControls of the Processor used to decode
receiveStream.
- getDefaultDevice(MediaType, MediaUseCase) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Gets the default MediaDevice for the specified
MediaType.
- getDefaultDevice(MediaType, MediaUseCase) - Method in interface org.jitsi.service.neomedia.MediaService
-
Returns the default MediaDevice for the specified media
type.
- getDefaultDownloadDirectory() - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
-
Returns the default download directory.
- getDefaultDownloadDirectory() - Method in interface org.jitsi.service.fileaccess.FileAccessService
-
Returns the default download directory depending on the operating system.
- GetDefaultInputDevice() - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Retrieve the index of the default input device.
- getDefaultInputDeviceUID() - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
-
- getDefaultInputDeviceUIDBytes() - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
-
- GetDefaultOutputDevice() - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Retrieve the index of the default output device.
- getDefaultOutputDeviceUID() - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
-
- getDefaultOutputDeviceUIDBytes() - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
-
- getDefaultScreenDevice() - Static method in class org.jitsi.impl.neomedia.device.ScreenDeviceImpl
-
Gets the default ScreenDevice.
- getDefaultScreenDevice() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Get default screen device.
- getDefaultScreenDevice() - Method in interface org.jitsi.service.neomedia.MediaService
-
Get default ScreenDevice device.
- getDefaultVolumeLevel() - Static method in class org.jitsi.impl.neomedia.HardwareVolumeControl
-
Returns the default volume level.
- getDefaultVolumeLevel() - Static method in class org.jitsi.service.neomedia.BasicVolumeControl
-
Returns the default volume level.
- getDest() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
-
- getDevice(AudioSystem.DataFlow, MediaLocator) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
-
Gets a CaptureDeviceInfo2 which has been contributed by this
AudioSystem, supports a specific flow of media data (i.e.
- getDevice(MediaLocator) - Method in class org.jitsi.impl.neomedia.device.Devices
-
Gets a CapatureDeviceInfo2 which is known to this instance and
is identified by a specific MediaLocator.
- getDevice() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Gets the MediaDevice associated with this instance and the work
of a MediaStream with which is represented by it.
- getDevice() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the MediaDevice that this stream uses to play back and
capture media.
- getDevice() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Gets the device that this stream uses to play back and capture media.
- getDeviceConfiguration() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Gets the CaptureDevice user choices such as the default audio
and video capture devices.
- getDeviceConfiguration() - Method in class org.jitsi.impl.neomedia.notify.AudioNotifierServiceImpl
-
The device configuration.
- GetDeviceCount() - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Retrieve the number of available devices.
- getDeviceID(MediaLocator) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.DataSource
-
Gets the device index of a MacCoreaudio device from a specific
MediaLocator identifying it.
- getDeviceID(MediaLocator) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
-
Gets the device index of a PortAudio device from a specific
MediaLocator identifying it.
- getDeviceIndex(String, int, int) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Returns the PortAudio index of the device identified by a specific
deviceID or
Pa.paNoDevice if no such device exists.
- GetDeviceInfo(int) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Retrieve a pointer to a PaDeviceInfo structure containing information
about the specified device.
- getDeviceModelIdentifier(String) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
-
- getDeviceModelIdentifierBytes(String) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
-
- getDeviceName(String) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
-
- getDeviceNameBytes(String) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
-
- getDevices(AudioSystem.DataFlow) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
-
Gets the list of devices with a specific data flow: capture, notify or
playback.
- getDevices() - Method in class org.jitsi.impl.neomedia.device.CaptureDevices
-
Returns the list of the CaptureDeviceInfo2s which are
active/plugged-in.
- getDevices() - Method in class org.jitsi.impl.neomedia.device.Devices
-
Returns the list of the CaptureDeviceInfo2s which are
active/plugged-in.
- getDevices(MediaType, MediaUseCase) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Gets a list of the MediaDevices known to this
MediaService and handling the specified MediaType.
- getDevices(MediaType, MediaUseCase) - Method in interface org.jitsi.service.neomedia.MediaService
-
Returns a list containing all devices known to this service
implementation and handling the specified MediaType.
- getDeviceSession() - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
Returns the MediaDeviceSession associated with this stream
after first casting it to AudioMediaDeviceSession since this is,
after all, an AudioMediaStreamImpl.
- getDeviceSession() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the MediaDeviceSession which represents the work of this
MediaStream with its associated MediaDevice.
- getDeviceSystemPixFmt() - Method in class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
-
Gets the DeviceSystem-specific format represented by this
instance.
- getDeviceSystems(MediaType) - Static method in class org.jitsi.impl.neomedia.device.DeviceSystem
-
- getDeviceUIDList() - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
-
- getDiagnosticContext() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the DiagnosticContext of this instance.
- getDimension() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
-
Get the dimension (height x width) of the video of the ivf file.
- getDirection() - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
-
Returns the MediaDirection supported by this device.
- getDirection() - Method in class org.jitsi.impl.neomedia.device.AudioSilenceMediaDevice
-
Returns the MediaDirection supported by this device.
- getDirection() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
-
Returns the MediaDirection supported by this device.
- getDirection() - Method in class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
-
Returns the MediaDirection supported by this device.
- getDirection() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the direction in which this MediaStream is allowed to
stream media.
- getDirection() - Method in interface org.jitsi.service.neomedia.device.MediaDevice
-
Returns the MediaDirection supported by this device.
- getDirection() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Gets the direction in which this MediaStream is allowed to
stream media.
- getDirection() - Method in class org.jitsi.service.neomedia.RTPExtension
-
Returns the direction that the corresponding MediaDevice
supports for this extension.
- getDirectionForAnswer(MediaDirection) - Method in enum org.jitsi.service.neomedia.MediaDirection
-
Returns the MediaDirection value corresponding to a remote
party's perspective of this MediaDirection applying a remote
party constraint.
- getDisableOtherVideosOnTop() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- getDiscardRate() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
Gets the fraction of RTP data packets from the source that have been
discarded since the beginning of reception, due to late or early
arrival, under-run or overflow at the receiving jitter buffer.
- getDouble(String, double) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- getDownloadJitterMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the jitter average of this download stream.
- getDownloadJitterMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
- getDownloadNbPacketLost() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the number of lost packets for the receive streams.
- getDownloadNbPacketLost() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
- getDownloadPercentLoss() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the percent loss of the download stream.
- getDownloadPercentLoss() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
- getDownloadRateKiloBitPerSec() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the bandwidth used by this download stream.
- getDownloadRateKiloBitPerSec() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
- getDownloadVideoSize() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the download video size if this stream downloads a video, or
null if not.
- getDownloadVideoSize() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Returns the download video size if this stream downloads a video, or
null if not.
- getDSPixFmt(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DataSource
-
Gets the FFmpeg pixel format matching a specific DirectShow
Specification pixel format.
- getDTMFTone(String) - Static method in class org.jitsi.service.neomedia.DTMFTone
-
Parses input value and return the corresponding tone.
- getDtmfTone() - Method in class org.jitsi.service.neomedia.event.DTMFToneEvent
-
Returns the DTMFTone instance that this event pertains to.
- getDuration() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
-
Implements Duration.getDuration().
- getDuration() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Gets the duration of the media represented by this instance.
- getDuration() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Gets the duration of the media represented by this instance.
- getDuration() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
-
Implements Duration.getDuration().
- getDuration() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
-
Implements Duration.getDuration().
- getDuration() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
-
Implements Duration.getDuration().
- getDuration() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
-
Implements Duration.getDuration().
- getDuration() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
-
Implements Duration.getDuration().
- getDuration() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfRawPacket
-
The duration of the current event.
- getDuration() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- getDynamicPayloadTypePreferences() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Returns a
Map that binds indicates whatever preferences this
media service implementation may have for the RTP payload type numbers
that get dynamically assigned to
MediaFormats with no static
payload type.
- getDynamicPayloadTypePreferences() - Method in interface org.jitsi.service.neomedia.MediaService
-
Returns a
Map that binds indicates whatever preferences the
media service implementation may have for the RTP payload type numbers
that get dynamically assigned to
MediaFormats with no static
payload type.
- getDynamicRTPPayloadType(String) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Returns the payload type number that has been negotiated for the
specified encoding or -1 if no payload type has been
negotiated for it.
- getDynamicRTPPayloadType(String) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
-
Returns the payload type number that has been negotiated for the
specified encoding or -1 if no payload type has been
negotiated for it.
- getDynamicRTPPayloadType(String) - Method in interface org.jitsi.service.neomedia.MediaStream
-
Returns the payload type number that has been negotiated for the
specified encoding or -1 if no payload type has been
negotiated for it.
- getDynamicRTPPayloadTypes() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the existing associations in this MediaStream of RTP
payload types to MediaFormats.
- getDynamicRTPPayloadTypes() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Gets the existing associations in this MediaStream of RTP
payload types to MediaFormats.
- getEchoCancelFilterLengthInMillis() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
Get the echo cancellation filter length (in milliseconds).
- getEgressEngine() - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine
-
Gets the engine which handles outgoing RTP packets for this instance.
- getEnabledEncodings(MediaType) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
-
Returns the supported MediaFormats i.e.
- getEnabledThreshold() - Method in class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
-
Implements BufferControl.getEnabledThreshold().
- getEncoderControls(Class<T>) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Searches for controls of type controlType in the
TrackControls of the Processor used to transcode the
MediaDevice of this instance into the format of this instance.
- getEncoding() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
-
Implements MediaFormat#getEncoding() and returns the encoding of the JMF
Format that we are encapsulating here but it is the RFC-known
encoding and not the internal JMF encoding.
- getEncoding() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the MediaStream enconding.
- getEncoding() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
-
Returns the name of the encoding (i.e.
- getEncoding() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Returns the MediaStream enconding.
- getEncodingClockRate() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the MediaStream enconding rate (in Hz)..
- getEncodingClockRate() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Returns the MediaStream enconding rate (in Hz).
- getEncodingPreferenceKey(MediaFormat) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
-
- getEndpointId() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- getEndSystemDelay() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- getEngine() - Method in class org.jitsi.impl.neomedia.transform.RTPTransformTCPConnector
-
Gets the customized TransformEngine which contains the concrete
transform logic.
- getEngine() - Method in class org.jitsi.impl.neomedia.transform.RTPTransformUDPConnector
-
Gets the customized TransformEngine which contains the concrete
transform logic.
- getEngineChain() - Method in class org.jitsi.impl.neomedia.transform.TransformEngineChain
-
Gets the sequence of TransformEngines whose
PacketTransformers this engine chain applies to RTP and RTCP
packets.
- getError() - Method in exception org.jitsi.impl.neomedia.quicktime.NSErrorException
-
Gets the NSError reported by this instance.
- getErrorCode() - Method in exception org.jitsi.impl.neomedia.portaudio.PortAudioException
-
Gets the code of the error as defined by the native PortAudio library
represented by this instance if it is known.
- getErrorCode() - Method in exception org.jitsi.service.neomedia.MediaException
-
Gets the error code carried by this MediaException which gives
more information about the specifics of this MediaException.
- getEventHandler() - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
-
- getExtension(File) - Static method in class org.jitsi.util.SoundFileUtils
-
Gets the file extension.
- getExtensionAttributes() - Method in class org.jitsi.service.neomedia.RTPExtension
-
Returns the extension attributes associated with this
RTPExtension or null if this extension does not have
any.
- getExtensionBit() - Method in class org.jitsi.service.neomedia.RawPacket
-
Returns true if the extension bit of this packet has been set
and false otherwise.
- getExtensionBit(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Returns true if the extension bit of this packet has been set
and false otherwise.
- getExtensionLength() - Method in class org.jitsi.service.neomedia.RawPacket
-
Returns the length of the extensions currently added to this packet.
- getExtensionLength(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Returns the length of the extensions currently added to this packet.
- getExtId() - Method in class org.jitsi.service.neomedia.RawPacket.HeaderExtension
-
- getExtLength() - Method in class org.jitsi.service.neomedia.RawPacket.HeaderExtension
-
- getExtRFactor() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- getFameRate() - Method in class org.jitsi.service.neomedia.QualityPreset
-
Returns this preset frame rate.
- getFbPacketCount() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
-
- getFCI(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
-
Gets the Feedback Control Information (FCI) field of an RTCP FB message.
- getFeatures() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
-
Gets the flags indicating the optional features supported by this
DeviceSystem.
- getFecRate() - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
-
Get the rate at which ulpfec packets will be generated and added to the
stream by this PacketTransformer.
- getFecTransformEngine() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Creates the FECTransformEngine for this MediaStream.
- getFecTransformEngine() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Creates the FECTransformEngine for this MediaStream.
- getFeedbackMessageType() - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
-
Gets the feedback message type (FMT) of this
RTCPFeedbackMessagePacket.
- getFeedbackMessageType() - Method in class org.jitsi.service.neomedia.event.RTCPFeedbackMessageEvent
-
Get feedback message type (FMT).
- getFFmpegPixFmt(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DataSource
-
Gets the DirectShow pixel format matching a specific FFmpeg pixel
format.
- getFFmpegPixFmt(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
-
Gets the Video for Linux Two API Specification pixel format matching a
specific FFmpeg pixel format.
- getFieldOrder() - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl.GUID
-
- getFileAccessService() - Static method in class org.jitsi.service.libjitsi.LibJitsi
-
Gets the FileAccessService instance.
- getFilename() - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
-
Returns the filename we are last started or stopped recording to,
null if not started.
- getFilename() - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
-
- getFilename() - Method in interface org.jitsi.service.neomedia.recording.Recorder
-
Returns the filename we are last started or stopped recording to,
null if not started.
- getFilename() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- getFlags() - Method in class org.jitsi.service.neomedia.RawPacket
-
Gets the bitmap/flag mask that specifies the set of boolean attributes
enabled for this RawPacket.
- getFlexFecHeaderOffset() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Packet
-
Get the offset at which the FlexFEC header starts
- getFlexFecHeaderSize() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Packet
-
Get the size of the flexfec header for this packet
- getFlexFecPayloadLength() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Packet
-
Returns the size of the FlexFEC payload, in bytes
- getFormat() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
-
Implements PushBufferStream.getFormat().
- getFormat() - Method in class org.jitsi.impl.neomedia.control.ReadOnlyFormatControlDelegate
-
Gets the Format of the owner of this FormatControl.
- getFormat() - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
-
Gets the MediaFormat in which this MediaDevice captures
media.
- getFormat(InputStream) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
-
Returns the FMJ format of a specific InputStream providing audio
media.
- getFormat() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
-
Returns the format depending on the media type: AudioFormat for AUDIO,
VideoFormat for VIDEO.
- getFormat() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
-
Gets the MediaFormat in which this MediaDevice captures
media.
- getFormat() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Gets the MediaFormat in which this instance captures media from
its associated MediaDevice.
- getFormat() - Method in class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
-
Returns the MediaFormat that this device is currently set to use
when capturing data.
- getFormat() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
-
Returns the JMF Format instance that we are wrapping here.
- getFormat(int, Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Gets the Format to be reported by the FormatControl of
an AbstractBufferStream at a specific zero-based index in the
list of streams of this AbstractBufferCaptureDevice.
- getFormat(int, Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Gets the Format to be reported by the FormatControl of
a PullBufferStream at a specific zero-based index in the list of
streams of this PullBufferDataSource.
- getFormat(int, Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Gets the Format to be reported by the FormatControl of
a PushBufferStream at a specific zero-based index in the list of
streams of this PushBufferDataSource.
- getFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
-
Get current format.
- getFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPIStream
-
Gets the Format of the media data made available by this
AbstractBufferStream.
- getFormat() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the MediaFormat that this stream is currently transmitting
in.
- getFormat(byte) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Returns the MediaFormat that is associated to the payload type
passed in as a parameter.
- getFormat() - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
-
Gets the Format of the data this stream provides.
- getFormat() - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
-
Implements PushBufferStream.getFormat().
- getFormat(byte) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
-
Returns the MediaFormat that is associated to the payload type
passed in as a parameter.
- getFormat() - Method in interface org.jitsi.service.neomedia.device.MediaDevice
-
Returns the MediaFormat that this device is currently set to use
when capturing data.
- getFormat() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Returns the MediaFormat that this stream is currently
transmitting in.
- getFormat(byte) - Method in interface org.jitsi.service.neomedia.MediaStream
-
Returns the MediaFormat that is associated to the payload type
passed in as a parameter.
- getFormatControls() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
-
Implements CaptureDevice.getFormatControls().
- getFormatControls(Controls) - Static method in class org.jitsi.impl.neomedia.control.AbstractFormatControl
-
Gets an array of FormatControl instances from the list of
controls available for a specific Controls implementation.
- getFormatControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Gets an array of
FormatControl instances each one of which can
be used before
AbstractBufferCaptureDevice.connect() to get and set the capture
Format of each one of the capture streams.
- getFormatControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
- getFormatControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
- getFormatControls() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
-
Implements CaptureDevice.getFormatControls().
- getFormatControls() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
-
Implements CaptureDevice.getFormatControls().
- getFormatFactory() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Gets the MediaFormatFactory through which MediaFormat
instances may be created for the purposes of working with the
MediaStreams created by this MediaService.
- getFormatFactory() - Method in interface org.jitsi.service.neomedia.MediaService
-
Gets the MediaFormatFactory through which MediaFormat
instances may be created for the purposes of working with the
MediaStreams created by this MediaService.
- getFormatParameter(String) - Method in class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
-
Returns the format parameters value for the specified name.
- getFormatParameters() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
-
Implements MediaFormat#getFormatParameters().
- getFormatParameters() - Method in class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
-
Returns the format parameters Map.
- getFormatParameters() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
-
Returns a Map containing parameters specific to this particular
MediaFormat.
- getFormatsToInitializeIAudioClient(AudioFormat) - Static method in class org.jitsi.impl.neomedia.device.WASAPISystem
-
Gets an array of alternative AudioFormats based on
format with which an attempt is to be made to initialize a new
IAudioClient instance.
- getFrameData() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.VP8Frame
-
Get the data composing the VP8 frame.
- getFrameLength() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.VP8Frame
-
Get the length of the frame (in bytes) as declared in its header.
- getFrameRate() - Method in class org.jitsi.impl.neomedia.control.FrameRateControlAdapter
-
Gets the current output frame rate.
- getFrameRate() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
Gets the frame rate set on this DeviceConfiguration.
- getFrameRate() - Method in class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
-
Gets the frame rate associated with this MediaFormat.
- getFramerate() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
-
Get the framerate declared by the header of the ivf file
- getFrameRate() - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
-
Gets the max frame rate (in fps) of the bitstream that this instance
represents.
- getFrameRate() - Method in interface org.jitsi.service.neomedia.format.VideoMediaFormat
-
Returns the frame rate associated with this MediaFormat.
- getFramesDropped() - Method in class org.jitsi.impl.neomedia.control.FrameProcessingControlImpl
-
Gets the number of output frames that were dropped during processing
since the last call to this method.
- getFrequency1() - Method in class org.jitsi.service.neomedia.DTMFInbandTone
-
Returns the first frequency coded by this tone.
- getFrequency2() - Method in class org.jitsi.service.neomedia.DTMFInbandTone
-
Returns the second frequency coded by this tone.
- getGainControl() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
-
Gets the GainControl, if any, which controls the volume level of
the audio (to be) played back by this Renderer.
- getGainReferenceLevel() - Static method in class org.jitsi.impl.neomedia.HardwareVolumeControl
-
Returns the reference volume level for computing the gain.
- getGainReferenceLevel() - Static method in class org.jitsi.service.neomedia.BasicVolumeControl
-
Returns the reference volume level for computing the gain.
- getGapDensity() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
Get the fraction of RTP data packets within inter-burst gaps since
the beginning of reception that were either lost or discarded.
- getGapDuration() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- getGlobalReceptionStats() - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
- getGlobalReceptionStats(StreamRTPManager) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Exposes RTPManager.getGlobalReceptionStats() on the
internal/underlying RTPManager.
- getGlobalTransmissionStats() - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
- getGlobalTransmissionStats(StreamRTPManager) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Exposes RTPManager.getGlobalTransmissionStats() on the
internal/underlying RTPManager.
- getGMin() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- getHandle() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
-
Gets the handle to the native counterpart of this JAWTRenderer.
- getHandle() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent
-
Gets the handle of the native counterpart of the
JAWTRenderer which paints in this
AWTVideoComponent.
- getHandleLock() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
-
Gets the Object which synchronizes the access to the handle to
the native counterpart of this JAWTRenderer.
- getHandleLock() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent
-
Gets the synchronization lock which protects the access to the
handle property of this AWTVideoComponent.
- getHeader() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFFileReader
-
Get the header of the IVF file.
- getHeaderExtension(byte) - Method in class org.jitsi.service.neomedia.RawPacket
-
- getHeaderExtensions() - Method in class org.jitsi.service.neomedia.RawPacket
-
- getHeaderExtensionType() - Method in class org.jitsi.service.neomedia.RawPacket
-
Return the define by profile part of the extension header.
- getHeaderLength() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
-
Get the header length of the ivf file
- getHeaderLength() - Method in class org.jitsi.service.neomedia.RawPacket
-
Get RTP header length from a RTP packet
- getHeaderLength(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Get RTP header length from a RTP packet
- getHeight(byte[], int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8KeyframeHeader
-
- getHeight() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
-
Get video height.
- getHeight() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
-
Get the height of the video of the ivf file
- getHeight() - Method in class org.jitsi.impl.neomedia.quicktime.CVPixelBuffer
-
Gets the height in pixels of this CVPixelBuffer.
- getHeight() - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
-
Gets the max height of the bitstream that this instance represents.
- getHeight() - Method in class org.jitsi.util.event.SizeChangeVideoEvent
-
Gets the new height of the associated visual Component.
- getHelloHash(int) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
-
Return the zrtp hello hash String.
- getHelloHash(int) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Gets the Hello packet Hash
- getHelloHash(int) - Method in interface org.jitsi.service.neomedia.ZrtpControl
-
Returns the zrtp hello hash String.
- getHelloHashSep(int) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
-
Get the ZRTP Hello Hash data - separate strings.
- getHelloHashSep(int) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Get the ZRTP Hello Hash data - separate strings.
- getHelloHashSep(int) - Method in interface org.jitsi.service.neomedia.ZrtpControl
-
Gets the ZRTP Hello Hash data - separate strings.
- getHighestSent() - Method in class org.jitsi.impl.neomedia.stats.SendTrackStatsImpl
- getHighestSent() - Method in interface org.jitsi.service.neomedia.stats.SendTrackStats
-
- GetHostApiInfo(int) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Retrieve a pointer to a structure containing information about a specific
host Api.
- getHostApiType() - Method in exception org.jitsi.impl.neomedia.portaudio.PortAudioException
-
Gets the host API, if any, which returned the error code and (detailed)
message represented by this instance.
- getHResult() - Method in exception org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.HResultException
-
Gets the HRESULT value represented by this instance.
- getI18nMnemonic(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns an internationalized string corresponding to the given key.
- getI18nMnemonic(String, Locale) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns an internationalized string corresponding to the given key.
- getI18NString(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns an internationalized string corresponding to the given key.
- getI18NString(String, Locale) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns an internationalized string corresponding to the given key.
- getI18NString(String, String[]) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns an internationalized string corresponding to the given key.
- getI18NString(String, String[], Locale) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns an internationalized string corresponding to the given key.
- getIdentifier() - Method in class org.jitsi.impl.neomedia.device.CaptureDeviceInfo2
-
Returns the device identifier used to save and load device preferences.
- getImage(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Constructs an ImageIcon from the specified image ID and returns
it.
- getImageBytes(BufferedImage, byte[]) - Static method in class org.jitsi.impl.neomedia.imgstreaming.ImgStreamingUtils
-
Get raw bytes from ARGB BufferedImage.
- getImageInBytes(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Loads the image with the specified ID and returns a byte array
containing it.
- getImageInputStream(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns the InputStream of the image corresponding to the given
key.
- getImageInputStreamForPath(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns the InputStream of the image corresponding to the given
path.
- getImagePath(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns the image path corresponding to the given key.
- getImageURL(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns the URL of the image corresponding to the given key.
- getImageURLForPath(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns the URL of the image corresponding to the given path.
- getIMMDevice(String) - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
-
Gets an audio endpoint device that is identified by a specific endpoint
ID string.
- getIMMDeviceDataFlow(long) - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
-
Gets the data flow of a specific IMMDevice in the form of an
EDataFlow value.
- getIMMDeviceIndex(String, int) - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
-
Gets the zero-based index within the IMMDeviceCollection
interface of an audio endpoint device specified by an endpoint ID string.
- getInAttribute() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
-
- getInAttribute() - Method in interface org.jitsi.service.neomedia.SDesControl
-
Gets the crypto attribute of the incoming MediaStream.
- getIncomingRawPacketCache() - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
-
- getIndex() - Method in class org.jitsi.impl.neomedia.device.ScreenDeviceImpl
-
Get the screen index.
- getIndex() - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
-
Gets the subjective quality index of this instance.
- getIndex() - Method in interface org.jitsi.service.neomedia.device.ScreenDevice
-
Gets this screen's index.
- getIngressEngine() - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine
-
Gets the engine which handles incoming RTP packets for this instance.
- getInitiatorCryptoAttributes() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
-
Returns the crypto attributes enabled on this computer.
- getInitiatorCryptoAttributes() - Method in interface org.jitsi.service.neomedia.SDesControl
-
Returns the crypto attributes enabled on this computer.
- getInputDeviceVolume(String) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
-
- getInputDeviceVolume(String) - Method in class org.jitsi.impl.neomedia.HardwareVolumeControl
-
Returns the device volume via the system API.
- getInputFormat() - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
-
Gets the Format in which this Codec is currently
configured to accept input media data.
- getInputVolumeControl() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Gets the VolumeControl which controls the volume level of audio
input/capture.
- getInputVolumeControl() - Method in interface org.jitsi.service.neomedia.MediaService
-
Gets the VolumeControl which controls the volume level of audio
input/capture.
- getInstant() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- getInt(String, int) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- getInterval() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
- getInterval() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
-
- getJitter() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
- getJitter() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
-
- getJitterBufferAbsoluteMaximumDelay() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- getJitterBufferAdaptive() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
Gets whether the jitter buffer is adaptive.
- getJitterBufferControl(ReceiveStream) - Static method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Gets the JitterBufferControl of a ReceiveStream.
- getJitterBufferDelayMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the delay in milliseconds introduced by the jitter buffer.
- getJitterBufferDelayMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Returns the delay in milliseconds introduced by the jitter buffer.
- getJitterBufferDelayPackets() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the delay in number of packets introduced by the jitter buffer.
- getJitterBufferDelayPackets() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Returns the delay in number of packets introduced by the jitter buffer.
- getJitterBufferMaximumDelay() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- getJitterBufferNominalDelay() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- getJitterBufferRate() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
Gets the implementation specific adjustment rate of a jitter buffer
in adaptive mode.
- getJMFEncoding() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
-
Gets the encoding of the JMF Format represented by this
instance as it is known to JMF (in contrast to its RFC name).
- getKeyFrameControl() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
- getKeyFrameControl() - Method in interface org.jitsi.service.neomedia.VideoMediaStream
-
Gets the KeyFrameControl of this VideoMediaStream.
- getKeyFrameRequestees() - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl
-
Gets the KeyFrameRequestees made available through this
KeyFrameControl.
- getKeyFrameRequestees() - Method in class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
-
- getKeyFrameRequesters() - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl
-
Gets the KeyFrameRequesters made available through this
KeyFrameControl.
- getKeyFrameRequesters() - Method in class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
-
- getLastActivityTime() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
Gets the time in milliseconds of the last activity related to this
RTPConnectorInputStream.
- getLastInputActivityTime() - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
Gets the time in milliseconds of the last input activity related to this
AudioMediaStream.
- getLastMeasuredAudioLevel(long) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
Returns the last audio level that was measured by the underlying device
session for the specified ssrc (where ssrc could also
correspond to our local sync source identifier).
- getLastMeasuredAudioLevel(long) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
-
Returns the last audio level that was measured by this device session
for the specified ssrc.
- getLastMeasuredLocalUserAudioLevel() - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
-
Returns the last audio level that was measured by the underlying
mixer for local user.
- getLastStableBitrateBps(long) - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
-
Gets the last stable bitrate (in bps) for this instance.
- getLatestEstimate() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorAbsSendTime
-
Returns the estimated payload bitrate in bits per second if a valid
estimate exists; otherwise, -1.
- getLatestEstimate() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorSingleStream
-
Returns the estimated payload bitrate in bits per second if a valid
estimate exists; otherwise, -1.
- getLatestEstimate() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
-
Returns the estimated payload bitrate in bits per second if a valid
estimate exists; otherwise, -1.
- getLatestEstimate() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
- getLatestEstimate() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator
-
- getLatestEstimate() - Method in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
-
Returns the estimated payload bitrate in bits per second if a valid
estimate exists; otherwise, -1.
- getLatestFractionLoss() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
- getLatestFractionLoss() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator
-
- getLatestREMB() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
- getLatestREMB() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator
-
- getLength() - Method in class org.jitsi.impl.neomedia.codec.video.ByteBuffer
-
Gets the number of bytes of valid data that the native memory represented
by this instance contains.
- GetLength() - Method in interface org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.IMediaBuffer
-
- GetLength() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.PtrMediaBuffer
-
- getLength() - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
- getLength() - Method in class org.jitsi.service.neomedia.RawPacket
-
Get the length of this packet's data
- getLength(byte[], int, int) - Static method in class org.jitsi.util.RTCPUtils
-
Deprecated.
Gets the RTCP packet length in bytes as specified by the length field
of the RTCP packet (does not verify that the buffer is actually large
enough).
- getLength(ByteArrayBuffer) - Static method in class org.jitsi.util.RTCPUtils
-
Deprecated.
Gets the RTCP packet length in bytes.
- getLevel(long) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelMap
-
Returns the audio level of the specified csrc id or -1
if csrc is not currently registered in this map.
- getLevel() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
-
Get the current gain set for this object as a value between 0.0 and 1.0
- getLevel() - Method in class org.jitsi.service.neomedia.event.VolumeChangeEvent
-
Gets the volume level notified about by this VolumeChangeEvent.
- getLimit() - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
-
The limit for the file size.
- getLocal() - Method in class org.jitsi.util.swing.VideoLayout
-
Returns the local video component.
- getLocalCloseButton() - Method in class org.jitsi.util.swing.VideoLayout
-
Returns the local video close button.
- getLocalContributingSourceIDs() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Returns the list of CSRC identifiers for all parties currently known
to contribute to the media that this stream is sending toward its remote
counter part.
- getLocalControlAddress() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the local address that this stream is sending RTCP traffic from.
- getLocalDataAddress() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the local address that this stream is sending RTP traffic from.
- getLocalFingerprint() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
Gets the fingerprint of the local certificate that this instance uses to
authenticate its ends of DTLS sessions.
- getLocalFingerprint() - Method in interface org.jitsi.service.neomedia.DtlsControl
-
Gets the fingerprint of the local certificate that this instance uses to
authenticate its ends of DTLS sessions.
- getLocalFingerprintHashFunction() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
Gets the hash function with which the fingerprint of the local
certificate is computed i.e.
- getLocalFingerprintHashFunction() - Method in interface org.jitsi.service.neomedia.DtlsControl
-
Gets the hash function with which the fingerprint of the local
certificate is computed i.e.
- getLocalIPAddress() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the local IP address of the MediaStream.
- getLocalIPAddress() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Returns the local IP address of the MediaStream.
- getLocalOutDataSource() - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
-
Gets the AudioMixingPushBufferDataSource containing the mix of
all input DataSources excluding the CaptureDevice of
this AudioMixer and is thus meant for playback on the local peer
in a call.
- getLocalPlayer() - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Return the Player instance which provides the local visual/video
Component.
- getLocalPort() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the local port of the MediaStream.
- getLocalPort() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Returns the local port of the MediaStream.
- getLocalSourceID() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the synchronization source (SSRC) identifier of the local peer or
-1 if it is not yet known.
- getLocalSourceID() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Returns the synchronization source (SSRC) identifier of the local
participant or -1 if that identifier is not yet known at this
point.
- getLocalSSRC() - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
- getLocalSSRC(StreamRTPManager) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Exposes RTPSessionMgr.getLocalSSRC() on the internal/underlying
RTPSessionMgr.
- getLocalTime(long, long) - Method in class org.jitsi.impl.neomedia.recording.SynchronizerImpl
-
Tries to find the local time (as returned by
System.currentTimeMillis()) that corresponds to the RTP
timestamp rtpTime for the SSRC ssrc.
- getLocalTime(long, long) - Method in interface org.jitsi.service.neomedia.recording.Synchronizer
-
Tries to find the local time (as returned by
System.currentTimeMillis()) that corresponds to the RTP
timestamp rtpTime for the SSRC ssrc.
- getLocalVisualComponent() - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Gets the visual Component, if any, depicting the video streamed
from the local peer to the remote peer.
- getLocalVisualComponent() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Gets the visual Component, if any, depicting the video streamed
from the local peer to the remote peer.
- getLocalVisualComponent() - Method in interface org.jitsi.service.neomedia.VideoMediaStream
-
Gets the visual Component, if any, depicting the video streamed
from the local peer to the remote peer.
- getLocator() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
-
Gets the MediaLocator which specifies the playback device to be
used by this Renderer.
- getLocator() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
-
Implements DataSource.getLocator().
- getLocator() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
-
Implements DataSource.getLocator().
- getLocatorProtocol() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
-
Gets the protocol of the MediaLocators of the
CaptureDeviceInfos (to be) registered (with FMJ) by this
DeviceSystem.
- getLogfileCount() - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
-
The counter for number of files.
- getLong(String, long) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- getLoopInterval() - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
-
Gets the interval of time in milliseconds between consecutive plays of
this audio.
- getLossDegradedMs() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator.Statistics
-
- getLossFreeMs() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator.Statistics
-
- getLossLimitedMs() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator.Statistics
-
- getLossRate() - Method in class org.jitsi.impl.neomedia.stats.ReceiveTrackStatsImpl
- getLossRate() - Method in class org.jitsi.impl.neomedia.stats.SendTrackStatsImpl
-
Returns an estimation of the loss rate based on the most recent RTCP
Receiver Report that we received, and the rate of "non-sent" packets
(i.e.
- getLossRate() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
Gets the fraction of RTP data packets from the source lost since the
beginning of reception.
- getLossRate() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
-
- getLostPackets(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.NACKPacket
-
- getLostPackets() - Method in class org.jitsi.impl.neomedia.rtcp.NACKPacket
-
- getLostPacketsFci(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.NACKPacket
-
- getMalfunctioningSince() - Method in interface org.jitsi.impl.neomedia.control.DiagnosticsControl
-
Gets the time in milliseconds at which the associated procedure/process
has started malfunctioning.
- getMany(long, int) - Method in class org.jitsi.impl.neomedia.rtp.RawPacketCache
-
Gets the most recent packets from the cache that pertains to the SSRC
that is specified as an argument, not exceeding the number of bytes
specified as an argument.
- getMaskWithKBits() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Mask
-
- getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
-
Gets the Formats which are supported by this Codec as
output when the input is in a specific Format.
- getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
-
Returns the output formats according to the input.
- getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.Packetizer
-
- getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaDecoder
-
- getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
-
Gets the Formats which are supported by this Codec as
output when the input is in a specific Format.
- getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaDecoder
-
Get the output formats matching a specific input format.
- getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
-
Get the output formats matching a specific input format.
- getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIDecoder
-
Get all supported output Formats.
- getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder
-
Get the output formats matching a specific input format.
- getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.SpeexResampler
-
Get the output formats matching a specific input format.
- getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.ulaw.JavaDecoder
-
- getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.ulaw.JavaEncoder
-
- getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.DePacketizer
-
Gets the Formats which are supported by this Codec as
output when the input is in a specific Format.
- getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
-
Get matching outputs for a specified input Format.
- getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXDecoder
-
Get matching outputs for a specified input Format.
- getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXEncoder
-
Gets the matching output formats for a specific format.
- getMaxDownloadJitterMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Gets the maximum RTP jitter value reported by us in an RTCP report, in
milliseconds.
- getMaxDownloadJitterMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Gets the maximum RTP jitter value reported by us in an RTCP report, in
milliseconds.
- getMaximalNominalSampleRate(String, boolean, boolean) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
-
- getMaxInterArrivalJitter() - Method in class org.jitsi.impl.neomedia.transform.rtcp.StatisticsEngine
-
The minimum inter arrival jitter value we have reported.
- GetMaxLength() - Method in interface org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.IMediaBuffer
-
- GetMaxLength() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.PtrMediaBuffer
-
- getMaxSupportedFrameRate() - Method in class org.jitsi.impl.neomedia.control.FrameRateControlAdapter
-
Gets the maximum supported output frame rate.
- getMaxUploadJitterMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Gets the maximum RTP jitter value reported to us in an RTCP report, in
milliseconds.
- getMaxUploadJitterMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Gets the maximum RTP jitter value reported to us in an RTCP report, in
milliseconds.
- getMaxValue() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
-
Returns the maximum allowed volume value.
- getMaxValue() - Method in interface org.jitsi.service.neomedia.VolumeControl
-
Returns the maximum allowed volume value/level.
- getMediaDeviceForPartialDesktopStreaming(int, int, int, int) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Get a MediaDevice for a part of desktop streaming/sharing.
- getMediaDeviceForPartialDesktopStreaming(int, int, int, int) - Method in interface org.jitsi.service.neomedia.MediaService
-
Get a MediaDevice for a part of desktop streaming/sharing.
- getMediaFormat(Format) - Static method in class org.jitsi.impl.neomedia.MediaUtils
-
Gets a MediaFormat predefined in MediaUtils which
represents a specific JMF Format.
- getMediaFormat(String, double) - Static method in class org.jitsi.impl.neomedia.MediaUtils
-
Gets the MediaFormat known to MediaUtils and having the
specified well-known encoding (name) and clockRate.
- getMediaFormat(String, double, Map<String, String>) - Static method in class org.jitsi.impl.neomedia.MediaUtils
-
Gets the MediaFormat known to MediaUtils and having the
specified well-known encoding (name), clockRate and
matching format parameters.
- getMediaFormatIndex(MediaFormat) - Static method in class org.jitsi.impl.neomedia.MediaUtils
-
Gets the index of a specific MediaFormat instance within the
internal storage of MediaUtils.
- getMediaFormats(byte) - Static method in class org.jitsi.impl.neomedia.MediaUtils
-
Gets the MediaFormats (expressed as an array) corresponding to
a specific RTP payload type.
- getMediaFormats(MediaType) - Static method in class org.jitsi.impl.neomedia.MediaUtils
-
Gets the MediaFormats known to MediaUtils and being of
the specified MediaType.
- getMediaFormats(String) - Static method in class org.jitsi.impl.neomedia.MediaUtils
-
Gets the MediaFormats predefined in MediaUtils with a
specific well-known encoding (name) as defined by RFC 3551 "RTP Profile
for Audio and Video Conferences with Minimal Control".
- getMediaService() - Static method in class org.jitsi.service.libjitsi.LibJitsi
-
Gets the MediaService instance.
- getMediaService() - Method in interface org.jitsi.service.neomedia.MediaConfigurationService
-
Returns the MediaService instance
- getMediaServiceImpl() - Static method in class org.jitsi.impl.neomedia.NeomediaServiceUtils
-
- getMediaStream() - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
-
Gets the MediaStream associated with this Recorder.
- getMediaStream() - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
-
Gets the MediaStream associated with this Recorder.
- getMediaStream() - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
Returns the MediaStream that uses this StreamRTPManager
- getMediaStream() - Method in interface org.jitsi.service.neomedia.recording.Recorder
-
Gets the MediaStream associated with this Recorder.
- getMediaStreamStats() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Returns the statistical information gathered about this
MediaStream.
- getMediaStreamStats() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Returns a MediaStreamStats object used to get statistics about
this MediaStream.
- getMediaStreamTrack() - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
-
- getMediaStreamTrackReceiver() - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
- getMediaStreamTrackReceiver() - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackDesc
-
- getMediaStreamTrackReceiver() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
- getMediaStreamTrackReceiver() - Method in class org.jitsi.service.neomedia.AbstractMediaStream
-
- getMediaStreamTrackReceiver() - Method in interface org.jitsi.service.neomedia.MediaStream
-
- getMediaStreamTracks() - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackReceiver
-
- getMediaType() - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
-
Gets the MediaType that this device supports.
- getMediaType() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
-
- getMediaType() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
-
Gets the MediaType that this device supports.
- getMediaType() - Method in class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
-
Returns the MediaType that this device supports.
- getMediaType() - Method in class org.jitsi.impl.neomedia.format.AudioMediaFormatImpl
-
Gets the type of this MediaFormat which is
MediaType.AUDIO for AudioMediaFormatImpl instances.
- getMediaType() - Method in class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
-
Gets the type of this MediaFormat which is
MediaType.VIDEO for AudioMediaFormatImpl instances.
- getMediaType() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the MediaType of this MediaStream.
- getMediaType() - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackDesc
-
- getMediaType() - Method in interface org.jitsi.service.neomedia.device.MediaDevice
-
Returns the MediaType that this device supports.
- getMediaType() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
-
Returns the type of this MediaFormat (e.g.
- getMediaType() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- getMinDownloadJitterMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Gets the minimum RTP jitter value reported by us in an RTCP report, in
milliseconds.
- getMinDownloadJitterMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Gets the minimum RTP jitter value reported by us in an RTCP report, in
milliseconds.
- getMinimalNominalSampleRate(String, boolean, boolean) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
-
- getMinimumThreshold() - Method in class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
-
Implements BufferControl.getMinimumThreshold().
- getMinimumTransferSize() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
Provides a dummy implementation of PushSourceStream.getMinimumTransferSize() that always returns
2 * 1024.
- getMinInterArrivalJitter() - Method in class org.jitsi.impl.neomedia.transform.rtcp.StatisticsEngine
-
The maximum inter arrival jitter value we have reported.
- getMinUploadJitterMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Gets the minimum RTP jitter value reported to us in an RTCP report, in
milliseconds.
- getMinUploadJitterMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Gets the minimum RTP jitter value reported to us in an RTCP report, in
milliseconds.
- getMinValue() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
-
Returns the minimum allowed volume value.
- getMinValue() - Method in interface org.jitsi.service.neomedia.VolumeControl
-
Returns the minimum allowed volume value/level.
- getModelIdentifier() - Method in class org.jitsi.impl.neomedia.device.CaptureDeviceInfo2
-
Returns the model identifier of this instance.
- getMosCq() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- getMosLq() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- getMultiStrParams() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Gets the multistream params
- getMute() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
-
Get mute state of sound.
- getMute() - Method in class org.jitsi.service.neomedia.event.VolumeChangeEvent
-
Gets the indicator which determines whether the volume is muted.
- getMute() - Method in interface org.jitsi.service.neomedia.VolumeControl
-
Get mute state of sound playback.
- getName() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
-
Gets the name of this plug-in as a human-readable string.
- getName() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
-
Gets the name of this plug-in as a human-readable string.
- getName() - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
-
- getName() - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.DePacketizer
-
Returns the name of the DePacketizer
- getName() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Decoder
-
- getName() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.DePacketizer
-
- getName() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Encoder
-
- getName() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Packetizer
-
- getName() - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
-
Get plugin name.
- getName() - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
-
Gets the name of this Codec.
- getName() - Method in class org.jitsi.impl.neomedia.codec.video.h264.Packetizer
-
Gets the name of this PlugIn.
- getName() - Method in class org.jitsi.impl.neomedia.device.ScreenDeviceImpl
-
Get the identifier of the screen.
- getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
-
Get name of the capture device.
- getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
-
Gets the descriptive/human-readable name of this JMF plug-in.
- getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
-
Gets the descriptive/human-readable name of this JMF plug-in.
- getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer
- getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
- getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
-
- getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
-
Gets the human-readable name of this PlugIn.
- getName() - Method in class org.jitsi.impl.neomedia.recording.BasicWavMux
- getName() - Method in class org.jitsi.service.neomedia.AbstractMediaStream
-
Returns the name of this stream or null if no name has been
set.
- getName() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Returns the name of this stream or null if no name has been
set.
- getNamespaceUri(Node) - Static method in class org.jitsi.util.xml.XMLUtils
-
Gets the node namespace.
- getNbDiscarded() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the total number of Protocol Data Units (PDU) discarded by the
FMJ packet queue since the beginning of the session.
- getNbDiscarded() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Returns the total number of discarded packets since the beginning of the
session.
- getNbDiscardedFull() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the number of Protocol Data Units (PDU) discarded by the
FMJ packet queue since the beginning of the session because it was full.
- getNbDiscardedFull() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Returns the number of packets discarded since the beginning of the
session, because the packet queue was full.
- getNbDiscardedLate() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the number of Protocol Data Units (PDU) discarded by the
FMJ packet queue since the beginning of the session because they were late.
- getNbDiscardedLate() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Returns the number of packets discarded since the beginning of the
session, because they were late.
- getNbDiscardedReset() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the number of Protocol Data Units (PDU) discarded by the
FMJ packet queue since the beginning of the session during resets.
- getNbDiscardedReset() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Returns the number of packets discarded since the beginning of the
session, because the packet queue was reset.
- getNbDiscardedShrink() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the number of Protocol Data Units (PDU) discarded by the
FMJ packet queue since the beginning of the session due to shrinking.
- getNbDiscardedShrink() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Returns the number of packets discarded since the beginning of the
session, while the packet queue was shrinking.
- getNbFec() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the number of packets for which FEC data was decoded.
- getNbFec() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Returns the number of packets for which FEC data was decoded.
- getNbPackets() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the total number of packets that are send or receive for this
stream since the stream is created.
- getNbPackets() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
- getNbPacketsLost() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the number of lost packets for that stream.
- getNbPacketsLost() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
- getNbPacketsReceived() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the number of packets received since the beginning of the
session.
- getNbPacketsReceived() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
- getNbPacketsSent() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the number of packets sent since the beginning of the session.
- getNbPacketsSent() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
- getNbReceivedBytes() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
- getNbReceivedBytes() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
- getNbSentBytes() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
- getNbSentBytes() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
- getNextFrame(boolean) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFFileReader
-
Get the next vp8 frame of the IVF file as a byte array.
- getNextFrame(VP8Frame, boolean) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFFileReader
-
Get the next vp8 frame of the IVF file as a byte array.
- getNextPacket(boolean) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.RtpdumpFileReader
-
Get the next rtp packet recorded in the rtpdump file.
- getNextToneSignal(double, int) - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
-
Gets the next inband DTMF tone signal.
- getNoiseLevel() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- getNominalSampleRate(String, boolean, boolean) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
-
- getNtpTime() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- getNumberOfBytesSent() - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
-
Returns the number of bytes sent trough this stream
- getNumberOfFramesInFile() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
-
Get the 'number of frames' field from the IVF file header.
- getNumberOfReceivedBytes() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
Returns the number of received bytes for the stream.
- getNumberSupportedVersions() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
-
Get number of supported ZRTP protocol versions.
- getNumberSupportedVersions() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Get number of supported ZRTP protocol versions.
- getNumberSupportedVersions() - Method in interface org.jitsi.service.neomedia.ZrtpControl
-
Gets the number of supported ZRTP protocol versions.
- getOffset() - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
- getOffset() - Method in class org.jitsi.service.neomedia.RawPacket
-
Get the start offset of this packet's data inside storing buffer
- getOrCreateBandwidthEstimator() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
- getOrCreateBandwidthEstimator() - Method in interface org.jitsi.service.neomedia.VideoMediaStream
-
- getOrigin() - Method in class org.jitsi.util.event.VideoEvent
-
- getOriginalSequenceNumber() - Method in class org.jitsi.service.neomedia.RawPacket
-
Gets the OSN value of an RTX packet.
- getOriginForDesktopStreamingDevice(MediaDevice) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Gets the origin of a specific desktop streaming device.
- getOriginForDesktopStreamingDevice(MediaDevice) - Method in interface org.jitsi.service.neomedia.MediaService
-
Get origin for desktop streaming device.
- getOutAttribute() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
-
- getOutAttribute() - Method in interface org.jitsi.service.neomedia.SDesControl
-
Gets the crypto attribute of the outgoing MediaStream.
- getOutgoingRawPacketCache() - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
-
- getOutputBitrate() - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
-
- getOutputBitrate(long) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
-
- getOutputDataSource() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Gets the output DataSource of this instance which provides the
captured (RTP) data to be sent by MediaStream to
MediaStreamTarget.
- getOutputDeviceVolume(String) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
-
- getOutputFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.JNIEncoder
-
Gets the Format of the media output by this Codec.
- getOutputFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.g722.JNIEncoderImpl
-
Get the output Format.
- getOutputFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaEncoder
-
Get the output format.
- getOutputFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaEncoder
-
Get the output format.
- getOutputFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
-
Gets the Format of the media output by this Codec.
- getOutputFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
-
Get the output format.
- getOutputFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder
-
Get the output format.
- getOutputLocator() - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
- getOutputSize() - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
-
Gets the output size.
- getOutputVolumeControl() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Gets the VolumeControl which controls the volume level of audio
output/playback.
- getOutputVolumeControl() - Method in interface org.jitsi.service.neomedia.MediaService
-
Gets the VolumeControl which controls the volume level of audio
output/playback.
- getOwner() - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackDesc
-
- getPacketLoggingService() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
Gets the PacketLoggingService (to be) utilized by this instance.
- getPacketLoggingService() - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
-
Gets the PacketLoggingService (to be) utilized by this instance.
- getPacketLoggingService() - Static method in class org.jitsi.service.libjitsi.LibJitsi
-
Gets the PacketLoggingService instance.
- getPacketLossConcealment() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
Gets the type of packet loss concealment (PLC).
- getPacketQueueCountPackets() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the number of packets in the first JitterBufferControl
found via getJitterBufferControls.
- getPacketQueueCountPackets() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Returns the number of packets currently in the packet queue.
- getPacketQueueSize() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the size of the first JitterBufferControl found via
getJitterBufferControls.
- getPacketQueueSize() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Returns the current size of the packet queue.
- getPacketRate() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
- getPacketRate() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
-
- getPackets(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
-
- getPackets() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
-
- getPackets() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
- getPackets() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
-
- getPacketsFromFci(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
-
- getPacketsLost() - Method in class org.jitsi.impl.neomedia.stats.ReceiveTrackStatsImpl
- getPacketsLost() - Method in interface org.jitsi.service.neomedia.stats.ReceiveTrackStats
-
- getPacketsMissingFromCache() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
-
Gets the number of packets for which retransmission was requested,
but they were missing from the cache.
- getPacketsMissingFromCache() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
-
Gets the number of packets for which retransmission was requested,
but they were missing from the cache.
- getPacketsNotRetransmitted() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
-
Gets the number of packets which were requested and found in the
cache, but were intentionally not retransmitted.
- getPacketsNotRetransmitted() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
-
Gets the number of packets which were requested and found in the
cache, but were intentionally not retransmitted.
- getPacketsRetransmitted() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
-
Gets the number of packets retransmitted.
- getPacketsRetransmitted() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
-
Gets the number of packets retransmitted.
- getPacketType(byte[], int, int) - Static method in class org.jitsi.util.RTCPUtils
-
Deprecated.
Gets the RTCP packet type.
- getPacketType(ByteArrayBuffer) - Static method in class org.jitsi.util.RTCPUtils
-
Deprecated.
Gets the RTCP packet type.
- getPaddingSize() - Method in class org.jitsi.service.neomedia.RawPacket
-
Get RTP padding size from a RTP packet
- getPaddingSize(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Get RTP padding size from a RTP packet
- getPaddingTermination() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
- getPaddingTermination() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
- getParticipantDescription() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- getParticipantName() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- getPartitionId(byte[], int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
-
Returns the value of the PID (partition ID) field of the
VP8 Payload Descriptor at offset offset in input.
- getPaSampleFormat(int) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Gets the native PaSampleFormat with a specific size in bits.
- getPayload() - Method in class org.jitsi.service.neomedia.RawPacket
-
Get the RTP payload (bytes) of this RTP packet.
- getPayloadLength(boolean) - Method in class org.jitsi.service.neomedia.RawPacket
-
Get RTP payload length from a RTP packet
- getPayloadLength() - Method in class org.jitsi.service.neomedia.RawPacket
-
Get RTP payload length from a RTP packet
- getPayloadLength(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Get RTP payload length from a RTP packet
- getPayloadLength(byte[], int, int, boolean) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Get RTP payload length from a RTP packet
- getPayloadOffset() - Method in class org.jitsi.service.neomedia.RawPacket
-
Get the RTP payload offset of an RTP packet.
- getPayloadOffset(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Get the RTP payload offset of an RTP packet.
- getPayloadType() - Method in class org.jitsi.impl.neomedia.codec.REDBlock
-
Gets the payload type of this RED block.
- getPayloadType() - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
-
Gets the packet type (PT) of this RTCPFeedbackMessagePacket.
- getPayloadType() - Method in class org.jitsi.service.neomedia.event.RTCPFeedbackMessageEvent
-
Get payload type (PT) of RTCP packet.
- getPayloadType() - Method in class org.jitsi.service.neomedia.RawPacket
-
Get RTP payload type from a RTP packet
- getPayloadType(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Get RTP payload type from a RTP packet
- getPayloadType(RawPacket) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Get RTP payload type from a RTP packet
- getPeerHelloHash() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
-
Get the peer's Hello Hash data.
- getPeerHelloHash() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Get the peer's Hello Hash data.
- getPeerHelloHash() - Method in interface org.jitsi.service.neomedia.ZrtpControl
-
Gets the peer's Hello Hash data as a String.
- getPeerZid() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
-
- getPeerZid() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Get other party's ZID (ZRTP Identifier) data
This functions returns the other party's ZID that was receivied
during ZRTP processing.
- getPeerZid() - Method in interface org.jitsi.service.neomedia.ZrtpControl
-
Gets other party's ZID (ZRTP Identifier) data that was received during
ZRTP processing.
- getPeerZidString() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
-
- getPeerZidString() - Method in interface org.jitsi.service.neomedia.ZrtpControl
-
Gets other party's ZID (ZRTP Identifier) data that was received during
ZRTP processing as a String.
- getPercentDiscarded() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the percent of discarded packets
- getPercentDiscarded() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Returns the current percent of discarded packets.
- getPictureId(byte[], int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
-
Gets the value of the PictureID field of a VP8 Payload Descriptor.
- getPixelFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
-
Get color space.
- getPixFmt() - Method in class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
-
Gets the native FFmpeg format represented by this instance.
- getPlayer(long) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Gets the Player rendering the ReceiveStream with a
specific SSRC.
- getPlayers() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Gets the Players rendering the ReceiveStreams of this
instance on its associated MediaDevice.
- getPreferredFrameRate() - Method in class org.jitsi.impl.neomedia.control.FrameRateControlAdapter
-
Gets the default/preferred output frame rate.
- getPrimaryBlock(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.REDBlockIterator
-
Gets the first RED block in the RED payload.
- getPrimaryREDBlock(ByteArrayBuffer) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the primary
REDBlock that contains the payload of the RTP
packet passed in as a parameter.
- getPrimaryREDBlock(RawPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the
REDBlock that contains the payload of the packet passed
in as a parameter.
- getPrimaryREDBlock(ByteArrayBuffer) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
-
Gets the primary
REDBlock that contains the payload of the RTP
packet passed in as a parameter.
- getPrimaryREDBlock(RawPacket) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
-
Gets the primary
REDBlock that contains the payload of the RTP
packet passed in as a parameter.
- getPrimaryREDBlock(ByteArrayBuffer) - Method in interface org.jitsi.service.neomedia.MediaStream
-
- getPrimaryREDBlock(RawPacket) - Method in interface org.jitsi.service.neomedia.MediaStream
-
- getPrimarySSRC() - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
-
Gets the primary SSRC for this layering/encoding.
- getPriority() - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
The priority of the audio is 3, which is meant to be higher than
other threads and higher than the video one.
- getPriority() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Used to set the priority of the receive/send streams.
- getPriority() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
The priority of the video is 5, which is meant to be higher than
other threads and lower than the audio one.
- getPriority(MediaFormat) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
-
Get the priority for a MediaFormat.
- getPrivatePersistentDirectory(String) - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
-
Deprecated.
- getPrivatePersistentDirectory(String, FileCategory) - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
-
This method creates a directory specific to the current user.
- getPrivatePersistentDirectory(String) - Method in interface org.jitsi.service.fileaccess.FileAccessService
-
Deprecated.
- getPrivatePersistentDirectory(String, FileCategory) - Method in interface org.jitsi.service.fileaccess.FileAccessService
-
This method creates a directory specific to the current user.
- getPrivatePersistentFile(String) - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
-
Deprecated.
- getPrivatePersistentFile(String, FileCategory) - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
-
This method returns a file specific to the current user.
- getPrivatePersistentFile(String) - Method in interface org.jitsi.service.fileaccess.FileAccessService
-
Deprecated.
- getPrivatePersistentFile(String, FileCategory) - Method in interface org.jitsi.service.fileaccess.FileAccessService
-
This method returns a file specific to the current user.
- getProcessorFormat() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Gets the JMF Format in which this instance captures media.
- getPropDevice() - Method in class org.jitsi.impl.neomedia.device.CaptureDevices
-
Returns the property of the capture devices.
- getPropDevice() - Method in class org.jitsi.impl.neomedia.device.Devices
-
Returns the property of the capture devices.
- getPropDevice() - Method in class org.jitsi.impl.neomedia.device.NotifyDevices
-
Returns the property of the capture devices.
- getPropDevice() - Method in class org.jitsi.impl.neomedia.device.PlaybackDevices
-
Returns the property of the capture devices.
- getProperty(String) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- getProperty(String) - Method in interface org.jitsi.impl.configuration.ConfigurationStore
-
Gets the value in this ConfigurationStore of a property with a
specific name.
- getProperty(String) - Method in class org.jitsi.impl.configuration.HashtableConfigurationStore
-
- getProperty(String) - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
-
- getProperty(String) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
-
Gets the value of a specific opaque property of this
MediaStream.
- getProperty(String) - Method in interface org.jitsi.service.neomedia.MediaStream
-
Gets the value of a specific opaque property of this
MediaStream.
- getPropertyID(T) - Static method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpConfigureUtils
-
- getPropertyName(String) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
-
Gets the (full) name of the ConfigurationService property which
is associated with a (base) AudioSystem-specific property name.
- getPropertyNames() - Method in interface org.jitsi.impl.configuration.ConfigurationStore
-
Gets the names of the properties which have values associated in this
ConfigurationStore.
- getPropertyNames() - Method in class org.jitsi.impl.configuration.HashtableConfigurationStore
-
- getPropertyNames() - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
-
Implements {ConfigurationStore#getPropertyNames()}.
- getPropertyNamesByPrefix(String, boolean) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- getPropertyNamesBySuffix(String) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- getProtectedSeqNums() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Mask
-
Get the list of media packet sequence numbers which are marked
as protected in this mask
- getProtectedSequenceNumbers() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Packet
-
Get the list of media packet sequence numbers protected by this
FlexFec03Packet
- getProtectedSsrc() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Packet
-
Get the media ssrc protected by this flexfec packet
- getProtocol() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
-
Returns the protocol of this StreamConnector.
- getProtocol() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
-
Returns the protocol of this StreamConnector.
- getProtocol() - Method in interface org.jitsi.service.neomedia.StreamConnector
-
Returns the protocol of this StreamConnector.
- getProtocol() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
-
Returns the protocol of this StreamConnector.
- getPtr() - Method in class org.jitsi.impl.neomedia.codec.video.AVFrame
-
Gets the pointer to the native FFmpeg AVFrame object represented
by this instance.
- getPtr() - Method in class org.jitsi.impl.neomedia.codec.video.ByteBuffer
-
Gets the pointer to the native memory represented by this instance.
- getPtr() - Method in class org.jitsi.impl.neomedia.quicktime.CVImageBuffer
-
Gets the CoreVideo CVImageBufferRef represented by this
instance.
- getPtr() - Method in class org.jitsi.impl.neomedia.quicktime.NSObject
-
Gets the pointer to the Objective-C object represented by this instance.
- getPulseAudioSystem() - Static method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
-
Returns the one and only instance of PulseAudioSystem known to
the AudioSystem framework.
- getQualityControl() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Gets the QualityControl of this VideoMediaStream.
- getQualityControl() - Method in interface org.jitsi.service.neomedia.VideoMediaStream
-
Gets the QualityControl of this VideoMediaStream.
- getRealUsedClockRateString() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
-
Returns a String representation of the real used clock rate
associated with this MediaFormat making sure that the value
appears as an integer (i.e.
- getRealUsedClockRateString() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
-
Returns a String representation of the real used clock rate
associated with this MediaFormat making sure that the value
appears as an integer (i.e.
- getReceiveBufferSize() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Provides a dummy implementation to RTPConnector.getReceiveBufferSize() that always returns -1.
- getReceivedRTCPExtendedReport(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Gets the latest RTCP XR received from a specific SSRC (of remote
originator).
- getReceivedRTCPExtendedReports() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Gets the RTCP extended reports (XR) received by the local endpoint.
- getReceivedRTCPFeedback(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Gets the latest RTCP SR or RR report block received from a remote
sender/originator for a local source.
- getReceivedRTCPFeedbacks() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Gets the RTCP sender report (SR) and/or receiver report (RR) blocks
received by the local endpoint.
- getReceivedRTCPReport(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Gets the latest RTCP SR or RR received from a specific SSRC (of remote
sender/originator).
- getReceivedRTCPReports() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Gets the RTCP sender reports (SR) and/or receiver reports (RR) received
by the local endpoint.
- getReceivedRTCPVoIPMetrics() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Gets the RTCP extended report (XR) VoIP Metrics blocks received by the
local endpoint.
- getReceivedRTCPVoIPMetrics(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Gets the latest RTCP extended report (XR) VoIP Metrics block received
from a remote originator for a local source.
- getReceivedVideoFormat() - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Returns the FMJ Format of the video we are receiving from the
remote peer.
- getReceiveLimit() - Method in class org.jitsi.impl.neomedia.transform.dtls.DatagramTransportImpl
- getReceiveStats() - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
- getReceiveStats(long) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
- getReceiveStats() - Method in interface org.jitsi.service.neomedia.stats.MediaStreamStats2
-
- getReceiveStats(long) - Method in interface org.jitsi.service.neomedia.stats.MediaStreamStats2
-
- getReceiveStream() - Method in class org.jitsi.impl.neomedia.device.ReceiveStreamPushBufferDataSource
-
Gets the ReceiveStream which has its DataSource wrapped
by this instance.
- getReceiveStream(int) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets a ReceiveStream which this instance plays back on its
associated MediaDevice and which has a specific synchronization
source identifier (SSRC).
- getReceiveStreams() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Gets a list of the ReceiveStreams being played back on the
MediaDevice represented by this instance.
- getReceiveStreams() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets a list of the ReceiveStreams this instance plays back on
its associated MediaDevice.
- getReceiveStreams() - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
- getReceiveStreams(StreamRTPManager) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Gets the ReceiveStreams associated with/related to a neomedia
MediaStream (specified in the form of a
StreamRTPManager instance for the purposes of and in the terms
of RTPManagerImpl).
- getRecorderListeners() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Gives access to currently registered Recorder.Listeners.
- getRecorderListeners() - Method in interface org.jitsi.service.neomedia.MediaService
-
Gives access to currently registered Recorder.Listeners.
- getRedTransformEngine() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Creates the REDTransformEngine for this MediaStream.
- getReferenceTime250us(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
-
- getRemoteBitrateEstimator() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the RemoteBitrateEstimator of this
VideoMediaStream.
- getRemoteBitrateEstimator() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Gets the RemoteBitrateEstimator of this
VideoMediaStream.
- getRemoteContributingSourceIDs() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Returns the List of CSRC identifiers representing the parties
contributing to the stream that we are receiving from this
MediaStream's remote party.
- getRemoteControlAddress() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the address that this stream is sending RTCP traffic to.
- getRemoteControlAddress() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Returns the address that this stream is sending RTCP traffic to.
- getRemoteDataAddress() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the address that this stream is sending RTP traffic to.
- getRemoteDataAddress() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Returns the address that this stream is sending RTP traffic to.
- getRemoteIPAddress() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the remote IP address of the MediaStream.
- getRemoteIPAddress() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Returns the remote IP address of the MediaStream.
- getRemotePort() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the remote port of the MediaStream.
- getRemotePort() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Returns the remote port of the MediaStream.
- getRemoteReceivePreset() - Method in interface org.jitsi.service.neomedia.QualityControl
-
The currently used quality preset announced as receive by remote party.
- getRemoteSendMaxPreset() - Method in interface org.jitsi.service.neomedia.QualityControl
-
The maximum preset that the remote party is sending and we are receiving.
- getRemoteSendMinPreset() - Method in interface org.jitsi.service.neomedia.QualityControl
-
The minimum preset that the remote party is sending and we are receiving.
- getRemoteSourceID() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the synchronization source (SSRC) identifier of the remote peer or
-1 if that identifier is not yet known at this point in the
execution.
- getRemoteSourceID() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Gets the synchronization source (SSRC) identifier of the remote peer or
-1 if that identifier is not yet known at this point in the
execution.
- getRemoteSourceIDs() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the synchronization source (SSRC) identifiers of the remote peer.
- getRemoteSourceIDs() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Gets the synchronization source (SSRC) identifiers of the remote peer.
- getRemoteSSRCList() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Returns the list of SSRC identifiers that this device session is handling
streams from.
- getRendererClassName() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
-
Gets the name of the class which implements the Renderer
interface to render media on a playback or notification device associated
with this DeviceSystem.
- getRendererClassName() - Method in class org.jitsi.impl.neomedia.device.MacCoreaudioSystem
-
Gets the name of the class which implements the Renderer
interface to render media on a playback or notification device associated
with this DeviceSystem.
- getRendererClassName() - Method in class org.jitsi.impl.neomedia.device.PortAudioSystem
-
Gets the name of the class which implements the Renderer
interface to render media on a playback or notification device associated
with this DeviceSystem.
- getRendererClassName() - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
-
Gets the name of the class which implements the Renderer
interface to render media on a playback or notification device associated
with this DeviceSystem.
- getReportBlockCount() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
-
Gets the number of the extended report blocks carried by this
RTCPExtendedReport.
- getReportBlocks() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
-
Gets a list of the extended report blocks carried by this
RTCPExtendedReport.
- getReportCount(ByteArrayBuffer) - Static method in class org.jitsi.util.RTCPUtils
-
Deprecated.
Gets the report count field of the RTCP packet specified in the
ByteArrayBuffer that is passed in as a parameter.
- getResidualEchoReturnLoss() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- getResolution() - Method in class org.jitsi.service.neomedia.QualityPreset
-
Returns this preset resolution.
- getResourceManagementService() - Static method in class org.jitsi.service.libjitsi.LibJitsi
-
Gets the ResourceManagementService instance.
- getRetransmissionRequester() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
- getRetransmissionRequester() - Method in interface org.jitsi.service.neomedia.MediaStream
-
- getReverseDirection() - Method in enum org.jitsi.service.neomedia.MediaDirection
-
Returns the MediaDirection value corresponding to a remote
party's perspective of this MediaDirection.
- getRFactor() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- getRoundTripDelay() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- getRTCPBandwidthFraction() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Provides a dummy implementation to RTPConnector.getRTCPBandwidthFraction() that always returns -1.
- getRtcpFeedbackMessageSender() - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Gets the RTCPFeedbackMessageSender which should be used for
sending RTCP Feedback Messages from this RTPTranslator.
- getRTCPPacketType() - Method in class org.jitsi.service.neomedia.RawPacket
-
Gets the packet type of this RTCP packet.
- getRTCPReportListeners() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Gets a list of the RTCPReportListeners to be notified by this
instance about the receiving and sending of RTCP RR, SR, and XR.
- getRTCPReports() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Gets the detailed statistics about the RTCP reports sent and received by
the associated local peer.
- getRTCPReports() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Gets the detailed statistics about the RTCP reports sent and received by
the associated local peer.
- getRTCPSenderBandwidthFraction() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Provides a dummy implementation to RTPConnector.getRTCPSenderBandwidthFraction() that always returns
-1.
- getRTCPSSRC(ByteArrayBuffer) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Get RTCP SSRC from a RTCP packet
- getRTCPSSRC(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Get RTCP SSRC from a RTCP packet
- getRTCPSSRC() - Method in class org.jitsi.service.neomedia.RawPacket
-
Get RTCP SSRC from a RTCP packet
- getRTCPTermination() - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
- getRTCPTermination() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
- getRTCPTermination() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.recording.PacketBuffer
-
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.rtcp.AudioRTCPTermination
-
Gets the PacketTransformer for RTCP packets.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPReceiverFeedbackTermination
-
Gets the PacketTransformer for RTCP packets.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackReceiver
-
Gets the PacketTransformer for RTCP packets.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
-
Gets the PacketTransformer for RTCP packets.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine.EgressEngine
-
Gets the PacketTransformer for RTCP packets.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine.IngressEngine
-
Gets the PacketTransformer for RTCP packets.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.AbsSendTimeEngine
-
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
-
Gets the PacketTransformer for RTCP packets.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.csrc.CsrcTransformEngine
-
Always returns null since this engine does not require any
RTCP transformations.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.csrc.SsrcTransformEngine
-
Always returns null since this engine does not require any
RTCP transformations.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.DebugTransformEngine
-
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.delay.DelayingTransformEngine
-
Gets the PacketTransformer for RTCP packets.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.DiscardTransformEngine
-
Gets the PacketTransformer for RTCP packets.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsTransformEngine
-
Gets the PacketTransformer for RTCP packets.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfTransformEngine
-
Always returns null since this engine does not require any
RTCP transformations.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
-
Gets the PacketTransformer for RTCP packets.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.OriginalHeaderBlockTransformEngine
-
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.PaddingTermination
-
Gets the PacketTransformer for RTCP packets.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.pt.PayloadTypeTransformEngine
-
Always returns null since this engine does not require any
RTCP transformations.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.REDFilterTransformEngine
-
Gets the PacketTransformer for RTCP packets.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.REDTransformEngine
-
Gets the PacketTransformer for RTCP packets.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterImpl
-
Gets the PacketTransformer for RTCP packets.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.rtcp.CompoundPacketEngine
-
Returns a reference to this class since it is performing RTCP
transformations in here.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.rtcp.StatisticsEngine
-
Returns a reference to this class since it is performing RTP
transformations in here.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.RtxTransformer
-
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesTransformEngine
-
- getRTCPTransformer() - Method in interface org.jitsi.impl.neomedia.transform.TransformEngine
-
Gets the PacketTransformer for RTCP packets.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.TransformEngineChain
-
Returns the meta PacketTransformer that will be applying
RTCP transformations from all engines registered in this
TransformEngineChain.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.TransformEngineWrapper
-
Gets the PacketTransformer for RTCP packets.
- getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Returns an instance of ZRTPCTransformer.
- getRtpCname() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Returns the value which will be used for the canonical end-point
identifier (CNAME) in RTCP packets sent by this running instance of
libjitsi.
- getRtpCname() - Method in interface org.jitsi.service.neomedia.MediaService
-
Returns the value which will be used for the canonical end-point
identifier (CNAME) in RTCP packets sent by this running instance of
libjitsi.
- getRTPConnector() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the RTPConnector through which this instance sends and
receives RTP and RTCP traffic.
- getRTPEncodings() - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackDesc
-
Returns an array of all the
RTPEncodingDescs for this instance,
in subjective quality ascending order.
- getRTPManager() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the RTPManager instance which sends and receives RTP and
RTCP traffic on behalf of this MediaStream.
- getRTPPayloadType() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
-
Gets the RTP payload type (number) of this MediaFormat as it is
known in RFC 3551 "RTP Profile for Audio and Video Conferences with
Minimal Control".
- getRTPPayloadType(String, double) - Static method in class org.jitsi.impl.neomedia.MediaUtils
-
Gets the RTP payload type corresponding to a specific JMF encoding and
clock rate.
- getRTPPayloadType() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
-
Gets the RTP payload type (number) of this MediaFormat as it is
known in RFC 3551 "RTP Profile for Audio and Video Conferences with
Minimal Control".
- getRtpTimestamp() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.recording.PacketBuffer
-
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.rtcp.AudioRTCPTermination
-
Gets the PacketTransformer for RTP packets.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPReceiverFeedbackTermination
-
Gets the PacketTransformer for RTP packets.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackReceiver
-
Gets the PacketTransformer for RTP packets.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
-
Gets the PacketTransformer for RTP packets.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine.EgressEngine
-
Gets the PacketTransformer for RTP packets.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine.IngressEngine
-
Gets the PacketTransformer for RTP packets.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.AbsSendTimeEngine
-
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
-
Gets the PacketTransformer for RTP packets.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.csrc.CsrcTransformEngine
-
Returns a reference to this class since it is performing RTP
transformations in here.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.csrc.SsrcTransformEngine
-
Returns a reference to this class since it is performing RTP
transformations in here.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.DebugTransformEngine
-
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.delay.DelayingTransformEngine
-
Gets the PacketTransformer for RTP packets.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.DiscardTransformEngine
-
Gets the PacketTransformer for RTP packets.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsTransformEngine
-
Gets the PacketTransformer for RTP packets.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfTransformEngine
-
Returns a reference to this class since it is performing RTP
transformations in here.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
-
Gets the PacketTransformer for RTP packets.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.OriginalHeaderBlockTransformEngine
-
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.PaddingTermination
-
Gets the PacketTransformer for RTP packets.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.pt.PayloadTypeTransformEngine
-
Returns a reference to this class since it is performing RTP
transformations in here.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.REDFilterTransformEngine
-
Gets the PacketTransformer for RTP packets.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.REDTransformEngine
-
Gets the PacketTransformer for RTP packets.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterImpl
-
Gets the PacketTransformer for RTP packets.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.rtcp.CompoundPacketEngine
-
Always returns null since this engine does not require any
RTP transformations.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.rtcp.StatisticsEngine
-
Always returns null since this engine does not require any
RTP transformations.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.RtxTransformer
-
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesTransformEngine
-
- getRTPTransformer() - Method in interface org.jitsi.impl.neomedia.transform.TransformEngine
-
Gets the PacketTransformer for RTP packets.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.TransformEngineChain
-
Returns the meta PacketTransformer that will be applying
RTCP transformations from all engines registered in this
TransformEngineChain.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.TransformEngineWrapper
-
Gets the PacketTransformer for RTP packets.
- getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Returns this RTPTransformer.
- getRTPTranslator() - Method in class org.jitsi.service.neomedia.AbstractMediaStream
-
Gets the
RTPTranslator which forwards RTP and RTCP traffic
between this and other
MediaStreams.
- getRTPTranslator() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Gets the
RTPTranslator which forwards RTP and RTCP traffic
between this and other
MediaStreams.
- getRtt() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
- getRtt() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
-
- getRttMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the RTT computed with the RTCP feedback (cf.
- getRttMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
- getRtxTransformer() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the RtxTransformer, if any, used by the MediaStream.
- getRtxTransformer() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Gets the RtxTransformer, if any, used by the MediaStream.
- GetSampleSize(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Retrieve the size of a given sample format in bytes.
- getSampleSizeInBytes(AudioFormat) - Static method in class org.jitsi.impl.neomedia.device.WASAPISystem
-
Gets the size in bytes of an audio sample of a specific
AudioFormat.
- getSasHash() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Get the computed SAS hash for this ZRTP session.
- getSasType() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Get the commited SAS rendering algorithm for this ZRTP session.
- getScaledImage(BufferedImage, int, int, int) - Static method in class org.jitsi.impl.neomedia.imgstreaming.ImgStreamingUtils
-
Get a scaled BufferedImage.
- getScHomeDirLocation() - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- getScHomeDirName() - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- getScreenForPoint(Point) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Find the screen device that contains specified point.
- getSecondarySsrc(String) - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
-
Get the secondary ssrc for this stream that corresponds to the given
type
- getSecureCommunicationStatus() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
Gets the default secure/insecure communication status for the supported
call sessions.
- getSecureCommunicationStatus() - Method in class org.jitsi.impl.neomedia.transform.NullSrtpControl
-
Gets the default secure/insecure communication status for the supported
call sessions.
- getSecureCommunicationStatus() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
-
- getSecureCommunicationStatus() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
-
Method for getting the default secure status value for communication
- getSecureCommunicationStatus() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Method for getting the default secure status value for communication
- getSecureCommunicationStatus() - Method in interface org.jitsi.service.neomedia.SrtpControl
-
Gets the default secure/insecure communication status for the supported
call sessions.
- getSecurityString() - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
-
Gets the SAS for the current media stream.
- getSecurityString() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
-
- getSecurityString() - Method in interface org.jitsi.service.neomedia.ZrtpControl
-
Gets the SAS for the current media stream.
- getSelectedDevice(AudioSystem.DataFlow) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
-
Gets the selected device for a specific data flow: capture, notify or
playback.
- getSelectedDevice(List<CaptureDeviceInfo2>) - Method in class org.jitsi.impl.neomedia.device.Devices
-
Gets the selected active device.
- getSendBufferSize() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Provides a dummy implementation to RTPConnector.getSendBufferSize() that always returns -1.
- getSenderSSRC() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
-
- getSenderSSRC() - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
-
Gets the synchronization source identifier (SSRC) of the originator of
this packet.
- getSendingBitrate() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Gets the rate at which we are currently sending data to the remote
endpoint in bits per second.
- getSendingBitrate() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
- getSendLimit() - Method in class org.jitsi.impl.neomedia.transform.dtls.DatagramTransportImpl
- getSendStats() - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
- getSendStats(long) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
- getSendStats() - Method in interface org.jitsi.service.neomedia.stats.MediaStreamStats2
-
- getSendStats(long) - Method in interface org.jitsi.service.neomedia.stats.MediaStreamStats2
-
- getSendStreams() - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
- getSendStreams(StreamRTPManager) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Gets the SendStreams associated with/related to a neomedia
MediaStream (specified in the form of a
StreamRTPManager instance for the purposes of and in the terms
of RTPManagerImpl).
- getSentRTCPExtendedReport(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Gets the latest RTCP XR sent from a specific SSRC (of local originator).
- getSentRTCPExtendedReports() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Gets the RTCP extended reports (XR) sent by the local endpoint.
- getSentRTCPFeedback(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Gets the latest RTCP SR or RR report block sent from a local
sender/originator for a remote source.
- getSentRTCPFeedbacks() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Gets the RTCP sender report (SR) and/or receiver report (RR) blocks sent
by the local endpoint.
- getSentRTCPReport(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Gets the latest RTCP SR or RR sent from a specific SSRC (of local
sender/originator).
- getSentRTCPReports() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Gets the RTCP sender reports (SR) and/or receiver reports (RR) sent by
the local endpoint.
- getSentRTCPVoIPMetrics() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Gets the RTCP extended report (XR) VoIP Metrics blocks sent by the local
endpoint.
- getSentRTCPVoIPMetrics(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Gets the latest RTCP extended report (XR) VoIP Metrics block sent from a
local originator for a remote source.
- getSentVideoFormat() - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Returns the format of the video we are streaming to the remote peer.
- getSequenceNumber() - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
-
Gets the (command) sequence number of this Full Intra Request (FIR) RTCP
feedback message as defined by RFC 5104 "Codec Control Messages in
the RTP Audio-Visual Profile with Feedback (AVPF)".
- getSequenceNumber() - Method in class org.jitsi.service.neomedia.RawPacket
-
Get RTP sequence number from a RTP packet
- getSequenceNumber(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Get RTP sequence number from a RTP packet
- getSequenceNumber(ByteArrayBuffer) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Gets the RTP sequence number from a RTP packet.
- getSequenceNumberDelta(int, int) - Static method in class org.jitsi.util.RTPUtils
-
Deprecated.
Returns the delta between two RTP sequence numbers, taking into account
rollover.
- getServerExtensions() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsServerImpl
-
Includes the use_srtp extension in the DTLS extended server
hello.
- getService(Class<T>) - Method in class org.jitsi.impl.libjitsi.LibJitsiImpl
-
Gets a service of a specific type associated with this implementation of
the libjitsi library.
- getService(Class<T>) - Method in class org.jitsi.impl.libjitsi.LibJitsiOSGiImpl
-
Gets a service of a specific type associated with this implementation of
the libjitsi library.
- getService(Class<T>) - Method in class org.jitsi.service.libjitsi.LibJitsi
-
Gets a service of a specific type associated with this implementation of
the libjitsi library.
- getSettingsInputStream(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns an InputStream for the setting corresponding to the given key.
- getSettingsInputStream(String, Class<?>) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns a stream from a given identifier, obtained through the class
loader of the given resourceClass.
- getSettingsInt(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns the int value of the corresponding configuration key.
- getSettingsString(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns the int value of the corresponding configuration key.
- getSettingsURL(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns an url for the setting corresponding to the given key.
- getSetup() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
Gets the value of the setup SDP attribute defined by RFC 4145
"TCP-Based Media Transport in the Session Description Protocol
(SDP)" which determines whether this instance acts as a DTLS client
or a DTLS server.
- getSetup() - Method in interface org.jitsi.service.neomedia.DtlsControl
-
Gets the value of the setup SDP attribute.
- getSignalLevel() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- getSignature() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
-
Get the signature of the ivf file
- getSignatureData() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Gets signature data
- getSignatureLength() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Gets signature length
- getSize(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
-
The size in bytes of the Payload Descriptor at offset
offset in input.
- getSize(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
-
The size in bytes of the Payload Descriptor at offset
offset in input.
- getSize() - Method in class org.jitsi.impl.neomedia.device.ScreenDeviceImpl
-
Gets the (current) size/resolution of this ScreenDevice.
- getSize() - Method in class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
-
Gets the size of the image that this VideoMediaFormat describes.
- getSize() - Method in interface org.jitsi.service.neomedia.device.ScreenDevice
-
Gets the current resolution of this screen.
- getSize() - Method in interface org.jitsi.service.neomedia.format.VideoMediaFormat
-
Returns the size of the image that this VideoMediaFormat
describes.
- getSoundPath(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns the path of the sound corresponding to the given
property key.
- getSoundURL(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns an url for the sound resource corresponding to the given key.
- getSoundURLForPath(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
-
Returns an url for the sound resource corresponding to the given path.
- getSourceSSRC(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
-
Gets the SSRC of the media source of the packet specified in the
ByteArrayBuffer passed in as an argument.
- getSourceSSRC() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
-
- getSourceSSRC() - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
-
Gets the synchronization source identifier (SSRC) of the media source
that this piece of feedback information is related to.
- getSourceSSRC() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
Gets the synchronization source identifier (SSRC) of the RTP data
packet source being reported upon by this report block.
- getSourceVolumeControl() - Method in class org.jitsi.service.neomedia.event.VolumeChangeEvent
-
Gets the VolumeControl which is the source of the change
notified about by this VolumeChangeEvent.
- getSpatialID(RawPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Utility method that determines the spatial layer index (SID) of an RTP
packet.
- getSpatialID(ByteArrayBuffer, String) - Static method in class org.jitsi.impl.neomedia.rtp.FrameMarkingHeaderExtension
-
- getSpatialLayerIndex(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp9.DePacketizer.VP9PayloadDescriptor
-
Gets the spatial layer index (SID), if that's set.
- getSRTCPIndex(int) - Method in class org.jitsi.service.neomedia.RawPacket
-
Get SRTCP sequence number from a SRTCP packet
- getSRTCPIndex(ByteArrayBuffer, int) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Get SRTCP sequence number from a SRTCP packet
- getSrtpControl() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the SrtpControl which controls the SRTP of this stream.
- getSrtpControl() - Method in interface org.jitsi.service.neomedia.MediaStream
-
The ZrtpControl which controls the ZRTP for this stream.
- getSrtpControlType() - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
-
Gets the SrtpControlType of this instance.
- getSrtpControlType() - Method in interface org.jitsi.service.neomedia.SrtpControl
-
Gets the SrtpControlType of this instance.
- getSrtpListener() - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
-
Returns the SrtpListener which listens for security events.
- getSrtpListener() - Method in interface org.jitsi.service.neomedia.SrtpControl
-
Returns the SrtpListener which listens for security events.
- getSSRC() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
- getSSRC() - Method in class org.jitsi.service.neomedia.RawPacket
-
Get RTP SSRC from a RTP packet
- getSSRC(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Get RTP SSRC from a RTP packet
- getSSRC(ByteArrayBuffer) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Get RTP SSRC from a RTP packet
- getSsrc() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- getSSRC() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
-
Gets the synchronization source identifier (SSRC) of the originator of
this XR packet.
- getSSRC() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
-
- getSSRCAsLong() - Method in class org.jitsi.service.neomedia.RawPacket
-
Returns a long representation of the SSRC of this RTP packet.
- getSSRCAsLong(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Returns a long representation of the SSRC of this RTP packet.
- getSSRCCache() - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Provides access to the underlying SSRCCache that holds
statistics information about each SSRC that we receive.
- getSSRCCache() - Method in interface org.jitsi.service.neomedia.RTPTranslator
-
Provides access to the underlying SSRCCache that holds
statistics information about each SSRC that we receive.
- getSSRCFactory() - Method in class org.jitsi.impl.neomedia.jmfext.media.rtp.RTPSessionMgr
-
Gets the SSRCFactory utilized by this instance to generate new
synchronization source (SSRC) identifiers.
- getSsrcs() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorAbsSendTime
-
Returns the estimated payload bitrate in bits per second if a valid
estimate exists; otherwise, -1.
- getSsrcs() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorSingleStream
-
- getSsrcs() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
-
Returns the estimated payload bitrate in bits per second if a valid
estimate exists; otherwise, -1.
- getSsrcs() - Method in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
-
Returns the estimated payload bitrate in bits per second if a valid
estimate exists; otherwise, -1.
- getStartedDirection() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Gets the MediaDirection in which this instance has been started.
- getStatistics() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
-
- getStatistics() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator
-
- getStream() - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
-
Gets the SourceStream wrapped by this instance.
- getStream() - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
-
Gets the PushBufferStream wrapped by this instance.
- getStream() - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackReceiver
-
- GetStreamReadAvailable(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Retrieve the number of frames that can be read from the stream without
waiting.
- getStreamRTPManager() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Gets the StreamRTPManager which is to forward RTP and RTCP
traffic between this and other MediaStreams.
- getStreamRTPManager() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Gets the StreamRTPManager which is to forward RTP and RTCP
traffic between this and other MediaStreams.
- getStreamRTPManagers() - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Returns a list of StreamRTPManagers currently attached to
this RTPTranslator.
- getStreamRTPManagers() - Method in interface org.jitsi.service.neomedia.RTPTranslator
-
Returns a list of StreamRTPManagers currently attached to
this RTPTranslator.
- getStreams() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
-
Implements PushBufferDataSource.getStreams().
- getStreams() - Method in class org.jitsi.impl.neomedia.device.ReceiveStreamPushBufferDataSource
-
Implements PushBufferDataSource.getStreams().
- getStreams(Class<SourceStreamT>) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Gets the AbstractBufferStreams through which this
AbstractBufferCaptureDevice gives access to its media data.
- getStreams() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Gets the PullBufferStreams through which this
PullBufferDataSource gives access to its media data.
- getStreams() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Gets the PushBufferStreams through which this
PushBufferDataSource gives access to its media data.
- getStreams() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
-
Implements PullBufferDataSource.getStreams().
- getStreams() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
-
Implements PushBufferDataSource.getStreams().
- getStreams() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
-
Gets the PullBufferStreams through which this
PullBufferDataSource gives access to its media data.
- getStreams() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceAdapter
-
Implements PushBufferDataSource.getStreams().
- getStreams() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
-
Gets the PushBufferStreams through which this
PushBufferDataSource gives access to its media data.
- getStreams() - Method in class org.jitsi.impl.neomedia.protocol.RewritablePullBufferDataSource
-
Implements PullBufferDataSource.getStreams().
- getStreams() - Method in class org.jitsi.impl.neomedia.protocol.RewritablePushBufferDataSource
-
Implements PushBufferDataSource.getStreams().
- getStreams() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
-
Gets the output streams that this instance provides.
- getStreamSyncRoot() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
- getStreamSyncRoot() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
- GetStreamWriteAvailable(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Retrieve the number of frames that can be written to the stream
without waiting.
- getString(String) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
-
Returns the String value of the specified property (minus all
encompassing whitespaces) and null in case no property value was mapped
against the specified propertyName, or in case the returned property
string had zero length or contained whitespaces only.
- getString(String, String) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- getSuggestedLatency() - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Gets the suggested latency to be used when opening PortAudio streams.
- getSupportedCryptoSuites() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
-
- getSupportedCryptoSuites() - Method in interface org.jitsi.service.neomedia.SDesControl
-
Gets all supported cipher suites.
- getSupportedExtensions() - Method in class org.jitsi.impl.neomedia.device.AbstractMediaDevice
-
Returns a List containing (at the time of writing) a single
extension descriptor indicating RECVONLY support for
mixer-to-client audio levels.
- getSupportedExtensions() - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceImpl
-
Returns a List containing extension descriptor indicating
RECVONLY support for mixer-to-client audio levels,
and extension descriptor indicating SENDRECV support for
client-to-mixer audio levels.
- getSupportedExtensions() - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
-
Returns a List containing (at the time of writing) a single
extension descriptor indicating SENDRECV for mixer-to-client
audio levels.
- getSupportedExtensions() - Method in interface org.jitsi.service.neomedia.device.MediaDevice
-
Returns the List of RTPExtensions that this device
know how to handle.
- getSupportedFormats() - Method in class org.jitsi.impl.neomedia.control.ReadOnlyFormatControlDelegate
-
Gets the Formats supported by the owner of this
FormatControl.
- getSupportedFormats() - Method in class org.jitsi.impl.neomedia.device.AbstractMediaDevice
-
Gets a list of MediaFormats supported by this
MediaDevice.
- getSupportedFormats(QualityPreset, QualityPreset) - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
-
Gets the list of MediaFormats supported by this
MediaDevice.
- getSupportedFormats(QualityPreset, QualityPreset, EncodingConfiguration) - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
-
Gets the list of MediaFormats supported by this
MediaDevice and enabled in encodingConfiguration.
- getSupportedFormats(EncodingConfiguration) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
-
Gets the list of MediaFormats supported by this
MediaDevice and enabled in encodingConfiguration.
- getSupportedFormats(QualityPreset, QualityPreset) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
-
Gets the list of MediaFormats supported by this
MediaDevice.
- getSupportedFormats(QualityPreset, QualityPreset, EncodingConfiguration) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
-
Gets the list of MediaFormats supported by this
MediaDevice and enabled in encodingConfiguration.
- getSupportedFormats() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Gets a list of the MediaFormats in which this instance is
capable of capturing media from its associated MediaDevice.
- getSupportedFormats(QualityPreset, QualityPreset) - Method in class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
-
Returns a list of MediaFormat instances representing the media
formats supported by this MediaDevice.
- getSupportedFormats(QualityPreset, QualityPreset, EncodingConfiguration) - Method in class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
-
Returns a list of MediaFormat instances representing the media
formats supported by this MediaDevice and enabled in
encodingConfiguration..
- getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Gets the Formats which are to be reported by a
FormatControl as supported formats for a
AbstractBufferStream at a specific zero-based index in the list
of streams of this AbstractBufferCaptureDevice.
- getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Gets the Formats which are to be reported by a
FormatControl as supported formats for a
PullBufferStream at a specific zero-based index in the list of
streams of this PullBufferDataSource.
- getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Gets the Formats which are to be reported by a
FormatControl as supported formats for a
PushBufferStream at a specific zero-based index in the list of
streams of this PushBufferDataSource.
- getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.audiosilence.DataSource
-
Gets the Formats which are to be reported by a
FormatControl as supported formats for a
PushBufferStream at a specific zero-based index in the list of
streams of this PushBufferDataSource.
- getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DataSource
-
Gets the Formats which are to be reported by a
FormatControl as supported formats for a
PushBufferStream at a specific zero-based index in the list of
streams of this PushBufferDataSource.
- getSupportedFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
-
Get the supported video format this capture device supports.
- getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.DataSource
-
Gets the Formats which are to be reported by a
FormatControl as supported formats for a
PullBufferStream at a specific zero-based index in the list of
streams of this PullBufferDataSource.
- getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.DataSource
-
Gets the Formats which are to be reported by a
FormatControl as supported formats for a
PullBufferStream at a specific zero-based index in the list of
streams of this PullBufferDataSource.
- getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
-
Gets the Formats which are to be reported by a
FormatControl as supported formats for a
PullBufferStream at a specific zero-based index in the list of
streams of this PullBufferDataSource.
- getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
-
Gets the Formats which are to be reported by a
FormatControl as supported formats for a
PushBufferStream at a specific zero-based index in the list of
streams of this PushBufferDataSource.
- getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.DataSource
-
Gets the Formats which are to be reported by a
FormatControl as supported formats for a
PushBufferStream at a specific zero-based index in the list of
streams of this PushBufferDataSource.
- getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.protocol.FakePushBufferDataSource
-
Gets the Formats which are to be reported by a
FormatControl as supported formats for a
PushBufferStream at a specific zero-based index in the list of
streams of this PushBufferDataSource.
- getSupportedFormats() - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
-
Gets a list of the formats in which this Recorder supports
recording media.
- getSupportedFormats() - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
-
- getSupportedFormats() - Method in interface org.jitsi.service.neomedia.device.MediaDevice
-
Returns a list of MediaFormat instances representing the media
formats supported by this MediaDevice.
- getSupportedFormats(QualityPreset, QualityPreset) - Method in interface org.jitsi.service.neomedia.device.MediaDevice
-
Returns a list of MediaFormat instances representing the media
formats supported by this MediaDevice.
- getSupportedFormats(QualityPreset, QualityPreset, EncodingConfiguration) - Method in interface org.jitsi.service.neomedia.device.MediaDevice
-
Returns a list of MediaFormat instances representing the media
formats supported by this MediaDevice and enabled in
encodingConfiguration.
- getSupportedFormats() - Method in interface org.jitsi.service.neomedia.recording.Recorder
-
Gets a list of the formats in which this Recorder supports
recording media.
- getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
-
Lists all of the input formats that this codec accepts.
- getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
-
Lists all of the input formats that this codec accepts.
- getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
- getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
-
Gets the list of JMF Formats of audio data which this
Renderer is capable of rendering.
- getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
-
Gets the list of JMF Formats of audio data which this
Renderer is capable of rendering.
- getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer
- getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
-
Overrides the super implementation to handle the case in which the user
has selected "none" for the playback/notify device.
- getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
-
- getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
-
Gets the list of input Formats supported by this
Renderer.
- getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
-
Lists the output formats that this codec can generate.
- getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
-
Lists the output formats that this codec can generate.
- getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
-
Implements AbstractCodec.getSupportedOutputFormats(Format).
- getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.DePacketizer
-
Returns the supported output formats
- getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Decoder
-
- getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.DePacketizer
-
- getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Encoder
-
- getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Packetizer
-
- getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
-
Get all supported output Formats.
- getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
-
Returns the list of formats supported at the output.
- getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.Packetizer
-
Return the list of formats supported at the output.
- getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
-
Gets the supported output formats for an input one.
- getSupportedVersions() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsClientImpl
-
Always returns ProtocolVersion.DTLSv12.
- getSynchronizer() - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
-
Gets the Synchronizer of this Recorder.
- getSynchronizer() - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
-
- getSynchronizer() - Method in interface org.jitsi.service.neomedia.recording.Recorder
-
Gets the Synchronizer of this Recorder.
- getSystemTimeStamp() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
-
Gets the System time in milliseconds at which this
RTCPExtendedReport has been received or sent by the local
endpoint.
- getTarget() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Returns the target of this MediaStream to which it is to send
and from which it is to receive data (e.g.
- getTarget() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Returns the target of this MediaStream to which it is to send
and from which it is to receive data (e.g.
- getTemporalID(RawPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Utility method that determines the temporal layer index (TID) of an RTP
packet.
- getTemporalID(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtp.FrameMarkingHeaderExtension
-
- getTemporalLayerIndex(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
-
Gets the temporal layer index (TID), if that's set.
- getTemporalLayerIndex(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp9.DePacketizer.VP9PayloadDescriptor
-
Gets the temporal layer index (TID), if that's set.
- getTemporaryDirectory() - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
-
Returns the temporary directory.
- getTemporaryDirectory() - Method in interface org.jitsi.service.fileaccess.FileAccessService
-
This method returns a created temporary directory.
- getTemporaryFile() - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
-
This method returns a created temporary file.
- getTemporaryFile() - Method in interface org.jitsi.service.fileaccess.FileAccessService
-
This method returns a created temporary file.
- getText(Element) - Static method in class org.jitsi.util.xml.XMLUtils
-
Extracts the String content of a TXT element.
- getTextNode(Element) - Static method in class org.jitsi.util.xml.XMLUtils
-
Returns element's TEXT child node (if it has one).
- getTimeoutValue() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
-
Returns the timeout value that will we will wait
and fire timeout secure event if call is not secured.
- getTimeoutValue() - Method in interface org.jitsi.service.neomedia.ZrtpControl
-
Returns the timeout value in milliseconds that we will wait and fire
timeout secure event if call is not secured.
- getTimeScale() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
-
Get the timescale declared by the header of the ivf file
- getTimestamp() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.VP8Frame
-
Get the timestamp of the frame as declared in its header.
- getTimestamp(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPSenderInfoUtils
-
Gets the RTP timestamp from an SR.
- getTimestamp(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPSenderInfoUtils
-
Gets the RTP timestamp from an SR.
- getTimestamp() - Method in class org.jitsi.service.neomedia.RawPacket
-
Returns the timestamp for this RTP RawPacket.
- getTimestamp(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Gets the RTP timestamp for an RTP buffer.
- getTimestamp(ByteArrayBuffer) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Gets the RTP timestamp for an RTP buffer.
- getTimeUntilNextRun() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
-
- getTimeUntilNextRun() - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
- getTimeUntilNextRun() - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
- getTL0PICIDX(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
-
Gets the TL0PICIDX from the payload descriptor.
- getTranscodingDataSource(DataSource) - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
-
Searches this object's inDataSources for one that matches
inDataSource, and returns it's associated
TranscodingDataSource.
- getTranscodingDataSource(DataSource) - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
-
Returns the TranscodingDataSource associated with
inputDataSource in this object's AudioMixer.
- getTranscodingDataSource(ReceiveStream) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Returns the TranscodingDataSource associated with
receiveStream.
- getTranscodingProcessor() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
-
Returns this instance's Processor object
- getTransformEngine() - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
-
Returns the transform engine currently used by this stream.
- getTransformEngine() - Method in interface org.jitsi.service.neomedia.SrtpControl
-
Returns the transform engine currently used by this stream.
- getTransformEngineChain() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
- getTransformEngineChain() - Method in class org.jitsi.service.neomedia.AbstractMediaStream
-
- getTransformEngineChain() - Method in interface org.jitsi.service.neomedia.MediaStream
-
- getTransformer() - Method in class org.jitsi.impl.neomedia.transform.AbstractTransformOutputStream
-
Gets the PacketTransformer used by this instance to transform
RawPackets.
- getTransformer() - Method in class org.jitsi.impl.neomedia.transform.TransformInputStream
-
Gets the PacketTransformer which is used to reverse-transform
packets.
- getTransformer() - Method in interface org.jitsi.impl.neomedia.transform.TransformOutputStream
-
Gets the PacketTransformer used by this instance to transform
RawPackets.
- getTransformer() - Method in class org.jitsi.impl.neomedia.transform.TransformTCPOutputStream
-
Gets the PacketTransformer used by this instance to transform
RawPackets.
- getTransformer() - Method in class org.jitsi.impl.neomedia.transform.TransformUDPOutputStream
-
Gets the PacketTransformer used by this instance to transform
RawPackets.
- getTransportCCEngine() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
- getTransportProtocol() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Returns the transport protocol used by the streams.
- getTransportProtocol() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Returns the transport protocol used by the streams.
- getTransportType() - Method in class org.jitsi.impl.neomedia.device.CaptureDeviceInfo2
-
Returns the device transport type of this instance.
- getTransportType(String) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
-
- getTransportTypeBytes(String) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
-
- getType() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- getType() - Method in class org.jitsi.util.event.VideoEvent
-
- getUID() - Method in class org.jitsi.impl.neomedia.device.CaptureDeviceInfo2
-
Returns the device UID (unique identifier) of this instance,
if available.
- getUploadJitterMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the jitter average of this upload stream.
- getUploadJitterMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
- getUploadNbPacketLost() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the total number of sent packets lost.
- getUploadNbPacketLost() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
- getUploadPercentLoss() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the percent loss of the upload stream.
- getUploadPercentLoss() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
- getUploadRateKiloBitPerSec() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the bandwidth used by this download stream.
- getUploadRateKiloBitPerSec() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
- getUploadVideoSize() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Returns the upload video size if this stream uploads a video, or null if
not.
- getUploadVideoSize() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Returns the upload video size if this stream uploads a video, or
null if not.
- getURI() - Method in class org.jitsi.service.neomedia.RTPExtension
-
Returns the URI that identifies the format and meaning of this
extension.
- getUserCallback() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Gets the user callback used to manage the GUI part of ZRTP
- getV4L2PixFmt(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
-
Gets the FFmpeg pixel format matching a specific Video for Linux Two API
Specification pixel format.
- getValue() - Method in class org.jitsi.service.neomedia.DTMFInbandTone
-
Returns this tone value as a string representation.
- getValue() - Method in class org.jitsi.service.neomedia.DTMFRtpTone
-
Returns the string representation of this DTMF tone.
- getValue() - Method in class org.jitsi.service.neomedia.DTMFTone
-
Returns the string representation of this DTMF tone.
- getVersion() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
-
Get the version of the ivf file
- getVersion(ByteArrayBuffer) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Gets the value of the "version" field of an RTP packet.
- getVersion(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Gets the value of the "version" field of an RTP packet.
- getVersion() - Method in class org.jitsi.service.neomedia.RawPacket
-
Gets the value of the "version" field of an RTP packet.
- getVideoBitrate() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
Gets the video bitrate.
- getVideoCaptureDevice(MediaUseCase) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
Returns a device that we could use for video capture.
- getVideoMinFrameDuration() - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDevice
-
- getVideoPreviewComponent(MediaDevice, int, int) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Creates a preview component for the specified device(video device) used
to show video preview from that device.
- getVideoPreviewComponent(MediaDevice, int, int) - Method in interface org.jitsi.service.neomedia.MediaService
-
Creates a preview component for the specified device(video device) used
to show video preview from it.
- getVideoRTPPacingThreshold() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
Gets the maximum allowed video bandwidth.
- getVideoSize() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
Gets the video size set on this DeviceConfiguration.
- getVisualComponent(long) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Gets the visual Components rendering the ReceiveStream
corresponding to the given ssrc.
- getVisualComponent() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Deprecated.
- getVisualComponent(long) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Gets the visual Components rendering the ReceiveStream
corresponding to the given ssrc.
- getVisualComponent() - Method in interface org.jitsi.service.neomedia.VideoMediaStream
-
- getVisualComponent(long) - Method in interface org.jitsi.service.neomedia.VideoMediaStream
-
Gets the visual Component rendering the ReceiveStream
with a specific SSRC.
- getVisualComponent() - Method in class org.jitsi.util.event.VideoEvent
-
Gets the visual Component depicting video which had its
availability changed and which this VideoEvent notifies about.
- getVisualComponents() - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Gets the visual Components where video from the remote peer is
being rendered.
- getVisualComponents() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Gets a list of the visual Components where video from the remote
peer is being rendered.
- getVisualComponents() - Method in interface org.jitsi.service.neomedia.VideoMediaStream
-
Gets a list of the visual Components where video from the remote
peer is being rendered.
- getVolume() - Method in class org.jitsi.impl.neomedia.HardwareVolumeControl
-
Current volume value.
- getVolume() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfRawPacket
-
The volume of the current event.
- getVolume() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
-
Current volume value.
- getVolume() - Method in interface org.jitsi.service.neomedia.VolumeControl
-
Gets the current volume value/level.
- getWidth() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
-
Get video width.
- getWidth() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
-
Get the width of the video of the ivf file
- getWidth() - Method in class org.jitsi.impl.neomedia.quicktime.CVPixelBuffer
-
Gets the width in pixels of this CVPixelBuffer.
- getWidth() - Method in class org.jitsi.util.event.SizeChangeVideoEvent
-
Gets the new width of the associated visual Component.
- getWrapped() - Method in class org.jitsi.impl.neomedia.transform.TransformEngineWrapper
-
- getWrappedDataSource() - Method in class org.jitsi.impl.neomedia.protocol.RewritablePullBufferDataSource
-
Get wrapped DataSource.
- getWrappedDevice() - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
-
Gets the actual MediaDevice which this MediaDevice is
effectively built on top of and forwarding to.
- getWrappedDevice() - Method in class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
-
Gets the actual MediaDevice which this MediaDevice is
effectively built on top of and forwarding to.
- getWrappedDevice() - Method in interface org.jitsi.service.neomedia.device.MediaDeviceWrapper
-
Gets the actual MediaDevice which this MediaDevice is
effectively built on top of and forwarding to.
- getWriteFilters() - Method in class org.jitsi.service.neomedia.AbstractRTPTranslator
-
Gets the WriteFilters added to this RTPTranslator.
- getZrtpConfiguration() - Static method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpConfigureUtils
-
- grabScreen(int, int, int, int, int, byte[]) - Static method in class org.jitsi.impl.neomedia.imgstreaming.ScreenCapture
-
Grab desktop screen and get raw bytes.
- grabScreen(int, int, int, int, int, long, int) - Static method in class org.jitsi.impl.neomedia.imgstreaming.ScreenCapture
-
Grab desktop screen and get raw bytes.
- grow(int) - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
- grow(int) - Method in class org.jitsi.service.neomedia.RawPacket
-
Grows the internal buffer of this RawPacket.
- gsm - Static variable in class org.jitsi.util.SoundFileUtils
-
- gsmDecode(boolean, byte[], int, int, byte[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.gsm.GSMDecoderUtil
-
Decode GSM data.
- GSMDecoderUtil - Class in org.jitsi.impl.neomedia.codec.audio.gsm
-
GSMDecoderUtil class
- GSMDecoderUtil() - Constructor for class org.jitsi.impl.neomedia.codec.audio.gsm.GSMDecoderUtil
-
- gsmEncode(boolean, byte[], int, int, byte[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.gsm.GSMEncoderUtil
-
Encode data to GSM.
- GSMEncoderUtil - Class in org.jitsi.impl.neomedia.codec.audio.gsm
-
GSMEncoderUtil class
- GSMEncoderUtil() - Constructor for class org.jitsi.impl.neomedia.codec.audio.gsm.GSMEncoderUtil
-
- GUID() - Constructor for class org.jitsi.impl.fileaccess.FileAccessServiceImpl.GUID
-
- ram - Static variable in class org.jitsi.util.SoundFileUtils
-
- RangeCoder - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Range coder
- RangeCoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.RangeCoder
-
- RawPacket - Class in org.jitsi.service.neomedia
-
When using TransformConnector, a RTP/RTCP packet is represented using
RawPacket.
- RawPacket() - Constructor for class org.jitsi.service.neomedia.RawPacket
-
Initializes a new empty RawPacket instance.
- RawPacket(byte[], int, int) - Constructor for class org.jitsi.service.neomedia.RawPacket
-
Initializes a new RawPacket instance with a specific
byte array buffer.
- RawPacket.HeaderExtension - Class in org.jitsi.service.neomedia
-
Represents an RTP header extension with the RFC5285 one-byte header:
- RawPacket.HeaderExtensions - Class in org.jitsi.service.neomedia
-
Implements an iterator over the RTP header extensions of a
RawPacket.
- RawPacketCache - Class in org.jitsi.impl.neomedia.rtp
-
An simple interface which allows a packet to be retrieved from a
cache/storage by an SSRC identifier and a sequence number.
- RawPacketCache(int) - Constructor for class org.jitsi.impl.neomedia.rtp.RawPacketCache
-
- RawPacketCache.Container - Class in org.jitsi.impl.neomedia.rtp
-
A container for packets in the cache.
- RawPacketScheduler - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile
-
Suggests a schedule method that puts the current thread to sleep for X milis,
where X is such that RTP timestamps and a given clock are respected.
- RawPacketScheduler(long) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.RawPacketScheduler
-
Ctor.
- RawPacketTransformation - Class in org.jitsi.util.function
-
- RawPacketTransformation() - Constructor for class org.jitsi.util.function.RawPacketTransformation
-
- RC_MODE_CBR - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
-
Constant Bitrate mode.
- RC_MODE_CQ - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
-
Constant Quality mode.
- RC_MODE_VBR - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
-
Variable Bitrate mode.
- RE_REQUEST_AFTER_MILLIS - Static variable in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
-
The interval after which another retransmission request will be sent
for a packet, unless it arrives.
- read(Buffer, Format, ByteBuffer) - Static method in class org.jitsi.impl.neomedia.codec.video.AVFrame
-
- read(PushBufferStream, Buffer, DataSource) - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
-
Reads media from a specific PushBufferStream which belongs to
a specific DataSource into a specific output Buffer.
- read(Buffer) - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
-
Implements PushBufferStream.read(Buffer).
- read(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferStream
-
Blocks and reads into a Buffer from this
PullBufferStream.
- read(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DirectShowStream
-
Reads media data from this PushBufferStream into a specific
Buffer without blocking.
- read(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.MacCoreaudioStream
-
Reads media data from this PullBufferStream into a specific
Buffer with blocking.
- read(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.PortAudioStream
-
Reads media data from this PullBufferStream into a specific
Buffer with blocking.
- read(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.QuickTimeStream
-
Reads media data from this PushBufferStream into a specific
Buffer without blocking.
- read(byte[], int, int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.AudioCaptureClient
-
Reads audio data from this instance into a specific byte array.
- read(IMediaBuffer, int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.AudioCaptureClient
-
Reads audio data from this instance into a specific
IMediaBuffer.
- read(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPIStream
-
- read(Buffer, byte[], int, int) - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
-
Reads byte data from this stream into a specific Buffer
which is to use a specific array of bytes for its data.
- read(Buffer) - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
-
Implements PushBufferStream.read(Buffer).
- read(Buffer) - Method in class org.jitsi.impl.neomedia.protocol.PullBufferStreamAdapter
-
Implements PullBufferStream#read(Buffer).
- read(Buffer) - Method in class org.jitsi.impl.neomedia.protocol.PushBufferStreamAdapter
-
Implements PushBufferStream#read(Buffer).
- read(Buffer, byte[], int, int) - Method in class org.jitsi.impl.neomedia.RTCPConnectorInputStream
-
Copies the content of the most recently received packet into
data.
- read(Buffer, byte[], int, int) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
Copies the content of the most recently received packet into
data.
- read(byte[], int, int) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
Copies the content of the most recently received packet into
buffer.
- read(Buffer, byte[], int, int) - Method in class org.jitsi.impl.neomedia.transform.ControlTransformInputStream
-
Copies the content of the most recently received packet into
data.
- readByte(int) - Method in class org.jitsi.service.neomedia.RawPacket
-
Read a byte from this packet at specified offset
- readFlexFecHeader(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03HeaderReader
-
Parse a buffer pointing to FlexFec data.
- readInput(byte[], int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.MacCoreaudioStream
-
Callback which receives the data from the coreaudio library.
- readInt(int) - Method in class org.jitsi.service.neomedia.RawPacket
-
Read a integer from this packet at specified offset
- readInt(byte[], int) - Static method in class org.jitsi.util.ArrayIOUtils
-
Reads an integer from a specific series of bytes starting the reading at
a specific offset in it.
- readInt(byte[], int) - Static method in class org.jitsi.util.RTPUtils
-
Deprecated.
Read an integer from a buffer at a specified offset.
- readInt16(byte[], int) - Static method in class org.jitsi.util.ArrayIOUtils
-
Reads a short integer from a specific series of bytes starting the
reading at a specific offset in it.
- readInt16AsInt(byte[], int) - Static method in class org.jitsi.util.RTPUtils
-
Deprecated.
Read a signed short at a specified offset as an int.
- ReadOnlyBufferControlDelegate - Class in org.jitsi.impl.neomedia.control
-
Represents a wrapper of a specific BufferControl which does not call
the setters of the wrapped instance and calls only the getters.
- ReadOnlyBufferControlDelegate(BufferControl) - Constructor for class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
-
Initializes a new ReadOnlyBufferControlDelegate instance which
is to wrap a specific BufferControl and call only its getters.
- ReadOnlyFormatControlDelegate - Class in org.jitsi.impl.neomedia.control
-
Represents a wrapper of a specific FormatControl instance which does
not allow setting its format using FormatControl.setFormat(Format).
- ReadOnlyFormatControlDelegate(FormatControl) - Constructor for class org.jitsi.impl.neomedia.control.ReadOnlyFormatControlDelegate
-
Initializes a new ReadOnlyFormatControlDelegate instance which
is to wrap a specific FormatControl in order to prevent calls to
its FormatControl.setFormat(Format).
- readRegion(int, int) - Method in class org.jitsi.service.neomedia.RawPacket
-
Read a byte region from specified offset with specified length
- readRegionToBuff(int, int, byte[]) - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
- readRegionToBuff(int, int, byte[]) - Method in class org.jitsi.service.neomedia.RawPacket
-
Read a byte region from specified offset with specified length in given
buffer
- readScreen(byte[], Dimension) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.ImageStream
-
Read screen.
- readShort(byte[], int) - Static method in class org.jitsi.util.ArrayIOUtils
-
Reads a short integer from a specific series of bytes starting the
reading at a specific offset in it.
- ReadStream(long, byte[], long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Read samples from an input stream.
- readUint16AsInt(int) - Method in class org.jitsi.service.neomedia.RawPacket
-
Read an unsigned short at specified offset as a int
- readUint16AsInt(byte[], int) - Static method in class org.jitsi.util.RTPUtils
-
Deprecated.
Read an unsigned short at a specified offset as an int.
- readUint24AsInt(byte[], int) - Static method in class org.jitsi.util.RTPUtils
-
Deprecated.
Read an unsigned short at specified offset as a int
- readUint32AsLong(int) - Method in class org.jitsi.service.neomedia.RawPacket
-
Read a 32-bit unsigned integer from this packet at the specified offset.
- readUint32AsLong(byte[], int) - Static method in class org.jitsi.util.RTPUtils
-
Deprecated.
Reads a 32-bit unsigned integer from the given buffer at the given
offset and returns its long representation.
- readUnsignedIntAsLong(byte[], int) - Method in class org.jitsi.impl.neomedia.recording.SynchronizerImpl
-
Read an unsigned integer as long at specified offset
- receive(DatagramPacket) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
Receive packet.
- receive(DatagramPacket) - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPInputStream
-
Receive packet.
- receive(DatagramPacket) - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPInputStream
-
Receive packet.
- receive(byte[], int, int, int) - Method in class org.jitsi.impl.neomedia.transform.dtls.DatagramTransportImpl
- receiveSideBweEnabled() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
-
Gets a boolean that indicates whether or not to perform receive-side
bandwidth estimations.
- receiveStreamAdded(ReceiveStream) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Notifies this instance that a specific ReceiveStream has been
added to the list of playbacks of ReceiveStreams and/or
DataSources performed by respective Players on the
MediaDevice represented by this instance.
- ReceiveStreamBufferListener - Interface in org.jitsi.impl.neomedia.device
-
Represents a listener for every packet which is read by a
MediaDevice
- ReceiveStreamPushBufferDataSource - Class in org.jitsi.impl.neomedia.device
-
Wraps the DataSource of a specific ReceiveStream so that
calls to its DataSource.disconnect() can be explicitly controlled.
- ReceiveStreamPushBufferDataSource(ReceiveStream, PushBufferDataSource) - Constructor for class org.jitsi.impl.neomedia.device.ReceiveStreamPushBufferDataSource
-
Initializes a new ReceiveStreamPushBufferDataSource instance
which is to wrap a specific DataSource of a specific
ReceiveStream for the purposes of enabling explicitly control of
calls to its DataSource.disconnect().
- ReceiveStreamPushBufferDataSource(ReceiveStream, PushBufferDataSource, boolean) - Constructor for class org.jitsi.impl.neomedia.device.ReceiveStreamPushBufferDataSource
-
Initializes a new ReceiveStreamPushBufferDataSource instance
which is to wrap a specific DataSource of a specific
ReceiveStream for the purposes of enabling explicitly control of
calls to its DataSource.disconnect() and, optionally, activates
the suppresses the call in question.
- receiveStreamRemoved(ReceiveStream) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Notifies this instance that a specific ReceiveStream has been
removed from the list of playbacks of ReceiveStreams and/or
DataSources performed by respective Players on the
MediaDevice represented by this instance.
- ReceiveTrackStats - Interface in org.jitsi.service.neomedia.stats
-
Extends
TrackStats with methods specific for streams that we
send.
- ReceiveTrackStatsImpl - Class in org.jitsi.impl.neomedia.stats
-
Media stream statistics implementation per received SSRC.
- Recorder - Interface in org.jitsi.service.neomedia.recording
-
The call recording interface.
- Recorder.Listener - Interface in org.jitsi.service.neomedia.recording
-
Represents a listener interested in notifications from a Recorder.
- RecorderEvent - Class in org.jitsi.service.neomedia.recording
-
Represents an event related to media recording, such as a new SSRC starting
to be recorded.
- RecorderEvent() - Constructor for class org.jitsi.service.neomedia.recording.RecorderEvent
-
Constructs a RecorderEvent.
- RecorderEvent(JSONObject) - Constructor for class org.jitsi.service.neomedia.recording.RecorderEvent
-
Constructs a RecorderEvent and tries to parse its fields from
json.
- RecorderEvent.AspectRatio - Enum in org.jitsi.service.neomedia.recording
-
Video aspect ratio.
- RecorderEvent.Type - Enum in org.jitsi.service.neomedia.recording
-
RecorderEvent types.
- RecorderEventHandler - Interface in org.jitsi.service.neomedia.recording
-
An interface that allows handling of RecorderEvent instances, such
as writing them to disk in some format.
- RecorderEventHandlerJSONImpl - Class in org.jitsi.impl.neomedia.recording
-
Implements a RecorderEventHandler which handles
RecorderEvents by writing them to a file in JSON format.
- RecorderEventHandlerJSONImpl(String) - Constructor for class org.jitsi.impl.neomedia.recording.RecorderEventHandlerJSONImpl
- RecorderImpl - Class in org.jitsi.impl.neomedia.recording
-
The call recording implementation.
- RecorderImpl(AudioMixerMediaDevice) - Constructor for class org.jitsi.impl.neomedia.recording.RecorderImpl
-
Constructs the RecorderImpl with the provided session.
- RecorderRtpImpl - Class in org.jitsi.impl.neomedia.recording
-
A Recorder implementation which attaches to an RTPTranslator.
- RecorderRtpImpl(RTPTranslator) - Constructor for class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
-
Constructor.
- recorderStopped(Recorder) - Method in interface org.jitsi.service.neomedia.recording.Recorder.Listener
-
Notifies this Listener that a specific Recorder has
stopped recording the media associated with it.
- recreateSendStreams() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Recreates the SendStreams of this instance (i.e.
- RED - Static variable in class org.jitsi.service.neomedia.codec.Constants
-
The name of the RED RTP format (RFC2198)
- REDBlock - Class in org.jitsi.impl.neomedia.codec
-
Represents a RED block.
- REDBlock(byte[], int, int, byte) - Constructor for class org.jitsi.impl.neomedia.codec.REDBlock
-
Ctor.
- REDBlockIterator - Class in org.jitsi.impl.neomedia.codec
-
An Iterator that iterates RED blocks (primary and non-primary).
- REDBlockIterator(byte[], int, int) - Constructor for class org.jitsi.impl.neomedia.codec.REDBlockIterator
-
Ctor.
- REDFilterTransformEngine - Class in org.jitsi.impl.neomedia.transform
-
Removes the RED encapsulation (RFC2198) from outgoing packets, dropping
non-primary (redundancy) packets.
- REDFilterTransformEngine(byte) - Constructor for class org.jitsi.impl.neomedia.transform.REDFilterTransformEngine
-
Initializes a new REDFilterTransformEngine with the given
payload type number for RED.
- REDTransformEngine - Class in org.jitsi.impl.neomedia.transform
-
- REDTransformEngine(byte, byte) - Constructor for class org.jitsi.impl.neomedia.transform.REDTransformEngine
-
Initializes a new REDTransformEngine instance.
- REDTransformEngine() - Constructor for class org.jitsi.impl.neomedia.transform.REDTransformEngine
-
Initializes a new REDTransformEngine instance.
- registerCustomCodecFormats(StreamRTPManager) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
- registerCustomCodecFormats(StreamRTPManager) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Registers any custom JMF Formats with a specific
RTPManager.
- registerCustomCodecs(boolean) - Static method in class org.jitsi.impl.neomedia.codec.FMJPlugInConfiguration
-
Register in JMF the custom codecs we provide
- registerCustomMultiplexers() - Static method in class org.jitsi.impl.neomedia.codec.FMJPlugInConfiguration
-
Registers custom libjitsi Multiplexer implementations.
- registerCustomPackages() - Static method in class org.jitsi.impl.neomedia.codec.FMJPlugInConfiguration
-
Register in JMF the custom packages we provide
- RegisterEndpointNotificationCallback(IMMNotificationClient) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.MMNotificationClient
-
Registers a specific IMMNotificationClient to be notified when
an audio endpoint device is added or removed, when the state or
properties of an endpoint device change, or when there is a change in the
default role assigned to an endpoint device.
- registerLocalUserAudioLevelEffect(Processor) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
-
Creates an audio level effect and add its to the codec chain of the
TrackControl assuming that it only contains a single track.
- registerUser(Object) - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
-
Registers user as an instance which is currently using this
SrtpControl.
- registerUser(Object) - Method in interface org.jitsi.service.neomedia.SrtpControl
-
Registers user as an instance which is currently using this
SrtpControl.
- RegularizeCorrelationsFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
- RegularizeCorrelationsFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.RegularizeCorrelationsFLP
-
- reinitialize() - Method in class org.jitsi.impl.neomedia.device.AudioSystem2
-
Reinitializes this AudioSystem in order to bring it up to date
with possible changes in the list of available devices.
- Release() - Method in interface org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.IMediaBuffer
-
- Release() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.PtrMediaBuffer
-
- release() - Method in class org.jitsi.impl.neomedia.quicktime.NSObject
-
Decrements the reference count of the Objective-C object represented by
this instance.
- release(long) - Static method in class org.jitsi.impl.neomedia.quicktime.NSObject
-
Decrements the reference count of a specific Objective-C object.
- reloadConfiguration() - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- reloadConfiguration(File) - Method in interface org.jitsi.impl.configuration.ConfigurationStore
-
Removes all property name-value associations currently present in this
ConfigurationStore and deserializes new property name-value
associations from a specific File which presumably is in the
format represented by this instance.
- reloadConfiguration() - Method in class org.jitsi.impl.configuration.DatabaseConfigurationStore
-
Removes all property name-value associations currently present in this
ConfigurationStore instance and deserializes new property
name-value associations from its underlying database (storage).
- reloadConfiguration(File) - Method in class org.jitsi.impl.configuration.DatabaseConfigurationStore
-
Removes all property name-value associations currently present in this
ConfigurationStore and deserializes new property name-value
associations from a specific File which presumably is in the
format represented by this instance.
- reloadConfiguration(File) - Method in class org.jitsi.impl.configuration.PropertyConfigurationStore
-
- reloadConfiguration(File) - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
-
- rembReceived(RTCPREMBPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Notifies this instance that an RTCP REMB packet was received.
- rembReceived(RTCPREMBPacket) - Method in class org.jitsi.impl.neomedia.rtp.RTCPPacketListenerAdapter
-
- rembReceived(RTCPREMBPacket) - Method in interface org.jitsi.service.neomedia.rtp.RTCPPacketListener
-
- REMOTE - Static variable in class org.jitsi.util.event.VideoEvent
-
The video origin of a VideoEvent which is remote to the
executing client such as a video being remotely streamed from a
CallPeer.
- RemoteBitrateEstimator - Interface in org.jitsi.service.neomedia.rtp
-
webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.cc
webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
- RemoteBitrateEstimatorAbsSendTime - Class in org.jitsi.impl.neomedia.rtp.remotebitrateestimator
-
webrtc.org abs_send_time implementation as of June 26, 2017.
- RemoteBitrateEstimatorAbsSendTime(RemoteBitrateObserver, DiagnosticContext) - Constructor for class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorAbsSendTime
-
Ctor.
- RemoteBitrateEstimatorSingleStream - Class in org.jitsi.impl.neomedia.rtp.remotebitrateestimator
-
webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc
webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h
- RemoteBitrateEstimatorSingleStream(RemoteBitrateObserver, DiagnosticContext) - Constructor for class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorSingleStream
-
- RemoteBitrateEstimatorWrapper - Class in org.jitsi.impl.neomedia.rtp.remotebitrateestimator
-
This is the receive-side remote bitrate estimator.
- RemoteBitrateEstimatorWrapper(RemoteBitrateObserver, DiagnosticContext) - Constructor for class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
-
Ctor.
- RemoteBitrateObserver - Interface in org.jitsi.impl.neomedia.rtp.remotebitrateestimator
-
RemoteBitrateObserver is used to signal changes in bitrate estimates
for the incoming streams.
- remove() - Method in class org.jitsi.impl.neomedia.codec.REDBlockIterator
-
- remove() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPIterator
- remove(Component) - Method in class org.jitsi.util.swing.VideoContainer
-
Overrides the default remove behavior in order to add the default no
video component when the remote video is removed.
- removeAll() - Method in class org.jitsi.util.swing.VideoContainer
-
Ensures noVideoComponent is displayed even when the clients of the
videoContainer invoke its #removeAll() to remove their previous visual
Components representing video.
- removeBit(int) - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
-
Remove a bit from the given position.
- removeDataSinkListener(DataSinkListener) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
- removeDTMFListener(DTMFListener) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
Removes listener from the list of DTMFListeners
registered with this AudioMediaStream to receive notifications
about incoming DTMF tones.
- removeDTMFListener(DTMFListener) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
-
Removes listener from the list of DTMFListeners
registered to receive events for incoming DTMF tones.
- removeExtension() - Method in class org.jitsi.service.neomedia.RawPacket
-
Removes the extension from the packet and its header.
- removeGainChangeListener(GainChangeListener) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
-
Remove interest in gain change update events.
- removeInDataSources(DataSourceFilter) - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
-
Removes DataSources accepted by a specific
DataSourceFilter from the list of input DataSources of
this AudioMixer from which it reads audio to be mixed.
- removeKeyFrameRequestee(KeyFrameControl.KeyFrameRequestee) - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl
-
Removes a KeyFrameRequestee to no longer be made available
through this KeyFrameControl.
- removeKeyFrameRequestee(KeyFrameControl.KeyFrameRequestee) - Method in class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
-
- removeKeyFrameRequester(KeyFrameControl.KeyFrameRequester) - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl
-
Removes a KeyFrameRequester to no longer be made available
through this KeyFrameControl.
- removeKeyFrameRequester(KeyFrameControl.KeyFrameRequester) - Method in class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
-
- removeLayoutComponent(Component) - Method in class org.jitsi.util.swing.FitLayout
-
Does nothing because this LayoutManager lays out only the first
Component of the parent Container and thus doesn't need
any String associations.
- removeLayoutComponent(Component) - Method in class org.jitsi.util.swing.VideoLayout
-
Removes the given component from this layout.
- removeLevel(long) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelMap
-
Removes csrc and its mapped level from this map.
- removeListener(Recorder.Listener) - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
-
Removes a existing Recorder.Listener from the list of listeners
interested in notifications from this Recorder.
- removeListener(Recorder.Listener) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
-
- removeListener(BandwidthEstimator.Listener) - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
-
- removeListener(Recorder.Listener) - Method in interface org.jitsi.service.neomedia.recording.Recorder
-
Removes an existing Listener from the list of listeners
interested in notifications from this Recorder.
- removeListener(BandwidthEstimator.Listener) - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator
-
Removes a listener.
- removeMediaStream(MediaStream) - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine
-
- removeNotify() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent
-
Overrides
Component.removeNotify() to reset the indicator which
determines whether the native counterpart of this
JAWTRenderer
wants
paint calls on its AWT
Component to be delivered.
- removePlaybackDataSource(DataSource) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Removes a specific DataSource from the list of playbacks of
ReceiveStreams and/or DataSources performed by
respective Players on the MediaDevice represented by
this instance.
- removeProperty(String) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- removeProperty(String) - Method in interface org.jitsi.impl.configuration.ConfigurationStore
-
Removes the value association in this ConfigurationStore of the
property with a specific name.
- removeProperty(String) - Method in class org.jitsi.impl.configuration.HashtableConfigurationStore
-
- removeProperty(String) - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
-
Remove a PropertyChangeListener from the listener list.
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
-
Remove a PropertyChangeListener for a specific property.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
-
Removes the specified PropertyChangeListener from this stream so
that it won't receive further property change events.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jitsi.service.neomedia.MediaService
-
Removes a PropertyChangeListener to no longer be notified about
changes in the values of the properties of this instance.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jitsi.service.neomedia.MediaStream
-
Removes the specified property change listener from this stream
so that it won't receive further property change events.
- removeReceiveSsrc(long) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
-
Clears ssrc from receiver stats.
- removeReceiveStream(ReceiveStream) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Removes a specific ReceiveStream from the list of playbacks of
ReceiveStreams and/or DataSources performed by
respective Players on the MediaDevice represented by
this instance.
- removeReceiveStreamForSsrc(long) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Removes the ReceiveStream with SSRC ssrc, if there is
such a ReceiveStream, from the receive streams of this
MediaStream
- removeReceiveStreamForSsrc(long) - Method in interface org.jitsi.service.neomedia.MediaStream
-
Removes the ReceiveStream with SSRC ssrc, if there is
such a ReceiveStream, from the receive streams of this
MediaStream
- removeReceiveStreamListener(ReceiveStreamListener) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
- removeReceiveStreamListener(StreamRTPManager, ReceiveStreamListener) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Removes a ReceiveStreamListener to no longer be notified about
ReceiveStreamEvents related to a specific neomedia
MediaStream (expressed as a StreamRTPManager for the
purposes of and in the terms of RTPTranslator).
- removeRecorderListener(Recorder.Listener) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
-
Removes an existing Recorder.Listener from the list of listeners
interested in notifications from Recorders.
- removeRecorderListener(Recorder.Listener) - Method in interface org.jitsi.service.neomedia.MediaService
-
Removes an existing Recorder.Listener from the list of listeners
interested in notifications from Recorders.
- removeRemoteListener(RemoteListener) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
- removeRemoteListener(StreamRTPManager, RemoteListener) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Removes a RemoteListener to no longer be notified about
RemoteEvents received by this RTPTranslatorImpl.
- removeReportBlock(RTCPExtendedReport.ReportBlock) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
-
Removes an extended report block from this extended report.
- removeRTCPFeedbackMessageCreateListner(RTCPFeedbackMessageCreateListener) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Removes RTCPFeedbackMessageCreateListener.
- removeRTCPFeedbackMessageListener(RTCPFeedbackMessageListener) - Method in class org.jitsi.impl.neomedia.RTCPConnectorInputStream
-
Remove an RTCPFeedbackMessageListener.
- removeRTCPFeedbackMessageListener(RTCPFeedbackMessageListener) - Method in class org.jitsi.impl.neomedia.transform.ControlTransformInputStream
-
Removes an RTCPFeedbackMessageListener.
- removeRTCPPacketListener(RTCPPacketListener) - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Removes a listener from the list of listeners which will be notified when
RTCP packets are received.
- removeRTCPPacketListener(RTCPPacketListener) - Method in interface org.jitsi.service.neomedia.MediaStreamStats
-
Removes a listener from the list of listeners which will be notified when
RTCP packets are received.
- removeRTCPReportListener(RTCPReportListener) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Removes an existing RTCPReportListener to no longer be notified
by this instance about the receiving and sending of RTCP RR, SR and XR.
- removeSendStreamListener(SendStreamListener) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
- removeSendStreamListener(StreamRTPManager, SendStreamListener) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Not implemented because there are currently no uses of the underlying
functionality.
- removeSessionListener(SessionListener) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
- removeSessionListener(StreamRTPManager, SessionListener) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Not implemented because there are currently no uses of the underlying
functionality.
- removeSSRC(long) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Removes ssrc from the array of SSRC identifiers representing
parties that this MediaDeviceSession is currently receiving
streams from.
- removeStream(long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorAbsSendTime
-
Removes all data for ssrc.
- removeStream(long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorSingleStream
-
Removes all data for ssrc.
- removeStream(long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
-
Removes all data for ssrc.
- removeStream(long) - Method in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
-
Removes all data for ssrc.
- removeTarget(SessionAddress) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Removes a target from our session.
- removeTarget(InetAddress, int) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
-
Remove a target from stream targets list
- removeTargets() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Remove all stream targets.
- removeTargets() - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
-
Remove all stream targets from this session.
- removeUpdateAvailableDeviceListListener(UpdateAvailableDeviceListListener) - Method in class org.jitsi.impl.neomedia.device.AudioSystem2
-
- removeVetoableChangeListener(ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
-
Remove a VetoableChangeListener from the listener list.
- removeVetoableChangeListener(String, ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
-
Remove a VetoableChangeListener for a specific property.
- removeVetoableChangeListener(ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- removeVetoableChangeListener(String, ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- removeVideoListener(VideoListener) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Removes a specific VideoListener from this instance in order to
have to no longer receive notifications when visual/video
Components are being added and removed.
- removeVideoListener(VideoListener) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Removes a specific VideoListener from this
VideoMediaStream in order to have to no longer receive
notifications when visual/video Components are being added and
removed.
- removeVideoListener(VideoListener) - Method in interface org.jitsi.service.neomedia.VideoMediaStream
-
Removes a specific VideoListener from this
VideoMediaStream in order to have to no longer receive
notifications when visual/video Components are being added and
removed.
- removeVideoListener(VideoListener) - Method in class org.jitsi.util.event.VideoNotifierSupport
-
Removes a specific VideoListener from this
VideoNotifierSupport in order to have to no longer receive
notifications when visual/video Components are being added and
removed.
- removeVolumeChangeListener(VolumeChangeListener) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
-
Removes a VolumeChangeListener.
- removeVolumeChangeListener(VolumeChangeListener) - Method in interface org.jitsi.service.neomedia.VolumeControl
-
Removes a VolumeChangeListener to no longer be notified about
changes in the volume level of this instance.
- removeWriteFilter(RTPTranslator.WriteFilter) - Method in class org.jitsi.service.neomedia.AbstractRTPTranslator
-
Removes a WriteFilter from this RTPTranslator.
- removeWriteFilter(RTPTranslator.WriteFilter) - Method in interface org.jitsi.service.neomedia.RTPTranslator
-
Removes a WriteFilter from this RTPTranslator.
- renderer - Variable in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent
-
The JAWTRenderer which paints in this
JAWTRendererVideoComponent.
- ReportBlock(short) - Constructor for class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.ReportBlock
-
Initializes a new ReportBlock instance of a specific block
type.
- REQUEST_RETRANSMISSIONS_PNAME - Static variable in interface org.jitsi.service.neomedia.VideoMediaStream
-
The name of the property used to control whether
VideoMediaStream
should request retransmissions for lost RTP packets using RTCP NACK.
- requestGoClear() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Method called when the user requests through GUI to switch a secured call
to unsecure mode.
- requestGoSecure() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Method called when the user requests through GUI to switch a previously
unsecured call back to secure mode.
- requestKeyFrame(boolean) - Method in class org.jitsi.impl.neomedia.codec.video.h264.DePacketizer
-
Requests a key frame from the remote peer associated with this
DePacketizer using the logic of DePacketizer.
- requestKeyframe(long) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTCPFeedbackMessageSender
-
Sends an RTCP Full Intra Request (FIR) or Picture Loss Indication (PLI),
to the media sender/source with a specific synchronization source
identifier (SSRC).
- requestKeyframe(long[]) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTCPFeedbackMessageSender
-
Sends an RTCP Full Intra Request (FIR) or Picture Loss Indication (PLI),
to media senders/sources with a specific synchronization source
identifiers (SSRCs).
- requestKeyFrame() - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl.KeyFrameRequester
-
Requests a key frame from the remote peer of the associated
VideoMediaStream.
- requestKeyFrame(boolean) - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl
-
Requests a key frame from the remote peer of the associated
VideoMediaStream.
- requestKeyFrame(boolean) - Method in class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
-
- requires(int) - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
-
Returns a boolean that indicates whether or not this
RTPEncodingDesc depends on the subjective quality index that is
passed as an argument.
- requiresSecureSignalingTransport() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
Indicates if the key exchange method is dependent on secure transport of
the signaling channel.
- requiresSecureSignalingTransport() - Method in class org.jitsi.impl.neomedia.transform.NullSrtpControl
-
Indicates if the key exchange method is dependent on secure transport of
the signaling channel.
- requiresSecureSignalingTransport() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
-
Returns true, SDES always requires the secure transport of its
keys.
- requiresSecureSignalingTransport() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
-
Returns false, ZRTP exchanges its keys over the media path.
- requiresSecureSignalingTransport() - Method in interface org.jitsi.service.neomedia.SrtpControl
-
Indicates if the key exchange method is dependent on secure transport of
the signaling channel.
- Resampler - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Interface to collection of resamplers.
- Resampler() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Resampler
-
- ResamplerDown2 - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Downsample by a factor 2, mediocre quality.
- ResamplerDown2() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerDown2
-
- ResamplerDown23 - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Downsample by a factor 2/3, low quality.
- ResamplerDown23() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerDown23
-
- ResamplerDown3 - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Downsample by a factor 3, low quality.
- ResamplerDown3() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerDown3
-
- ResamplerPrivate - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
class for IIR/FIR resamplers.
- ResamplerPrivate() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivate
-
- ResamplerPrivateAR2 - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Second order AR filter with single delay elements.
- ResamplerPrivateAR2() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateAR2
-
- ResamplerPrivateARMA4 - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Fourth order ARMA filter.
- ResamplerPrivateARMA4() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateARMA4
-
- ResamplerPrivateCopy - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Simple opy.
- ResamplerPrivateCopy() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateCopy
-
- ResamplerPrivateDown4 - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Downsample by a factor 4.
- ResamplerPrivateDown4() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateDown4
-
- ResamplerPrivateDownFIR - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Resample with a 2x downsampler (optional), a 2nd order AR filter followed by FIR interpolation.
- ResamplerPrivateDownFIR() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateDownFIR
-
- ResamplerPrivateIIRFIR - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Upsample using a combination of allpass-based 2x upsampling and FIR interpolation.
- ResamplerPrivateIIRFIR() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateIIRFIR
-
- ResamplerPrivateUp2HQ - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Upsample by a factor 2, high quality.
- ResamplerPrivateUp2HQ() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateUp2HQ
-
- ResamplerPrivateUp4 - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Upsample by a factor 4.
- ResamplerPrivateUp4() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateUp4
-
- ResamplerRom - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Filter coefficients for IIR/FIR polyphase resampling.
- ResamplerRom() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
-
- ResamplerStructs - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Classes for IIR/FIR resamplers.
- ResamplerStructs() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerStructs
-
- ResamplerUp2 - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Up-sample by a factor 2, low quality.
- ResamplerUp2() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerUp2
-
- RESERVED_JITTER_BUFFER_ADAPTIVE - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- reset() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
-
Resets its state.
- reset() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
- reset() - Method in class org.jitsi.impl.neomedia.codec.video.HFlip
-
Resets the state of this PlugIn.
- reset() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.AbstractRenderer
-
Resets the state of this PlugIn.
- ResetEvent(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- resetSASVerified() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Resets the internal engine SAS verified flag
- resetSilence() - Method in class org.jitsi.impl.neomedia.codec.SilenceEffect
-
Resets the state of this SilenceEffect.
- ResidualEnergyFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Residual energy.
- ResidualEnergyFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResidualEnergyFLP
-
- ResourceManagementService - Interface in org.jitsi.service.resources
-
The Resource Management Service gives easy access to
common resources for the application including texts, images, sounds and
some configurations.
- responderSelectAttribute(Iterable<SrtpCryptoAttribute>) - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
-
Chooses a supported crypto attribute from the peer's list of supplied
attributes and creates the local crypto attribute.
- responderSelectAttribute(Iterable<SrtpCryptoAttribute>) - Method in interface org.jitsi.service.neomedia.SDesControl
-
Chooses a supported crypto attribute from the peer's list of supplied
attributes and creates the local crypto attribute.
- restoreFile() - Method in class org.jitsi.impl.fileaccess.FailSafeTransactionImpl
-
Ensure that the file accessed is in a coherent state.
- restoreFile() - Method in interface org.jitsi.service.fileaccess.FailSafeTransaction
-
Ensure that the file accessed is in a coherent state.
- RESULT_ABORT - Static variable in interface org.jitsi.impl.neomedia.portaudio.PortAudioStreamCallback
-
"Abort" result code.
- RESULT_COMPLETE - Static variable in interface org.jitsi.impl.neomedia.portaudio.PortAudioStreamCallback
-
"Complete" result code.
- RESULT_CONTINUE - Static variable in interface org.jitsi.impl.neomedia.portaudio.PortAudioStreamCallback
-
"Continue" result code.
- ResumableStreamRewriter - Class in org.jitsi.impl.neomedia.rtp
-
Rewrites sequence numbers for RTP streams by hiding any gaps caused by
dropped packets.
- ResumableStreamRewriter() - Constructor for class org.jitsi.impl.neomedia.rtp.ResumableStreamRewriter
-
- retain() - Method in class org.jitsi.impl.neomedia.quicktime.NSObject
-
Increments the reference count of the Objective-C object represented by
this instance.
- RetransmissionRequester - Interface in org.jitsi.service.neomedia
-
- RetransmissionRequesterDelegate - Class in org.jitsi.impl.neomedia.transform
-
Detects lost RTP packets for a particular RtpChannel and requests
their retransmission by sending RTCP NACK packets.
- RetransmissionRequesterDelegate(MediaStream, TimeProvider) - Constructor for class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
-
Initializes a new RetransmissionRequesterDelegate for the given
RtpChannel.
- RetransmissionRequesterImpl - Class in org.jitsi.impl.neomedia.transform
-
Creates classes to handle both the detection of loss and the creation
and sending of nack packets, and a scheduler to allow for nacks to be
re-transmitted at a set interval
- RetransmissionRequesterImpl(MediaStream) - Constructor for class org.jitsi.impl.neomedia.transform.RetransmissionRequesterImpl
-
- reverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.recording.PacketBuffer
-
- reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
-
Reverse-transforms a specific packet.
- reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine.IngressEngine
-
Reverse-transforms a specific packet.
- reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.rtp.VideoMediaStreamTrackReceiver
-
Reverse-transforms a specific packet.
- reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
-
- reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.csrc.CsrcTransformEngine
-
Extracts the list of CSRC identifiers and passes it to the
MediaStream associated with this engine.
- reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.csrc.SsrcTransformEngine
-
Extracts the list of CSRC identifiers and passes it to the
MediaStream associated with this engine.
- reverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsPacketTransformer
-
Reverse-transforms each packet in an array of packets.
- reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfTransformEngine
-
A stub meant to handle incoming DTMF packets.
- reverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
-
- reverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
-
Reverse-transforms each packet in an array of packets.
- reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.OriginalHeaderBlockTransformEngine
-
- reverseTransform(RawPacket[]) - Method in interface org.jitsi.impl.neomedia.transform.PacketTransformer
-
Reverse-transforms each packet in an array of packets.
- reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.PaddingTermination
-
Reverse-transforms a specific packet.
- reverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.REDTransformEngine
-
Reverse-transforms each packet in an array of packets.
- reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterImpl
-
Reverse-transforms a specific packet.
- reverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.rtcp.CompoundPacketEngine
-
- reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.rtcp.StatisticsEngine
-
Parses incoming RTCP packets and notifies the
MediaStreamStats of
this instance about the reception of packets with known types (currently
these are RR, SR, XR, REMB, NACK).
- reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.SinglePacketTransformer
-
Reverse-transforms a specific packet.
- reverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.SinglePacketTransformer
-
Reverse-transforms each packet in an array of packets.
- reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.SinglePacketTransformerAdapter
-
- reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTCPTransformer
-
Decrypts a SRTCP packet
- reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPTransformer
-
Reverse-transforms a specific packet (i.e.
- reverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.TransformEngineChain.PacketTransformerChain
-
Reverse-transforms each packet in an array of packets.
- reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTCPTransformer
-
Decrypt a SRTCP packet
Currently SRTCP packet encryption / decryption is not supported
So this method does not change the packet content
- reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
The input data stream calls this method to transform
incoming packets.
- RewritablePullBufferDataSource - Class in org.jitsi.impl.neomedia.protocol
-
Implements a PullBufferDataSource wrapper which provides mute
support for the wrapped instance.
- RewritablePullBufferDataSource(PullBufferDataSource) - Constructor for class org.jitsi.impl.neomedia.protocol.RewritablePullBufferDataSource
-
Initializes a new RewritablePullBufferDataSource instance which
is to provide mute support for a specific PullBufferDataSource.
- RewritablePushBufferDataSource - Class in org.jitsi.impl.neomedia.protocol
-
Implements a PushBufferDataSource wrapper which provides mute
support for the wrapped instance.
- RewritablePushBufferDataSource(PushBufferDataSource) - Constructor for class org.jitsi.impl.neomedia.protocol.RewritablePushBufferDataSource
-
Initializes a new RewritablePushBufferDataSource instance which
is to provide mute support for a specific PushBufferDataSource.
- rewriteRTP(boolean, byte[], int, int) - Method in class org.jitsi.impl.neomedia.rtp.ResumableStreamRewriter
-
Rewrites the sequence number of the RTP packet in the byte buffer,
hiding any gaps caused by drops.
- RGB24 - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
-
The RGB24 constant.
- RGB32 - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
-
The RGB32 constant.
- rollback() - Method in class org.jitsi.impl.fileaccess.FailSafeTransactionImpl
-
Closes the transaction and cancels the changes.
- rollback() - Method in interface org.jitsi.service.fileaccess.FailSafeTransaction
-
Closes the transation and cancel the changes.
- RPC_E_CHANGED_MODE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- RSA_KEY_PUBLIC_EXPONENT - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
The public exponent to always use for RSA key generation.
- RSA_KEY_SIZE - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
The RSA key size to use.
- RSA_KEY_SIZE_CERTAINTY - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
The RSA key size certainty to use.
- RSA_KEY_SIZE_CERTAINTY_PNAME - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
The name of the property to specify RSA key size certainty.
- RSA_KEY_SIZE_PNAME - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
The name of the property to specify RSA Key length.
- RTCP - Static variable in interface org.jitsi.service.neomedia.control.KeyFrameControl.KeyFrameRequester
-
- RTCPConnectorInputStream - Class in org.jitsi.impl.neomedia
-
- RTCPConnectorInputStream(DatagramSocket) - Constructor for class org.jitsi.impl.neomedia.RTCPConnectorInputStream
-
Initializes a new RTCPConnectorInputStream which is to receive
packet data from a specific UDP socket.
- RTCPExtendedReport - Class in org.jitsi.service.neomedia.rtp
-
Represents an RTP Control Protocol Extended Report (RTCP XR) packet in the
terms of FMJ i.e.
- RTCPExtendedReport() - Constructor for class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
-
Initializes a new RTCPExtendedReport instance.
- RTCPExtendedReport(byte[], int, int) - Constructor for class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
-
Initializes a new RTCPExtendedReport instance by
deserializing/reading a binary representation from a byte array.
- RTCPExtendedReport(DataInputStream) - Constructor for class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
-
Initializes a new RTCPExtendedReport instance by
deserializing/reading a binary representation from a
DataInputStream.
- RTCPExtendedReport(int, int, int, DataInputStream) - Constructor for class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
-
Initializes a new RTCPExtendedReport instance by
deserializing/reading a binary representation of part of the packet from
a DataInputStream, and taking the values found in the
first 4 bytes of the binary representation as arguments.
- RTCPExtendedReport.ReportBlock - Class in org.jitsi.service.neomedia.rtp
-
Represents an abstract, base extended report block.
- RTCPExtendedReport.VoIPMetricsReportBlock - Class in org.jitsi.service.neomedia.rtp
-
Implements "VoIP Metrics Report Block" i.e.
- rtcpExtendedReportReceived(RTCPExtendedReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReportAdapter
-
Notifies this listener that a specific RTCP XR was received by the local
endpoint.
- rtcpExtendedReportReceived(RTCPExtendedReport) - Method in interface org.jitsi.service.neomedia.rtp.RTCPReportListener
-
Notifies this listener that a specific RTCP XR was received by the local
endpoint.
- rtcpExtendedReportReceived(RTCPExtendedReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Notifies this instance that a specific RTCPExtendedReport was
received by the local endpoint.
- rtcpExtendedReportSent(RTCPExtendedReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReportAdapter
-
Notifies this listener that a specific RTCP XR was sent by the local
endpoint.
- rtcpExtendedReportSent(RTCPExtendedReport) - Method in interface org.jitsi.service.neomedia.rtp.RTCPReportListener
-
Notifies this listener that a specific RTCP XR was sent by the local
endpoint.
- rtcpExtendedReportSent(RTCPExtendedReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Notifies this instance that a specific RTCPExtendedReport was
sent by the local endpoint.
- RTCPFBPacket - Class in org.jitsi.impl.neomedia.rtcp
-
Created by gp on 6/27/14.
- RTCPFBPacket(int, int, long, long) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
-
- RTCPFBPacket(RTCPCompoundPacket) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
-
- RTCPFeedbackMessageCreateListener - Interface in org.jitsi.service.neomedia.event
-
Represents a listener of RTCPFeedbackMessageListener instances.
- RTCPFeedbackMessageEvent - Class in org.jitsi.service.neomedia.event
-
Represents an event coming from RTCP that meant to tell codec
to do something (i.e send a keyframe, ...).
- RTCPFeedbackMessageEvent(Object, int, int) - Constructor for class org.jitsi.service.neomedia.event.RTCPFeedbackMessageEvent
-
Constructor.
- RTCPFeedbackMessageListener - Interface in org.jitsi.service.neomedia.event
-
Represents a listener of RTCP feedback messages such as PLI (Picture Loss
Indication) or FIR (Full Intra Request).
- RTCPFeedbackMessagePacket - Class in org.jitsi.impl.neomedia
-
Represents an RTCP feedback message packet as described by RFC 4585
"Extended RTP Profile for Real-time Transport Control Protocol
(RTCP)-Based Feedback (RTP/AVPF)".
- RTCPFeedbackMessagePacket(int, int, long, long) - Constructor for class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
-
Constructor.
- rtcpFeedbackMessageReceived(RTCPFeedbackMessageEvent) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
-
Notifies this RTCPFeedbackListener that an RTCP feedback message
has been received
- rtcpFeedbackMessageReceived(RTCPFeedbackMessageEvent) - Method in interface org.jitsi.service.neomedia.event.RTCPFeedbackMessageListener
-
Notifies this RTCPFeedbackMessageListener that an RTCP feedback
message has been received
- RTCPFeedbackMessageSender - Class in org.jitsi.impl.neomedia.rtp.translator
-
Allows sending RTCP feedback message packets such as FIR, takes care of their
(command) sequence numbers.
- RTCPFeedbackMessageSender(RTPTranslatorImpl) - Constructor for class org.jitsi.impl.neomedia.rtp.translator.RTCPFeedbackMessageSender
-
Initializes a new RTCPFeedbackMessageSender instance which is to
send RTCP feedback message packets through a specific
RTPTranslatorImpl.
- RTCPGenerator - Class in org.jitsi.util.function
-
A Function that produces RawPackets from
RTCPCompoundPackets.
- RTCPGenerator() - Constructor for class org.jitsi.util.function.RTCPGenerator
-
- RTCPIterator - Class in org.jitsi.impl.neomedia.rtcp
-
An Iterator for RTCP packets contained in a compound RTCP packet.
- RTCPIterator(ByteArrayBuffer) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPIterator
-
Ctor.
- rtcpmux - Variable in class org.jitsi.service.neomedia.DefaultStreamConnector
-
Whether this DefaultStreamConnector uses rtcp-mux.
- rtcpmux - Variable in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
-
Whether this DefaultStreamConnector uses rtcp-mux.
- RTCPPacketListener - Interface in org.jitsi.service.neomedia.rtp
-
A simple interface that enables listening for RTCP packets.
- RTCPPacketListenerAdapter - Class in org.jitsi.impl.neomedia.rtp
-
- RTCPPacketListenerAdapter() - Constructor for class org.jitsi.impl.neomedia.rtp.RTCPPacketListenerAdapter
-
- RTCPPacketParserEx - Class in org.jitsi.impl.neomedia.rtcp
-
Extends RTCPPacketParser to allow the parsing of additional RTCP
packet types such as REMB, NACK and XR.
- RTCPPacketParserEx() - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPPacketParserEx
-
- RTCPPacketPredicate - Class in org.jitsi.impl.neomedia
-
Represents a predicate (boolean-valued function) of a RawPacket.
- RTCPPacketPredicate() - Constructor for class org.jitsi.impl.neomedia.RTCPPacketPredicate
-
Ctor.
- rtcpPacketReceived(long, int) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
-
Notifies this instance that an RTCP packet with a particular SSRC and
particular length was received.
- rtcpPacketReceived(int) - Method in class org.jitsi.impl.neomedia.stats.ReceiveTrackStatsImpl
-
Notifies this instance that an RTCP packet with a specific length was
received.
- rtcpPacketSent(long, int) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
-
Notifies this instance that an RTCP packet with a particular SSRC and
particular length was sent (or is about to be sent).
- RTCPReceiverFeedbackTermination - Class in org.jitsi.impl.neomedia.rtcp
-
Terminates RRs and REMBs.
- RTCPReceiverFeedbackTermination(MediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPReceiverFeedbackTermination
-
Ctor.
- rtcpReceiverReportReceived(long, int) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
-
Notifies this instance that an RTCP Receiver Report packet with a
particular SSRC and the given values for total number of lost packets
and extended highest sequence number was received.
- RTCPREMBPacket - Class in org.jitsi.impl.neomedia.rtcp
-
Created by gp on 6/24/14.
- RTCPREMBPacket(long, long, int, int, long[]) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
-
- RTCPREMBPacket(long, long, long, long[]) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
-
- RTCPREMBPacket(RTCPCompoundPacket) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
-
- RTCPReportAdapter - Class in org.jitsi.service.neomedia.rtp
-
A default implementation of RTCPReportListener to facilitate
implementers.
- RTCPReportAdapter() - Constructor for class org.jitsi.service.neomedia.rtp.RTCPReportAdapter
-
- RTCPReportListener - Interface in org.jitsi.service.neomedia.rtp
-
- rtcpReportReceived(RTCPReport) - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
-
Notifies this listener that a specific RTCP SR or RR was received by the
local endpoint.
- rtcpReportReceived(RTCPReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReportAdapter
-
Notifies this listener that a specific RTCP SR or RR was received by the
local endpoint.
- rtcpReportReceived(RTCPReport) - Method in interface org.jitsi.service.neomedia.rtp.RTCPReportListener
-
Notifies this listener that a specific RTCP SR or RR was received by the
local endpoint.
- rtcpReportReceived(RTCPReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Notifies this instance that a specific RTCPReport was received
by the local endpoint.
- RTCPReports - Class in org.jitsi.service.neomedia.rtp
-
Collects the (last) RTCP (SR, RR, and XR) reports sent and received by a
local peer (for the purposes of MediaStreamStats).
- RTCPReports() - Constructor for class org.jitsi.service.neomedia.rtp.RTCPReports
-
- rtcpReportSent(RTCPReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReportAdapter
-
Notifies this listener that a specific RTCP SR or RR was sent by the
local endpoint.
- rtcpReportSent(RTCPReport) - Method in interface org.jitsi.service.neomedia.rtp.RTCPReportListener
-
Notifies this listener that a specific RTCP SR or RR was sent by the
local endpoint.
- rtcpReportSent(RTCPReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
-
Notifies this instance that a specific RTCPReport was sent by
the local endpoint.
- RTCPSenderInfoUtils - Class in org.jitsi.impl.neomedia.rtcp
-
Utility class that contains static methods for RTCP sender info manipulation.
- RTCPSenderInfoUtils() - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPSenderInfoUtils
-
- RTCPTCCPacket - Class in org.jitsi.impl.neomedia.rtcp
-
A class which represents an RTCP packet carrying transport-wide congestion
control (transport-cc) feedback information.
- RTCPTCCPacket(RTCPCompoundPacket) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
-
Initializes a new RTCPTCCPacket instance.
- RTCPTCCPacket(long, long, RTCPTCCPacket.PacketMap, byte, DiagnosticContext) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
-
Initializes a new
RTCPTCCPacket instance with a specific "packet
sender SSRC" and "media source SSRC" values, and which describes a
specific set of sequence numbers.
- RTCPTCCPacket.PacketMap - Class in org.jitsi.impl.neomedia.rtcp
-
An ordered collection which maps sequence numbers to timestamps, the
order is by the sequence number.
- RTCPUtils - Class in org.jitsi.util
-
- RTCPUtils() - Constructor for class org.jitsi.util.RTCPUtils
-
Deprecated.
- RTP_PAYLOAD_TYPE_UNKNOWN - Static variable in interface org.jitsi.service.neomedia.format.MediaFormat
-
The constant returned by
MediaFormat.getRTPPayloadType() when the
MediaFormat instance describes a format without an RTP payload
type (number) known in RFC 3551 "RTP Profile for Audio and Video
Conferences with Minimal Control".
- RTP_SAVP - Static variable in interface org.jitsi.service.neomedia.SrtpControl
-
- RTP_SAVPF - Static variable in interface org.jitsi.service.neomedia.SrtpControl
-
- RTP_STAT_PREFIX - Static variable in class org.jitsi.impl.neomedia.transform.rtcp.StatisticsEngine
-
The RTP statistics prefix we use for every log.
- RTP_STREAM_ID_URN - Static variable in class org.jitsi.service.neomedia.RTPExtension
-
- rtpConnectorChanged(AbstractRTPConnector, AbstractRTPConnector) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Notifies this MediaStream implementation that its
RTPConnector instance has changed from a specific old value to a
specific new value.
- rtpConnectorChanged(AbstractRTPConnector, AbstractRTPConnector) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Notifies this MediaStream implementation that its
RTPConnector instance has changed from a specific old value to a
specific new value.
- RTPConnectorInputStream<T extends Closeable> - Class in org.jitsi.impl.neomedia
-
- RTPConnectorInputStream(T) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
Initializes a new RTPConnectorInputStream which is to receive
packet data from a specific UDP socket.
- RTPConnectorOutputStream - Class in org.jitsi.impl.neomedia
-
- RTPConnectorOutputStream() - Constructor for class org.jitsi.impl.neomedia.RTPConnectorOutputStream
-
Initializes a new RTPConnectorOutputStream which is to send
packet data out through a specific socket.
- RTPConnectorTCPImpl - Class in org.jitsi.impl.neomedia
-
RTPConnector implementation for UDP.
- RTPConnectorTCPImpl(StreamConnector) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorTCPImpl
-
Initializes a new RTPConnectorTCPImpl which is to use a given
pair of sockets for RTP and RTCP traffic specified in the form
of a StreamConnector.
- RTPConnectorTCPInputStream - Class in org.jitsi.impl.neomedia
-
RTPConnectorInputStream implementation for TCP protocol.
- RTPConnectorTCPInputStream(Socket) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorTCPInputStream
-
Initializes a new RTPConnectorInputStream which is to receive
packet data from a specific TCP socket.
- RTPConnectorTCPOutputStream - Class in org.jitsi.impl.neomedia
-
RTPConnectorOutputStream implementation for TCP protocol.
- RTPConnectorTCPOutputStream(Socket) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorTCPOutputStream
-
Initializes a new RTPConnectorTCPOutputStream.
- RTPConnectorUDPImpl - Class in org.jitsi.impl.neomedia
-
RTPConnector implementation for UDP.
- RTPConnectorUDPImpl(StreamConnector) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorUDPImpl
-
Initializes a new RTPConnectorUDPImpl which is to use a given
pair of datagram sockets for RTP and RTCP traffic specified in the form
of a StreamConnector.
- RTPConnectorUDPInputStream - Class in org.jitsi.impl.neomedia
-
RTPConnectorInputStream implementation for UDP protocol.
- RTPConnectorUDPInputStream(DatagramSocket) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorUDPInputStream
-
Initializes a new RTPConnectorInputStream which is to receive
packet data from a specific UDP socket.
- RTPConnectorUDPOutputStream - Class in org.jitsi.impl.neomedia
-
RTPConnectorOutputStream implementation for UDP protocol.
- RTPConnectorUDPOutputStream(DatagramSocket) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorUDPOutputStream
-
Initializes a new RTPConnectorUDPOutputStream.
- RtpdumpFileReader - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile
-
This class represent a rtpdump file and provide an API to get the
payload of the rtp packet it contains.
- RtpdumpFileReader(String) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.RtpdumpFileReader
-
Initialize a new instance of RtpdumpFileReader that will the
rtpdump file located by filePath.
- RtpdumpMediaDevice - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile
-
This class contains the method createRtpdumpMediaDevice that
can create MediaDevices that will read the rtpdump file given.
- RtpdumpMediaDevice() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.RtpdumpMediaDevice
-
- RtpdumpStream - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile
-
Implements a PullBufferStream which read an rtpdump file to generate
a RTP stream from the payloads recorded in a rtpdump file.
- RTPEncodingDesc - Class in org.jitsi.impl.neomedia.rtp
-
Keeps track of how many channels receive it, its subjective quality index,
its last stable bitrate and other useful things for adaptivity/routing.
- RTPEncodingDesc(MediaStreamTrackDesc, long) - Constructor for class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
-
Ctor.
- RTPEncodingDesc(MediaStreamTrackDesc, int, long, int, int, int, double, RTPEncodingDesc[]) - Constructor for class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
-
Ctor.
- RTPExtension - Class in org.jitsi.service.neomedia
-
RTP extensions are defined by RFC 5285 and they allow attaching additional
information to some or all RTP packets of an RTP stream.
- RTPExtension(URI) - Constructor for class org.jitsi.service.neomedia.RTPExtension
-
Creates an RTPExtension instance for the specified
extensionURI using a default SENDRECV direction and no
extension attributes.
- RTPExtension(URI, MediaDirection) - Constructor for class org.jitsi.service.neomedia.RTPExtension
-
Creates an RTPExtension instance for the specified
extensionURI and direction.
- RTPExtension(URI, String) - Constructor for class org.jitsi.service.neomedia.RTPExtension
-
Creates an RTPExtension instance for the specified
extensionURI using a default SENDRECV direction and
extensionAttributes.
- RTPExtension(URI, MediaDirection, String) - Constructor for class org.jitsi.service.neomedia.RTPExtension
-
Creates an RTPExtension instance for the specified
extensionURI and direction and sets the specified
extensionAttributes.
- RTPFB - Static variable in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
-
- rtpPacketCacheMiss(long) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
-
Notifies this instance that the remote endpoint requested retransmission
of a packet with a given SSRC, and it was not found in the local cache.
- rtpPacketNotRetransmitted(long) - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
-
Notifies this instance that an RTP packet with a given length was
retransmitted.
- rtpPacketNotRetransmitted(long, long) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
-
Notifies this instance that an RTP packet with a given SSRC and a given
length was not retransmitted (that is, the remote endpoint requested it,
and it was found in the local cache, but it was not retransmitted).
- RTPPacketParserEx - Class in org.jitsi.impl.neomedia.rtp
-
Extends the FMJ RTPPacketParser with additional functionality.
- RTPPacketParserEx() - Constructor for class org.jitsi.impl.neomedia.rtp.RTPPacketParserEx
-
- RTPPacketPredicate - Class in org.jitsi.impl.neomedia
-
Represents a predicate (boolean-valued function) of a RawPacket.
- RTPPacketPredicate() - Constructor for class org.jitsi.impl.neomedia.RTPPacketPredicate
-
Ctor.
- rtpPacketReceived(long, int, int) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
-
Notifies this instance that an RTP packet with a particular SSRC,
sequence number and length was received.
- rtpPacketReceived(int, int) - Method in class org.jitsi.impl.neomedia.stats.ReceiveTrackStatsImpl
-
Notifies this instance that an RTP packet with a given length and
sequence number was received.
- rtpPacketRetransmitted(long) - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
-
Notifies this instance that an RTP packet with a given length was not
retransmitted (that is, the remote endpoint requested it,
and it was found in the local cache, but it was not retransmitted).
- rtpPacketRetransmitted(long, long) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
-
Notifies this instance that an RTP packet with a given SSRC and a given
length was retransmitted.
- rtpPacketSent(long, int, int, boolean) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
-
Notifies this instance that an RTP packet with a particular SSRC,
sequence number and length was sent (or is about to be sent).
- RTPSessionMgr - Class in org.jitsi.impl.neomedia.jmfext.media.rtp
-
Implements RTPManager for the purposes of the
libjitsi library in general and the neomedia package in particular.
- RTPSessionMgr() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.rtp.RTPSessionMgr
-
Initializes a new RTPSessionMgr instance.
- rtpTimestampDiff(long, long) - Static method in class org.jitsi.util.RTPUtils
-
Deprecated.
Returns the difference between two RTP timestamps.
- RTPTransformTCPConnector - Class in org.jitsi.impl.neomedia.transform
-
TransformConnector implements the RTPConnector interface.
- RTPTransformTCPConnector(StreamConnector) - Constructor for class org.jitsi.impl.neomedia.transform.RTPTransformTCPConnector
-
Initializes a new TransformConnector which is to use a given
pair of datagram sockets for RTP and RTCP traffic specified in the form
of a StreamConnector.
- RTPTransformUDPConnector - Class in org.jitsi.impl.neomedia.transform
-
TransformConnector implements the RTPConnector interface.
- RTPTransformUDPConnector(StreamConnector) - Constructor for class org.jitsi.impl.neomedia.transform.RTPTransformUDPConnector
-
Initializes a new TransformConnector which is to use a given
pair of datagram sockets for RTP and RTCP traffic specified in the form
of a StreamConnector.
- rtpTranslator - Variable in class org.jitsi.service.neomedia.AbstractMediaStream
-
The RTPTranslator, if any, which forwards RTP and RTCP traffic
between this and other MediaStreams.
- RTPTranslator - Interface in org.jitsi.service.neomedia
-
Represents an RTP translator which forwards RTP and RTCP traffic between
multiple MediaStreams.
- RTPTranslator.WriteFilter - Interface in org.jitsi.service.neomedia
-
Defines a packet filter which allows an observer of an
RTPTranslator to disallow the writing of specific packets into
a specific destination identified by a MediaStream.
- RTPTranslatorImpl - Class in org.jitsi.impl.neomedia.rtp.translator
-
Implements RTPTranslator which represents an RTP translator which
forwards RTP and RTCP traffic between multiple MediaStreams.
- RTPTranslatorImpl() - Constructor for class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Initializes a new RTPTranslatorImpl instance.
- RTPUtils - Class in org.jitsi.util
-
- RTPUtils() - Constructor for class org.jitsi.util.RTPUtils
-
Deprecated.
- RTX - Static variable in class org.jitsi.service.neomedia.codec.Constants
-
The RTX constant
- RTX_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
-
The RTX/rtp constant.
- RtxTransformer - Class in org.jitsi.impl.neomedia.transform
-
Intercepts RTX (RFC-4588) packets coming from an
MediaStream, and
removes their RTX encapsulation.
- RtxTransformer(MediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.transform.RtxTransformer
-
Initializes a new RtxTransformer with a specific
MediaStreamImpl.
- run() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPReceiverFeedbackTermination
- run() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
-
- run() - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
- run() - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
- runOnceInPlayThread() - Method in class org.jitsi.impl.neomedia.notify.AudioSystemClipImpl
-
Plays this audio once.
- runOnceInPlayThread() - Method in class org.jitsi.impl.neomedia.notify.JavaSoundClipImpl
-
Plays this audio once.
- runOnceInPlayThread() - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
-
Plays this audio once.
- S_FALSE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
-
- S_FALSE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- S_OK - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
-
- S_OK - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- SAMPLE_FORMAT_FLOAT32 - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
-
A type used to specify one or more sample formats.
- SAMPLE_FORMAT_INT16 - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
-
A type used to specify one or more sample formats.
- SAMPLE_FORMAT_INT24 - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
-
A type used to specify one or more sample formats.
- SAMPLE_FORMAT_INT32 - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
-
A type used to specify one or more sample formats.
- SAMPLE_FORMAT_INT8 - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
-
A type used to specify one or more sample formats.
- SAMPLE_FORMAT_UINT8 - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
-
A type used to specify one or more sample formats.
- SAMPLE_INVALID - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
-
The pa_sample_format_t value which specifies an invalid value.
- SAMPLE_S16LE - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
-
The pa_sample_format_t value which specifies signed 16-bit PCM,
little endian.
- sample_spec_free(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- sample_spec_new(int, int, int) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- SampleCB(long, long, int) - Method in interface org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice.ISampleGrabberCB
-
Notifies this instance that a specific video frame has been
captured/grabbed.
- SASVerified() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Set the SAS as verified internally if the user confirms it
- SAVED_CALLS_PATH - Static variable in interface org.jitsi.service.neomedia.recording.Recorder
-
The name of the configuration property the value of which specifies the
full path to the directory with media recorded by Recorder (e.g.
- saveMedia(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
-
Makes a copy of p into mediaPackets.
- ScaleCopyVectorFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
copy and multiply a vector by a constant
- ScaleCopyVectorFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ScaleCopyVectorFLP
-
- scaleFactor - Variable in enum org.jitsi.service.neomedia.recording.RecorderEvent.AspectRatio
-
- ScaleVectorFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
scale a vector.
- ScaleVectorFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ScaleVectorFLP
-
- SCAudioClip - Interface in org.jitsi.service.audionotifier
-
Represents an audio clip which could be played (optionally, in a loop) and
stopped..
- schedule(RawPacket) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.RawPacketScheduler
-
puts the current thread to sleep for X milis, where X is such that RTP
timestamps and a given clock are respected.
- SchurFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
- SchurFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SchurFLP
-
- ScreenCapture - Class in org.jitsi.impl.neomedia.imgstreaming
-
This class uses native code to capture desktop screen.
- ScreenCapture() - Constructor for class org.jitsi.impl.neomedia.imgstreaming.ScreenCapture
-
- ScreenDevice - Interface in org.jitsi.service.neomedia.device
-
Represents a physical screen display.
- ScreenDeviceImpl - Class in org.jitsi.impl.neomedia.device
-
Implementation of ScreenDevice.
- ScreenDeviceImpl(int, GraphicsDevice) - Constructor for class org.jitsi.impl.neomedia.device.ScreenDeviceImpl
-
Constructor.
- SD_QUALITY - Static variable in class org.jitsi.service.neomedia.QualityPreset
-
SD
- SDES_CIPHER_SUITES - Static variable in interface org.jitsi.service.neomedia.SDesControl
-
Name of the config setting that supplies the default enabled cipher
suites.
- SDesControl - Interface in org.jitsi.service.neomedia
-
SDES based SRTP MediaStream encryption control.
- SDesControlImpl - Class in org.jitsi.impl.neomedia.transform.sdes
-
Default implementation of
SDesControl that supports the crypto suites
of the original RFC4568 and the KDR parameter, but nothing else.
- SDesControlImpl() - Constructor for class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
-
SDESControl
- SDesTransformEngine - Class in org.jitsi.impl.neomedia.transform.sdes
-
TransformEngine for SDES based SRTP encryption.
- SDesTransformEngine(SrtpCryptoAttribute, SrtpCryptoAttribute) - Constructor for class org.jitsi.impl.neomedia.transform.sdes.SDesTransformEngine
-
Creates a new instance of this class.
- SDKAPI - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
- SDKAPI() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SDKAPI
-
- SDP_ATTRIBUTE - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
-
- SDP_PARAMETER - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- secureOff() - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
-
Inform user interface that security is not active any more.
- secureOn(String) - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
-
Reports the security algorithm that the ZRTP protocol negotiated.
- SecurityEventManager - Class in org.jitsi.impl.neomedia.transform.zrtp
-
The user callback class for ZRTP4J.
- SecurityEventManager(ZrtpControlImpl) - Constructor for class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
-
The class constructor.
- securityMessageReceived(String, String, int) - Method in interface org.jitsi.service.neomedia.event.SrtpListener
-
Indicates that a security message has occurred associated with a
failure/warning or information coming from the encryption protocol/secure
transport.
- securityNegotiationStarted() - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
-
Indicates that we started the process of securing the the connection.
- securityNegotiationStarted(MediaType, SrtpControl) - Method in interface org.jitsi.service.neomedia.event.SrtpListener
-
Indicates that we started the process of securing the connection.
- securityTimeout(MediaType) - Method in interface org.jitsi.service.neomedia.event.SrtpListener
-
Indicates that the other party has timed out replying to our offer to
secure the connection.
- securityTurnedOff(MediaType) - Method in interface org.jitsi.service.neomedia.event.SrtpListener
-
Indicates that the security has been turned off.
- securityTurnedOn(MediaType, String, SrtpControl) - Method in interface org.jitsi.service.neomedia.event.SrtpListener
-
Indicates that the security has been turned on.
- SEEK_RELATIVE - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- selectVideoSize(DataSource, int, int) - Static method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Selects the VideoFormat from the list of supported formats of a
specific video DataSource which has a size as close as possible
to a specific size and sets it as the format of the specified video
DataSource.
- send(byte[], int, int) - Method in class org.jitsi.impl.neomedia.transform.dtls.DatagramTransportImpl
- sendApplicationData(byte[], int, int) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsPacketTransformer
-
Sends the data contained in a specific byte array as application data
through the DTLS connection of this DtlsPacketTransformer.
- sendDataZRTP(byte[]) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
The callback method required by the ZRTP implementation.
- sendDTMF(Buffer, DTMFInbandTone) - Static method in class org.jitsi.impl.neomedia.protocol.RewritablePushBufferDataSource
-
Replaces the media data contained in a specific Buffer with an
inband DTMF tone signal.
- senderSSRC - Variable in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
-
SSRC of packet sender.
- sendFIR(int) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTCPFeedbackMessageSender
-
- sendFIR(int[]) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTCPFeedbackMessageSender
-
- sendInfo(ZrtpCodes.MessageSeverity, EnumSet<?>) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Send information messages to the hosting environment.
- sendPadding(long, int) - Method in class org.jitsi.impl.neomedia.transform.RtxTransformer
-
Sends padding packets with the RTX SSRC associated to the media SSRC that
is passed as a parameter.
- sendSASRelayPacket(byte[], ZrtpConstants.SupportedSASTypes) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Send the SAS relay packet.
- sendStreamsAreCreated - Variable in class org.jitsi.impl.neomedia.MediaStreamImpl
-
- sendToTarget(RawPacket, InetSocketAddress) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
-
Sends a specific RawPacket through this
OutputDataStream to a specific InetSocketAddress.
- sendToTarget(RawPacket, InetSocketAddress) - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPOutputStream
-
Sends a specific RawPacket through this
OutputDataStream to a specific InetSocketAddress.
- sendToTarget(RawPacket, InetSocketAddress) - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPOutputStream
-
Sends a specific RawPacket through this
OutputDataStream to a specific InetSocketAddress.
- SendTrackStats - Interface in org.jitsi.service.neomedia.stats
-
Extends
TrackStats with methods specific for streams that we
send.
- SendTrackStatsImpl - Class in org.jitsi.impl.neomedia.stats
-
Media stream statistics implementation per send SSRC.
- seqNumBase - Variable in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Header
-
The base sequence number from which the mask defines the sequence numbers
of the media packets protected by this packet
- SeqNumPacketTranslation<T extends org.jitsi.utils.ByteArrayBuffer> - Class in org.jitsi.util.function
-
- SeqNumPacketTranslation(int) - Constructor for class org.jitsi.util.function.SeqNumPacketTranslation
-
- SeqNumTranslation - Class in org.jitsi.util.function
-
- SeqNumTranslation(int) - Constructor for class org.jitsi.util.function.SeqNumTranslation
-
Ctor.
- SEQUENCE_MAX - Static variable in class org.jitsi.impl.neomedia.codec.AbstractCodec2
-
The maximum (RTP) sequence number value.
- SEQUENCE_MIN - Static variable in class org.jitsi.impl.neomedia.codec.AbstractCodec2
-
The minimum (RTP) sequence number value.
- SEQUENCE_NUMBER_MASK - Static variable in class org.jitsi.service.neomedia.RawPacket
-
The bitmask for the RTP sequence number field.
- sequenceNumberComparator - Static variable in class org.jitsi.util.RTPUtils
-
Deprecated.
- set(long, int, byte[]) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.VP8Frame
-
Set all the attributes of the VP8Frame.
- set(int) - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
-
Set the bit (set to 1) at the given index
- setAdditionalCodecSettings(Map<String, String>) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
-
Sets additional settings on this Codec.
- setAdditionalCodecSettings(Map<String, String>) - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
-
Sets additional codec settings.
- setAdditionalCodecSettings(Map<String, String>) - Method in interface org.jitsi.service.neomedia.format.MediaFormat
-
Sets additional codec settings.
- setAdvancedAttributes(Map<String, String>) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaEncoder
-
Sets the additional attributes to attributes
- setAdvancedAttributes(Map<String, String>) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
-
Sets the additional attributes to attributes
- setAdvancedAttributes(Map<String, String>) - Method in interface org.jitsi.service.neomedia.control.AdvancedAttributesAwareCodec
-
Sets the additional attributes to attributes
- setArbitraryLoggingEnabled(boolean) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
-
Change whether packet logging for arbitrary packets is enabled.
- setAspectRatio(RecorderEvent.AspectRatio) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- setAstExtensionID(int) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
-
Sets the ID of the abs-send-time RTP extension.
- setAudioLevelCache(AudioLevelMap, long) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEventDispatcher
-
Sets an AudioLevelMap that this dispatcher could use to cache
levels it's measuring in addition to simply delivering them to a
listener.
- setAudioLevelListener(SimpleAudioLevelListener) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
-
Sets (or unsets if listener is null), the listener that
is going to be notified of audio level changes detected by this effect.
- setAudioLevelListener(SimpleAudioLevelListener) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEventDispatcher
-
Sets the new listener that will be gathering all events from this
dispatcher.
- setAudioSsrc(long) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- setAudioSystem(AudioSystem, boolean) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
- setAutomaticallyDropsLateVideoFrames(boolean) - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput
-
- setAutomaticGainControl(boolean) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
-
Sets the indicator which determines whether automatic gain control (AGC)
is to be performed for captured audio.
- setAuxSecret(byte[]) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Sets the auxilliary secret data
- setBounds(Rectangle) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
-
- setBounds(Rectangle) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
-
Sets the region in the component of this VideoRenderer where the
video is to be rendered.
- setBuffer(byte[]) - Method in class org.jitsi.service.neomedia.RawPacket
-
- setBufferLength(long) - Method in class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
-
Implements BufferControl.setBufferLength(long).
- setBurstDensity(short) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
Sets the fraction of RTP data packets within burst periods since the
beginning of reception that were either lost or discarded.
- setBurstDuration(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- setCaptureDeviceFormat(DataSource, MediaFormatImpl<? extends Format>) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
- setCaptureDeviceInfo(CaptureDeviceInfo) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Sets a specific CaptureDeviceInfo on this
CaptureDevice.
- setCaptureDevices(List<CaptureDeviceInfo2>) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
-
Sets the list of a kind of devices: capture, notify or playback.
- setCData(Element, String) - Static method in class org.jitsi.util.xml.XMLUtils
-
Sets data to be the CDATA content of element
- setClientId(String) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Sets the client ID
- setComponent(Component) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
-
- setComponent(Component) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
-
Sets the AWT Component into which this VideoRenderer is
to draw.
- setConnector(AbstractRTPConnector) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Sets the RTPConnector that will be used to
initialize some codec for RTCP feedback.
- setConnector(StreamConnector) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Sets the StreamConnector to be used by this instance for sending
and receiving media.
- setConnector(AbstractRTPConnector) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
Sets the RTPConnector which is to use or uses this SRTP engine.
- setConnector(AbstractRTPConnector) - Method in class org.jitsi.impl.neomedia.transform.NullSrtpControl
-
Sets the RTPConnector which is to use or uses this SRTP engine.
- setConnector(AbstractRTPConnector) - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
-
Sets the RTPConnector which is to use or uses this SRTP engine.
- setConnector(AbstractRTPConnector) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
-
Sets the RTPConnector which is to use or uses this ZRTP engine.
- setConnector(AbstractRTPConnector) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Sets the RTP connector using this ZRTP engine
- setConnector(StreamConnector) - Method in interface org.jitsi.service.neomedia.MediaStream
-
Sets the StreamConnector to be used by this MediaStream
for sending and receiving media.
- setConnector(AbstractRTPConnector) - Method in interface org.jitsi.service.neomedia.SrtpControl
-
Sets the RTPConnector which is to use or uses this SRTP engine.
- setContentDescriptor(ContentDescriptor) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Sets the ContentDescriptor which specifies the content type in
which this MediaDeviceSession is to output the media captured by
its MediaDevice.
- setContextFactory(SrtpContextFactory, boolean) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPTransformer
-
Sets a new key factory when key material has changed.
- setCrc() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpRawPacket
-
Set ZRTP CRC in this packet
- setCsrcAudioLevelExtensionID(byte, MediaDirection) - Method in class org.jitsi.impl.neomedia.transform.csrc.CsrcTransformEngine
-
Sets the ID that this transformer should be using for audio level
extensions or disables audio level extensions if extID is
-1.
- setCsrcAudioLevelListener(CsrcAudioLevelListener) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
Registers listener as the CsrcAudioLevelListener that
will receive notifications for changes in the levels of conference
participants that the remote party could be mixing.
- setCsrcAudioLevelListener(CsrcAudioLevelListener) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
-
Registers listener as the CsrcAudioLevelListener that
will receive notifications for changes in the levels of conference
participants that the remote party could be mixing.
- setCsrcList(long[]) - Method in class org.jitsi.service.neomedia.RawPacket
-
Replaces the existing CSRC list (even if empty) with newCsrcList
and updates the CC (CSRC count) field of this RawPacket
accordingly.
- setDB(float) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
-
Set the gain in decibels.
- setDelegate(DSCaptureDevice.ISampleGrabberCB) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
-
Set a delegate to use when a frame is received.
- setDelegate(QTCaptureDecompressedVideoOutput.Delegate) - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput
-
- setDenoise(boolean) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
-
Sets the indicator which determines whether noise suppression is to be
performed for captured audio.
- setDenoise(long, boolean) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Sets the indicator which determines whether a specific (input) PortAudio
stream is to have denoise performed on the audio data it provides.
- setDest(long[]) - Method in class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
-
- setDevice(AudioSystem.DataFlow, CaptureDeviceInfo2, boolean) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
-
Selects the active device.
- setDevice(CaptureDeviceInfo2, boolean) - Method in class org.jitsi.impl.neomedia.device.Devices
-
Selects the active device.
- setDevice(MediaDevice) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Sets the MediaDevice that this stream should use to play back
and capture media.
- setDevice(MediaDevice) - Method in interface org.jitsi.service.neomedia.MediaStream
-
Sets the device that this stream should use to play back and capture
media.
- setDevices(List<CaptureDeviceInfo2>) - Method in class org.jitsi.impl.neomedia.device.CaptureDevices
-
Sets the list of CaptureDeviceInfo2s which are
active/plugged-in.
- setDevices(List<CaptureDeviceInfo2>) - Method in class org.jitsi.impl.neomedia.device.Devices
-
Sets the list of CaptureDeviceInfo2s which are
active/plugged-in.
- setDevicesChangedCallback(Runnable) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
-
- setDevicesChangedCallback(Runnable) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
- setDirection(MediaDirection) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Configures this AbstractRTPConnector to allow RTP in the
specified direction.
- setDirection(MediaDirection) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Sets the direction in which media in this MediaStream is to be
streamed.
- setDirection(MediaDirection) - Method in interface org.jitsi.service.neomedia.MediaStream
-
Sets the direction in which media in this MediaStream is to be
streamed.
- setDisableOtherVideosOnTop(boolean) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- setDiscardRate(short) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
Sets the fraction of RTP data packets from the source that have been
discarded since the beginning of reception, due to late or early
arrival, under-run or overflow at the receiving jitter buffer.
- setDisplayIndex(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.ImageStream
-
Sets the index of the display to be used by this ImageStream.
- setDisposePlayerOnClose(boolean) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Sets the indicator which determines whether this instance is to dispose
of its associated player upon closing.
- setDuration(long) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- setEchoCancel(boolean) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
-
Sets the indicator which determines whether echo cancellation is to be
performed for captured audio.
- setEchoCancel(boolean) - Method in class org.jitsi.impl.neomedia.device.MacCoreaudioSystem
-
Sets the indicator which determines whether echo cancellation is to be
performed for captured audio.
- setEchoFilterLengthInMillis(long, long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Sets the number of milliseconds of echo to be canceled in the audio data
provided by a specific (input) PortAudio stream.
- setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
-
Enables or disables this AudioLevelEffect2 according to the
value of enabled.
- setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.control.AbstractFormatControl
-
Implements FormatControl.setEnabled(boolean).
- setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.control.ReadOnlyFormatControlDelegate
-
Implements FormatControl.setEnabled(boolean).
- setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
Enables or disables this RTPConnectorInputStream.
- setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
-
Enables or disables this RTPConnectorOutputStream.
- setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
-
Enables/disables the caching of packets.
- setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.transform.REDFilterTransformEngine
-
Enables or disables this transformer.
- setEnabledCiphers(Iterable<String>) - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
-
- setEnabledCiphers(Iterable<String>) - Method in interface org.jitsi.service.neomedia.SDesControl
-
Sets the enabled SDES ciphers.
- setEnabledThreshold(boolean) - Method in class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
-
Implements BufferControl.setEnabledThreshold(boolean).
- setEnableZrtp(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Sets the enableZrtp flag.
- setEncodingPreference(String, double, int) - Method in class org.jitsi.impl.neomedia.codec.EncodingConfigurationImpl
-
Sets pref as the preference associated with encoding.
- setEncodingPreference(String, double, int) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
-
Sets pref as the preference associated with encoding.
- setEndpoint(long, String) - Method in class org.jitsi.impl.neomedia.recording.SynchronizerImpl
-
Sets the endpoint identifier for a specific SSRC.
- setEndpoint(long, String) - Method in interface org.jitsi.service.neomedia.recording.Synchronizer
-
Sets the endpoint identifier for a specific SSRC.
- setEndpointId(String) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- setEndSystemDelay(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- setEngine(TransformEngine) - Method in class org.jitsi.impl.neomedia.transform.RTPTransformTCPConnector
-
Sets the customized TransformEngine which contains the concrete
transform logic.
- setEngine(TransformEngine) - Method in class org.jitsi.impl.neomedia.transform.RTPTransformUDPConnector
-
Sets the customized TransformEngine which contains the concrete
transform logic.
- setEnrollmentMode(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Set the state of the enrollment mode.
- setEventHandler(RecorderEventHandler) - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
-
Sets the RecorderEventHandler which this Recorder
should notify when events related to recording (such as start/end of a
recording) occur.
- setEventHandler(RecorderEventHandler) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
-
Sets the instance which should be notified when events related to
recordings (such as the start or end of a recording) occur.
- setEventHandler(RecorderEventHandler) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
-
- setEventHandler(RecorderEventHandler) - Method in interface org.jitsi.service.neomedia.recording.Recorder
-
Sets the RecorderEventHandler which this Recorder
should notify when events related to recording (such as start/end of a
recording) occur.
- setExpectedPacketLoss(int) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
-
Updates the encoder's expected packet loss percentage to the bigger of
percentage and this.minPacketLoss.
- setExpectedPacketLoss(int) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
-
Updates the encoder's packet loss percentage.
- setExpectedPacketLoss(int) - Method in interface org.jitsi.service.neomedia.control.PacketLossAwareEncoder
-
Tells the encoder to expect percentage percent packet loss.
- setExtendedPictureId(byte[], int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
-
Sets the extended picture ID for the VP8 payload specified in the
buffer that is passed as an argument.
- setExtensionID(int) - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine
-
Sets the ID of the transport-cc RTP extension.
- setExtensionID(int) - Method in class org.jitsi.impl.neomedia.transform.AbsSendTimeEngine
-
Sets the ID of the abs-send-time RTP extension.
- setExtensionID(int) - Method in class org.jitsi.impl.neomedia.transform.OriginalHeaderBlockTransformEngine
-
Sets the ID of the abs-send-time RTP extension.
- setExternalTransformer(TransformEngine) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Sets the external (application-provided) TransformEngine of
this MediaStream.
- setExternalTransformer(TransformEngine) - Method in interface org.jitsi.service.neomedia.MediaStream
-
Sets the external (application-provided) TransformEngine of
this MediaStream.
- setExtRFactor(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- setFecRate(int) - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
-
Sets the rate at which ulpfec packets will be generated and added to the
stream by this PacketTransformer.
- setFecTransformEngine(FECTransformEngine) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
- setFecTransformEngine(FECTransformEngine) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
- setFeedbackMessageType(int) - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
-
Sets the feedback message type (FMT) of this
RTCPFeedbackMessagePacket.
- setFilename(String) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- setFlags(int) - Method in class org.jitsi.service.neomedia.RawPacket
-
Sets the bitmap/flag mask that specifies the set of boolean attributes
enabled for this RawPacket.
- setFormat(Format) - Method in class org.jitsi.impl.neomedia.control.AbstractFormatControl
-
Implements FormatControl.setFormat(Format).
- setFormat(FormatControl, Format) - Static method in class org.jitsi.impl.neomedia.control.AbstractFormatControl
-
Implements setting the Format of a specific
FormatControl as documented for
FormatControl.setFormat(Format) in the case of not supporting
Format setting.
- setFormat(Format) - Method in class org.jitsi.impl.neomedia.control.ReadOnlyFormatControlDelegate
-
Implements FormatControl.setFormat(Format).
- setFormat(MediaFormat) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Sets the MediaFormat in which this MediaDeviceSession
outputs the media captured by its MediaDevice.
- setFormat(MediaFormat) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Sets the MediaFormat in which this MediaDeviceSession
outputs the media captured by its MediaDevice.
- setFormat(int, Format, Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Attempts to set the Format to be reported by the
FormatControl of a AbstractBufferStream at a specific
zero-based index in the list of streams of this
AbstractBufferCaptureDevice.
- setFormat(int, Format, Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Attempts to set the Format to be reported by the
FormatControl of a PullBufferStream at a specific
zero-based index in the list of streams of this
PullBufferDataSource.
- setFormat(int, Format, Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Attempts to set the Format to be reported by the
FormatControl of a PushBufferStream at a specific
zero-based index in the list of streams of this
PushBufferDataSource.
- setFormat(int, Format, Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DataSource
-
Attempts to set the Format to be reported by the
FormatControl of a PushBufferStream at a specific
zero-based index in the list of streams of this
PushBufferDataSource.
- setFormat(DSFormat) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
-
Set format to use with this capture device.
- setFormat(int, Format, Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
-
Attempts to set the Format to be reported by the
FormatControl of a PushBufferStream at a specific
zero-based index in the list of streams of this
PushBufferDataSource.
- setFormat(MediaFormat) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Sets the MediaFormat that this MediaStream should
transmit in.
- setFormat(int, Format, Format) - Method in class org.jitsi.impl.neomedia.protocol.FakePushBufferDataSource
-
Attempts to set the Format to be reported by the
FormatControl of a PushBufferStream at a specific
zero-based index in the list of streams of this
PushBufferDataSource.
- setFormat(MediaFormat) - Method in interface org.jitsi.service.neomedia.MediaStream
-
Sets the MediaFormat that this MediaStream should
transmit in.
- setFormatParameters(Map<String, String>) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaEncoder
-
Sets the format parameters to fmtps
- setFormatParameters(Map<String, String>) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
-
Sets the format parameters.
- setFormatParameters(Map<String, String>) - Method in interface org.jitsi.service.neomedia.control.FormatParametersAwareCodec
-
Sets the format parameters to fmtps
- setFrameRate(float) - Method in class org.jitsi.impl.neomedia.control.FrameRateControlAdapter
-
Sets the output frame rate.
- setFrameRate(int) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
Sets and stores the frame rate.
- setFramesBehind(float) - Method in class org.jitsi.impl.neomedia.control.FrameProcessingControlImpl
-
Sets the number of frames the owner of this
FrameProcessingControl is lagging behind.
- setGapDensity(short) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
Sets the fraction of RTP data packets within inter-burst gaps since
the beginning of reception that were either lost or discarded.
- setGapDuration(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- setGlobalLoggingEnabled(boolean) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
-
Change whether packet logging is enabled.
- setGMin(short) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- setIce4JLoggingEnabled(boolean) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
-
Change whether packet logging for Ice4J is enabled.
- setIncomingPT(byte) - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
-
Sets the payload type for incoming ulpfec packets.
- setIncomingPT(byte) - Method in class org.jitsi.impl.neomedia.transform.REDTransformEngine
-
Sets the RED payload type for incoming red packets.
- setInputDeviceVolume(String, float) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
-
- setInputDeviceVolume(String, float) - Method in class org.jitsi.impl.neomedia.HardwareVolumeControl
-
Changes the device volume via the system API.
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
-
Sets the format of the data to be input to this codec.
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
-
Sets the format of the data to be input to this codec.
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
-
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.JNIDecoder
-
Additionally, determines whether this JNIDecoder is to perform
RTP depacketization.
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Decoder
-
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.DePacketizer
-
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Encoder
-
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Packetizer
-
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
-
Makes sure that the outputFormat of this instance is in accord
with the inputFormat of this instance.
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
-
Automatically tracks and calculates the size in bytes of an audio frame
(to be) output by this instance.
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIDecoder
-
Sets the Format of the media data to be input for processing in
this Codec.
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder
-
Sets the input format.
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.SpeexResampler
-
Sets the Format of the media data to be input for processing in
this Codec.
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
-
Sets the Format of the media data to be input for processing in
this Codec.
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
-
Sets the Format of the media data to be input to this
Codec.
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.Packetizer
-
Sets the input format.
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
-
Sets the input format.
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXDecoder
-
Sets the Format of the media data to be input for processing in
this Codec.
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXEncoder
-
Sets the input format.
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.AbstractRenderer
-
Sets the Format of the media data to be rendered by this
Renderer.
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
-
Sets the Format of the media data to be rendered by this
Renderer.
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
-
Sets the Format of the input to be processed by this
Renderer.
- setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
-
Sets the Format of the input to be processed by this
Renderer.
- setInputFormat(Format, int) - Method in class org.jitsi.impl.neomedia.recording.BasicWavMux
- setInstant(long) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- setIntForKey(int, long) - Method in class org.jitsi.impl.neomedia.quicktime.NSMutableDictionary
-
- setInvalid(boolean) - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
-
Sets the indicator which determines whether this instance is invalid.
- setJabberLoggingEnabled(boolean) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
-
Change whether packet logging for jabber protocol is enabled.
- setJitter(double) - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
-
Sets the last jitter that was sent/received.
- setJitterBufferAbsoluteMaximumDelay(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- setJitterBufferAdaptive(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
Sets whether the jitter buffer is adaptive.
- setJitterBufferMaximumDelay(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- setJitterBufferNominalDelay(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- setJitterBufferRate(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
Sets the implementation specific adjustment rate of a jitter buffer
in adaptive mode.
- setKeyFrameControl(KeyFrameControl) - Method in class org.jitsi.impl.neomedia.codec.video.h264.DePacketizer
-
Sets the KeyFrameControl to be used by this
DePacketizer as a means of control over its key frame-related
logic.
- setKeyFrameControl(KeyFrameControl) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
-
Sets the KeyFrameControl to be used by this
DePacketizer as a means of control over its key frame-related
logic.
- setKeyFrameControl(KeyFrameControl) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
-
Sets the KeyFrameControl to be used by this
JNIEncoder as a means of control over its key frame-related
logic.
- setKeyFrameControl(KeyFrameControl) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Sets the KeyFrameControl to be used by this
VideoMediaDeviceSession as a means of control over its
key frame-related logic.
- setKeyFrameControl(KeyFrameControl) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
-
- setLength(int) - Method in class org.jitsi.impl.neomedia.codec.video.ByteBuffer
-
Sets the number of bytes of valid data that the native memory represented
by this instance contains.
- SetLength(int) - Method in interface org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.IMediaBuffer
-
- SetLength(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.PtrMediaBuffer
-
- setLength(int) - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
- setLength(int) - Method in class org.jitsi.service.neomedia.RawPacket
-
- setLevel(float) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
-
Set the gain using a floating point scale
with values between 0.0 and 1.0.
- setLimit(long) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
-
Changes the file size limit.
- setListener(SilenceEffect.Listener) - Method in class org.jitsi.impl.neomedia.codec.SilenceEffect
-
- setLocalSourceID(long) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Sets the local SSRC identifier and fires the corresponding
PropertyChangeEvent.
- setLocalSourceID(long) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Sets the local SSRC identifier and fires the corresponding
PropertyChangeEvent.
- setLocalSSRC(long) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Set the local SSRC.
- setLocalUserAudioLevelListener(SimpleAudioLevelListener) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
Sets listener as the SimpleAudioLevelListener
registered to receive notifications from our device session for changes
in the levels of the audio that this stream is sending out.
- setLocalUserAudioLevelListener(SimpleAudioLevelListener) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
-
Sets the SimpleAudioLevelListener that this session should be
notifying about changes in local audio level related information.
- setLocalUserAudioLevelListener(SimpleAudioLevelListener) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
-
Sets listener as the SimpleAudioLevelListener
registered to receive notifications for changes in the levels of the
audio that this stream is sending out.
- setLocator(MediaLocator) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
-
Sets the MediaLocator which specifies the media source of this
DataSource.
- setLocator(MediaLocator) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
-
Sets the MediaLocator which specifies the playback device to be
used by this Renderer.
- setLocator(MediaLocator) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
-
Sets the MediaLocator which specifies the device index of the
MacCoreaudio device to be used by this instance for rendering.
- setLocator(MediaLocator) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
-
Sets the MediaLocator which specifies the device index of the
PortAudio device to be used by this instance for rendering.
- setLogfileCount(int) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
-
Changes file count.
- setLooping(boolean) - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
-
Sets the indicator which determines whether this audio is to play in a
loop.
- setLoopInterval(int) - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
-
Sets the interval of time in milliseconds between consecutive plays of
this audio in a loop.
- setLossRate(short) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
Sets the fraction of RTP data packets from the source lost since the
beginning of reception.
- setMarker(boolean) - Method in class org.jitsi.service.neomedia.RawPacket
-
Sets or resets the marker bit of this packet according to the
marker parameter.
- setMasterSession(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
-
When in multistream mode, enables the master session.
- setMasterSession(boolean) - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
-
When in multistream mode, enables the master session.
- setMasterSession(boolean) - Method in interface org.jitsi.service.neomedia.SrtpControl
-
When in multistream mode, enables the master session.
- setMaxPacketsPerMillis(int, long) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
-
Sets the maximum number of RTP packets to be sent by this
OutputDataStream through its DatagramSocket per
a specific number of milliseconds.
- setMediaStreamTracks(MediaStreamTrackDesc[]) - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackReceiver
-
- setMediaType(MediaType) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- setMinBitrate(int) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorAbsSendTime
-
Sets the minimum bitrate for this instance.
- setMinBitrate(int) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorSingleStream
-
- setMinBitrate(int) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
-
Sets the minimum bitrate for this instance.
- setMinBitrate(int) - Method in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
-
Sets the minimum bitrate for this instance.
- setMinimalProcessing(boolean) - Method in class org.jitsi.impl.neomedia.control.FrameProcessingControlImpl
-
Sets the indicator which determines whether the owner of this
FrameProcessingControl is to perform only the minimal operations
necessary to keep it working normally but without producing output.
- setMinimumThreshold(long) - Method in class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
-
Implements BufferControl.setMinimumThreshold(long).
- setMitmMode(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Set the state of the MitM mode flag.
- setMosCq(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- setMosLq(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- setMultistream(SrtpControl) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
-
Start multi-stream ZRTP sessions.
- setMultistream(SrtpControl) - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
-
Sets the multistream data, which means that the master stream has
successfully started and this will start all other streams in this
session.
- setMultistream(SrtpControl) - Method in interface org.jitsi.service.neomedia.SrtpControl
-
Sets the multistream data, which means that the master stream has
successfully started and this will start all other streams in this
session.
- setMultiStrParams(byte[]) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Sets the multistream params
(The multistream part needs further development)
- setMute(boolean) - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
-
Sets the mute state of this DataSource.
- setMute(boolean) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Sets the indicator which determines whether this
MediaDeviceSession is set to output "silence" instead of the
actual media fed from its CaptureDevice.
- setMute(boolean) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Causes this MediaStream to stop transmitting the media being fed
from this stream's MediaDevice and transmit "silence" instead.
- setMute(boolean) - Method in class org.jitsi.impl.neomedia.notify.AudioNotifierServiceImpl
-
Enables or disables the sound in the application.
- setMute(boolean) - Method in interface org.jitsi.impl.neomedia.protocol.MuteDataSource
-
Sets the mute state of this DataSource.
- setMute(boolean) - Method in class org.jitsi.impl.neomedia.protocol.RewritablePullBufferDataSource
-
Sets the mute state of this DataSource.
- setMute(boolean) - Method in class org.jitsi.impl.neomedia.protocol.RewritablePushBufferDataSource
-
Sets the mute state of this DataSource.
- setMute(boolean) - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
-
Put the recorder in mute state.
- setMute(boolean) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
-
- setMute(boolean) - Method in interface org.jitsi.service.audionotifier.AudioNotifierService
-
Stops/Restores all currently playing sounds.
- setMute(boolean) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
-
Mutes current sound.
- setMute(boolean) - Method in interface org.jitsi.service.neomedia.MediaStream
-
Causes this MediaStream to stop transmitting the media being fed
from this stream's MediaDevice and transmit "silence" instead.
- setMute(boolean) - Method in interface org.jitsi.service.neomedia.recording.Recorder
-
Put the recorder in mute state.
- setMute(boolean) - Method in interface org.jitsi.service.neomedia.VolumeControl
-
Mutes current sound playback.
- setName(String) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
-
Sets the name of this stream.
- setName(String) - Method in interface org.jitsi.service.neomedia.MediaStream
-
Sets the name of this stream.
- setNoiseLevel(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- setNonSystemProperty(String, Object) - Method in interface org.jitsi.impl.configuration.ConfigurationStore
-
Sets the value of a non-system property with a specific name to a
specific value in this ConfigurationStore.
- setNonSystemProperty(String, Object) - Method in class org.jitsi.impl.configuration.HashtableConfigurationStore
-
- setNonSystemProperty(String, Object) - Method in class org.jitsi.impl.configuration.PropertyConfigurationStore
-
- setNonSystemProperty(String, Object) - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
-
- setNtpTime(double) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- setNullTransferHandler(ReceiveStream) - Static method in class org.jitsi.impl.neomedia.device.ReceiveStreamPushBufferDataSource
-
Sets a BufferTransferHandler on a specific
ReceiveStream which reads data as soon as possible and throws it
away.
- setOctetCount(ByteArrayBuffer, int) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPSenderInfoUtils
-
Sets the octet count in the SR that is specified in the arguments.
- setOffset(int) - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
- setOffset(int) - Method in class org.jitsi.service.neomedia.RawPacket
-
- setOffsetLength(int, int) - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
-
Sets the offset and the length of this ByteArrayBuffer
- setOrigin(int, int, int, int) - Method in interface org.jitsi.impl.neomedia.control.ImgStreamingControl
-
Set the display index and the origin of the stream associated with a
specific index in the DataSource of this Control.
- setOrigin(int, int, int, int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.DataSource
-
Set the display index and the origin of the ImageStream
associated with a specific index in this DataSource.
- setOrigin(int, int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.ImageStream
-
Sets the origin to be captured by this ImageStream.
- setOriginalSequenceNumber(int) - Method in class org.jitsi.service.neomedia.RawPacket
-
Sets the OSN value of an RTX packet.
- setOutgoingPT(byte) - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
-
Sets the payload type for outgoing ulpfec packets.
- setOutgoingPT(byte) - Method in class org.jitsi.impl.neomedia.transform.REDTransformEngine
-
Sets the RED payload type for outgoing red packets.
- setOutputDeviceVolume(String, float) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
-
- setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
-
Sets the format for the data this codec outputs.
- setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
-
Sets the format for the data this codec outputs.
- setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
-
- setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.JNIEncoder
-
Additionally, determines whether this JNIEncoder is to perform
RTP packetization.
- setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Decoder
-
- setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.DePacketizer
-
- setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Encoder
-
- setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Packetizer
-
- setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
- setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
-
Sets the Format in which this Codec is to output media
data.
- setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.Packetizer
-
Sets the Format in which this Codec is to output media
data.
- setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
-
Sets the Format in which this Codec is to output media
data.
- setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXEncoder
-
Sets the Format in which this Codec is to output media
data.
- setOutputLocator(MediaLocator) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
- setOutputSize(Dimension) - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
-
Sets the output size.
- setOutputSize(Dimension) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Sets the size of the output video.
- setOutputVolumeControl(VolumeControl) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
Sets the VolumeControl which is to control the volume (level)
of the audio received in/by this AudioMediaStream and played
back.
- setOutputVolumeControl(VolumeControl) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
-
Sets the VolumeControl which is to control the volume (level) of
the audio (to be) played back by this instance.
- setOutputVolumeControl(VolumeControl) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
-
Sets the VolumeControl which is to control the volume (level)
of the audio received in/by this AudioMediaStream and played
back.
- setOwnSSRC(long) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Set the SSRC of the RTP transmitter stream.
- setPacketCount(ByteArrayBuffer, int) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPSenderInfoUtils
-
Sets the packet count in the SR that is specified in the arguments.
- setPacketizationMode(String) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
-
Sets the packetization mode to be used for the H.264 RTP payload output
by this JNIEncoder and the associated packetizer.
- setPacketLossConcealment(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
Sets the type of packet loss concealment (PLC).
- setPaddingSize(int) - Method in class org.jitsi.service.neomedia.RawPacket
-
Sets the padding length for this RTP packet.
- setParanoidMode(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Enables or disables paranoid mode.
- setParticipantDescription(String) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- setParticipantName(String) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- setPayloadType(int) - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
-
Sets the packet type (PT) of this RTCPFeedbackMessagePacket.
- setPayloadType(byte) - Method in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
-
Sets the ulpfec payload type.
- setPayloadType(byte) - Method in class org.jitsi.service.neomedia.RawPacket
-
Sets the payload type of this packet.
- setPixelBufferAttributes(NSDictionary) - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput
-
- setPlaybackDevices(List<CaptureDeviceInfo2>) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
-
Sets the list of the active devices.
- setPreferredRemoteSendMaxPreset(QualityPreset) - Method in interface org.jitsi.service.neomedia.QualityControl
-
Changes remote send preset and protocols who can handle the changes
will implement this for re-inviting the other party or just sending that
media has changed.
- setPriority(MediaFormat, int) - Method in class org.jitsi.impl.neomedia.codec.EncodingConfigurationConfigImpl
-
Sets the preference associated with encoding to
priority, and stores the appropriate property in the
configuration service.
- setPriority(int) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
Changes current thread priority.
- setPriority(int) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
-
Changes current thread priority.
- setPriority(MediaFormat, int) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
-
Sets priority as the preference associated with
encoding.
- setProcessorFormat(Processor, MediaFormatImpl<? extends Format>) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Sets the MediaFormatImpl in which a specific Processor
producing media to be streamed to the remote peer is to output.
- setProcessorFormat(TrackControl, MediaFormatImpl<? extends Format>, Format) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Sets the MediaFormatImpl of a specific TrackControl of
the Processor which produces the media to be streamed by this
MediaDeviceSession to the remote peer.
- setProcessorFormat(Processor, MediaFormatImpl<? extends Format>) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Sets the MediaFormatImpl in which a specific Processor
producing media to be streamed to the remote peer is to output.
- setProcessorFormat(TrackControl, MediaFormatImpl<? extends Format>, Format) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Sets the MediaFormatImpl of a specific TrackControl of
the Processor which produces the media to be streamed by this
MediaDeviceSession to the remote peer.
- setProperties(Map<String, Object>) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- setProperty(String, Object) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- setProperty(String, Object, boolean) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- setProperty(String, Object) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
-
Sets the value of a specific opaque property of this
MediaStream.
- setProperty(String, Object) - Method in interface org.jitsi.service.neomedia.MediaStream
-
Sets the value of a specific opaque property of this
MediaStream.
- setPtr(long) - Method in class org.jitsi.impl.neomedia.quicktime.CVImageBuffer
-
Sets the CoreVideo CVImageBufferRef represented by this
instance.
- setPtr(long) - Method in class org.jitsi.impl.neomedia.quicktime.NSObject
-
Sets the pointer to the Objective-C object represented by this instance.
- setReceiveBufferSize(int) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Provides a dummy implementation to RTPConnector.setReceiveBufferSize(int).
- setReceiveBufferSize(int) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
- setReceiveBufferSize(int) - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPInputStream
-
- setReceiveBufferSize(int) - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPInputStream
-
- setReceiveStreamBufferListener(ReceiveStreamBufferListener) - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
-
Set the listener which gets notified when this MediaDevice
reads data from a ReceiveStream
- setRemoteFingerprints(Map<String, String>) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
Sets the certificate fingerprints presented by the remote endpoint via
the signaling path.
- setRemoteFingerprints(Map<String, String>) - Method in interface org.jitsi.service.neomedia.DtlsControl
-
Sets the certificate fingerprints presented by the remote endpoint via
the signaling path.
- setRemoteSendMaxPreset(QualityPreset) - Method in interface org.jitsi.service.neomedia.QualityControl
-
Changes remote send preset.
- setRemoteSSRC(long) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Set the remote SSRC.
- setResidualEchoReturnLoss(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- setRFactor(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- setRoundTripDelay(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- setRTCPFeedbackPLI(boolean) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Sets the indicator which determines whether RTCP feedback Picture Loss
Indication (PLI) is to be used to request keyframes.
- setRtcpmux(boolean) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
Enables/disables rtcp-mux.
- setRtcpmux(boolean) - Method in interface org.jitsi.service.neomedia.DtlsControl
-
Enables/disables rtcp-mux.
- setRtpClockRate(long, long) - Method in class org.jitsi.impl.neomedia.recording.SynchronizerImpl
-
Sets the clock rate of the RTP clock for a specific SSRC.
- setRtpClockRate(long, long) - Method in interface org.jitsi.service.neomedia.recording.Synchronizer
-
Sets the clock rate of the RTP clock for a specific SSRC.
- setRtpHeaderExtensionId(byte) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
-
Sets the ID of the RTP header extension which will be added.
- setRTPLoggingEnabled(boolean) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
-
Change whether packet logging for RTP is enabled.
- setRtpTimestamp(long) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- setRTPTranslator(RTPTranslator) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
Sets the RTPTranslator which is to forward RTP and RTCP traffic
between this and other MediaStreams.
- setRTPTranslator(RTPTranslator) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Sets the RTPTranslator which is to forward RTP and RTCP traffic
between this and other MediaStreams.
- setRTPTranslator(RTPTranslator) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
-
Sets the RTPTranslator which is to forward RTP and RTCP traffic
between this and other MediaStreams.
- setRTPTranslator(RTPTranslator) - Method in interface org.jitsi.service.neomedia.MediaStream
-
Sets the RTPTranslator which is to forward RTP and RTCP traffic
between this and other MediaStreams.
- setRtt(long) - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
-
- setSASVerification(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
-
Sets the SAS verification
- setSASVerification(boolean) - Method in interface org.jitsi.service.neomedia.ZrtpControl
-
Sets the SAS verification
- setSASVerified(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
-
Sets current SAS verification status.
- setSendBufferSize(int) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
-
Provides a dummy implementation to RTPConnector.setSendBufferSize(int).
- setSenderSSRC(long) - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
-
Sets the synchronization source identifier (SSRC) of the originator of
this packet.
- setSenderSsrc(long) - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
- setSenderSsrc(long) - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterImpl
-
- setSenderSsrc(long) - Method in interface org.jitsi.service.neomedia.RetransmissionRequester
-
- setSeqNum(short) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpRawPacket
-
Set the sequence number in this packet.
- setSequenceNumber(int) - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
-
Sets the (command) sequence number of this Full Intra Request (FIR) RTCP
feedback message as defined by RFC 5104 "Codec Control Messages in
the RTP Audio-Visual Profile with Feedback (AVPF)".
- setSequenceNumber(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Set sequence number for an RTP buffer
- setSequenceNumber(ByteArrayBuffer, int) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Sets the sequence number of an RTP packet.
- setSequenceNumber(int) - Method in class org.jitsi.service.neomedia.RawPacket
-
Set the RTP sequence number of an RTP packet
- setSessionType(MediaType) - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
-
Set the type of this session.
- setSetup(DtlsControl.Setup) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
Sets the value of the setup SDP attribute defined by RFC 4145
"TCP-Based Media Transport in the Session Description Protocol
(SDP)" which determines whether this instance is to act as a DTLS
client or a DTLS server.
- setSetup(DtlsControl.Setup) - Method in interface org.jitsi.service.neomedia.DtlsControl
-
Sets the value of the setup SDP attribute defined by RFC 4145
"TCP-Based Media Transport in the Session Description Protocol
(SDP)" which determines whether this instance is to act as a DTLS
client or a DTLS server.
- setSignalLevel(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
- setSignatureData(byte[]) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Sets signature data for the Confirm packets
- setSipLoggingEnabled(boolean) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
-
Change whether packet logging for sip protocol is enabled.
- setSkipStats(boolean) - Method in class org.jitsi.service.neomedia.RawPacket
-
Changes the skipStats flag.
- setSource(DataSource) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
- setSourceSSRC(long) - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
-
Sets the synchronization source identifier (SSRC) of the media source
that this piece of feedback information is related to.
- setSourceSSRC(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
Sets the synchronization source identifier (SSRC) of the RTP data
packet source being reported upon by this report block.
- setSrtcpIn(SinglePacketTransformer) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTCPTransformer
-
- setSrtcpOut(SinglePacketTransformer) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTCPTransformer
-
- setSrtpListener(SrtpListener) - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
-
Sets a new receiver of the security callback events.
- setSrtpListener(SrtpListener) - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
-
Sets a SrtpListener that will listen for security events.
- setSrtpListener(SrtpListener) - Method in interface org.jitsi.service.neomedia.SrtpControl
-
Sets a SrtpListener that will listen for security events.
- setSsrc(long) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
-
- setSSRC(int) - Method in class org.jitsi.service.neomedia.RawPacket
-
Set the SSRC of this packet
- setSsrc(long) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- setSSRC(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
-
Sets the synchronization source identifier (SSRC) of the originator of
this XR packet.
- setSsrcAudioLevelExtensionID(byte, MediaDirection) - Method in class org.jitsi.impl.neomedia.transform.csrc.SsrcTransformEngine
-
- setSSRCFactory(SSRCFactory) - Method in class org.jitsi.impl.neomedia.jmfext.media.rtp.RTPSessionMgr
-
Sets the SSRCFactory to be utilized by this instance to generate
new synchronization source (SSRC) identifiers.
- setSSRCFactory(SSRCFactory) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Sets the SSRCFactory which is to generate new synchronization
source (SSRC) identifiers.
- setSSRCFactory(SSRCFactory) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
Sets the SSRCFactory to be utilized by this instance to generate
new synchronization source (SSRC) identifiers.
- setSSRCFactory(SSRCFactory) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
-
Sets the SSRCFactory which is to generate new synchronization
source (SSRC) identifiers.
- setSSRCFactory(SSRCFactory) - Method in interface org.jitsi.service.neomedia.MediaStream
-
Sets the SSRCFactory which is to generate new synchronization
source (SSRC) identifiers.
- setStartMuted(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
- setStreamAudioLevelListener(SimpleAudioLevelListener) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
Sets listener as the SimpleAudioLevelListener
registered to receive notifications from our device session for changes
in the levels of the party that's at the other end of this stream.
- setStreamAudioLevelListener(SimpleAudioLevelListener) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
-
Sets listener as the SimpleAudioLevelListener that we
are going to notify every time a change occurs in the audio level of
the media that this device session is receiving from the remote party.
- setStreamAudioLevelListener(SimpleAudioLevelListener) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
-
Sets listener as the SimpleAudioLevelListener
registered to receive notifications for changes in the levels of the
party that's at the other end of this stream.
- setSupportsFir(boolean) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Sets the value of the flag which indicates whether the remote end
supports RTCP FIR or not.
- setSupportsPli(boolean) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Sets the value of the flag which indicates whether the remote end
supports RTCP PLI or not.
- setSupportsRemb(boolean) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
-
Sets the value of the flag which indicates whether the remote end
supports RTCP REMB or not.
- setSupportsRemb(boolean) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
Sets the value of the flag which indicates whether the remote end
supports RTCP REMB or not.
- setSuppressDisconnect(boolean) - Method in class org.jitsi.impl.neomedia.device.ReceiveStreamPushBufferDataSource
-
Sets the indicator which determines whether calls to
DataSource.disconnect() on the wrapped DataSource are to
be suppressed when there are such calls on this instance.
- setSynchronizer(Synchronizer) - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
-
Sets the Synchronizer that this instance should use.
- setSynchronizer(Synchronizer) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
-
- setSynchronizer(Synchronizer) - Method in interface org.jitsi.service.neomedia.recording.Recorder
-
Sets the Synchronizer that this instance should use.
- setSystemProperty(String) - Method in interface org.jitsi.impl.configuration.ConfigurationStore
-
Sets a property with a specific name to be considered a system property
by the ConfigurationStore.
- setSystemProperty(String) - Method in class org.jitsi.impl.configuration.HashtableConfigurationStore
-
- setSystemProperty(String) - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
-
- setSystemTimeStamp(long) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
-
Sets the System time in milliseconds at which this
RTCPExtendedReport has been received or sent by the local
endpoint.
- setTarget(MediaStreamTarget) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Sets the target of this MediaStream to which it is to send and
from which it is to receive data (e.g.
- setTarget(MediaStreamTarget) - Method in interface org.jitsi.service.neomedia.MediaStream
-
Sets the target of this MediaStream to which it is to send and
from which it is to receive data (e.g.
- setTccExtensionID(int) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
-
Sets the ID of the transport-cc RTP extension.
- setText(Element, String) - Static method in class org.jitsi.util.xml.XMLUtils
-
Sets data to be the TEXT content of element
- setThreadPriority(Thread, int) - Static method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
Sets a specific priority on a specific Thread.
- setTimestamp(byte[], int, int, int) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPSenderInfoUtils
-
Sets the RTP timestamp in an SR.
- setTimestamp(ByteArrayBuffer, int) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPSenderInfoUtils
-
Sets the RTP timestamp in an SR.
- setTimestamp(byte[], int, int, long) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Set the RTP timestamp for an RTP buffer.
- setTimestamp(ByteArrayBuffer, long) - Static method in class org.jitsi.service.neomedia.RawPacket
-
Sets the RTP timestamp of an RTP packet.
- setTimestamp(long) - Method in class org.jitsi.service.neomedia.RawPacket
-
Set the timestamp value of the RTP Packet
- setTL0PICIDX(byte[], int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
-
Sets the TL0PICIDX field for the VP8 payload specified in the
buffer that is passed as an argument.
- setTransferHandler(BufferTransferHandler) - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
-
Implements
PushBufferStream.setTransferHandler(BufferTransferHandler).
- setTransferHandler(BufferTransferHandler) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferStream
-
Sets the BufferTransferHandler which is to be notified by this
PushBufferStream when data is available for reading.
- setTransferHandler(BufferTransferHandler) - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
-
Implements
PushBufferStream.setTransferHandler(BufferTransferHandler).
- setTransferHandler(BufferTransferHandler) - Method in class org.jitsi.impl.neomedia.protocol.PushBufferStreamAdapter
-
Implements PushBufferStream#setTransferHandler(BufferTransferHandler).
- setTransferHandler(SourceTransferHandler) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
Sets the transferHandler that this connector should be notifying
when new data is available for reading.
- setTransformer(PacketTransformer) - Method in class org.jitsi.impl.neomedia.transform.AbstractTransformOutputStream
-
Sets the PacketTransformer to be used by this instance to
transform RawPackets.
- setTransformer(PacketTransformer) - Method in class org.jitsi.impl.neomedia.transform.TransformInputStream
-
Sets the PacketTransformer which is to be used to
reverse-transform packets.
- setTransformer(PacketTransformer) - Method in interface org.jitsi.impl.neomedia.transform.TransformOutputStream
-
Sets the PacketTransformer to be used by this instance to
transform RawPackets.
- setTransformer(PacketTransformer) - Method in class org.jitsi.impl.neomedia.transform.TransformOutputStreamImpl
-
Sets the PacketTransformer to be used by this instance to
transform RawPackets.
- setTransformer(PacketTransformer) - Method in class org.jitsi.impl.neomedia.transform.TransformTCPOutputStream
-
Sets the PacketTransformer to be used by this instance to
transform RawPackets.
- setTransformer(PacketTransformer) - Method in class org.jitsi.impl.neomedia.transform.TransformUDPOutputStream
-
Sets the PacketTransformer to be used by this instance to
transform RawPackets.
- setTransportCCEngine(TransportCCEngine) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
- setTransportCCEngine(TransportCCEngine) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
-
- setTransportCCEngine(TransportCCEngine) - Method in interface org.jitsi.service.neomedia.MediaStream
-
- setType(RecorderEvent.Type) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
-
- setUserCallback(SecurityEventManager) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Sets the user callback class used to maintain the GUI ZRTP part
- setUseTranslator(boolean) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Updates the value of useTranslator.
- setVersion() - Method in class org.jitsi.service.neomedia.RawPacket
-
Sets the RTP version in this RTP packet.
- setVideoBitrate(int) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
Sets and stores the video bitrate.
- setVideoCaptureDevice(CaptureDeviceInfo, boolean) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
Sets the device which is to be used by this
DeviceConfiguration for video capture.
- setVideoMinFrameDuration(double) - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDevice
-
- setVideoRTPPacingThreshold(int) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
Sets and stores the maximum allowed video bandwidth.
- setVideoSize(Dimension) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
Sets and stores the video size.
- setVolume(float) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
-
Changes volume level.
- setVolume(float) - Method in interface org.jitsi.service.neomedia.VolumeControl
-
Sets the current volume value/level.
- setVolumeControl(Renderer, VolumeControl) - Static method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
-
Implements a utility which facilitates setting a specific
VolumeControl on a specific Renderer for the purposes
of control over the volume (level) of the audio (to be) played back by
the specified Renderer.
- setVolumeControl(VolumeControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
-
Sets the VolumeControl which is to control the volume (level) of
the audio (to be) played back by this Renderer.
- setWorkReadyCallback(Runnable) - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
-
- setWrapped(T) - Method in class org.jitsi.impl.neomedia.transform.TransformEngineWrapper
-
- SEVERE - Static variable in interface org.jitsi.service.neomedia.event.SrtpListener
-
This is a severe error.
- ShellCoder - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
shell coder; pulse-subframe length is hardcoded.
- ShellCoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ShellCoder
-
- showMessage(ZrtpCodes.MessageSeverity, EnumSet<?>) - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
-
Show some information to user.
- showSAS(String, boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
-
ZRTP computes the SAS string after nearly all the negotiation
and computations are done internally.
- shrink(int) - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
- shrink(int) - Method in class org.jitsi.service.neomedia.RawPacket
-
Shrink the buffer of this packet by specified length
- SigmQ15 - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
approximate sigmoid function.
- SigmQ15() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SigmQ15
-
- SIGNALING - Static variable in interface org.jitsi.service.neomedia.control.KeyFrameControl.KeyFrameRequester
-
- signalMainloop(boolean) - Method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
-
- signSAS(byte[]) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
- SigProcFIX - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
- SigProcFIX() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
-
- SigProcFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
- SigProcFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFLP
-
- SilenceEffect - Class in org.jitsi.impl.neomedia.codec
-
An Effect which detects discontinuities in an audio stream by
monitoring the input Buffers' timestamps and lengths, and
inserts silence to account for missing data.
- SilenceEffect() - Constructor for class org.jitsi.impl.neomedia.codec.SilenceEffect
-
Initializes a new SilenceEffect, which is to use the input
Buffers' timestamps (as opposed to using their RTP timestamps).
- SilenceEffect(int) - Constructor for class org.jitsi.impl.neomedia.codec.SilenceEffect
-
Initializes a new SilenceEffect, which is to use the input
Buffers' RTP timestamps.
- SilenceEffect.Listener - Interface in org.jitsi.impl.neomedia.codec
-
- SILK - Static variable in class org.jitsi.service.neomedia.codec.Constants
-
The SILK constant.
- SILK_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
-
The SILK/rtp constant.
- SimpleAudioLevelListener - Interface in org.jitsi.service.neomedia.event
-
A very simple listener that delivers int values every time the audio
level of an audio source changes.
- SINGLE_CHANNEL_AEC - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
-
The value of the AEC_SYSTEM_MODE enumeration which is used with
the MFPKEY_WMAAECMA_SYSTEM_MODE property to indicate that the
Voice Capture DSP is to operate in acoustic echo cancellation (AEC) only
mode.
- SinglePacketTransformer - Class in org.jitsi.impl.neomedia.transform
-
Extends the PacketTransformer interface with methods which allow
the transformation of a single packet into a single packet.
- SinglePacketTransformer() - Constructor for class org.jitsi.impl.neomedia.transform.SinglePacketTransformer
-
Ctor.
- SinglePacketTransformer(Predicate<ByteArrayBuffer>) - Constructor for class org.jitsi.impl.neomedia.transform.SinglePacketTransformer
-
Ctor.
- SinglePacketTransformerAdapter - Class in org.jitsi.impl.neomedia.transform
-
- SinglePacketTransformerAdapter() - Constructor for class org.jitsi.impl.neomedia.transform.SinglePacketTransformerAdapter
-
Ctor.
- SinglePacketTransformerAdapter(Predicate<ByteArrayBuffer>) - Constructor for class org.jitsi.impl.neomedia.transform.SinglePacketTransformerAdapter
-
Ctor.
- sink_info_get_description(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- sink_info_get_flags(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- sink_info_get_formats(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- sink_info_get_index(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- sink_info_get_monitor_source(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- sink_info_get_monitor_source_name(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- sink_info_get_name(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- sink_info_get_sample_spec_channels(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- sink_info_get_sample_spec_format(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- sink_info_get_sample_spec_rate(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- size() - Method in class org.jitsi.impl.neomedia.quicktime.QTFormatDescription
-
- size - Variable in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Header
-
The size of the FlexFec header (in bytes) in this packet
- size() - Method in class org.jitsi.util.ByteBufferOutputStream
-
Returns the number of bytes written into this OutputStream.
- sizeBits() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
-
Get the size of this set, in bits
- sizeBytes() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
-
Get the size of this set, in bytes
- SizeChangeVideoEvent - Class in org.jitsi.util.event
-
Represents a VideoEvent which notifies about an update to the size
of a specific visual Component depicting video.
- SizeChangeVideoEvent(Object, Component, int, int, int) - Constructor for class org.jitsi.util.event.SizeChangeVideoEvent
-
Initializes a new SizeChangeVideoEvent which is to notify about
an update to the size of a specific visual Component depicting
video.
- SO_RCVBUF_PNAME - Static variable in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
The name of the property which controls the size of the receive buffer
which
RTPConnectorInputStream will request for the sockets that
it uses.
- socket - Variable in class org.jitsi.impl.neomedia.RTPConnectorInputStream
-
- SolveLSFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
- SolveLSFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SolveLSFLP
-
- Sort - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Insertion sort (fast for already almost sorted arrays):
Best case: O(n) for an already sorted array
Worst case: O(n^2) for an inversely sorted array
Shell short: http://en.wikipedia.org/wiki/Shell_sort
- Sort() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Sort
-
- SortedProperties - Class in org.jitsi.impl.configuration
-
This class is a sorted version of classical java.util.Properties.
- SortedProperties() - Constructor for class org.jitsi.impl.configuration.SortedProperties
-
- SortFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
Insertion sort (fast for already almost sorted arrays):
Best case: O(n) for an already sorted array
Worst case: O(n^2) for an inversely sorted array
To be implemented:
Shell short: http://en.wikipedia.org/wiki/Shell_sort
- SortFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SortFLP
-
- SoundFileUtils - Class in org.jitsi.util
-
Defines the different permit extension file.
- SoundFileUtils() - Constructor for class org.jitsi.util.SoundFileUtils
-
- source_info_get_description(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- source_info_get_flags(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- source_info_get_formats(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- source_info_get_index(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- source_info_get_monitor_of_sink(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- source_info_get_name(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- source_info_get_sample_spec_channels(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- source_info_get_sample_spec_format(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- source_info_get_sample_spec_rate(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- sourceSSRC - Variable in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
-
SSRC of media source.
- SourceStreamDelegate<T extends javax.media.protocol.SourceStream> - Class in org.jitsi.impl.neomedia.protocol
-
Implements a SourceStream which wraps a specific
SourceStream.
- SourceStreamDelegate(T) - Constructor for class org.jitsi.impl.neomedia.protocol.SourceStreamDelegate
-
Initializes a new SourceStreamDelegate instance which is to
wrap a specific SourceStream.
- specialize(YUVFormat, Class<?>) - Static method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
-
- Speex - Class in org.jitsi.impl.neomedia.codec.audio.speex
-
Provides the interface to the native Speex library.
- SPEEX - Static variable in class org.jitsi.service.neomedia.codec.Constants
-
The SPEEX constant.
- speex_bits_destroy(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_bits_init() - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_bits_nbytes(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_bits_read_from(long, byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_bits_remaining(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_bits_reset(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_bits_write(long, byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_decode_int(long, long, byte[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_decoder_ctl(long, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_decoder_ctl(long, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_decoder_destroy(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_decoder_init(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_encode_int(long, byte[], int, long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_encoder_ctl(long, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_encoder_ctl(long, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_encoder_destroy(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_encoder_init(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- SPEEX_GET_FRAME_SIZE - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_lib_get_mode(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- SPEEX_MODEID_NB - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- SPEEX_MODEID_UWB - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- SPEEX_MODEID_WB - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_resampler_destroy(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_resampler_init(int, int, int, int, long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_resampler_process_interleaved_int(long, byte[], int, int, byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- SPEEX_RESAMPLER_QUALITY_VOIP - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- speex_resampler_set_rate(long, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- SPEEX_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
-
The SPEEX/RTP constant.
- SPEEX_SET_ENH - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- SPEEX_SET_QUALITY - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- SPEEX_SET_SAMPLING_RATE - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
-
- SpeexResampler - Class in org.jitsi.impl.neomedia.codec.audio.speex
-
Implements an audio resampler using Speex.
- SpeexResampler() - Constructor for class org.jitsi.impl.neomedia.codec.audio.speex.SpeexResampler
-
Initializes a new SpeexResampler instance.
- srReceived(RTCPSRPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
-
Notifies this instance that an RTCP SR packet was received.
- srReceived(RTCPSRPacket) - Method in class org.jitsi.impl.neomedia.rtp.RTCPPacketListenerAdapter
-
Notifies this listener that an RTCPSRPacket has been received.
- srReceived(RTCPSRPacket) - Method in interface org.jitsi.service.neomedia.rtp.RTCPPacketListener
-
Notifies this listener that an RTCPSRPacket has been received.
- SRTCPTransformer - Class in org.jitsi.impl.neomedia.transform.srtp
-
SRTCPTransformer implements PacketTransformer.
- SRTCPTransformer(SRTPTransformer) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTCPTransformer
-
Constructs an SRTCPTransformer, sharing its
SrtpContextFactory instances with a given
SRTPTransformer.
- SRTCPTransformer(SrtpContextFactory) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTCPTransformer
-
Constructs a SRTCPTransformer object.
- SRTCPTransformer(SrtpContextFactory, SrtpContextFactory) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTCPTransformer
-
Constructs a SRTCPTransformer object.
- SrtpControl - Interface in org.jitsi.service.neomedia
-
Controls SRTP encryption in the MediaStream.
- SrtpControl.TransformEngine - Interface in org.jitsi.service.neomedia
-
Adds a cleanup() method to
org.jitsi.impl.neomedia.transform.TransformEngine which is to go
in hand with the cleanup() method of SrtpControl.
- SrtpControlType - Enum in org.jitsi.service.neomedia
-
The SrtpControlType enumeration contains all currently known
SrtpControl implementations.
- SrtpListener - Interface in org.jitsi.service.neomedia.event
-
The SrtpListener is meant to be used by the media stream creator, as
the name indicates in order to be notified when a security event has occurred
that concerns a secure (media) transport i.e.
- srtpSecretsOff(ZrtpCallback.EnableSecurity) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
This method shall clear the ZRTP secrets.
- srtpSecretsOn(String, String, boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Switch on the security.
- srtpSecretsReady(ZrtpSrtpSecrets, ZrtpCallback.EnableSecurity) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Switch on the security for the defined part.
- SRTPTransformer - Class in org.jitsi.impl.neomedia.transform.srtp
-
SRTPTransformer implements PacketTransformer and provides implementations
for RTP packet to SRTP packet transformation and SRTP packet to RTP packet
transformation logic.
- SRTPTransformer(SrtpContextFactory) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTPTransformer
-
Initializes a new SRTPTransformer instance.
- SRTPTransformer(SrtpContextFactory, SrtpContextFactory) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTPTransformer
-
Constructs a SRTPTransformer object.
- ssrc - Variable in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
-
The SSRC of the fec stream
NOTE that for ulpfec this might be the same as the associated media
stream, whereas for flexfec it will be different
- SSRC_AUDIO_LEVEL_URN - Static variable in class org.jitsi.service.neomedia.RTPExtension
-
The URN identifying the RTP extension that allows clients to send to
conference mixers the audio level of their packet payload.
- SSRC_LIST - Static variable in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
The name of the property that corresponds to the array of SSRC
identifiers that we store in this MediaDeviceSession instance
and that we update upon adding and removing ReceiveStream
- SSRCFactory - Interface in org.jitsi.service.neomedia
-
Declares a factory of synchronization source (SSRC) identifiers.
- SSRCFactoryImpl - Class in org.jitsi.impl.neomedia
-
An SSRCFactory implementation which allows the first generated
SSRC to be set by the user.
- SSRCFactoryImpl(long) - Constructor for class org.jitsi.impl.neomedia.SSRCFactoryImpl
-
- SsrcTransformEngine - Class in org.jitsi.impl.neomedia.transform.csrc
-
Implements read-only support for "A Real-Time Transport Protocol (RTP)
Header Extension for Client-to-Mixer Audio Level Indication".
- SsrcTransformEngine(MediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.transform.csrc.SsrcTransformEngine
-
Initializes a new SsrcTransformEngine to be utilized by a
specific MediaStreamImpl.
- STANDARD_PACKET_LOSS_CONCEALMENT - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
-
A simple replay or interpolation algorithm is being used to fill-in
the missing packet; this approach is typically able to conceal
isolated lost packets at low packet loss rates.
- start() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
-
Implements DataSource.start().
- start(MediaDirection) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Starts the processing of media in this instance in a specific direction.
- start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Starts the transfer of media data from this
AbstractBufferCaptureDevice.
- start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Starts the transfer of media data from this DataSource
- start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Starts the transfer of media data from this DataSource.
- start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferStream
-
Starts the transfer of media data from this
AbstractBufferStream.
- start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DirectShowStream
-
Starts the transfer of media data from this PushBufferStream.
- start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
-
- start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.ImageStream
-
Start desktop capture stream.
- start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.MacCoreaudioStream
-
Starts the transfer of media data from this PullBufferStream.
- start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.PortAudioStream
-
Starts the transfer of media data from this PullBufferStream.
- start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.QuickTimeStream
-
Starts the transfer of media data from this PushBufferStream.
- start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2Stream
-
Starts the transfer of media data from this PullBufferStream.
- start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.AudioCaptureClient
-
Starts the transfer of media from the IAudioCaptureClient
identified by the MediaLocator with which this instance has
been initialized.
- start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPIStream
-
Starts the transfer of media data from this
AbstractBufferStream.
- start() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
-
Starts the rendering process.
- start() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
-
Starts the rendering process.
- start() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer
- start() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
- start() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
-
- start() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
-
Starts the rendering process.
- start() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Starts capturing media from this stream's MediaDevice and then
streaming it through the local StreamConnector toward the
stream's target address and port.
- start() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
-
Implements CaptureDevice.start().
- start() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
-
Implements CaptureDevice.start().
- start() - Method in class org.jitsi.impl.neomedia.protocol.FakePushBufferDataSource
-
Starts the transfer of media data from this DataSource.
- start() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
-
Implements DataSource.start().
- start() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceAdapter
-
Implements DataSource.start().
- start() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
-
Implements DataSource.start().
- start() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
-
Implements DataSource.start().
- start(String, String) - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
-
Starts the recording of the media associated with this Recorder
(e.g.
- start(String, String) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
-
Starts the recording of the media associated with this Recorder
(e.g.
- start() - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
- start(MediaType) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
-
Starts and enables zrtp in the stream holding this control.
- start(MediaType) - Method in class org.jitsi.impl.neomedia.transform.NullSrtpControl
-
Starts and enables zrtp in the stream holding this control.
- start(MediaType) - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
-
- start(MediaType) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
-
Starts and enables zrtp in the stream holding this control.
- start() - Static method in class org.jitsi.service.libjitsi.LibJitsi
-
Starts/initializes the use of the libjitsi library.
- start(BundleContext) - Method in class org.jitsi.service.libjitsi.LibJitsiActivator
-
- start() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Starts capturing media from this stream's MediaDevice and then
streaming it through the local StreamConnector toward the
stream's target address and port.
- start(String, String) - Method in interface org.jitsi.service.neomedia.recording.Recorder
-
Starts the recording of the media associated with this Recorder
(e.g.
- start(MediaType) - Method in interface org.jitsi.service.neomedia.SrtpControl
-
Starts and enables zrtp in the stream holding this control.
- START_BITRATE_BPS_PNAME - Static variable in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
-
The system property name of the initial value of the estimation, in bits
per second.
- started() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
-
Notifies this instance that utilization of its DatagramSockets
for data and/or control traffic has started.
- started() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
-
Notifies this instance that utilization of its Sockets
for data and/or control traffic has started.
- started() - Method in interface org.jitsi.service.neomedia.StreamConnector
-
Notifies this instance that utilization of its DatagramSockets
for data and/or control traffic has started.
- started() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
-
Notifies this instance that utilization of its DatagramSockets
for data and/or control traffic has started.
- startedDirectionChanged(MediaDirection, MediaDirection) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Notifies this instance that the value of its startedDirection
property has changed from a specific oldValue to a specific
newValue.
- startedDirectionChanged(MediaDirection, MediaDirection) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
-
Notifies this instance that the value of its startedDirection
property has changed from a specific oldValue to a specific
newValue.
- startProcessorInAccordWithDirection(Processor) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Starts a specific Processor if this MediaDeviceSession
has been started and the specified Processor is not started.
- startRunning() - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureSession
-
- startSending(DTMFRtpTone, int, int, int) - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfTransformEngine
-
DTMF sending stub: this is where we should set the transformer in the
proper state so that it would start replacing packets with dtmf codes.
- startSendingDTMF(DTMFTone, DTMFMethod, int, int, int) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
Starts sending the specified DTMFTone until the
stopSendingDTMF() method is called (Excepts for INBAND DTMF,
which stops by itself this is why where there is no need to call the
stopSendingDTMF).
- startSendingDTMF(DTMFTone, DTMFMethod, int, int, int) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
-
Starts sending the specified DTMFTone until the
stopSendingDTMF() method is called (Excepts for INBAND DTMF,
which stops by itself this is why where there is no need to call the
stopSendingDTMF).
- startStream(String, Object, float, int, int, boolean, boolean, boolean, boolean, boolean) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
-
- StartStream(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Commences audio processing.
- startZrtp() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Start the ZRTP stack immediately, not autosensing mode.
- statistics - Variable in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
-
Statistics for this fec receiver
- StatisticsEngine - Class in org.jitsi.impl.neomedia.transform.rtcp
-
Implements a TransformEngine monitors the incoming and outgoing RTCP
packets, logs and stores statistical data about an associated
MediaStream.
- StatisticsEngine(MediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.transform.rtcp.StatisticsEngine
-
Creates Statistic engine.
- STGM_READ - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
- stop() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
-
Implements DataSource.stop().
- stop(MediaDirection) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
-
Stops the processing of media in this instance in a specific direction.
- stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
-
Stops the transfer of media data from this
AbstractBufferCaptureDevice.
- stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Stops the transfer of media data from this DataSource.
- stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Stops the transfer of media data from this DataSource.
- stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferStream
-
Stops the transfer of media data from this AbstractBufferStream.
- stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DirectShowStream
-
Stops the transfer of media data from this PushBufferStream.
- stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
-
- stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.ImageStream
-
Stop desktop capture stream.
- stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.MacCoreaudioStream
-
Stops the transfer of media data from this PullBufferStream.
- stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.PortAudioStream
-
Stops the transfer of media data from this PullBufferStream.
- stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.QuickTimeStream
-
Stops the transfer of media data from this PushBufferStream.
- stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2Stream
-
Stops the transfer of media data from this PullBufferStream.
- stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.AudioCaptureClient
-
Stops the transfer of media from the IAudioCaptureClient
identified by the MediaLocator with which this instance has
been initialized.
- stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPIStream
-
Stops the transfer of media data from this AbstractBufferStream.
- stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
-
Stops the rendering process.
- stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
-
Stops the rendering process.
- stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer
- stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
- stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
-
- stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
-
Stops the rendering process.
- stop() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Stops all streaming and capturing in this MediaStream and closes
and releases all open/allocated devices/resources.
- stop() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
-
Implements CaptureDevice.start().
- stop() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
-
Implements CaptureDevice.stop().
- stop() - Method in class org.jitsi.impl.neomedia.protocol.FakePushBufferDataSource
-
Stops the transfer of media data from this DataSource.
- stop() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
-
Implements DataSource.stop().
- stop() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceAdapter
-
Implements DataSource.start().
- stop() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
-
Implements DataSource.stop().
- stop() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
-
Implements DataSource.stop().
- stop() - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
-
Stops the recording of the media associated with this Recorder
(e.g.
- stop() - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
-
- stop() - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
- stop() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfTransformEngine
-
Stops threads that this transform engine is using for even delivery.
- stop() - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
-
Stops playing this audio.
- stop() - Method in interface org.jitsi.service.audionotifier.SCAudioClip
-
Stops playing this audio.
- stop() - Static method in class org.jitsi.service.libjitsi.LibJitsi
-
Stops/uninitializes the use of the libjitsi library.
- stop(BundleContext) - Method in class org.jitsi.service.libjitsi.LibJitsiActivator
-
- stop() - Method in interface org.jitsi.service.neomedia.MediaStream
-
Stops all streaming and capturing in this MediaStream and closes
and releases all open/allocated devices/resources.
- stop() - Method in interface org.jitsi.service.neomedia.recording.Recorder
-
Stops the recording of the media associated with this Recorder
(e.g.
- stopped() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
-
Notifies this instance that utilization of its DatagramSockets
for data and/or control traffic has temporarily stopped.
- stopped() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
-
Notifies this instance that utilization of its Sockets
for data and/or control traffic has temporarily stopped.
- stopped() - Method in interface org.jitsi.service.neomedia.StreamConnector
-
Notifies this instance that utilization of its DatagramSockets
for data and/or control traffic has temporarily stopped.
- stopped() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
-
Notifies this instance that utilization of its DatagramSockets
for data and/or control traffic has temporarily stopped.
- stopRunning() - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureSession
-
- stopSendingDTMF(DTMFMethod) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
-
Interrupts transmission of a DTMFTone started with the
startSendingDTMF() method.
- stopSendingDTMF() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfTransformEngine
-
Interrupts transmission of a DTMFRtpTone started with the
startSendingDTMF() method.
- stopSendingDTMF(DTMFMethod) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
-
Interrupts transmission of a DTMFTone started with the
startSendingDTMF method.
- stopStream(String, long) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
-
- StopStream(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Terminates audio processing.
- stopZrtp() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
-
Stop ZRTP engine.
- storeConfiguration() - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
- storeConfiguration(OutputStream) - Method in interface org.jitsi.impl.configuration.ConfigurationStore
-
Stores/serializes the property name-value associations currently present
in this ConfigurationStore into a specific OutputStream
in the format represented by this instance.
- storeConfiguration() - Method in class org.jitsi.impl.configuration.DatabaseConfigurationStore
-
Stores/serializes the property name-value associations currently present
in this ConfigurationStore instance into its underlying database
(storage).
- storeConfiguration(OutputStream) - Method in class org.jitsi.impl.configuration.DatabaseConfigurationStore
-
Stores/serializes the property name-value associations currently present
in this ConfigurationStore into a specific OutputStream
in the format represented by this instance.
- storeConfiguration(OutputStream) - Method in class org.jitsi.impl.configuration.PropertyConfigurationStore
-
- storeConfiguration(OutputStream) - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
-
- storeProperties(Map<String, String>, String) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
-
Stores the format preferences in this instance in the given Map,
using prefix as a prefix to the key.
- storeProperties(Map<String, String>) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
-
Stores the format preferences in this instance in the given Map.
- stream - Variable in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
-
The SourceStream being adapted by this instance.
- stream - Variable in class org.jitsi.impl.neomedia.protocol.SourceStreamDelegate
-
The SourceStreamDelegate wrapped by this instance.
- STREAM_ADJUST_LATENCY - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- stream_connect_playback(long, String, long, int, long, long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- stream_connect_record(long, String, long, int) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- stream_cork(long, boolean, PA.stream_success_cb_t) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- stream_disconnect(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- stream_drop(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- STREAM_FAILED - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- STREAM_FLAGS_CLIP_OFF - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
-
Disables default clipping of out of range samples.
- STREAM_FLAGS_DITHER_OFF - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
-
Disables default dithering.
- STREAM_FLAGS_NEVER_DROP_INPUT - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
-
Flag requests that where possible a full duplex stream will not discard
overflowed input samples without calling the stream callback.
- STREAM_FLAGS_NO_FLAG - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
-
Flags used to control the behavior of a stream.
- STREAM_FLAGS_PLATFORM_SPECIFIC_FLAGS - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
-
A mask specifying the platform specific bits.
- STREAM_FLAGS_PRIME_OUTPUT_BUFFERS_USING_STREAM_CALLBACK - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
-
Call the stream callback to fill initial output buffers, rather than the
default behavior of priming the buffers with zeros (silence).
- stream_get_device_name(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
Gets the name of the sink or source a specified pa_stream is
connected to in the server.
- stream_get_index(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- stream_get_state(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- stream_info_get_h(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Returns the h field of a vpx_codec_stream_info_t.
- stream_info_get_is_kf(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Returns the is_kf field of a vpx_codec_stream_info_t.
- stream_info_get_w(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Returns the w field of a vpx_codec_stream_info_t.
- stream_info_malloc() - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
-
Allocates memory for a vpx_codec_stream_info_t on the heap.
- stream_new_with_proplist(long, String, long, long, long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- STREAM_NOFLAGS - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- stream_peek(long, byte[], int) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- stream_readable_size(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- STREAM_READY - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- stream_set_read_callback(long, PA.stream_request_cb_t) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- stream_set_state_callback(long, Runnable) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- stream_set_write_callback(long, PA.stream_request_cb_t) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- STREAM_START_CORKED - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- STREAM_TERMINATED - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- stream_unref(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- stream_writable_size(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- stream_write(long, byte[], int, int, Runnable, long, int) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- StreamConnector - Interface in org.jitsi.service.neomedia
-
The StreamConnector interface represents a pair of datagram sockets
that a media stream could use for RTP and RTCP traffic.
- streamConnector - Variable in class org.jitsi.service.neomedia.StreamConnectorDelegate
-
The StreamConnector wrapped by this instance.
- StreamConnector.Protocol - Enum in org.jitsi.service.neomedia
-
Enumerates the protocols supported by StreamConnector.
- StreamConnectorDelegate<T extends StreamConnector> - Class in org.jitsi.service.neomedia
-
Implements a
StreamConnector which wraps a specific
StreamConnector instance.
- StreamConnectorDelegate(T) - Constructor for class org.jitsi.service.neomedia.StreamConnectorDelegate
-
Initializes a new StreamConnectorDelegate which is to wrap a
specific StreamConnector.
- StreamConnectorFactory - Interface in org.jitsi.service.neomedia
-
Represents a factory of StreamConnector instances.
- StreamParameters_free(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Free StreamParameters resources specified by a pointer to it.
- StreamParameters_new(int, int, long, double) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
-
Creates parameters used for opening streams.
- StreamRTPManager - Class in org.jitsi.impl.neomedia.rtp
-
Implements the RTPManager interface as used by a
MediaStream.
- StreamRTPManager(MediaStream, RTPTranslator) - Constructor for class org.jitsi.impl.neomedia.rtp.StreamRTPManager
-
Initializes a new StreamRTPManager instance which is,
optionally, attached to a specific RTPTranslator which is to
forward the RTP and RTCP flows of the associated MediaStream to
other MediaStreams.
- streams() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
-
Gets the internal array of AbstractPushBufferStreams through
which this AbstractPushBufferCaptureDevice gives access to its
media data.
- streams() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
-
Gets the internal array of AbstractPushBufferStreams through
which this AbstractPushBufferCaptureDevice gives access to its
media data.
- StreamSubstituteBufferTransferHandler - Class in org.jitsi.impl.neomedia.protocol
-
Implements a BufferTransferHandler wrapper which doesn't
expose a PushBufferStream but rather a specific substitute in order
to give full control to the PushBufferStream.read(javax.media.Buffer)
method of the substitute.
- StreamSubstituteBufferTransferHandler(BufferTransferHandler, PushBufferStream, PushBufferStream) - Constructor for class org.jitsi.impl.neomedia.protocol.StreamSubstituteBufferTransferHandler
-
Initializes a new StreamSubstituteBufferTransferHandler instance
which is to overwrite the source PushBufferStream of a specific
BufferTransferHandler.
- Structs - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
- Structs() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Structs
-
- StructsFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
- StructsFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.StructsFLP
-
- subtractNumber(int, int) - Static method in class org.jitsi.util.RTPUtils
-
Deprecated.
Returns result of the subtraction of one RTP sequence number from another
(modulo 2^16).
- SUCCEEDED(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
-
Determines whether a specific HRESULT value indicates success.
- SumSqrShift - Class in org.jitsi.impl.neomedia.codec.audio.silk
-
compute number of bits to right shift the sum of squares of a vector
of int16s to make it fit in an int32
- SumSqrShift() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SumSqrShift
-
- superCreateCaptureDevice() - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceImpl
-
- SUPPORTED_FORMATS - Static variable in class org.jitsi.impl.neomedia.codec.SilenceEffect
-
The Formats supported as input/output by this Effect.
- SUPPORTED_FORMATS - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.audiosilence.DataSource
-
The list of Formats supported by the
AudioSilenceCaptureDevice instances.
- SUPPORTED_FORMATS - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFMediaDevice
-
The list of Formats supported by the
IVFCaptureDevice instances.
- SUPPORTED_FORMATS - Static variable in class org.jitsi.impl.neomedia.recording.RecorderImpl
-
The list of formats in which RecorderImpl instances support
recording media.
- SUPPORTED_INPUT_FORMAT - Static variable in class org.jitsi.impl.neomedia.recording.BasicWavMux
-
The input formats supported by this BasicWavMux.
- SUPPORTED_RESOLUTIONS - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
-
The currently supported resolutions we will show as option
and user can select.
- supportsFir() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
- supportsFrameBoundaries(RawPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
-
Returns a boolean that indicates whether or not our we're able to detect
the frame boundaries for the codec of the packet that is specified as an
argument.
- supportsPli() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
-
- SUSPENDED_INDEX - Static variable in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
-
The quality that is used to represent that forwarding is suspended.
- sw_volume_from_linear(double) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
-
- SwScale - Class in org.jitsi.impl.neomedia.codec.video
-
Implements an FMJ Codec which uses libswscale to scale images and
convert between color spaces (typically, RGB and YUV).
- SwScale() - Constructor for class org.jitsi.impl.neomedia.codec.video.SwScale
-
Initializes a new SwScale instance which doesn't have an output
size and will use a default one when it becomes necessary unless an
explicit one is specified in the meantime.
- SwScale(boolean) - Constructor for class org.jitsi.impl.neomedia.codec.video.SwScale
-
Initializes a new SwScale instance which can optionally attempt
to keep the width and height of YUV 420 output even.
- SwScale(boolean, boolean) - Constructor for class org.jitsi.impl.neomedia.codec.video.SwScale
-
Initializes a new SwScale instance which can optionally attempt
to keep the width and height of YUV 420 output even and to preserve the
aspect ratio of the video frames provided to the instance as input to be
processed.
- sync - Variable in class org.jitsi.service.audionotifier.AbstractSCAudioClip
-
The Object used for internal synchronization purposes which
arise because this instance does the actual playback of audio in a
separate thread.
- Synchronizer - Interface in org.jitsi.service.neomedia.recording
-
- SynchronizerImpl - Class in org.jitsi.impl.neomedia.recording
-
- SynchronizerImpl() - Constructor for class org.jitsi.impl.neomedia.recording.SynchronizerImpl
-
- syncWrite(byte[], int, int) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
-