Skip navigation links
Jitsi: the OpenSource Java VoIP and Instant Messaging client.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

a100 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
a140 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
A20c_FLP - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Decimate2CoarseFLP
 
A20cst_FLP - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Decimate2CoarsestFLP
 
A21c_FLP - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Decimate2CoarseFLP
 
A21cst_FLP - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Decimate2CoarsestFLP
 
a2lsf(float[], int, float[]) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
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
 
A2NLSF_constants - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
A2NLSF_constants() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.A2NLSF_constants
 
A_LIMIT - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.LPCInvPredGain
 
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.
AbsQuantW(float[], int, float[], int, float[], int, int[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
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
Initializes a new AbsSendTimeEngine instance.
AbstractActiveSpeakerDetector - Class in org.jitsi.service.neomedia
Provides a base ActiveSpeakerDetector which aids the implementations of actual algorithms for the detection/identification of the active/dominant speaker in a multipoint conference.
AbstractActiveSpeakerDetector() - Constructor for class org.jitsi.service.neomedia.AbstractActiveSpeakerDetector
 
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 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
 
AbstractBufferStream<T extends javax.media.protocol.DataSource> - Class in org.jitsi.impl.neomedia.jmfext.media.protocol
Provides a base implementation of SourceStream in order to facilitate implementers by taking care of boilerplate in the most common cases.
AbstractBufferStream(T, FormatControl) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
Initializes a new AbstractBufferStream instance which is to have its Format-related information abstracted by a specific FormatControl.
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
A PacketTransformer which handles incoming fec packets.
AbstractFECReceiver(long, byte) - Constructor for class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
Initialize the FEC receiver
AbstractFECReceiver.Statistics - 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.
AbstractTrackStats(int, long) - Constructor for class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Initializes a new AbstractTrackStats instance.
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
 
AbstractVersion - Class in org.jitsi.service.version.util
Base class for Version implementation that uses major, minor and nightly build id for versioning purposes.
AbstractVersion(int, int, String) - Constructor for class org.jitsi.service.version.util.AbstractVersion
Creates version object with custom major, minor and nightly build id.
AbstractVersionService - Class in org.jitsi.service.version.util
Base implementation of VersionService that uses major, minor and nightly build id fields for versioning purposes.
AbstractVersionService() - Constructor for class org.jitsi.service.version.util.AbstractVersionService
 
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() - Method in class org.jitsi.sctp4j.SctpSocket
Accepts incoming SCTP connection.
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)
ACCUM_BITS_DIFF_THRESHOLD - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
ACELP_codebook(float[], float[], int, float, int, float[], float[], IntReference) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.AcelpCo
 
AcelpCo - Class in org.jitsi.impl.neomedia.codec.audio.g729
Fixed codebook encoding routines.
AcelpCo() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.AcelpCo
 
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
activeSpeakerChanged(long) - Method in interface org.jitsi.service.neomedia.event.ActiveSpeakerChangedListener
Notifies this listener that the active/dominant stream/speaker has been changed to one identified by a specific synchronization source identifier/SSRC.
ActiveSpeakerChangedListener - Interface in org.jitsi.service.neomedia.event
Implementing classes can be notified about changes to the 'active' stream (identified by its SSRC) using ActiveSpeakerChangedListener.activeSpeakerChanged(long).
ActiveSpeakerDetector - Interface in org.jitsi.service.neomedia
Represents an algorithm for the detection/identification of the active/dominant speaker/participant/endpoint/stream in a multipoint conference.
ActiveSpeakerDetectorImpl - Class in org.jitsi.impl.neomedia
Implements an ActiveSpeakerDetector (factory) which uses/delegates to an actual algorithm implementation for the detections/identification of the active/dominant speaker in a multipoint conference.
ActiveSpeakerDetectorImpl() - Constructor for class org.jitsi.impl.neomedia.ActiveSpeakerDetectorImpl
Initializes a new ActiveSpeakerDetectorImpl which is to use a default algorithm implementation for the detection/identification of the active/dominant speaker in a multipoint conference.
ActiveSpeakerDetectorImpl(String...) - Constructor for class org.jitsi.impl.neomedia.ActiveSpeakerDetectorImpl
Initializes a new ActiveSpeakerDetectorImpl which is to use the first available algorithm from a specific list of algorithms (identified by the names of their implementing classes) for the detection/identification of the active/dominant speaker in a multipoint conference.
ActiveSpeech_ms - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_detect_SWB_state
 
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(T[], Class<T>, T) - Static method in class org.jitsi.util.ArrayUtils
Adds a specific element to a specific array with a specific component type if the array does not contain the element yet.
add(Component) - Method in class org.jitsi.util.swing.VideoContainer
Adds the given component at the VideoLayout.CENTER_REMOTE position in the default video layout.
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.
addActiveSpeakerChangedListener(ActiveSpeakerChangedListener) - Method in class org.jitsi.impl.neomedia.ActiveSpeakerDetectorImpl
Adds a listener to be notified by this active speaker detector when the active stream changes.
addActiveSpeakerChangedListener(ActiveSpeakerChangedListener) - Method in class org.jitsi.service.neomedia.AbstractActiveSpeakerDetector
Adds a listener to be notified by this active speaker detector when the active stream changes.
addActiveSpeakerChangedListener(ActiveSpeakerChangedListener) - Method in interface org.jitsi.service.neomedia.ActiveSpeakerDetector
Adds a listener to be notified by this active speaker detector when the active stream changes.
addBit(int, boolean) - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
Add a bit with the given value in the given position.
addConnector(RTPConnectorDesc) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPConnectorImpl
 
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
Adds an additional RTP payload mapping that will overriding one that we've set with MediaStreamImpl.addDynamicRTPPayloadType(byte, MediaFormat).
addDynamicRTPPayloadTypeOverride(byte, byte) - Method in interface org.jitsi.service.neomedia.MediaStream
Adds an additional RTP payload mapping that will overriding one that we've set with MediaStream.addDynamicRTPPayloadType(byte, MediaFormat).
addEngine(TransformEngine) - Method in class org.jitsi.impl.neomedia.transform.TransformEngineChain
Appends a TransformEngine to this chain.
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
Adds a TransformEngine at a specific position in this chain.
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.
addField(String, Object) - Method in class org.jitsi.util.DiagnosticContext.TimeSeriesPoint
Adds a field to the time series point.
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.
addFormat(Format, int) - Method in class org.jitsi.impl.neomedia.rtp.translator.StreamRTPManagerDesc
 
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, AudioMixingPushBufferDataSource) - 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(BandwidthEstimator.Listener) - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation
Adds a listener to be notified about changes to the bandwidth estimation.
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
Adds a MediaStream to the list of MediaStreams which use this TransportCCEngine.
addNotify(long, Component) - Static method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
 
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
 
addOutStream(AudioMixingPushBufferStream) - Method in class org.jitsi.impl.neomedia.conference.AudioMixerPushBufferStream
Adds a specific AudioMixingPushBufferStream to the collection of such streams to which this instance is to push the data for audio mixing it reads from its input SourceStreams.
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
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Adds a PropertyChangeListener to the listener list for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jitsi.impl.neomedia.DominantSpeakerIdentification
Adds a PropertyChangeListener to the list of listeners interested in and notified about changes in the values of the properties of this DominantSpeakerIdentification.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jitsi.service.configuration.ConfigurationService
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface org.jitsi.service.configuration.ConfigurationService
Adds a PropertyChangeListener to the listener list for a specific property.
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.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jitsi.util.event.PropertyChangeNotifier
Adds a specific PropertyChangeListener to the list of listeners interested in and notified about changes in the values of the properties of this PropertyChangeNotifier.
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.
addReceiveSSRC(int) - Method in class org.jitsi.impl.neomedia.rtp.translator.StreamRTPManagerDesc
Adds a new synchronization source (SSRC) identifier to the list of SSRC received by the associated StreamRTPManager.
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).
addReceiveStreamListener(ReceiveStreamListener) - Method in class org.jitsi.impl.neomedia.rtp.translator.StreamRTPManagerDesc
 
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.
addRTCPPacket(RawPacket) - Method in class org.jitsi.impl.neomedia.recording.SynchronizerImpl
Adds an RTCP packet to this instance.
addRTCPPacket(RawPacket, long) - Method in class org.jitsi.impl.neomedia.recording.SynchronizerImpl
Adds an RTCP packet to this instance.
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
In addition to calling MediaStreamImpl.addRTPExtension(byte, RTPExtension) this method enables sending of CSRC audio levels.
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.
addStream(RTPConnectorDesc, OutputDataStream) - Method in class org.jitsi.impl.neomedia.rtp.translator.OutputDataStreamImpl
Adds a new OutputDataStream to the list of OutputDataStreams into which this OutputDataStream copies written data/packets.
addStream(RTPConnectorDesc, PushSourceStream) - Method in class org.jitsi.impl.neomedia.rtp.translator.PushSourceStreamImpl
 
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
Adds a VetoableChangeListener to the listener list.
addVetoableChangeListener(String, ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Adds a VetoableChangeListener to the listener list for a specific property.
addVetoableChangeListener(ConfigVetoableChangeListener) - Method in interface org.jitsi.service.configuration.ConfigurationService
Adds a VetoableChangeListener to the listener list.
addVetoableChangeListener(String, ConfigVetoableChangeListener) - Method in interface org.jitsi.service.configuration.ConfigurationService
Adds a VetoableChangeListener to the listener list for a specific property.
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.
aec - Variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.DataSource
The indicator which determines whether the voice capture DMO is to be used to perform echo cancellation and/or noise reduction.
AES - Class in org.jitsi.impl.neomedia.transform.srtp
Implements a factory for an AES BlockCipher.
AES() - Constructor for class org.jitsi.impl.neomedia.transform.srtp.AES
 
AES.BouncyCastleBlockCipherFactory - Class in org.jitsi.impl.neomedia.transform.srtp
Implements BlockCipherFactory using BouncyCastle.
AES.SunJCEBlockCipherFactory - Class in org.jitsi.impl.neomedia.transform.srtp
Implements BlockCipherFactory using Sun JCE.
AES.SunPKCS11BlockCipherFactory - Class in org.jitsi.impl.neomedia.transform.srtp
Implements BlockCipherFactory using Sun PKCS#11.
AESCM_ENCRYPTION - Static variable in class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
Counter Mode AES Cipher, defined in Section 4.1.1, RFC3711
AESF8_ENCRYPTION - Static variable in class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
F8 mode AES Cipher, defined in Section 4.1.2, RFC 3711
AGC_FAC - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
gain adjustment factor
AGC_FAC1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
gain adjustment factor
aif - Static variable in class org.jitsi.util.SoundFileUtils
 
AimdRateControl - Class in org.jitsi.impl.neomedia.rtp.remotebitrateestimator
A rate control implementation based on additive increases of bitrate when no over-use is detected and multiplicative decreases when over-uses are detected.
AimdRateControl(DiagnosticContext) - Constructor for class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.AimdRateControl
 
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.
allocateShortArray(int) - Method in class org.jitsi.impl.neomedia.conference.ShortArrayCache
Allocates a short array with length/size greater than or equal to a specific number.
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
 
AllPoleFilter(float[], int, float[], int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_common
 
AllZeroFilter(float[], int, float[], int, int, float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_common
 
ALPHA - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
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
 
anaMem - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
AnaState - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_VAD_state
 
AnaState1 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_VAD_state
 
AnaState2 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_VAD_state
 
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.
API_fs_Hz - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
API_sampleRate - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_DecControlStruct
(Input) Output signal sampling rate in Hertz; 8000/12000/16000/24000.
API_sampleRate - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_EncControlStruct
(Input) Input signal sampling rate in Hertz; 8000/12000/16000/24000.
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
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
 
AR1 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
AR2 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
AR2_Q13 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
ar2_q13_file_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.WrappersFLP
 
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
 
ArrayUtils - Class in org.jitsi.util
 
as16Bits(int) - Static method in class org.jitsi.util.RTPUtils
Returns the given integer masked to 16 bits
as32Bits(long) - Static method in class org.jitsi.util.RTPUtils
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
 
assocId - Variable in class org.jitsi.sctp4j.SctpNotification.AssociationChange
 
assocId - Variable in class org.jitsi.sctp4j.SctpNotification.PeerAddressChange
 
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(AudioFormat) - Constructor for class org.jitsi.impl.neomedia.format.AudioMediaFormatImpl
Initializes a new AudioMediaFormatImpl instance which is to provide an implementation of AudioMediaFormat for a specific JMF AudioFormat.
AudioMediaFormatImpl(AudioFormat, Map<String, String>, Map<String, String>) - Constructor for class org.jitsi.impl.neomedia.format.AudioMediaFormatImpl
Initializes a new AudioMediaFormatImpl instance which is to provide an implementation of AudioMediaFormat for a specific JMF AudioFormat and to have a specific set of format-specific parameters.
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.
AudioMediaFormatImpl(String, double) - Constructor for class org.jitsi.impl.neomedia.format.AudioMediaFormatImpl
Initializes a new AudioMediaFormatImpl instance with the specified encoding and clock rate and a single audio channel.
AudioMediaFormatImpl(String, double, int) - Constructor for class org.jitsi.impl.neomedia.format.AudioMediaFormatImpl
Initializes a new AudioMediaFormatImpl instance with the specified encoding, clock rate and number of audio channels.
AudioMediaFormatImpl(String, double, Map<String, String>, Map<String, String>) - Constructor for class org.jitsi.impl.neomedia.format.AudioMediaFormatImpl
Initializes a new AudioMediaFormatImpl instance with the specified encoding, clock rate and format parameters and a single audio channel.
AudioMediaFormatImpl(String, double, int, Map<String, String>, Map<String, String>) - Constructor for class org.jitsi.impl.neomedia.format.AudioMediaFormatImpl
Initializes a new AudioMediaFormatImpl instance with the specified encoding, clock rate, number of audio channels and format parameters.
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.
audioMixer - Variable in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
The AudioMixer performing the audio mixing, managing the input DataSources and pushing the data of this output PushBufferDataSource.
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.
AudioMixerPushBufferStream - Class in org.jitsi.impl.neomedia.conference
Represents a PushBufferStream which reads data from the SourceStreams of the input DataSources of the associated AudioMixer and pushes it to AudioMixingPushBufferStreams for audio mixing.
AudioMixerPushBufferStream(AudioMixer, AudioFormat) - Constructor for class org.jitsi.impl.neomedia.conference.AudioMixerPushBufferStream
Initializes a new AudioMixerPushBufferStream instance to output data in a specific AudioFormat for a specific AudioMixer.
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.
AudioMixingPushBufferStream(AudioMixerPushBufferStream, AudioMixingPushBufferDataSource) - Constructor for class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
Initializes a new AudioMixingPushBufferStream mixing the input data of a specific AudioMixerPushBufferStream and excluding from the mix the audio contributions of a specific AudioMixingPushBufferDataSource.
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
 
AudioRTCPTermination.RTCPTransformer - Class in org.jitsi.impl.neomedia.rtcp
 
AudioSilenceCaptureDevice - Class in org.jitsi.impl.neomedia.device
Implements a CaptureDevice which provides silence in the form of audio media.
AudioSilenceCaptureDevice(boolean) - Constructor for class org.jitsi.impl.neomedia.device.AudioSilenceCaptureDevice
Initializes a new AudioSilenceCaptureDevice.
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
Initializes a new AudioSilenceMediaDevice instance.
AudioSilenceMediaDevice(boolean) - Constructor for class org.jitsi.impl.neomedia.device.AudioSilenceMediaDevice
Initializes a new AudioSilenceMediaDevice instance.
AudioSilenceSystem - Class in org.jitsi.impl.neomedia.device
Implements an 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.protocol.wasapi.DataSource
The WASAPISystem which has contributed this CaptureDevice/DataSource.
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.
authenticatePacketHMAC(RawPacket, int) - Method in class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
Authenticates a packet.
authKey - Variable in class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
Derived session authentication key
autocorr(float[], int, int, float[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Lpc
Compute the auto-correlations of windowed speech signal
autocorr(float[], float[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
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.
avgGain - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
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
 
az_lsp(float[], int, float[], float[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Lpc
Compute the LSPs from the LP coefficients a[] using Chebyshev polynomials.

B

b100 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
b140 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
BANDWIDTH_EXPANSION - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
BANDWIDTH_FULLBAND - Static variable in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Opus fullband constant
BANDWIDTH_MEDIUMBAND - Static variable in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Opus mediumband constant
BANDWIDTH_NARROWBAND - Static variable in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Opus narrowband constant
BANDWIDTH_SUPERWIDEBAND - Static variable in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Opus superwideband constant
BANDWIDTH_WIDEBAND - Static variable in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Opus wideband constant
bandwidthEstimationChanged(long) - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator.Listener
 
BandwidthEstimator - Interface in org.jitsi.service.neomedia.rtp
 
BandwidthEstimator.Listener - Interface in org.jitsi.service.neomedia.rtp
 
BandwidthEstimator.Statistics - Interface in org.jitsi.service.neomedia.rtp
Holds stats specific to the bandwidth estimator.
BandwidthEstimatorImpl - Class in org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation
Implements part of the send-side bandwidth estimation described in https://tools.ietf.org/html/draft-ietf-rmcat-gcc-01 Heavily based on code from webrtc.org (bitrate_controller_impl.cc, commit ID 7ad9e661f8a035d49d049ccdb87c77ae8ecdfa35).
BandwidthEstimatorImpl(MediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
Initializes a new instance which is to belong to a particular MediaStream.
BandwidthUsage - Enum in org.jitsi.impl.neomedia.rtp.remotebitrateestimator
webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
base_Q32 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_range_coder_state
 
BASELINE_PROFILE - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
The name of the baseline H.264 (encoding) profile.
BaseSRTPCryptoContext - Class in org.jitsi.impl.neomedia.transform.srtp
SRTPCryptoContext class is the core class of SRTP implementation.
BaseSRTPCryptoContext(int) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
 
BaseSRTPCryptoContext(int, byte[], byte[], SRTPPolicy) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
 
BasicActiveSpeakerDetector - Class in org.jitsi.impl.neomedia
Provides a base ActiveSpeakerDetector which aids the implementations of actual algorithms for the detection/identification of the active/dominant speaker in a multipoint conference.
BasicActiveSpeakerDetector() - Constructor for class org.jitsi.impl.neomedia.BasicActiveSpeakerDetector
 
BasicVolumeControl - Class in org.jitsi.service.neomedia
Provides a basic implementation of VolumeControl which stores the volume level/value set on it in the ConfigurationService.
BasicVolumeControl(String) - Constructor for class org.jitsi.service.neomedia.BasicVolumeControl
Creates volume control instance and initializes initial level value if stored in the configuration service.
BasicWavMux - Class in org.jitsi.impl.neomedia.recording
Implements a multiplexer for WAV files based on FMJ's BasicMux.
BasicWavMux() - Constructor for class org.jitsi.impl.neomedia.recording.BasicWavMux
Initializes a BasicWavMux instance.
batchSize - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
batchSizePrePost - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
beginTransaction() - Method in class org.jitsi.impl.fileaccess.FailSafeTransactionImpl
Begins a new transaction.
beginTransaction() - Method in interface org.jitsi.service.fileaccess.FailSafeTransaction
Begins a new transaction.
BETA - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
BG_SNR_DECR_dB - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
BIN_DIV_STEPS_A2NLSF_FIX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.A2NLSF_constants
 
bind(String, Object) - Method in class org.jitsi.util.StringCompiler
 
BIND_RETRIES_DEFAULT_VALUE - Static variable in class org.jitsi.service.neomedia.DefaultStreamConnector
The default number of binds that a Media Service Implementation should execute in case a port is already bound to (each retry would be on a new random port).
BIND_RETRIES_PROPERTY_NAME - Static variable in class org.jitsi.service.neomedia.DefaultStreamConnector
The name of the property containing the number of binds that a Media Service Implementation should execute in case a port is already bound to (each retry would be on a new port in the allowed boundaries).
Biquad - Class in org.jitsi.impl.neomedia.codec.audio.silk
Second order ARMA filter Can handle slowly varying filter coefficients
Biquad() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Biquad
 
BiquadAlt - Class in org.jitsi.impl.neomedia.codec.audio.silk
Second order ARMA filter, alternative implementation.
BiquadAlt() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.BiquadAlt
 
BIT_0 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Definition of zero-bit in bit-stream.
BIT_1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Definition of one-bit in bit-stream.
BIT_RATES - Static variable in class org.jitsi.impl.neomedia.codec.audio.amrwb.JNIEncoder
The bit rates supported by Adaptive Multi-Rate Wideband (AMR-WB).
bitcount - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.bitstream
 
bitpack - Class in org.jitsi.impl.neomedia.codec.audio.ilbc
 
bitpack() - Constructor for class org.jitsi.impl.neomedia.codec.audio.ilbc.bitpack
 
bitpack(int, int) - Constructor for class org.jitsi.impl.neomedia.codec.audio.ilbc.bitpack
 
bitRate - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_EncControlStruct
(Input) Bitrate during active speech in bits/second; internally limited.
bitrate - Variable in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
The bitrate.
bitrate_threshold_down - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
BITRATE_THRESHOLD_KBPS_PNAME - Static variable in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation
The name of the property that specifies the bitrate threshold (in kbps).
bitrate_threshold_up - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
bitrateDiff - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
Bits - Class in org.jitsi.impl.neomedia.codec.audio.g729
Bit stream manipulation routines.
Bits() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.Bits
 
bits2prm_ld8k(short[], int[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Bits
Converts serial received bits to encoder parameter vector.
bits2prm_ld8k(short[], int, int[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Bits
Converts serial received bits to encoder parameter vector.
bitsno - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
bitstream - Class in org.jitsi.impl.neomedia.codec.audio.ilbc
 
bitstream(byte[], int, int) - Constructor for class org.jitsi.impl.neomedia.codec.audio.ilbc.bitstream
 
BLKLEN - Static variable in class org.jitsi.impl.neomedia.transform.srtp.SRTPCipherCTR
 
BlockCipherAdapter - Class in org.jitsi.impl.neomedia.transform.srtp
Adapts the javax.crypto.Cipher class to the org.bouncycastle.crypto.BlockCipher interface.
BlockCipherAdapter(Cipher) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.BlockCipherAdapter
Initializes a new BlockCipherAdapter instance which is to adapt a specific javax.crypto.Cipher instance to the org.bouncycastle.crypto.BlockCipher interface.
BlockCipherFactory - Interface in org.jitsi.impl.neomedia.transform.srtp
Defines the application programming interface (API) of a factory of org.bouncycastle.crypto.BlockCipher instances.
blockl - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
BLOCKL_20MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
BLOCKL_30MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
BLOCKL_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
blockType - Variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.ReportBlock
The block type/format of this report block.
BouncyCastleBlockCipherFactory() - Constructor for class org.jitsi.impl.neomedia.transform.srtp.AES.BouncyCastleBlockCipherFactory
 
bubbleUpUsbDevices(List<CaptureDeviceInfo2>) - Static method in class org.jitsi.impl.neomedia.device.AudioSystem2
Sorts a specific list of CaptureDeviceInfo2s so that the ones representing USB devices appear at the beginning/top of the specified list.
buffer - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.bitstream
 
buffer - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_range_coder_state
 
buffer - Variable in class org.jitsi.impl.neomedia.recording.WebmWriter.FrameDescriptor
 
buffer - Variable in class org.jitsi.sctp4j.SctpNotification
 
buffer_attr_free(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
buffer_attr_new(int, int, int, int, int) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
BUFFER_FLAG_FEC - Static variable in class org.jitsi.impl.neomedia.codec.AbstractCodec2
The Buffer flag which indicates that the respective Buffer contains audio data which has been decoded as a result of the operation of FEC.
BUFFER_FLAG_PLC - Static variable in class org.jitsi.impl.neomedia.codec.AbstractCodec2
The Buffer flag which indicates that the respective Buffer contains audio data which has been decoded as a result of the operation of PLC.
buffer_len - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.bitstream
The length in bitstream.buffer which is available to octets of this bitstream.
buffer_off - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.bitstream
The offset in bitstream.buffer of the first octet of this bitstream.
BufferedInChannel_ms - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
bufferIx - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_range_coder_state
 
bufferLength - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_range_coder_state
 
bufferReceived(ReceiveStream, Buffer) - Method in interface org.jitsi.impl.neomedia.device.ReceiveStreamBufferListener
Notify the listener that the data in the Buffer (as byte[]) has been read by the MediaDevice the listener is attached to
bufferSize - Variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.AudioCaptureClient
The size/length in bytes of the byte[] to be filled in an invocation of AudioCaptureClient.read(byte[], int, int).
BufferStreamAdapter<T extends javax.media.protocol.SourceStream> - Class in org.jitsi.impl.neomedia.protocol
Represents a base class for adapters of SourceStreams, usually ones reading data in arrays of bytes and not in Buffers, to SourceStreams reading data in Buffers.
BufferStreamAdapter(T, Format) - Constructor for class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
Initializes a new BufferStreamAdapter which is to adapt a specific SourceStream into a SourceStream with a specific Format.
BurgModifiedFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
Calculates the reflection coefficients from the input vector Input vector contains nb_subfr sub vectors of length L_sub + D
BurgModifiedFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.BurgModifiedFLP
 
BWE_AFTER_LOSS_Q16 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
BWE_COEF_Q16 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PLC
 
bwexpand(float[], int, float[], float, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_common
 
Bwexpander - Class in org.jitsi.impl.neomedia.codec.audio.silk
Chirp (bandwidth expand) LP AR filter
Bwexpander() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Bwexpander
 
Bwexpander32 - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
Bwexpander32() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Bwexpander32
 
BwexpanderFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
BwexpanderFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.BwexpanderFLP
 
bwState - Variable in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RateControlInput
 
BYTE_LEN - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ByteArrayBuffer - Interface in org.jitsi.service.neomedia
A simple interface that encapsulates all the information needed for byte buffer access.
ByteArrayBufferImpl - Class in org.jitsi.service.neomedia
Implements ByteArrayBuffer.
ByteArrayBufferImpl(byte[], int, int) - Constructor for class org.jitsi.service.neomedia.ByteArrayBufferImpl
Initializes a new ByteArrayBufferImpl instance.
ByteArrayBufferImpl(int) - Constructor for class org.jitsi.service.neomedia.ByteArrayBufferImpl
Initializes a new ByteArrayBufferImpl based on a newly allocated byte array with the given size.
ByteArrayBufferImpl(byte[]) - Constructor for class org.jitsi.service.neomedia.ByteArrayBufferImpl
Initializes a new ByteArrayBufferImpl instance.
ByteBuffer - Class in org.jitsi.impl.neomedia.codec.video
Represents a buffer of native memory with a specific size/capacity which may contains a specific number of bytes of valid data.
ByteBuffer(int) - Constructor for class org.jitsi.impl.neomedia.codec.video.ByteBuffer
Initializes a new ByteBuffer instance with a specific capacity of native memory.
ByteBuffer(long) - Constructor for class org.jitsi.impl.neomedia.codec.video.ByteBuffer
Initializes a new ByteBuffer instance which is to represent a specific block of native memory.
ByteBufferOutputStream - Class in org.jitsi.util
Represents a byte array as an OutputStream.
ByteBufferOutputStream(byte[]) - Constructor for class org.jitsi.util.ByteBufferOutputStream
Initializes a new ByteBufferOutputStream instance which is to represent a specific byte array as an OutputStream.
ByteBufferOutputStream(byte[], int, int) - Constructor for class org.jitsi.util.ByteBufferOutputStream
Initializes a new ByteBufferOutputStream instance which is to represent a specific byte array as an OutputStream.
ByteBufferPool - Class in org.jitsi.impl.neomedia.jmfext.media.protocol
Represents a pool of ByteBuffers which reduces the allocations and deallocations of ByteBuffers in the Java heap and of native memory in the native heap.
ByteBufferPool() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.ByteBufferPool
 
bytes - Variable in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
The total number of bytes.
bytesForAllSamples() - Method in class org.jitsi.impl.neomedia.quicktime.QTSampleBuffer
 
bytesNotRetransmitted - Variable in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Number of bytes for packets which were requested and found in the cache, but were intentionally not retransmitted.
bytesRetransmitted - Variable in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Number of bytes retransmitted.

C

c(String) - Method in class org.jitsi.util.StringCompiler
 
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
Initializes a new CachingTransformer instance.
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.
captureOutput - Variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.QuickTimeStream
The QTCaptureOutput represented by this SourceStream.
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.
CB - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CBS_FLP
 
CB_EXPAND - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
CB_FILTERLEN - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
cb_gain - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
cb_gain_20ms - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
cb_gain_30ms - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
CB_HALFFILTERLEN - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
cb_index - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
cb_index_20ms - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
cb_index_30ms - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
CB_MAXGAIN - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
CB_MEML - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
CB_NLSF_Q15 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CBS
 
CB_NSTAGES - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
CB_RESRANGE - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
cbfiltersTbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
CBStages - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CB_FLP
 
CBStages - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CB_struct
 
CDF - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CB_FLP
 
CDF - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CB_struct
 
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.
CertificateInfo - Class in org.jitsi.impl.neomedia.transform.dtls
Bundles information such as key pair, hash function, fingerprint, etc.
CertificateInfo(AsymmetricCipherKeyPair, Certificate, String, String, long) - Constructor for class org.jitsi.impl.neomedia.transform.dtls.CertificateInfo
Initializes a new CertificateInfo instance.
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.
check_parity_pitch(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.PParity
Check parity of index with transmitted parity
CHECK_REPLAY_PNAME - Static variable in class org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext
The name of the boolean ConfigurationService property which indicates whether protection against replay attacks is to be activated.
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.h263p.JNIDecoder
Check Format.
checkFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
Check Format.
checkProcessArgs(byte[], int, int, byte[]) - Static method in class org.jitsi.impl.neomedia.transform.srtp.SRTPCipherCTR
Check the validity of process function arguments
checkReplay(int) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTCPCryptoContext
Checks if a packet is a replayed on based on its sequence number.
checkReplay(int, long) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext
Checks if a packet is a replayed based on its sequence number.
checkSASSignature(byte[]) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
 
chooseSRTPProtectionProfile(int...) - Static method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Chooses the first from a list of SRTPProtectionProfiles that is supported by DtlsControlImpl.
cipherCtr - Variable in class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
implements the counter cipher mode for RTP according to RFC 3711
cipherF8 - Variable in class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
F8 mode cipher
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
Checks for Cache instances which have not received new packets for a period longer than RawPacketCache.SSRC_TIMEOUT_MILLIS and removes them.
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.
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.audio.silk.NSQ_sample_struct
 
clone() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_nsq_state
override clone mthod.
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.h263p.JNIDecoder
Close Codec.
close() - Method in class org.jitsi.impl.neomedia.codec.video.h263p.JNIEncoder
Closes this Codec.
close() - Method in class org.jitsi.impl.neomedia.codec.video.h263p.Packetizer
Close this 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.AbstractBufferStream
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.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
Releases application control over this device acquired in the QTCaptureDevice.open() method.
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.rtp.translator.OutputDataStreamImpl
 
close() - Method in class org.jitsi.impl.neomedia.rtp.translator.PushSourceStreamImpl
 
close() - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPConnectorImpl
 
close(SendStreamImpl) - Method in class org.jitsi.impl.neomedia.rtp.translator.SendStreamDesc
 
close() - Method in class org.jitsi.impl.neomedia.rtp.translator.SendStreamImpl
 
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.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.FECSender
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.BaseSRTPCryptoContext
Closes this crypto context.
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.SRTPContextFactory
Close the transformer 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.sctp4j.SctpSocket
Closes this socket.
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() - Method in class org.jitsi.util.concurrent.RecurringRunnableExecutor
Closes this RecurringRunnableExecutor, signalling its thread to stop and de-registering all registered runnables.
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
 
closeSendStream(SendStreamDesc) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Closes a specific SendStream.
closeSocket(long) - Static method in class org.jitsi.sctp4j.Sctp
Closes SCTP socket addressed by given native pointer.
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
 
CNG_BUF_MASK_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
CNG_exc_buf_Q10 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_CNG_struct
 
CNG_GAIN_SMTH_Q16 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
CNG_NLSF_SMTH_Q16 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
CNG_smth_Gain_Q16 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_CNG_struct
 
CNG_smth_NLSF_Q15 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_CNG_struct
 
CNG_synth_state - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_CNG_struct
 
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.
Coder - Class in org.jitsi.impl.neomedia.codec.audio.g729
Main program of the ITU-T G.729 8 kbit/s encoder.
Coder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.Coder
Initialization of the coder.
coder_ld8k(int[]) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.CodLd8k
Encoder routine ( speech data should be in new_speech ).
CodeSigns - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
CodeSigns() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.CodeSigns
 
coding_quality - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
CodLd8k - Class in org.jitsi.impl.neomedia.codec.audio.g729
Functions coder_ld8k and init_coder_ld8k Coder constant parameters (defined in "ld8k.h")
CodLd8k() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.CodLd8k
 
coef - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
Coefs - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
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
 
combine_and_check(int[], int[], int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.EncodePulses
 
combine_pulses(int[], int, int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ShellCoder
 
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.
compareTo(Version) - Method in class org.jitsi.service.version.util.AbstractVersion
Compares another Version object to this one and returns a negative, zero or a positive integer if this version instance represents respectively an earlier, same, or later version as the one indicated by the version parameter.
compareTo(Version) - Method in interface org.jitsi.service.version.Version
Compares another Version object to this one and returns a negative, zero or a positive integer if this version instance represents respectively an earlier, same, or later version as the one indicated by the version parameter.
compCorr(float[], float[], float[], float[], int, int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
Complexity - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
complexity - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_EncControlStruct
(Input) Complexity mode; 0 is lowest; 1 is medium and 2 is highest complexity.
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
 
computeDeltas(long, long, int, long[]) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.InterArrival
Returns true if a delta was computed, or false if the current group is still incomplete or if only one group has been completed.
computeDeltas(long, long, int, long[], long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.InterArrival
 
conc_energy - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_PLC_struct
 
conc_energy_shift - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_PLC_struct
 
concat(T[], T[]) - Static method in class org.jitsi.util.ArrayUtils
Concatenates two arrays.
concatenateWords(String) - Static method in class org.jitsi.util.StringUtils
Removes all spaces from the given string and returns a concatenated result string.
CONCEC_SWB_SMPLS_THRES - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
ConfigPropertyVetoException - Exception in org.jitsi.service.configuration
A PropertyVetoException is thrown when a proposed change to a property represents an unacceptable value.
ConfigPropertyVetoException(String, PropertyChangeEvent) - Constructor for exception org.jitsi.service.configuration.ConfigPropertyVetoException
Constructs a PropertyVetoException with a detailed message.
ConfigurationService - Interface in org.jitsi.service.configuration
The configuration services provides a centralized approach of storing persistent configuration data.
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
Configures the AVCodecContext initialized in AbstractFFmpegAudioCodec.doOpen() prior to invoking one of the FFmpeg functions in the avcodec_open family.
configureAVCodecContext(long, AudioFormat) - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.JNIEncoder
Configures the AVCodecContext initialized in AbstractFFmpegAudioCodec.doOpen() prior to invoking one of the FFmpeg functions in the avcodec_open family.
configureAVCodecContext(long, AudioFormat) - Method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioEncoder
Configures the AVCodecContext initialized in AbstractFFmpegAudioCodec.doOpen() prior to invoking one of the FFmpeg functions in the avcodec_open family.
configureAVCodecContext(long, AudioFormat) - Method in class org.jitsi.impl.neomedia.codec.audio.mp3.JNIEncoder
Configures the AVCodecContext initialized in AbstractFFmpegAudioCodec.doOpen() prior to invoking one of the FFmpeg functions in the avcodec_open family.
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.
ConfigUtils - Class in org.jitsi.util
 
ConfigUtils() - Constructor for class org.jitsi.util.ConfigUtils
 
ConfigVetoableChangeListener - Interface in org.jitsi.service.configuration
This interface uses SC's own ProperteyVetoException.
confirmGoClear() - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
Inform the user that ZRTP received "go clear" message from its peer.
connect() - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
Notifies this AudioMixer that an output AudioMixingPushBufferDataSource reading from it has been connected.
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(AudioMixer) - Method in class org.jitsi.impl.neomedia.conference.InDataSourceDesc
Connects the effective input DataSource described by this instance upon request from a specific AudioMixer.
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
 
connect(int) - Method in class org.jitsi.sctp4j.SctpSocket
Initializes SCTP connection by sending INIT message.
connected(InDataSourceDesc) - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
Notifies this AudioMixer that a specific input DataSource has finished its connecting procedure.
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.
connector - Variable in class org.jitsi.impl.neomedia.rtp.translator.RTPConnectorDesc
The RTPConnector associated with an endpoint from and to which an RTPTranslatorImpl is translating.
CONNECTOR_PNAME - Static variable in class org.jitsi.impl.neomedia.transform.dtls.Properties
The RTPConnector which uses the TransformEngine of this SrtpControl.
connectorDesc - Variable in class org.jitsi.impl.neomedia.rtp.translator.OutputDataStreamDesc
The endpoint RTPConnector which owns OutputDataStreamDesc.stream.
connectorDesc - Variable in class org.jitsi.impl.neomedia.rtp.translator.PushSourceStreamDesc
The endpoint RTPConnector which owns PushSourceStreamDesc.stream.
connectorDesc - Variable in class org.jitsi.impl.neomedia.rtp.translator.StreamRTPManagerDesc
 
ConsecSmplsAboveThres - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_detect_SWB_state
 
consPLICount - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
CONST12 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
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
 
constuctNtp(long, long) - Static method in class org.jitsi.util.TimeUtils
Constructs a long representation of a timestamp in NTP Timestamp Format (see "http://tools.ietf.org/html/rfc5905#section-6").
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
Initializes a new empty RawPacketCache.Container instance.
Container(RawPacket, long) - Constructor for class org.jitsi.impl.neomedia.rtp.RawPacketCache.Container
Initializes a new RawPacketCache.Container instance.
contains(T) - Method in class org.jitsi.impl.neomedia.transform.TransformEngineWrapper
Determines whether this TransformEngineWrapper contains a specific TransformEngine.
containsLetters(String) - Static method in class org.jitsi.util.StringUtils
Indicates whether the given string contains any letters.
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.
containsReceiveSSRC(int) - Method in class org.jitsi.impl.neomedia.rtp.translator.StreamRTPManagerDesc
Determines whether the list of synchronization source (SSRC) identifiers received by the associated StreamRTPManager contains a specific SSRC.
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
 
contourIndex - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control
 
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.
convertCamelCaseToDisplayString(String) - Static method in class org.jitsi.util.StringUtils
Gets a String which represents the conversion of a specific camel-case formatted String to a more human-readable form (i.e.
convertMsTo24Bits(long) - Static method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorAbsSendTime
Converts rtp timestamps to 24bit timestamp equivalence
convolve(float[], int, float[], float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Filter
Convolve vectors x and h and put result in y.
copy(float[], float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Util
Copies an array from the specified x array, to the specified y array.
copy(float[], int, float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Util
Copies an array from the specified source array, beginning at the specified destination array.
copy(float[], int, float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Util
Copies an array from the specified source array, beginning at the specified position, to the specified position of the destination array.
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.
copy(RateControlInput) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RateControlInput
Assigns the values of the fields of source to the respective fields of this RateControlInput.
copyOfRange(int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Tables
Copies the specified range of the specified array into a new array.
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.
cor_h_x(float[], float[], float[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.CorFunc
Compute correlations of input response h[] with the target vector X[].
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
 
CorFunc - Class in org.jitsi.impl.neomedia.codec.audio.g729
Functions corr_xy2() and cor_h_x().
CorFunc() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.CorFunc
 
corkStream(long, boolean) - Static method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
Pause or resume the playback of a specific PulseAudio stream temporarily.
corr_xy2(float[], float[], float[], float[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.CorFunc
Compute the correlation products needed for gain computation.
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
 
corrupt - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_TOC_struct
 
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
 
counter - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_VAD_state
 
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
Creates the AbsSendTimeEngine for this MediaStream.
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
createBlockCipher(int) - Method in class org.jitsi.impl.neomedia.transform.srtp.AES.BouncyCastleBlockCipherFactory
Initializes a new BlockCipher instance.
createBlockCipher(int) - Static method in class org.jitsi.impl.neomedia.transform.srtp.AES
Initializes a new BlockCipher instance which implements Advanced Encryption Standard (AES).
createBlockCipher(int) - Method in interface org.jitsi.impl.neomedia.transform.srtp.BlockCipherFactory
Initializes a new BlockCipher instance.
createBlockCipher(int) - Method in class org.jitsi.impl.neomedia.transform.srtp.SecurityProviderBlockCipherFactory
Initializes a new BlockCipher instance.
createCachingTransformer() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Creates the CachingTransformer for this MediaStream.
createCachingTransformer() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Creates the CachingTransformer for this MediaStream.
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
Creates the DiscardTransformEngine for this stream.
createDiscardEngine() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Creates the DiscardTransformEngine for this stream.
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
Returns a new EncodingConfiguration instance that can be used by other bundles.
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
Overrides AbstractVideoPushBufferCaptureDevice.createFrameRateControl() to provide a FrameRateControl which gets and sets the frame rate of the QTCaptureDecompressedVideoOutput represented by the QuickTimeStream made available by this 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.
createMac() - Static method in class org.jitsi.impl.neomedia.transform.srtp.HMACSHA1
Initializes a new org.bouncycastle.crypto.Mac instance which implements a keyed-hash message authentication code (HMAC) with SHA-1.
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
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.
createPacket(byte[], int, int, Object) - Method in class org.jitsi.util.RawPacketQueue
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
Initializes a new FMJ Processor which is to transcode MediaDeviceSession.captureDevice into the format of this instance.
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
Creates a new RawPacket from a specific DatagramPacket in order to have this instance receive its packet data through its RTPConnectorInputStream.read(byte[], int, int) method.
createRawPacket(DatagramPacket) - Method in class org.jitsi.impl.neomedia.transform.TransformInputStream
Creates a new RawPacket array from a specific DatagramPacket in order to have this instance receive its packet data through its RTPConnectorInputStream.read(byte[], int, int) method.
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
Creates the RetransmissionRequesterImpl for this MediaStream.
createRetransmissionRequester() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Creates the RetransmissionRequesterImpl for this MediaStream.
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
Creates new SendStream instances for the streams of MediaStreamImpl.deviceSession through MediaStreamImpl.rtpManager.
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.
createSocket(int) - Static method in class org.jitsi.sctp4j.Sctp
Creates new SctpSocket for given SCTP port.
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, FormatControl) - Method in class org.jitsi.impl.neomedia.device.AudioSilenceCaptureDevice
Create a new PushBufferStream which is to be at a specific zero-based index in the list of streams of this PushBufferDataSource.
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.
createTranscodingDataSource(Format) - Method in class org.jitsi.impl.neomedia.conference.InDataSourceDesc
Creates a DataSource which attempts to transcode the tracks of the input DataSource described by this instance into a specific output Format.
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.
createVersionImpl(int, int, String) - Method in class org.jitsi.service.version.util.AbstractVersionService
Creates new Version instance specific to current implementation.
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.
CryptoBenchmark - Class in org.jitsi.impl.neomedia.transform.srtp
 
CryptoBenchmark() - Constructor for class org.jitsi.impl.neomedia.transform.srtp.CryptoBenchmark
 
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 thread that waits for new levels to be reported from incoming RTP packets and then delivers them to the AudioMediaStream associated with this engine.
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.
current_SNR_dB - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
currentTimeMillis() - Method in class org.jitsi.util.TimeProvider
 
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.

D

d_lsp(int[], int, float[], int) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.Lspdec
Decode lsp parameters
data - Variable in class org.jitsi.impl.neomedia.rtp.translator.PushSourceStreamDesc
true if this instance represents a data/RTP stream or false if this instance represents a control/RTCP stream
data - Variable in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorBuffer
 
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 - Variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
The DataSource which has created this instance and which contains it as one of its streams.
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.
dataSource - Variable in class org.jitsi.impl.neomedia.rtp.translator.SendStreamDesc
The DataSource from which SendStreamDesc.sendStream has been created.
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.
DE_ESSER_COEF_SWB_dB - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
DE_ESSER_COEF_WB_dB - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
DeAcelp - Class in org.jitsi.impl.neomedia.codec.audio.g729
 
DeAcelp() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.DeAcelp
 
deallocateShortArray(short[]) - Method in class org.jitsi.impl.neomedia.conference.ShortArrayCache
Returns a specific non-null short array into the cache/pool implemented by this instance.
debug(Object) - Method in class org.jitsi.util.Logger
Log a DEBUG message.
debug(Object, Throwable) - Method in class org.jitsi.util.Logger
Log a message, with associated Throwable information.
debug(Logger.Category, String) - Method in class org.jitsi.util.Logger
Log a message with debug level.
debug(Logger.Category, String, Throwable) - Method in class org.jitsi.util.Logger
Log a message with debug level, with associated Throwable information.
debugSctpPacket(byte[], String) - Static method in class org.jitsi.sctp4j.SctpSocket
 
DebugTransformEngine - Class in org.jitsi.impl.neomedia.transform
Logs all the packets that go in and out of a MediaStream.
DebugTransformEngine.MyRTCPPacketTransformer - Class in org.jitsi.impl.neomedia.transform
Logs RTCP packets that go in and out of the MediaStream that owns this instance.
DebugTransformEngine.MyRTPPacketTransformer - Class in org.jitsi.impl.neomedia.transform
Logs RTP packets that go in and out of the MediaStream that owns this instance.
dec_gain(int, float[], int, int, FloatReference, FloatReference) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.DecGain
Decode the adaptive and fixed codebook gains.
DEC_HP_ORDER - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
dec_lag3(int, int, int, int, IntReference, IntReference) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.DecLag3
Decoding of fractional pitch lag with 1/3 resolution.
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
 
DecGain - Class in org.jitsi.impl.neomedia.codec.audio.g729
 
DecGain() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.DecGain
 
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
 
DECISION_DELAY - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
DECISION_DELAY_MASK - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
decisionMakerExited(DominantSpeakerIdentification.DecisionMaker) - Method in class org.jitsi.impl.neomedia.DominantSpeakerIdentification
Notifies this DominantSpeakerIdentification instance that a specific DecisionMaker has permanently stopped executing (in its background/daemon Thread).
DecLag3 - Class in org.jitsi.impl.neomedia.codec.audio.g729
 
DecLag3() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.DecLag3
 
DecLd8k - Class in org.jitsi.impl.neomedia.codec.audio.g729
Functions init_decod_ld8k and decod_ld8k.
DecLd8k() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.DecLd8k
 
decod_ACELP(int, int, float[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.DeAcelp
Algebraic codebook decoder.
decod_ld8k(int[], int, float[], int, float[]) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.DecLd8k
Decoder
decode(byte[], int, byte[], int, short) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
Decode(float[], int, int, int[], float[], int[], int[], int[], int[], int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
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.
decode_split(int[], int, int[], int, SKP_Silk_range_coder_state, int, int[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ShellCoder
 
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.g729
Main program of the G.729 8.0 kbit/s decoder.
Decoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.Decoder
Initialization of decoder
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.
DecoderInterpolateLSF(float[], float[], float[], int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
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.
decrReceivers() - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Atomically decrements the number of receivers of this encoding.
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
The default value to be used for the DeviceConfiguration.PROP_AUDIO_ECHOCANCEL_FILTER_LENGTH_IN_MILLIS property when it does not have a value.
DEFAULT_BACKGROUND_COLOR - Static variable in class org.jitsi.util.swing.VideoContainer
The default background color of VideoContainer when it contains Component instances other than VideoContainer.noVideoComponent.
DEFAULT_BUFFER_DURATION - Static variable in class org.jitsi.impl.neomedia.device.WASAPISystem
The default duration of audio data in milliseconds to be read from WASAPIStream in an invocation of WASAPIStream.read(Buffer) or to be processed by WASAPIRenderer in an invocation of WASAPIRenderer.process(Buffer).
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
The default value of the JNIEncoder.DEFAULT_INTRA_REFRESH_PNAME ConfigurationService property.
DEFAULT_DEFAULT_PROFILE - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
The default value of the JNIEncoder.DEFAULT_PROFILE_PNAME ConfigurationService property.
DEFAULT_DEVICE - Static variable in interface org.jitsi.service.neomedia.MediaService
The name of the property of MediaService the value of which corresponds to the value returned by MediaService.getDefaultDevice(MediaType, MediaUseCase).
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
The default value of the KeyFrameControl.KeyFrameRequester.PREFERRED_PNAME ConfigurationService property.
DEFAULT_PRESET - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
The default value of the JNIEncoder.PRESET_PNAME ConfigurationService property.
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.
defaultDoStart() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Provides the default implementation of AbstractBufferCaptureDevice for AbstractBufferCaptureDevice.doStart().
defaultDoStop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Provides the default implementation of AbstractBufferCaptureDevice for AbstractBufferCaptureDevice.doStop().
defaultGetControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Provides the default implementation of AbstractBufferCaptureDevice for AbstractBufferCaptureDevice.getControls().
defaultGetFormat(int, Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Provides the default implementation of AbstractBufferCaptureDevice for AbstractBufferCaptureDevice.getFormat(int, Format).
defaultGetSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Provides the default implementation of AbstractBufferCaptureDevice for AbstractBufferCaptureDevice.getSupportedFormats(int).
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
 
DEL_DEC_STATES_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
DELAY_DS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
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.h263p
Depacketizes H.263+ RTP packets in in accord with RFC 4529 "RTP Payload Format for ITU-T Rec.
DePacketizer() - Constructor for class org.jitsi.impl.neomedia.codec.video.h263p.DePacketizer
Initializes a new DePacketizer instance which is to depacketize H.263+ RTP packet.
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.VP8PayloadDescriptor - Class in org.jitsi.impl.neomedia.codec.video.vp8
A class that represents the VP8 Payload Descriptor structure defined in "http://tools.ietf.org/html/draft-ietf-payload-vp8-10"
DePacketizer.VP8PayloadHeader - Class in org.jitsi.impl.neomedia.codec.video.vp8
A class that represents the VP8 Payload Header structure defined in "http://tools.ietf.org/html/draft-ietf-payload-vp8-10"
DePacketizer.VP9PayloadDescriptor - Class in org.jitsi.impl.neomedia.codec.video.vp9
A class that represents the VP9 Payload Descriptor structure defined in "https://tools.ietf.org/html/draft-ietf-payload-vp9-02"
deRegisterRecurringRunnable(RecurringRunnable) - Method in class org.jitsi.util.concurrent.RecurringRunnableExecutor
De-registers a RecurringRunnable from this Executor so that its Runnable.run() is no longer invoked (by this instance).
deriveContext(int) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTCPCryptoContext
Derives a new SRTPCryptoContext for use with a new SSRC.
deriveContext(int, int, long) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext
Derives a new SRTPCryptoContext for use with a new SSRC.
deriveSrtcpKeys() - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTCPCryptoContext
Derives the srtcp session keys from the master key.
deriveSrtpKeys(long) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext
Derives the srtp session keys from the master key
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.
detect(double, double, int, long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.OveruseDetector
Update the detection state based on the estimated inter-arrival time delta offset.
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
 
devicePeriod - Variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.AudioCaptureClient
The length in milliseconds of the interval between successive, periodic processing passes by the audio engine on the data in the endpoint buffer.
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.
DiagnosticContext - Class in org.jitsi.util
A DiagnosticContext implementation backed by a ConcurrentHashMap.
DiagnosticContext() - Constructor for class org.jitsi.util.DiagnosticContext
 
DiagnosticContext.TimeSeriesPoint - Class in org.jitsi.util
 
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.
didRead(PushSourceStreamDesc, byte[], int, int, int) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Notifies this instance that an RTP or RTCP packet has been received from a peer represented by a specific PushSourceStreamDesc.
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.
dim_lsfCbTbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
DIM_RR - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Size of correlation matrix
DirectLink - Class in org.jitsi.sctp4j
A direct connection that passes packets between two SctpSocket instances.
DirectLink(SctpSocket, SctpSocket) - Constructor for class org.jitsi.sctp4j.DirectLink
 
DirectShowStream - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.directshow
Implements a PushBufferStream using DirectShow.
DirectShowStream(DataSource, FormatControl) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DirectShowStream
Initializes a new DirectShowStream instance which is to have its Format-related information abstracted by a specific FormatControl.
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(long) - Method in class org.jitsi.impl.neomedia.recording.PacketBuffer
Disables the Buffer for a specific SSRC.
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
The name of the boolean ConfigurationService property which indicates whether the method DeviceConfiguration.setAudioSystem(AudioSystem, boolean) is to be considered disabled for the user i.e.
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.AudioMixer
Notifies this AudioMixer that an output AudioMixingPushBufferDataSource reading from it has been disconnected.
disconnect() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements DataSource.disconnect().
disconnect() - Method in class org.jitsi.impl.neomedia.conference.InDataSourceDesc
Disconnects the effective input DataSource described by this instance if it is already connected.
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.RTCPFeedbackMessageSender
Releases the resources allocated by this instance in the course of its execution and prepares it to be garbage collected.
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
Implements AbstractCodecExt#doClose().
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.h263p.DePacketizer
Close the Codec.
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.
doFinal(byte[], int) - Method in class org.jitsi.impl.neomedia.transform.srtp.OpenSSLHMAC
doFireVideoEvent(VideoEvent) - Method in class org.jitsi.util.event.VideoNotifierSupport
 
doGetFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
Gets the Format of this AbstractBufferStream as directly known by it.
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.
doGetJSON() - Method in class org.jitsi.impl.neomedia.DominantSpeakerIdentification
Retrieves a JSON representation of this instance for the purposes of the REST API of Videobridge.
doInitialize() - Method in class org.jitsi.impl.neomedia.device.AudioSilenceSystem
 
doInitialize() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
Invoked by DeviceSystem.initialize() to perform the very logic of the initialization of this 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
Invoked by DeviceSystem.initialize() to perform the very logic of the initialization of this DeviceSystem.
doInitialize() - Method in class org.jitsi.impl.neomedia.device.NoneAudioSystem
 
doInitialize() - Method in class org.jitsi.impl.neomedia.device.PortAudioSystem
Invoked by DeviceSystem.initialize() to perform the very logic of the initialization of this DeviceSystem.
doInitialize() - Method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
Invoked by DeviceSystem.initialize() to perform the very logic of the initialization of this DeviceSystem.
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
Invoked by DeviceSystem.initialize() to perform the very logic of the initialization of this DeviceSystem.
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
 
DOMINANT_SPEAKER_PROPERTY_NAME - Static variable in class org.jitsi.impl.neomedia.DominantSpeakerIdentification
The name of the DominantSpeakerIdentification property dominantSpeaker which specifies the dominant speaker identified by synchronization source identifier (SSRC).
DominantSpeakerIdentification - Class in org.jitsi.impl.neomedia
Implements ActiveSpeakerDetector with inspiration from the paper "Dominant Speaker Identification for Multipoint Videoconferencing" by Ilana Volfin and Israel Cohen.
DominantSpeakerIdentification() - Constructor for class org.jitsi.impl.neomedia.DominantSpeakerIdentification
Initializes a new DominantSpeakerIdentification instance.
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
Implements AbstractCodecExt#doOpen().
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.h263p.DePacketizer
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.
dopack(int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.bitstream
 
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
Implements AbstractCodecExt#doProcess(Buffer, Buffer).
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.h263p.DePacketizer
Processes (depacketizes) a buffer.
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
 
doRun() - Method in class org.jitsi.util.concurrent.PeriodicRunnableWithObject
Invoked by PeriodicRunnableWithObject.run() (1) before PeriodicRunnable._lastProcessTime is updated and (2) removing the requirement of Runnable.run() to return a long value with unknown/undocumented (at the time of this writing) meaning.
doSetFormat(Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
Attempts to set the Format of this AbstractBufferStream.
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.
doThePLC(float[], float[], int, float[], float[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
DOUBLE_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
down_pre_function(int[], short[], int, short[], int, int) - Method in interface org.jitsi.impl.neomedia.codec.audio.silk.DownPreFP
 
down_pre_function(int[], short[], int, short[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.DownPreImplDown2
 
down_pre_function(int[], short[], int, short[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.DownPreImplDown4
 
down_pre_function - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
down_pre_function(int[], short[], int, short[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
downPreCB - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
DownPreFP - Interface in org.jitsi.impl.neomedia.codec.audio.silk
 
DownPreImplDown2 - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
DownPreImplDown2() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.DownPreImplDown2
 
DownPreImplDown4 - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
DownPreImplDown4() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.DownPreImplDown4
 
DownSample(float[], int, float[], int, float[], float[]) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
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
The name of the ConfigurationService property which specifies whether SsrcTransformEngine is to drop RTP packets indicated as generated from a muted audio source in SsrcTransformEngine.reverseTransform(RawPacket).
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.
DTLS_RECORD_HEADER_LENGTH - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsPacketTransformer
The length of the header of a DTLS record.
DtlsControl - Interface in org.jitsi.service.neomedia
Implements SrtpControl for DTSL-SRTP.
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
Implements DtlsControl i.e.
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
Implements PacketTransformer for DTLS-SRTP.
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.
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.
dummy_int32AR2_Q13 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
dummy_int32PredCoef_Q12 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_control
 
dummy_int32PredCoef_Q12 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 

E

eAll - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
EAST_REMOTE - Static variable in class org.jitsi.util.swing.VideoLayout
The east remote video constraint.
eCapture - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
EMPTY_CONTROLS - Static variable in class org.jitsi.impl.neomedia.control.ControlsAdapter
The constant which represents an empty array of controls.
EMPTY_FORMAT_PARAMETERS - Static variable in class org.jitsi.impl.neomedia.format.MediaFormatImpl
The value of the formatParameters property of MediaFormatImpl when no codec-specific parameters have been received via SIP/SDP or XMPP/Jingle.
EMPTY_FORMATS - Static variable in class org.jitsi.impl.neomedia.codec.AbstractCodec2
An empty array of Format element type.
EMPTY_MEDIA_FORMATS - Static variable in class org.jitsi.impl.neomedia.MediaUtils
An empty array with MediaFormat element type.
EMPTY_STREAMS - Static variable in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
The constant which represents an empty array with PullBufferStream element type.
EMPTY_STREAMS - Static variable in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
The constant which represents an empty array with PushBufferStream element type.
emptyBuffer(long) - Method in class org.jitsi.impl.neomedia.recording.PacketBuffer
Empties the Buffer for a specific SSRC, and returns its contents as an ordered (by RTP sequence number) array.
enable(boolean) - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterImpl
Enables or disables this RetransmissionRequester.
enable(boolean) - Method in interface org.jitsi.service.neomedia.RetransmissionRequester
Enables or disables this RetransmissionRequester.
ENABLE_AST_RBE_PNAME - Static variable in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
The name of the property that determines whether or not to activate the abs-send-time remote bitrate estimator.
ENABLE_FFMPEG_CODECS_PNAME - Static variable in interface org.jitsi.service.neomedia.MediaService
The name of the property which controls whether the libjitsi codecs which depend on ffmpeg (currently mp3, h264 and amrwb) will be enabled.
ENABLE_H264_FORMAT_PNAME - Static variable in interface org.jitsi.service.neomedia.MediaService
The name of the property which controls whether the h264 formats will be registered in libjitsi even if the ffmpeg codec is missing.
enableOutputSSRCAudioLevels(boolean, byte) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
Enables or disables measuring audio levels for the output DataSource of this AudioMediaDeviceSession.
enc_lag3(int, int, IntReference, IntReference, int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Pitch
Function enc_lag3() Encoding of fractional pitch lag with 1/3 resolution.
EncAPI - Class in org.jitsi.impl.neomedia.codec.audio.silk
Encoder API.
EncAPI() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.EncAPI
 
encKey - Variable in class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
Derived session encryption key
encode(byte[], int, byte[], int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
encode(long, byte[], int, int, byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Encodes the input from input into an opus packet in output.
encode(String) - Method in class org.jitsi.util.xml.DOMElementWriter
Escape <, > & ', " as their entities and drop characters that are illegal in XML documents.
encode_split(SKP_Silk_range_coder_state, int, int, int[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ShellCoder
 
encodedata(String) - Method in class org.jitsi.util.xml.DOMElementWriter
Drop characters that are illegal in XML documents.
EncodeFrameFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
Encode frame.
EncodeFrameFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.EncodeFrameFLP
 
encodeName(String) - Static method in class org.jitsi.util.xml.DOMElementWriter
Encodes a specific String so that it is a valid XML (element) name according to http://www.w3.org/TR/xml/#NT-Name.
EncodeParameters - Class in org.jitsi.impl.neomedia.codec.audio.silk
Encode parameters to create the payload.
EncodeParameters() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.EncodeParameters
 
EncodePulses - Class in org.jitsi.impl.neomedia.codec.audio.silk
Encode quantization indices of excitation.
EncodePulses() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.EncodePulses
 
Encoder - Class in org.jitsi.impl.neomedia.codec.audio.gsm
GSM encoder Codec.
Encoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.gsm.Encoder
Constructs a new Encoder.
encoder_create(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Creates an OpusEncoder structure, returns a pointer to it casted to long.
encoder_destroy(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Destroys an OpusEncoder, freeing it's resources.
encoder_get_bandwidth(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Wrapper around the native opus_encoder_ctl function.
encoder_get_bitrate(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Wrapper around the native opus_encoder_ctl function.
encoder_get_complexity(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
 
encoder_get_dtx(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Wrapper around the native opus_encoder_ctl function.
encoder_get_inband_fec(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Wrapper around the native opus_encoder_ctl function.
encoder_get_size(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Returns the size in bytes required for an OpusEncoder structure.
encoder_get_vbr(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Wrapper around the native opus_encoder_ctl function.
encoder_get_vbr_constraint(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Wrapper around the native opus_encoder_ctl function.
encoder_set_bandwidth(long, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Wrapper around the native opus_encoder_ctl function.
encoder_set_bitrate(long, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Wrapper around the native opus_encoder_ctl function.
encoder_set_complexity(long, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Wrapper around the native opus_encoder_ctl function.
encoder_set_dtx(long, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Wrapper around the native opus_encoder_ctl function.
encoder_set_force_channels(long, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Wrapper around the native opus_encoder_ctl function.
encoder_set_inband_fec(long, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Wrapper around the native opus_encoder_ctl function.
encoder_set_max_bandwidth(long, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Wrapper around the native opus_encoder_ctl function.
encoder_set_packet_loss_perc(long, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Wrapper around the native opus_encoder_ctl function.
encoder_set_vbr(long, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Wrapper around the native opus_encoder_ctl function.
encoder_set_vbr_constraint(long, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Wrapper around the native opus_encoder_ctl function.
ENCODING_ANY - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
ENCODING_INVALID - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
ENCODING_PCM - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
ENCODING_PNAME - Static variable in class org.jitsi.impl.neomedia.format.MediaFormatImpl
The name of the encoding property of MediaFormatImpl.
EncodingConfiguration - Class in org.jitsi.service.neomedia.codec
A base class that manages encoding configurations.
EncodingConfiguration() - Constructor for class org.jitsi.service.neomedia.codec.EncodingConfiguration
 
EncodingConfigurationConfigImpl - Class in org.jitsi.impl.neomedia.codec
An EncodingConfiguration implementation that synchronizes it's preferences with a ConfigurationService.
EncodingConfigurationConfigImpl(String) - Constructor for class org.jitsi.impl.neomedia.codec.EncodingConfigurationConfigImpl
Constructor.
EncodingConfigurationImpl - Class in org.jitsi.impl.neomedia.codec
Configuration of encoding priorities.
EncodingConfigurationImpl() - Constructor for class org.jitsi.impl.neomedia.codec.EncodingConfigurationImpl
Constructor.
encodingPreferences - Variable in class org.jitsi.service.neomedia.codec.EncodingConfiguration
That's where we keep format preferences matching SDP formats to integers.
endOfStream() - Method in class org.jitsi.impl.neomedia.conference.AudioMixerPushBufferStream
Implements SourceStream.endOfStream().
endOfStream() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
Implements SourceStream.endOfStream().
endOfStream() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
Determines whether the end of this SourceStream has been reached.
endOfStream() - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
Implements SourceStream#endOfStream().
endOfStream() - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
Implements SourceStream.endOfStream().
endOfStream() - Method in class org.jitsi.impl.neomedia.protocol.SourceStreamDelegate
Implements SourceStream.endOfStream().
endOfStream() - Method in class org.jitsi.impl.neomedia.rtp.translator.PushSourceStreamImpl
Not implemented because there are currently no uses of the underlying functionality.
endOfStream() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Provides a dummy implementation of SourceStream.endOfStream() that always returns false.
EnergyFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
EnergyFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.EnergyFLP
 
engineChain - Variable in class org.jitsi.impl.neomedia.transform.TransformEngineChain
The sequence of TransformEngines whose PacketTransformers this engine chain will be applying to RTP and RTCP packets.
ENH_ALPHA0 - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_BLOCKL - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_BLOCKL_HALF - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
enh_buf - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
ENH_BUFL - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_CORRDIM - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_FL0 - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_HL - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_NBLOCKS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_NBLOCKS_EXTRA - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_NBLOCKS_TOT - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_OVERHANG - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
enh_period - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
ENH_PLOCSL - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
enh_plocsTbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_SLOP - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENH_UPS0 - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
enh_upsample(float[], float[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
ENH_VECTL - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ENHANCED_PACKET_LOSS_CONCEALMENT - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
An enhanced interpolation algorithm is being used; algorithms of this type are able to conceal high packet loss rates effectively.
enhancer(float[], int, float[], int, int, float, float[], float[], int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
enhancerInterface(float[], float[]) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
enterRunInPlayThread() - Method in class org.jitsi.impl.neomedia.notify.AudioSystemClipImpl
Notifies this instance that its execution in its background/separate thread dedicated to the playback of this audio is about to start playing this audio for the first time.
enterRunInPlayThread() - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Notifies this instance that its execution in its background/separate thread dedicated to the playback of this audio is about to start playing this audio for the first time.
enterRunOnceInPlayThread() - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Notifies this instance that its execution in its background/separate thread dedicated to the playback of this audio is about the start playing this audio once.
EPS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
eps - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PitchAnalysisCoreFLP
 
equalizeInStreamBufferLength() - Method in class org.jitsi.impl.neomedia.conference.AudioMixerPushBufferStream
Attempts to equalize the length in milliseconds of the buffering performed by the inStreams in order to always read and mix one and the same length in milliseconds.
equals(Object) - Method in class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
Determines whether a specific Object represents a value that is equal to the value represented by this instance.
equals(Object) - Method in class org.jitsi.impl.neomedia.device.CaptureDeviceInfo2
Determines whether a specific Object is equal (by value) to this instance.
equals(Object) - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Implements MediaFormat#equals(Object) and actually compares the encapsulated JMF Format instances.
equals(Object) - Method in class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
Determines whether a specific Object represents a value that is equal to the value represented by this instance.
equals(Object) - Method in class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
Implements MediaFormat#equals(Object) and actually compares the encapsulated JMF Format instances.
equals(Object) - Method in class org.jitsi.service.neomedia.DTMFRtpTone
Indicates whether some other object is "equal to" this tone.
equals(Object) - Method in class org.jitsi.service.neomedia.DTMFTone
Indicates whether some other object is "equal to" this tone.
equals(Object) - Method in interface org.jitsi.service.neomedia.format.MediaFormat
Determines whether this MediaFormat is equal to mediaFormat i.e.
equals(Object) - Method in class org.jitsi.service.neomedia.MediaStreamTarget
Determines whether this MediaStreamTarget is equal to a specific Object.
equals(Object) - Method in class org.jitsi.service.neomedia.RTPExtension
Returns true if and only if o is an instance of RTPExtension and o's URI is equal to this extension's URI.
equals(Object) - Method in class org.jitsi.service.version.util.AbstractVersion
Compares the version parameter to this version and returns true if and only if both reference the same Jitsi version and false otherwise.
equals(Object) - Method in interface org.jitsi.service.version.Version
Compares the version parameter to this version and returns true if and only if both reference the same Jitsi version and false otherwise.
eRender - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
error - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_range_coder_state
 
error - Variable in class org.jitsi.sctp4j.SctpNotification.AssociationChange
 
error - Variable in class org.jitsi.sctp4j.SctpNotification.PeerAddressChange
 
error - Variable in class org.jitsi.sctp4j.SctpNotification.SendFailed
 
ERROR - Static variable in interface org.jitsi.service.neomedia.event.SrtpListener
This is an error message.
error(Object) - Method in class org.jitsi.util.Logger
Log a ERROR message.
error(Object, Throwable) - Method in class org.jitsi.util.Logger
Log a message, with associated Throwable information.
error(Logger.Category, String) - Method in class org.jitsi.util.Logger
Log a message with error level.
error(Logger.Category, String, Throwable) - Method in class org.jitsi.util.Logger
Log a message with error level, with associated Throwable information.
ERROR_RESILIENT_DEFAULT - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
Improve resiliency against losses of whole frames.
ERROR_RESILIENT_PARTITIONS - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
The frame partitions are independently decodable by the bool decoder, meaning that partitions can be decoded even though earlier partitions have been lost.
Errors - Class in org.jitsi.impl.neomedia.codec.audio.silk
Error messages.
Errors() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Errors
 
exc_Q10 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
exclusion - Variable in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorBuffer
 
execute(Runnable) - Method in class org.jitsi.util.concurrent.RecurringRunnableExecutor
Accepts for execution RecurringRunnables only.
ExecutorUtils - Class in org.jitsi.util
Implements utility functions to facilitate work with Executors and ExecutorService.
ExecutorUtils() - Constructor for class org.jitsi.util.ExecutorUtils
 
exitRunInPlayThread() - Method in class org.jitsi.impl.neomedia.notify.AudioSystemClipImpl
Notifies this instance that its execution in its background/separate thread dedicated to the playback of this audio is about to stop playing this audio once.
exitRunInPlayThread() - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Notifies this instance that its execution in its background/separate thread dedicated to the playback of this audio is about to stop playing this audio once.
exitRunOnceInPlayThread() - Method in class org.jitsi.impl.neomedia.notify.AudioSystemClipImpl
Notifies this instance that its execution in its background/separate thread dedicated to the playback of this audio is about to stop playing this audio.
exitRunOnceInPlayThread() - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Notifies this instance that its execution in its background/separate thread dedicated to the playback of this audio is about to stop playing this audio.
exp - Variable in class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
The exponential scaling of the mantissa for the maximum total media bit rate value, ignoring all packet overhead.
EXT_HEADER_SIZE - Static variable in class org.jitsi.service.neomedia.RawPacket
The size of the extension header as defined by RFC 3550.
extra_cb_gain - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
extra_cb_gain_20ms - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
extra_cb_gain_30ms - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
extra_cb_index - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
extra_cb_index_20ms - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
extra_cb_index_30ms - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
extractCsrcAudioLevels(byte) - Method in class org.jitsi.service.neomedia.RawPacket
Returns a map binding CSRC IDs to audio levels as reported by the remote party that sent this packet.
extractCsrcList() - Method in class org.jitsi.service.neomedia.RawPacket
Returns the list of CSRC IDs, currently encapsulated in this packet.
extractSsrcAudioLevel(byte) - Method in class org.jitsi.service.neomedia.RawPacket
Extracts the source audio level reported by the remote party which sent this packet and carried in this packet.

F

F8Context() - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTPCipherF8.F8Context
 
F_UP_PST - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
resolution for fractionnal delay
FACTOR_DS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
FACTORY_TIMEOUT - Static variable in class org.jitsi.impl.neomedia.transform.srtp.AES
The number of milliseconds after which the benchmark which elected AES.factory is to be considered expired.
FAILED(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
Determines whether a specific HRESULT value indicates failure.
failedRecoveries - Variable in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver.Statistics
 
FailSafeTransaction - Interface in org.jitsi.service.fileaccess
A failsafe transaction interface.
FailSafeTransactionImpl - Class in org.jitsi.impl.fileaccess
A failsafe transaction class.
FailSafeTransactionImpl(File) - Constructor for class org.jitsi.impl.fileaccess.FailSafeTransactionImpl
Creates a new transaction.
FakePushBufferDataSource - Class in org.jitsi.impl.neomedia.protocol
Implements PushBufferDataSource for the purposes of RTPTranslatorImpl when it does not have a CaptureDevice yet RTPManager.createSendStream(DataSource, int) has to be called to have RTPTranslatorImpl send packets.
FakePushBufferDataSource(Format...) - Constructor for class org.jitsi.impl.neomedia.protocol.FakePushBufferDataSource
Initializes a new FakePushBufferCaptureDevice instance which is to report a specific list of Formats as supported.
fatal(Object) - Method in class org.jitsi.util.Logger
Log a FATAL message.
fatal(Object, Throwable) - Method in class org.jitsi.util.Logger
Log a message, with associated Throwable information.
fci - Variable in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
 
FEATURE_AGC - Static variable in class org.jitsi.impl.neomedia.device.AudioSystem
The constant/flag (to be) returned by DeviceSystem.getFeatures() in order to indicate that the respective AudioSystem supports toggling its automatic gain control (AGC) functionality between on and off.
FEATURE_DENOISE - Static variable in class org.jitsi.impl.neomedia.device.AudioSystem
The constant/flag (to be) returned by DeviceSystem.getFeatures() in order to indicate that the respective AudioSystem supports toggling its denoise functionality between on and off.
FEATURE_ECHO_CANCELLATION - Static variable in class org.jitsi.impl.neomedia.device.AudioSystem
The constant/flag (to be) returned by DeviceSystem.getFeatures() in order to indicate that the respective AudioSystem supports toggling its echo cancellation functionality between on and off.
FEATURE_NOTIFY_AND_PLAYBACK_DEVICES - Static variable in class org.jitsi.impl.neomedia.device.AudioSystem
The constant/flag (to be) returned by DeviceSystem.getFeatures() in order to indicate that the respective AudioSystem differentiates between playback and notification audio devices.
FEATURE_REINITIALIZE - Static variable in class org.jitsi.impl.neomedia.device.DeviceSystem
The constant/flag (to be) returned by DeviceSystem.getFeatures() in order to indicate that the respective DeviceSystem supports invoking its DeviceSystem.initialize() more than once.
features - Variable in class org.jitsi.impl.neomedia.codec.AbstractCodec2
The bitmap/flag mask of optional features supported by this AbstractCodec2 such as AbstractCodec2.BUFFER_FLAG_FEC and AbstractCodec2.BUFFER_FLAG_PLC.
FECDecoderControl - Interface in org.jitsi.service.neomedia.control
An interface used to communicate with a decoder that supports decoding FEC
fecPackets - Variable in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
Buffer which keeps (copies of) received fec packets.
fecPacketsDecoded() - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
Returns the number of packets decoded with FEC.
fecPacketsDecoded() - Method in interface org.jitsi.service.neomedia.control.FECDecoderControl
Returns the number of packets for which FEC was decoded
FECSender - Class in org.jitsi.impl.neomedia.transform.fec
PacketTransformer which adds ulpfec packets.
FECSender(long, int, byte) - Constructor for class org.jitsi.impl.neomedia.transform.fec.FECSender
Creates a new FECSender instance.
FECTransformEngine - Class in org.jitsi.impl.neomedia.transform.fec
Implements a PacketTransformer and TransformEngine for RFC5109.
FECTransformEngine(FECTransformEngine.FecType, byte, byte, MediaStream) - Constructor for class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
Initializes a new FECTransformEngine instance.
FECTransformEngine.FecType - Enum in org.jitsi.impl.neomedia.transform.fec
 
fecType - Variable in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
The fec type this transform engine will instantiate
FFmpegAudioDecoder - Class in org.jitsi.impl.neomedia.codec.audio
Implements an audio Codec using the FFmpeg library.
FFmpegAudioDecoder(String, int, Format[]) - Constructor for class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioDecoder
Initializes a new FFmpegAudioDecoder instance with a specific PlugIn name, a specific AVCodecID, and a specific list of Formats supported as output.
FFmpegAudioEncoder - Class in org.jitsi.impl.neomedia.codec.audio
Implements an audio Codec using the FFmpeg library.
FFmpegAudioEncoder(String, int, Format[]) - Constructor for class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioEncoder
Initializes a new FFmpegAudioEncoder instance with a specific PlugIn name, a specific AVCodecID, and a specific list of Formats supported as output.
fg - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
fg_sum - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
fg_sum_inv - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
FieldsInit() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.NSQDelDecStruct
 
file - Variable in class org.jitsi.impl.neomedia.recording.RecorderEventHandlerJSONImpl
 
FILE_HEADER_LENGTH - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.RtpdumpFileReader
The size of the first header of the file (in bytes).
FileAccessService - Interface in org.jitsi.service.fileaccess
A service used to provide the basic functionality required to access the underlying file system.
FileAccessServiceImpl - Class in org.jitsi.impl.fileaccess
Default FileAccessService implementation.
FileAccessServiceImpl() - Constructor for class org.jitsi.impl.fileaccess.FileAccessServiceImpl
 
FileAccessServiceImpl.GUID - Class in org.jitsi.impl.fileaccess
 
FileCategory - Enum in org.jitsi.service.fileaccess
High-level classification for files or directories created by Jitsi.
FileHandler - Class in org.jitsi.util
Simple file logging Handler.
FileHandler(String, int, int) - Constructor for class org.jitsi.util.FileHandler
Initialize a FileHandler to write to a set of files.
FileHandler() - Constructor for class org.jitsi.util.FileHandler
Construct a default FileHandler.
Filter - Class in org.jitsi.impl.neomedia.codec.audio.g729
General filter routines.
Filter() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.Filter
 
filterDeviceListByLocatorProtocol(List<CaptureDeviceInfo>, String) - Static method in class org.jitsi.impl.neomedia.device.DeviceSystem
Returns a List of CaptureDeviceInfos which are elements of a specific List of CaptureDeviceInfos and have a specific MediaLocator protocol.
FILTERORDER_DS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
finalize() - Method in class org.jitsi.impl.neomedia.codec.video.AVFrame
Deallocates the native memory/FFmpeg AVFrame object represented by this instance if this instance has allocated it upon initialization and it has not been deallocated yet i.e.
finalize() - Method in class org.jitsi.impl.neomedia.codec.video.ByteBuffer
Frees the native memory represented by this instance if the native memory has been allocated by this instance and has not been freed yet i.e.
finalize() - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
finalize() - Method in class org.jitsi.impl.neomedia.quicktime.NSDictionary
Called by the garbage collector to release system resources and perform other cleanup.
finalize() - Method in class org.jitsi.impl.neomedia.quicktime.NSError
Called by the garbage collector to release system resources and perform other cleanup.
finalize() - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput
Called by the garbage collector to release system resources and perform other cleanup.
finalize() - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDevice
Called by the garbage collector to release system resources and perform other cleanup.
finalize() - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDeviceInput
Called by the garbage collector to release system resources and perform other cleanup.
finalize() - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureSession
Called by the garbage collector to release system resources and perform other cleanup.
finalize() - Method in class org.jitsi.impl.neomedia.quicktime.QTFormatDescription
Called by the garbage collector to release system resources and perform other cleanup.
finalize() - Method in class org.jitsi.impl.neomedia.transform.srtp.OpenSSLHMAC
finalize() - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPCipherCTROpenSSL
FIND_LPC_COND_FAC - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
FIND_LTP_COND_FAC - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
FIND_PITCH_BANDWITH_EXPANSION - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
FIND_PITCH_CORRELATION_THRESHOLD_HC_MODE - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
FIND_PITCH_CORRELATION_THRESHOLD_LC_MODE - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
FIND_PITCH_CORRELATION_THRESHOLD_MC_MODE - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
FIND_PITCH_LPC_ORDER_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
FIND_PITCH_LPC_WIN_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
FIND_PITCH_LPC_WIN_MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
FIND_PITCH_WHITE_NOISE_FRACTION - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
findAVCodec(int) - Method in class org.jitsi.impl.neomedia.codec.audio.AbstractFFmpegAudioCodec
Finds an AVCodec with a specific AVCodecID.
findAVCodec(int) - Method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioDecoder
Finds an AVCodec with a specific AVCodecID.
findAVCodec(int) - Method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioEncoder
Finds an AVCodec with a specific AVCodecID.
findChild(Element, String) - Static method in class org.jitsi.util.xml.XMLUtils
Returns the child element with the specified tagName for the specified parent element.
findChildren(Element, String) - Static method in class org.jitsi.util.xml.XMLUtils
Returns the children elements with the specified tagName for the specified parent element.
findFrameDesc(long, long) - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackDesc
Finds the FrameDesc that corresponds to the given timestamp for the given stream (identified by its ssrc)
findFrameDesc(long) - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Finds the FrameDesc that matches the RTP packet specified in the buffer passed in as an argument.
FindLPCFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
FindLPCFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.FindLPCFLP
 
FindLTPFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
FindLTPFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.FindLTPFLP
 
findMediaStreamTrackDesc(long) - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackReceiver
Finds the MediaStreamTrackDesc that corresponds to the SSRC that is specified in the arguments.
FindPitchLagsFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
FindPitchLagsFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.FindPitchLagsFLP
 
FindPredCoefsFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
FindPredCoefsFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.FindPredCoefsFLP
 
findRTPEncodingDesc(RawPacket) - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackDesc
Finds the RTPEncodingDesc that corresponds to the packet that is passed in as an argument.
findRTPEncodingDesc(long) - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackDesc
Finds the RTPEncodingDesc that corresponds to the specified ssrc.
findRTPEncodingDesc(RawPacket) - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackReceiver
Finds the RTPEncodingDesc that matches the RawPacket passed in as a parameter.
findRTPEncodingDesc(long) - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackReceiver
Finds the RTPEncodingDesc that matches ByteArrayBuffer passed in as a parameter.
findStreamRTPManagerByReceiveSSRC(int) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Finds the StreamRTPManager which receives a specific SSRC.
findStreamRTPManagerByReceiveSSRC(int) - Method in interface org.jitsi.service.neomedia.RTPTranslator
Finds the StreamRTPManager which receives a specific SSRC.
finish() - Static method in class org.jitsi.sctp4j.Sctp
Disposes of the resources held by native counterpart.
finishedCallback() - Method in interface org.jitsi.impl.neomedia.portaudio.PortAudioStreamCallback
Finished callback.
FIR_Fracs - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
FIR_SIZE_ANA - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
FIR_SIZE_SYN - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
fireActiveSpeakerChanged(long) - Method in class org.jitsi.service.neomedia.AbstractActiveSpeakerDetector
Notifies the ActiveSpeakerChangedListeners registered with this instance that the active speaker in multipoint conference associated with this instance has changed and is identified by a specific synchronization source identifier/SSRC.
fireDTMFEvent(DTMFRtpTone, boolean) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Delivers the DTMF tones.
firePropertyChange(String, Object, Object) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Report a bound property update to any registered listeners.
firePropertyChange(PropertyChangeEvent) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Fire an existing PropertyChangeEvent to any registered listeners.
firePropertyChange(String, Long, Long) - Method in class org.jitsi.impl.neomedia.DominantSpeakerIdentification
Fires a new PropertyChangeEvent to the PropertyChangeListeners registered with this DominantSpeakerIdentification in order to notify about a change in the value of a specific property which had its old value modified to a specific new value.
firePropertyChange(String, Object, Object) - Method in class org.jitsi.impl.neomedia.DominantSpeakerIdentification
Fires a new PropertyChangeEvent to the PropertyChangeListeners registered with this DominantSpeakerIdentification in order to notify about a change in the value of a specific property which had its old value modified to a specific new value.
firePropertyChange(String, Object, Object) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Fires a new PropertyChangeEvent to the PropertyChangeListeners registered with this instance in order to notify about a change in the value of a specific property which had its old value modified to a specific new value.
firePropertyChange(String, Object, Object) - Method in class org.jitsi.util.event.PropertyChangeNotifier
Fires a new PropertyChangeEvent to the PropertyChangeListeners registered with this PropertyChangeNotifier in order to notify about a change in the value of a specific property which had its old value modified to a specific new value.
fireRTCPFeedbackMessageReceived(Object, byte[], int, int, List<RTCPFeedbackMessageListener>) - Static method in class org.jitsi.impl.neomedia.RTCPConnectorInputStream
Notifies a specific list of RTCPFeedbackMessageListeners about a specific RTCP feedback message if such a message can be parsed out of a specific byte buffer.
fireVetoableChange(String, Object, Object) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Report a vetoable property update to any registered listeners.
fireVetoableChange(PropertyChangeEvent) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Fire a vetoable property update to any registered listeners.
fireVideoEvent(int, Component, int, boolean) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Notifies the VideoListeners registered with this instance about a specific type of change in the availability of a specific visual Component depicting video.
fireVideoEvent(VideoEvent, boolean) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Notifies the VideoListeners registered with this instance about a specific VideoEvent.
fireVideoEvent(int, Component, int, boolean) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Notifies the VideoListeners registered with this VideoMediaStream about a specific type of change in the availability of a specific visual Component depicting video.
fireVideoEvent(VideoEvent, boolean) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Notifies the VideoListeners registered with this instance about a specific VideoEvent.
fireVideoEvent(int, Component, int, boolean) - Method in class org.jitsi.util.event.VideoNotifierSupport
Notifies the VideoListeners registered with this VideoMediaStream about a specific type of change in the availability of a specific visual Component depicting video.
fireVideoEvent(VideoEvent, boolean) - Method in class org.jitsi.util.event.VideoNotifierSupport
Notifies the VideoListeners registered with this instance about a specific VideoEvent.
first_frame_after_reset - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
first_frame_after_reset - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
firstpart - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.bitpack
 
firstSequenceNumberKnown() - Method in class org.jitsi.impl.neomedia.rtp.FrameDesc
Returns whether or not the first sequence number of this frame is known (conclusively)
FitLayout - Class in org.jitsi.util.swing
Represents a LayoutManager which centers the first Component within its Container and, if the preferred size of the Component is larger than the size of the Container, scales the former within the bounds of the latter while preserving the aspect ratio.
FitLayout() - Constructor for class org.jitsi.util.swing.FitLayout
 
FIXED_HEADER_SIZE - Static variable in class org.jitsi.service.neomedia.RawPacket
The size of the fixed part of the RTP header as defined by RFC 3550.
FLAG_FRAME_IS_INVISIBLE - Static variable in class org.jitsi.impl.neomedia.recording.WebmWriter
Constant corresponding to VPX_FRAME_IS_INVISIBLE from libvpx's vpx/vpx_encoder.h
FLAG_FRAME_IS_KEY - Static variable in class org.jitsi.impl.neomedia.recording.WebmWriter
Constant corresponding to VPX_FRAME_IS_KEY from libvpx's vpx/vpx_encoder.h
flags - Variable in class org.jitsi.impl.neomedia.recording.WebmWriter.FrameDescriptor
 
FlexFec03BitSet - Class in org.jitsi.impl.neomedia.transform.fec
A bit-set class which is similar to a standard bitset, but with 2 differences: 1) The size of this set is preserved.
FlexFec03BitSet(int) - Constructor for class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
Ctor
FlexFec03Header - Class in org.jitsi.impl.neomedia.transform.fec
Model of the data contained in the FlexFEC -03 header
FlexFec03Header(long, int, List<Integer>, int) - Constructor for class org.jitsi.impl.neomedia.transform.fec.FlexFec03Header
Ctor.
FlexFec03HeaderReader - Class in org.jitsi.impl.neomedia.transform.fec
Parse a FlexFec header
FlexFec03HeaderReader() - Constructor for class org.jitsi.impl.neomedia.transform.fec.FlexFec03HeaderReader
 
FlexFec03Mask - Class in org.jitsi.impl.neomedia.transform.fec
Models a FlexFec-03 mask field
FlexFec03Mask(byte[], int, int) - Constructor for class org.jitsi.impl.neomedia.transform.fec.FlexFec03Mask
Initialize this maskWithoutKBits with a received buffer.
FlexFec03Mask(int, List<Integer>) - Constructor for class org.jitsi.impl.neomedia.transform.fec.FlexFec03Mask
Create a mask from a base sequence number and a list of protected sequence numbers
FlexFec03Mask.MalformedMaskException - Exception in org.jitsi.impl.neomedia.transform.fec
 
FlexFec03Packet - Class in org.jitsi.impl.neomedia.transform.fec
 
FlexFec03Receiver - Class in org.jitsi.impl.neomedia.transform.fec
Receive and process FlexFec03 packets, recovering missing packets where possible
FlexFec03Receiver(long, byte) - Constructor for class org.jitsi.impl.neomedia.transform.fec.FlexFec03Receiver
 
FLEXFEC_03 - Static variable in class org.jitsi.service.neomedia.codec.Constants
The name of the flexfec-03 rtp format
FloatReference - Class in org.jitsi.impl.neomedia.codec.audio.g729
 
FloatReference() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.FloatReference
 
FLT_MAX_G729 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Largest floating point number
FLT_MIN_G729 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Largest floating point number
flush() - Method in class org.jitsi.impl.neomedia.codec.audio.mp3.JNIEncoder
Flushes the buffer.
flush() - Method in interface org.jitsi.service.neomedia.control.FlushableControl
Flushes the buffer.
FlushableControl - Interface in org.jitsi.service.neomedia.control
An interface which allows to flush a buffer.
FMJPlugInConfiguration - Class in org.jitsi.impl.neomedia.codec
Utility class that handles registration of FMJ packages and plugins.
FMJPlugInConfiguration() - Constructor for class org.jitsi.impl.neomedia.codec.FMJPlugInConfiguration
 
FMT - Static variable in class org.jitsi.impl.neomedia.rtcp.NACKPacket
The value of the "fmt" field for a NACK packet.
fmt - Variable in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
Feedback message type (FMT).
FMT - Static variable in class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
 
FMT - Static variable in class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
The value of the "fmt" field for a transport-cc RTCP feedback packet.
FMT_FIR - Static variable in class org.jitsi.service.neomedia.event.RTCPFeedbackMessageEvent
Full Intra Request (FIR) RTCP feedback message type.
FMT_PLI - Static variable in class org.jitsi.service.neomedia.event.RTCPFeedbackMessageEvent
Picture Loss Indication (PLI) feedback message type.
format - Variable in class org.jitsi.impl.neomedia.conference.InSampleDesc
The AudioFormat of InSampleDesc.inSamples.
format - Variable in class org.jitsi.impl.neomedia.format.MediaFormatImpl
The JMF Format this instance wraps and provides an implementation of MediaFormat for.
format - Variable in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorBuffer
 
FORMAT - Static variable in interface org.jitsi.service.neomedia.recording.Recorder
The name of the configuration property the value of which specifies the format in which media is to be recorded by Recorder (e.g.
format_info_get_encoding(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
format_info_get_plist(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
format_info_get_prop_int(long, String) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
FORMAT_None - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
FORMAT_PARAMETERS_PNAME - Static variable in class org.jitsi.impl.neomedia.format.MediaFormatImpl
The name of the formatParameters property of MediaFormatImpl.
FORMAT_WaveFormatEx - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
formatControl - Variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
The FormatControl which gives access to the Format of the media data provided by this SourceStream and which, optionally, allows setting it.
formatDescription() - Method in class org.jitsi.impl.neomedia.quicktime.QTSampleBuffer
 
formatDescriptions() - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDevice
 
formatParametersAreEqual(String, Map<String, String>, Map<String, String>) - Static method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Determines whether a specific set of format parameters is equal to another set of format parameters in the sense that they define an equal number of parameters and assign them equal values.
formatParametersAreEqual(Map<String, String>, Map<String, String>) - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Determines whether a specific set of format parameters is equal to another set of format parameters in the sense that they define an equal number of parameters and assign them equal values.
formatParametersAreEqual(Map<String, String>, Map<String, String>) - Method in class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
Determines whether a specific set of format parameters is equal to another set of format parameters in the sense that they define an equal number of parameters and assign them equal values.
formatParametersAreEqual(String, Map<String, String>, Map<String, String>) - Static method in class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
Determines whether a specific set of format parameters is equal to another set of format parameters in the sense that they define an equal number of parameters and assign them equal values.
FormatParametersAwareCodec - Interface in org.jitsi.service.neomedia.control
An interface used to pass additional format parameters (received via SDP/Jingle) to codecs.
formatParametersMatch(Map<String, String>) - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Determines whether the format parameters of this MediaFormat match a specific set of format parameters.
formatParametersMatch(Format) - Method in class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
Returns whether or not the format parameters match.
formatParametersMatch(Map<String, String>) - Method in class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
Determines whether the format parameters of this MediaFormat match a specific set of format parameters.
formatParametersMatch(String, Map<String, String>, Map<String, String>) - Static method in class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
Determines whether two sets of format parameters match in the context of a specific encoding.
formatParametersMatch(Map<String, String>) - Method in interface org.jitsi.service.neomedia.format.MediaFormat
Determines whether the format parameters of this MediaFormat match a specific set of format parameters.
forwardFactory - Variable in class org.jitsi.impl.neomedia.transform.srtp.SRTPTransformer
 
frame_cnt - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.EncAPI
TODO: TEST
frame_cnt - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.EncodeFrameFLP
TODO: TEST
frame_cnt - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.FindPredCoefsFLP
TEST for nlsf
frame_cnt - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.HPVariableCutoffFLP
TODO: TEST
frame_cnt - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.WrappersFLP
 
FRAME_DURATION - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.JavaDecoder
The duration of a frame in milliseconds as defined by the SILK standard.
frame_length - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
frame_length - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
FRAME_LENGTH_MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
FRAME_MARKING_URN - Static variable in class org.jitsi.service.neomedia.RTPExtension
The URN which identifies the framemarking RTP extension defined at "https://tools.ietf.org/html/draft-ietf-avtext-framemarking-03"
FrameClassify(float[]) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
frameCounter - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
FrameDesc - Class in org.jitsi.impl.neomedia.rtp
Describes a frame of an RTP stream.
FrameDesc(RTPEncodingDesc, RawPacket, long) - Constructor for class org.jitsi.impl.neomedia.rtp.FrameDesc
Ctor.
FrameDescriptor() - Constructor for class org.jitsi.impl.neomedia.recording.WebmWriter.FrameDescriptor
 
FrameMarkingHeaderExtension - Class in org.jitsi.impl.neomedia.rtp
Provides utility functions for the frame marking RTP header extension described in https://tools.ietf.org/html/draft-ietf-avtext-framemarking-03 Non-Scalable
FrameMarkingHeaderExtension() - Constructor for class org.jitsi.impl.neomedia.rtp.FrameMarkingHeaderExtension
 
FrameProcessingControlImpl - Class in org.jitsi.impl.neomedia.control
Provides a base implementation of FrameProcessingControl which keeps track of the minimalProcessing property, switches its value to true when it's notified that its owner is at least one frame behind and doesn't implement the controlComponent and framesDropped properties.
FrameProcessingControlImpl() - Constructor for class org.jitsi.impl.neomedia.control.FrameProcessingControlImpl
 
FrameRateControlAdapter - Class in org.jitsi.impl.neomedia.control
Provides a default implementation of FrameRateControl.
FrameRateControlAdapter() - Constructor for class org.jitsi.impl.neomedia.control.FrameRateControlAdapter
 
FRAMES_PER_BUFFER_UNSPECIFIED - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
Can be passed as the framesPerBuffer parameter to Pa_OpenStream() or Pa_OpenDefaultStream() to indicate that the stream callback will accept buffers of any size.
frames_since_onset - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
framesInPacket - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_TOC_struct
 
frameSize - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_DecControlStruct
(Output) Number of samples per frame.
frameSizeInBytes - Variable in class org.jitsi.impl.neomedia.codec.audio.AbstractFFmpegAudioCodec
The number of bytes of audio data to be encoded with a single call to FFmpeg.avcodec_encode_audio(long, byte[], int, int, byte[], int) based on the frame_size of AbstractFFmpegAudioCodec.avctx.
framesPerPacket - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_DecControlStruct
(Output) Frames per packet 1, 2, 3, 4, 5.
FrameTermination - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
fread(short[], int, InputStream) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Util
Read data from fp.
free() - Method in class org.jitsi.impl.neomedia.codec.video.AVFrame
Deallocates the native memory/FFmpeg AVFrame object represented by this instance if this instance has allocated it upon initialization and it has not been deallocated yet.
free() - Method in class org.jitsi.impl.neomedia.codec.video.ByteBuffer
Frees the native memory represented by this instance if the native memory has been allocated by this instance and has not been freed yet.
free(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Frees memory, which has been allocated with VPX.malloc(long) or one of the *_malloc() functions.
free(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
freeDevices() - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
 
fromString(String) - Static method in enum org.jitsi.service.neomedia.SrtpControlType
 
fromString(String) - Static method in class org.jitsi.util.StringUtils
Creates InputStream from the string in UTF8 encoding.
fromString(String, String) - Static method in class org.jitsi.util.StringUtils
Creates InputStream from the string in the specified encoding.
FS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
fs_kHz - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_CNG_struct
 
fs_kHz - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
fs_kHz - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
fs_kHz - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_PLC_struct
 
fs_kHz - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_TOC_struct
 
fs_kHz_changed - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
fwrite(short[], int, OutputStream) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Util
Write data in fp

G

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.
g_pitch(float[], float[], float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Pitch
Compute adaptive codebook gain and compute , -2
GAIN_PIT_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
maximum adaptive codebook gain
gain_predict(float[], float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Gainpred
MA prediction is performed on the innovation energy (in dB with mean removed).
Gain_Q16 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.NSQDelDecStruct
 
GAIN_SMOOTHING_COEF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
gain_sq3Tbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
gain_sq4Tbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
gain_sq5Tbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
gain_update(float[], float) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Gainpred
Update table of past quantized energies.
gain_update_erasure(float[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Gainpred
Update table of past quantized energies (frame erasure).
gaindequant(int, float, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_common
 
Gainpred - Class in org.jitsi.impl.neomedia.codec.audio.g729
 
Gainpred() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.Gainpred
 
gainquant(float, float, int, int[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_common
 
GainQuant - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
GainQuant() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.GainQuant
 
Gains - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
Gains_Q16 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_control
 
Gains_Q16 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
GainsIndices - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control
 
GainsPre - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
GAMMA1_0 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
GAMMA1_1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
GAMMA1_PST - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
denominator weighting factor
GAMMA2_0_H - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
GAMMA2_0_L - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
GAMMA2_1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
GAMMA2_PST - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
numerator weighting factor
GAMMA3_MINUS - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
tilt weighting factor when k1<0
GAMMA3_PLUS - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
tilt weighting factor when k1>0
GAMMA_G - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
LT weighting factor
GAP1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
GAP2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
GAP3 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
gbk1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
gbk2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
gcd(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Resampler
Greatest common divisor.
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(String) - Method in class org.jitsi.impl.neomedia.transform.dtls.Properties
Gets the value of the property with a specific name.
get(int) - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
Get the bit at the given index
get_firstpart() - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.bitpack
 
get_library_version() - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
get_rest() - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.bitpack
 
getAbsoluteFile(String, ConfigurationService) - Static method in class org.jitsi.util.ConfigUtils
Gets an absolute path in the form of File from an absolute or relative path specified in the form of a String.
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.
getActiveSpeakerChangedListeners() - Method in class org.jitsi.service.neomedia.AbstractActiveSpeakerDetector
Gets the list of listeners to be notified by this detector when the active speaker changes.
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.
getAlgorithmName() - Method in class org.jitsi.impl.neomedia.transform.srtp.BlockCipherAdapter
getAlgorithmName() - Method in class org.jitsi.impl.neomedia.transform.srtp.OpenSSLHMAC
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
Returns a List of Strings containing all property names.
getAllPropertyNames() - Method in interface org.jitsi.service.configuration.ConfigurationService
Returns a List of Strings containing all property names.
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
 
getApplicationName() - Method in interface org.jitsi.service.version.Version
Returns the name of the application that we're currently running.
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
getAuthKeyLength() - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
Get the authentication key length
getAuthTagLength() - Method in class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
Gets the authentication tag length of this SRTP cryptographic context
getAuthTagLength() - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
Get the authentication tag length
getAuthType() - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
Get the authentication type
getAvailableAudioCaptureDevices() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Gets the list of audio capture devices which are available through this DeviceConfiguration, amongst which is DeviceConfiguration.getAudioCaptureDevice() and represent acceptable values for #setAudioCaptureDevice(CaptureDeviceInfo, boolean)
getAvailableAudioSystems() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Returns a list of available AudioSystems.
getAvailableLength() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.AudioCaptureClient
Gets the number of bytes of audio samples which have been read from the associated IAudioCaptureClient by this instance and are available to be read out of this instance via AudioCaptureClient.read(byte[], int, int).
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
Gets the list of video capture devices which are available through this DeviceConfiguration, amongst which is DeviceConfiguration.getVideoCaptureDevice(MediaUseCase) and represent acceptable values for DeviceConfiguration.setVideoCaptureDevice(CaptureDeviceInfo, boolean)
getAVCodecContextFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.AbstractFFmpegAudioCodec
Gets the AudioFormat with which AbstractFFmpegAudioCodec.avctx is to be configured and opened by AbstractFFmpegAudioCodec.doOpen().
getAVCodecContextFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioDecoder
Gets the AudioFormat with which AbstractFFmpegAudioCodec.avctx is to be configured and opened by AbstractFFmpegAudioCodec.doOpen().
getAVCodecContextFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioEncoder
Gets the AudioFormat with which AbstractFFmpegAudioCodec.avctx is to be configured and opened by AbstractFFmpegAudioCodec.doOpen().
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
Gets the root RTPEncodingDesc of the dependencies DAG.
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
 
getBlockSize() - Method in class org.jitsi.impl.neomedia.transform.srtp.BlockCipherAdapter
getBoolean(String, boolean) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Gets the value of a specific property as a boolean.
getBoolean(String, boolean) - Method in interface org.jitsi.service.configuration.ConfigurationService
Gets the value of a specific property as a boolean.
getBoolean(ConfigurationService, String, boolean) - Static method in class org.jitsi.util.ConfigUtils
Gets the value as a boolean of a property from either a specific ConfigurationService or System.
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() - Method in class org.jitsi.impl.neomedia.codec.REDBlock
Gets the byte buffer that supports this instance.
getBuffer() - Method in class org.jitsi.impl.neomedia.conference.InSampleDesc
Gets the Buffer into which media data is to be read from the input streams associated with this instance.
getBuffer(boolean) - Method in class org.jitsi.impl.neomedia.conference.InStreamDesc
Gets the Buffer into which media data is to be read from the SourceStream described by this instance.
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.impl.neomedia.rtp.translator.SourcePacket
 
getBuffer() - Method in interface org.jitsi.service.neomedia.ByteArrayBuffer
Gets the byte buffer that supports this instance.
getBuffer() - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
Gets the byte buffer that supports this instance.
getBuffer() - Method in class org.jitsi.service.neomedia.RawPacket
Get buffer containing the content of this packet
getBuffer(RawPacket) - Method in class org.jitsi.util.RawPacketQueue
getBufferControl() - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
Gets the BufferControl of this instance and, respectively, its AudioMixingPushBufferDataSources.
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
Gets the CachingTransformer which (optionally) caches outgoing packets for this MediaStreamImpl, if it exists.
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.AudioMixer
Gets the CaptureDeviceInfo of the CaptureDevice this AudioMixer provides through its output AudioMixingPushBufferDataSources.
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.
getCBvec(float[], float[], int, int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_common
 
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).
getCertificate() - Method in class org.jitsi.impl.neomedia.transform.dtls.CertificateInfo
Gets the certificate with which the local endpoint represented by this instance authenticates its ends of DTLS sessions.
getCertificateInfo() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Gets the certificate, hash function, fingerprint, etc.
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.
getChosenProtectionProfile() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsClientImpl
Gets the SRTPProtectionProfile negotiated between this DTLS-SRTP client and its server.
getChosenProtectionProfile() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsServerImpl
Gets the SRTPProtectionProfile negotiated between this DTLS-SRTP server and its client.
getCipher() - Method in class org.jitsi.impl.neomedia.transform.srtp.BlockCipherAdapter
Gets the javax.crypto.Cipher instance which is adapted to the org.bouncycastle.crypto.BlockCipher interface by this instance.
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.TlsClientImpl
Overrides the super implementation to explicitly specify cipher suites which we know to be supported by Bouncy Castle and provide Perfect Forward Secrecy.
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.
getClientVersion() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsClientImpl
The implementation of TlsClientImpl always returns ProtocolVersion.DTLSv10 because ProtocolVersion.DTLSv12 does not work with the Bouncy Castle Crypto APIs at the time of this writing.
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.jit