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.jitsi.util.swing.VideoLayout
Returns the constraints for the given component.
getConfiguration() - Method in interface org.jitsi.service.packetlogging.PacketLoggingService
Returns the current Packet Logging Configuration.
getConfigurationFilename() - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Use with caution! Returns the name of the configuration file currently used.
getConfigurationFilename() - Method in interface org.jitsi.service.configuration.ConfigurationService
Use with caution! Returns the name of the configuration file currently used.
getConfigurationService() - Static method in class org.jitsi.service.libjitsi.LibJitsi
Gets the ConfigurationService instance.
getConnectedCaptureDevice() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Gets MediaDeviceSession.captureDevice in a connected state.
getConnector() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Gets the StreamConnector which represents the pair of datagram sockets for RTP and RTCP traffic used by this instance.
getContainer(long, int) - Method in class org.jitsi.impl.neomedia.rtp.RawPacketCache
Gets the packet, encapsulated in a RawPacketCache.Container with the given SSRC and RTP sequence number from the cache.
getContentDescriptor() - Method in class org.jitsi.impl.neomedia.conference.AudioMixerPushBufferStream
Implements SourceStream.getContentDescriptor().
getContentDescriptor() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
Implements SourceStream.getContentDescriptor().
getContentDescriptor() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
Gets a ContentDescriptor which describes the type of the content made available by this SourceStream.
getContentDescriptor() - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
Implements SourceStream#getContentDescriptor().
getContentDescriptor() - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
Implements SourceStream.getContentDescriptor().
getContentDescriptor() - Method in class org.jitsi.impl.neomedia.protocol.SourceStreamDelegate
Implements SourceStream.getContentDescriptor().
getContentDescriptor() - Method in class org.jitsi.impl.neomedia.rtp.translator.PushSourceStreamImpl
Not implemented because there are currently no uses of the underlying functionality.
getContentDescriptor() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Provides a dummy implementation of SourceStream.getContentDescriptor() that always returns null.
getContentLength() - Method in class org.jitsi.impl.neomedia.conference.AudioMixerPushBufferStream
Implements SourceStream.getContentLength().
getContentLength() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
Implements SourceStream.getContentLength().
getContentLength() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
Gets the length in bytes of the content made available by this SourceStream.
getContentLength() - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
Implements SourceStream#getContentLength().
getContentLength() - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
Implements SourceStream.getContentLength().
getContentLength() - Method in class org.jitsi.impl.neomedia.protocol.SourceStreamDelegate
Implements SourceStream.getContentLength().
getContentLength() - Method in class org.jitsi.impl.neomedia.rtp.translator.PushSourceStreamImpl
 
getContentLength() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Provides a dummy implementation of SourceStream.getContentLength() that always returns LENGTH_UNKNOWN.
getContentType() - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
Gets the content type of the data output by this AudioMixer.
getContentType() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements DataSource.getContentType().
getContentType() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the content type of the media represented by this instance.
getContentType() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the content type of the media represented by this instance.
getContentType() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements DataSource.getContentType().
getContentType() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements DataSource.getContentType().
getContentType() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements DataSource.getContentType().
getContentType() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements DataSource.getContentType().
getContentType() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
Implements DataSource.getContentType().
getContentType() - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
getContext() - Method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
Returns the connection context for asynchronous communication with the PulseAudio server.
getContext() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsClientImpl
Gets the TlsContext with which this TlsClient has been initialized.
getContext() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsServerImpl
Gets the TlsContext with which this TlsServer has been initialized.
getContext(RawPacket) - Method in class org.jitsi.util.RawPacketQueue
getControl(String) - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements DataSource.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.conference.InDataSourceDesc
Gets the control available for the effective input DataSource described by this instance with a specific type.
getControl(String) - Method in class org.jitsi.impl.neomedia.control.AbstractControls
Implements Controls.getControl(String).
getControl(Controls, String) - Static method in class org.jitsi.impl.neomedia.control.AbstractControls
Gets the control of a specific Controls implementation of a specific type if such a control is made available through Controls.getControls(); otherwise, returns null.
getControl(String) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Gets the control of the specified type available for this instance.
getControl(String) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the control of the specified type available for this instance.
getControl(String) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the control of the specified type available for this instance.
getControl(String) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.DataSource
Gets the control of the specified type available for this instance.
getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
Implements Controls#getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
Implements Controls.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements DataSource.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements DataSource.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements DataSource.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements DataSource.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.RewritablePullBufferDataSource
Implements DataSource.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.RewritablePushBufferDataSource
Implements DataSource.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.SourceStreamDelegate
Implements Controls.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
Implements DataSource.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
getControl(Class<T>) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
Gets a control of a specific type over this instance.
getControl(String) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
Gets a control of a specific type over this instance.
getControl(String) - Method in class org.jitsi.impl.neomedia.rtp.translator.PushSourceStreamImpl
Not implemented because there are currently no uses of the underlying functionality.
getControl(StreamRTPManager, String) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Exposes Controls.getControl(String) on the internal/underlying RTPManager.
getControl(String) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Provides a dummy implementation of Controls.getControl(String) that always returns null.
getControlAddress() - Method in class org.jitsi.service.neomedia.MediaStreamTarget
Returns the InetSocketAddress that this MediaTarget is pointing to for all media (RTP) traffic.
getControlComponent() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaEncoder
Not used.
getControlComponent() - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaEncoder
Implements Control.getControlComponent().
getControlComponent() - Method in class org.jitsi.impl.neomedia.codec.audio.mp3.JNIEncoder
getControlComponent() - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
Implements Control.getControlComponent().
getControlComponent() - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
Implements Control.getControlComponent().
getControlComponent() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
Stub.
getControlComponent() - Method in class org.jitsi.impl.neomedia.control.AbstractFormatControl
Implements Control.getControlComponent().
getControlComponent() - Method in class org.jitsi.impl.neomedia.control.FrameProcessingControlImpl
Gets the UI Component associated with this Control object.
getControlComponent() - Method in class org.jitsi.impl.neomedia.control.FrameRateControlAdapter
Gets the UI Component associated with this Control object.
getControlComponent() - Method in class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
Implements Control.getControlComponent().
getControlComponent() - Method in class org.jitsi.impl.neomedia.control.ReadOnlyFormatControlDelegate
Implements Control.getControlComponent().
getControlComponent() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Not used.
getControlInputStream() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Returns the input stream that is handling incoming RTCP packets.
getControlInputStream(boolean) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Gets the PushSourceStream which gives access to the RTCP data received from the remote targets and optionally creates it if it does not exist yet.
getControlInputStream() - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPConnectorImpl
 
getControlOutputStream() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Returns the input stream that is handling outgoing RTCP packets.
getControlOutputStream(boolean) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Gets the OutputDataStream which is used to write RTCP data to be sent to from the remote targets and optionally creates it if it does not exist yet.
getControlOutputStream() - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPConnectorImpl
 
getControls() - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.Packetizer
 
getControls() - Method in class org.jitsi.impl.neomedia.codec.audio.ulaw.JavaDecoder
 
getControls() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements DataSource.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.control.ControlsAdapter
Implements Controls.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Implements Controls.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
Implements Controls.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Implements Controls.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Implements DataSource.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
Implements Controls.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
Implements Controls#getControls().
getControls() - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
Implements Controls.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements DataSource.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements DataSource.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements DataSource.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements DataSource.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.protocol.SourceStreamDelegate
Implements Controls.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
Implements DataSource.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
getControls() - Method in class org.jitsi.impl.neomedia.rtp.translator.PushSourceStreamImpl
Not implemented because there are currently no uses of the underlying functionality.
getControls() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Provides a dummy implementation of Controls.getControls() that always returns EMPTY_CONTROLS.
getControlSocket() - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPImpl
Gets the TCP Socket this instance uses to send and receive RTCP packets.
getControlSocket() - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPImpl
Gets the UDP Socket this instance uses to send and receive RTCP packets.
getControlSocket() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
Returns a reference to the DatagramSocket that a stream should use for control data (e.g.
getControlSocket() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
Returns a reference to the DatagramSocket that a stream should use for control data (e.g.
getControlSocket() - Method in interface org.jitsi.service.neomedia.StreamConnector
Returns a reference to the DatagramSocket that a stream should use for control data (e.g.
getControlSocket() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
Returns a reference to the DatagramSocket that a stream should use for control data (e.g.
getControlTCPSocket() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
Returns a reference to the Socket that a stream should use for control data (e.g.
getControlTCPSocket() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
Returns a reference to the Socket that a stream should use for control data (e.g.
getControlTCPSocket() - Method in interface org.jitsi.service.neomedia.StreamConnector
Returns a reference to the Socket that a stream should use for control data (e.g.
getControlTCPSocket() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
Returns a reference to the Socket that a stream should use for control data (e.g.
getCsrcCount() - Method in class org.jitsi.service.neomedia.RawPacket
Returns the number of CSRC identifiers currently included in this packet.
getCsrcCount(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Returns the number of CSRC identifiers currently included in this packet.
getCsrcEngine() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Returns the engine that is responsible for adding the list of CSRC identifiers to outgoing RTP packets during a conference.
getCurrentBytes() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
getCurrentBytes() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
 
getCurrentEncodingConfiguration() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Returns the current encoding configuration -- the instance that contains the global settings.
getCurrentEncodingConfiguration() - Method in interface org.jitsi.service.neomedia.MediaService
Returns the current EncodingConfiguration instance.
getCurrentPackets() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
getCurrentPackets() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
 
getCurrentPacketsLost() - Method in class org.jitsi.impl.neomedia.stats.ReceiveTrackStatsImpl
getCurrentPacketsLost() - Method in interface org.jitsi.service.neomedia.stats.ReceiveTrackStats
 
getCurrentProtocolVersion() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Get negotiated ZRTP protocol version.
getCurrentProtocolVersion() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Get negotiated ZRTP protocol version.
getCurrentProtocolVersion() - Method in interface org.jitsi.service.neomedia.ZrtpControl
Gets the negotiated ZRTP protocol version.
getCurrentVersion() - Method in interface org.jitsi.service.version.VersionService
Returns a Version object containing version details of the SIP Communicator version that we're currently running.
getData() - Method in class org.jitsi.impl.neomedia.codec.video.AVFrame
Gets the ByteBuffer whose native memory is set on the native counterpart of this instance/AVFrame.
getDataAddress() - Method in class org.jitsi.service.neomedia.MediaStreamTarget
Returns the InetSocketAddress that this MediaTarget is pointing to for all media (RTP) traffic.
getDatagramPacketFilters() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Gets the DatagramPacketFilters which allow dropping DatagramPackets before they are converted into RawPackets.
getDataInputStream() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Returns the input stream that is handling incoming RTP packets.
getDataInputStream(boolean) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Gets the PushSourceStream which gives access to the RTP data received from the remote targets and optionally creates it if it does not exist yet.
getDataInputStream() - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPConnectorImpl
 
getDataOutputStream() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Returns the input stream that is handling outgoing RTP packets.
getDataOutputStream(boolean) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Gets the OutputDataStream which is used to write RTP data to be sent to from the remote targets and optionally creates it if it does not exist yet.
getDataOutputStream() - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPConnectorImpl
 
getDataSocket() - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPImpl
Gets the TCP socket this instance uses to send and receive RTP packets.
getDataSocket() - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPImpl
Gets the UDP socket this instance uses to send and receive RTP packets.
getDataSocket() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
Returns a reference to the DatagramSocket that a stream should use for data (e.g.
getDataSocket() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
Returns a reference to the DatagramSocket that a stream should use for data (e.g.
getDataSocket() - Method in interface org.jitsi.service.neomedia.StreamConnector
Returns a reference to the DatagramSocket that a stream should use for data (e.g.
getDataSocket() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
Returns a reference to the DatagramSocket that a stream should use for data (e.g.
getDataSource() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
Gets the AudioMixingPushBufferDataSource which created and owns this instance and defines the input data which is to not be mixed in the output of this PushBufferStream.
getDataSource() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
Gets the DataSource wrapped by this instance.
getDataSource() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
Gets the DataSource wrapped by this instance.
getDataSource() - Method in class org.jitsi.impl.neomedia.rtp.translator.SendStreamImpl
 
getDataTCPSocket() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
Returns a reference to the Socket that a stream should use for data (e.g.
getDataTCPSocket() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
Returns a reference to the Socket that a stream should use for data (e.g.
getDataTCPSocket() - Method in interface org.jitsi.service.neomedia.StreamConnector
Returns a reference to the Socket that a stream should use for data (e.g.
getDataTCPSocket() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
Returns a reference to the Socket that a stream should use for data (e.g.
getDB() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Get the current gain set for this object in dB.
getDecoderControls(ReceiveStream, Class<T>) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Searches for controls of type controlType in the TrackControls of the Processor used to decode receiveStream.
getDefaultContext() - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPContextFactory
Get the default SRTPCryptoContext
getDefaultContextControl() - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPContextFactory
Get the default SRTPCryptoContext
getDefaultDevice(MediaType, MediaUseCase) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Gets the default MediaDevice for the specified MediaType.
getDefaultDevice(MediaType, MediaUseCase) - Method in interface org.jitsi.service.neomedia.MediaService
Returns the default MediaDevice for the specified media type.
getDefaultDownloadDirectory() - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
Returns the default download directory.
getDefaultDownloadDirectory() - Method in interface org.jitsi.service.fileaccess.FileAccessService
Returns the default download directory depending on the operating system.
GetDefaultInputDevice() - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Retrieve the index of the default input device.
getDefaultInputDeviceUID() - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
getDefaultInputDeviceUIDBytes() - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
GetDefaultOutputDevice() - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Retrieve the index of the default output device.
getDefaultOutputDeviceUID() - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
getDefaultOutputDeviceUIDBytes() - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
getDefaultScreenDevice() - Static method in class org.jitsi.impl.neomedia.device.ScreenDeviceImpl
Gets the default ScreenDevice.
getDefaultScreenDevice() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Get default screen device.
getDefaultScreenDevice() - Method in interface org.jitsi.service.neomedia.MediaService
Get default ScreenDevice device.
getDefaultVolumeLevel() - Static method in class org.jitsi.impl.neomedia.HardwareVolumeControl
Returns the default volume level.
getDefaultVolumeLevel() - Static method in class org.jitsi.service.neomedia.BasicVolumeControl
Returns the default volume level.
getDependencyEncodings() - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Gets the RTPEncodingDesc on which this layer depends.
getDest() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
 
getDevice(AudioSystem.DataFlow, MediaLocator) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Gets a CaptureDeviceInfo2 which has been contributed by this AudioSystem, supports a specific flow of media data (i.e.
getDevice(MediaLocator) - Method in class org.jitsi.impl.neomedia.device.Devices
Gets a CapatureDeviceInfo2 which is known to this instance and is identified by a specific MediaLocator.
getDevice() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Gets the MediaDevice associated with this instance and the work of a MediaStream with which is represented by it.
getDevice() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the MediaDevice that this stream uses to play back and capture media.
getDevice() - Method in interface org.jitsi.service.neomedia.MediaStream
Gets the device that this stream uses to play back and capture media.
getDeviceConfiguration() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Gets the CaptureDevice user choices such as the default audio and video capture devices.
getDeviceConfiguration() - Method in class org.jitsi.impl.neomedia.notify.AudioNotifierServiceImpl
The device configuration.
GetDeviceCount() - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Retrieve the number of available devices.
getDeviceID(MediaLocator) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.DataSource
Gets the device index of a MacCoreaudio device from a specific MediaLocator identifying it.
getDeviceID(MediaLocator) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
Gets the device index of a PortAudio device from a specific MediaLocator identifying it.
getDeviceIndex(String, int, int) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Returns the PortAudio index of the device identified by a specific deviceID or Pa.paNoDevice if no such device exists.
GetDeviceInfo(int) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Retrieve a pointer to a PaDeviceInfo structure containing information about the specified device.
getDeviceModelIdentifier(String) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
 
getDeviceModelIdentifierBytes(String) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
 
getDeviceName(String) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
 
getDeviceNameBytes(String) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
 
getDevices(AudioSystem.DataFlow) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Gets the list of devices with a specific data flow: capture, notify or playback.
getDevices() - Method in class org.jitsi.impl.neomedia.device.CaptureDevices
Returns the list of the CaptureDeviceInfo2s which are active/plugged-in.
getDevices() - Method in class org.jitsi.impl.neomedia.device.Devices
Returns the list of the CaptureDeviceInfo2s which are active/plugged-in.
getDevices(MediaType, MediaUseCase) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Gets a list of the MediaDevices known to this MediaService and handling the specified MediaType.
getDevices(MediaType, MediaUseCase) - Method in interface org.jitsi.service.neomedia.MediaService
Returns a list containing all devices known to this service implementation and handling the specified MediaType.
getDeviceSession() - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Returns the MediaDeviceSession associated with this stream after first casting it to AudioMediaDeviceSession since this is, after all, an AudioMediaStreamImpl.
getDeviceSession() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the MediaDeviceSession which represents the work of this MediaStream with its associated MediaDevice.
getDeviceSystemPixFmt() - Method in class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
Gets the DeviceSystem-specific format represented by this instance.
getDeviceSystems(MediaType) - Static method in class org.jitsi.impl.neomedia.device.DeviceSystem
 
getDeviceUIDList() - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
getDiagnosticContext() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the DiagnosticContext of this instance.
getDimension() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
Get the dimension (height x width) of the video of the ivf file.
getDirection() - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
Returns the MediaDirection supported by this device.
getDirection() - Method in class org.jitsi.impl.neomedia.device.AudioSilenceMediaDevice
Returns the MediaDirection supported by this device.
getDirection() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
Returns the MediaDirection supported by this device.
getDirection() - Method in class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
Returns the MediaDirection supported by this device.
getDirection() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the direction in which this MediaStream is allowed to stream media.
getDirection() - Method in interface org.jitsi.service.neomedia.device.MediaDevice
Returns the MediaDirection supported by this device.
getDirection() - Method in interface org.jitsi.service.neomedia.MediaStream
Gets the direction in which this MediaStream is allowed to stream media.
getDirection() - Method in class org.jitsi.service.neomedia.RTPExtension
Returns the direction that the corresponding MediaDevice supports for this extension.
getDirectionForAnswer(MediaDirection) - Method in enum org.jitsi.service.neomedia.MediaDirection
Returns the MediaDirection value corresponding to a remote party's perspective of this MediaDirection applying a remote party constraint.
getDisableOtherVideosOnTop() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getDiscardRate() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Gets the fraction of RTP data packets from the source that have been discarded since the beginning of reception, due to late or early arrival, under-run or overflow at the receiving jitter buffer.
getDominantSpeaker() - Method in class org.jitsi.impl.neomedia.DominantSpeakerIdentification
Gets the synchronization source identifier (SSRC) of the dominant speaker in this multipoint conference.
getDouble(String, double) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Gets the value of a specific property as a double.
getDouble(String, double) - Method in interface org.jitsi.service.configuration.ConfigurationService
Gets the value of a specific property as a double.
getDownloadJitterMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the jitter average of this download stream.
getDownloadJitterMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Deprecated.
use the appropriate method from MediaStreamStats2 instead.
getDownloadNbPacketLost() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the number of lost packets for the receive streams.
getDownloadNbPacketLost() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Deprecated.
use the appropriate method from MediaStreamStats2 instead.
getDownloadPercentLoss() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the percent loss of the download stream.
getDownloadPercentLoss() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Deprecated.
use the appropriate method from MediaStreamStats2 instead.
getDownloadRateKiloBitPerSec() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the bandwidth used by this download stream.
getDownloadRateKiloBitPerSec() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Deprecated.
use the appropriate method from MediaStreamStats2 instead.
getDownloadVideoSize() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the download video size if this stream downloads a video, or null if not.
getDownloadVideoSize() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the download video size if this stream downloads a video, or null if not.
getDSPixFmt(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DataSource
Gets the FFmpeg pixel format matching a specific DirectShow Specification pixel format.
getDtlsControl() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsPacketTransformer
Gets the DtlsControl implementation associated with this instance.
getDtlsControl() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsTransformEngine
Gets the DtlsControl which has initialized this instance.
getDTMFTone(String) - Static method in class org.jitsi.service.neomedia.DTMFTone
Parses input value and return the corresponding tone.
getDtmfTone() - Method in class org.jitsi.service.neomedia.event.DTMFToneEvent
Returns the DTMFTone instance that this event pertains to.
getDuration() - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
Gets the duration of each one of the output streams produced by this AudioMixer.
getDuration() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements DataSource.getDuration().
getDuration() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the duration of the media represented by this instance.
getDuration() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the duration of the media represented by this instance.
getDuration() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements DataSource.getDuration().
getDuration() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements DataSource.getDuration().
getDuration() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements DataSource.getDuration().
getDuration() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements DataSource.getDuration().
getDuration() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
Implements DataSource.getDuration().
getDuration() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfRawPacket
The duration of the current event.
getDuration() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getDynamicPayloadTypePreferences() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Returns a Map that binds indicates whatever preferences this media service implementation may have for the RTP payload type numbers that get dynamically assigned to MediaFormats with no static payload type.
getDynamicPayloadTypePreferences() - Method in interface org.jitsi.service.neomedia.MediaService
Returns a Map that binds indicates whatever preferences the media service implementation may have for the RTP payload type numbers that get dynamically assigned to MediaFormats with no static payload type.
getDynamicRTPPayloadType(String) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Returns the payload type number that has been negotiated for the specified encoding or -1 if no payload type has been negotiated for it.
getDynamicRTPPayloadType(String) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Returns the payload type number that has been negotiated for the specified encoding or -1 if no payload type has been negotiated for it.
getDynamicRTPPayloadType(String) - Method in interface org.jitsi.service.neomedia.MediaStream
Returns the payload type number that has been negotiated for the specified encoding or -1 if no payload type has been negotiated for it.
getDynamicRTPPayloadTypes() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the existing associations in this MediaStream of RTP payload types to MediaFormats.
getDynamicRTPPayloadTypes() - Method in interface org.jitsi.service.neomedia.MediaStream
Gets the existing associations in this MediaStream of RTP payload types to MediaFormats.
getEchoCancelFilterLengthInMillis() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Get the echo cancellation filter length (in milliseconds).
getEffectiveInDataSource() - Method in class org.jitsi.impl.neomedia.conference.InDataSourceDesc
Gets the actual DataSource from which the associated AudioMixer directly reads in order to retrieve the mix contribution of the DataSource described by this instance.
getEgressEngine() - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine
Gets the engine which handles outgoing RTP packets for this instance.
getEnabledEncodings(MediaType) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
Returns the supported MediaFormats i.e.
getEnabledThreshold() - Method in class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
Implements BufferControl.getEnabledThreshold().
getEncKeyLength() - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
Get the encryption key length
getEncoderControls(Class<T>) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Searches for controls of type controlType in the TrackControls of the Processor used to transcode the MediaDevice of this instance into the format of this instance.
getEncoding() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Implements MediaFormat#getEncoding() and returns the encoding of the JMF Format that we are encapsulating here but it is the RFC-known encoding and not the internal JMF encoding.
getEncoding() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the MediaStream enconding.
getEncoding() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
Returns the name of the encoding (i.e.
getEncoding() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the MediaStream enconding.
getEncodingClockRate() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the MediaStream enconding rate (in Hz)..
getEncodingClockRate() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the MediaStream enconding rate (in Hz).
getEncodingPreferenceKey(MediaFormat) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
Gets the key in EncodingConfiguration.encodingPreferences which is associated with the priority of a specific MediaFormat.
getEncType() - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
Get the encryption type
getEnd() - Method in class org.jitsi.impl.neomedia.rtp.FrameDesc
Gets the end sequence number for this source frame.
getEndpointId() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getEndSystemDelay() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getEngine() - Method in class org.jitsi.impl.neomedia.transform.RTPTransformTCPConnector
Gets the customized TransformEngine which contains the concrete transform logic.
getEngine() - Method in class org.jitsi.impl.neomedia.transform.RTPTransformUDPConnector
Gets the customized TransformEngine which contains the concrete transform logic.
getEngineChain() - Method in class org.jitsi.impl.neomedia.transform.TransformEngineChain
Gets the sequence of TransformEngines whose PacketTransformers this engine chain applies to RTP and RTCP packets.
getError() - Method in exception org.jitsi.impl.neomedia.quicktime.NSErrorException
Gets the NSError reported by this instance.
getErrorCode() - Method in exception org.jitsi.impl.neomedia.portaudio.PortAudioException
Gets the code of the error as defined by the native PortAudio library represented by this instance if it is known.
getErrorCode() - Method in exception org.jitsi.service.neomedia.MediaException
Gets the error code carried by this MediaException which gives more information about the specifics of this MediaException.
getEventHandler() - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
 
getExtension(File) - Static method in class org.jitsi.util.SoundFileUtils
Gets the file extension.
getExtensionAttributes() - Method in class org.jitsi.service.neomedia.RTPExtension
Returns the extension attributes associated with this RTPExtension or null if this extension does not have any.
getExtensionBit() - Method in class org.jitsi.service.neomedia.RawPacket
Returns true if the extension bit of this packet has been set and false otherwise.
getExtensionBit(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Returns true if the extension bit of this packet has been set and false otherwise.
getExtensionLength() - Method in class org.jitsi.service.neomedia.RawPacket
Returns the length of the extensions currently added to this packet.
getExtensionLength(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Returns the length of the extensions currently added to this packet.
getExtId() - Method in class org.jitsi.service.neomedia.RawPacket.HeaderExtension
 
getExtLength() - Method in class org.jitsi.service.neomedia.RawPacket.HeaderExtension
 
getExtRFactor() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getFameRate() - Method in class org.jitsi.service.neomedia.QualityPreset
Returns this preset frame rate.
getFbPacketCount() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
 
getFCI(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
Gets the Feedback Control Information (FCI) field of an RTCP FB message.
getFeatures() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
Gets the flags indicating the optional features supported by this DeviceSystem.
getFecRate() - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
Get the rate at which ulpfec packets will be generated and added to the stream by this PacketTransformer.
getFecTransformEngine() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Creates the FECTransformEngine for this MediaStream.
getFecTransformEngine() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Creates the FECTransformEngine for this MediaStream.
getFeedBackInterval() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.AimdRateControl
 
getFeedbackMessageType() - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
Gets the feedback message type (FMT) of this RTCPFeedbackMessagePacket.
getFeedbackMessageType() - Method in class org.jitsi.service.neomedia.event.RTCPFeedbackMessageEvent
Get feedback message type (FMT).
getFFmpegPixFmt(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DataSource
Gets the DirectShow pixel format matching a specific FFmpeg pixel format.
getFFmpegPixFmt(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
Gets the Video for Linux Two API Specification pixel format matching a specific FFmpeg pixel format.
getFieldOrder() - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl.GUID
 
getFileAccessService() - Static method in class org.jitsi.service.libjitsi.LibJitsi
Gets the FileAccessService instance.
getFilename() - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
Returns the filename we are last started or stopped recording to, null if not started.
getFilename() - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
getFilename() - Method in interface org.jitsi.service.neomedia.recording.Recorder
Returns the filename we are last started or stopped recording to, null if not started.
getFilename() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getFlags() - Method in class org.jitsi.service.neomedia.RawPacket
Gets the bitmap/flag mask that specifies the set of boolean attributes enabled for this RawPacket.
getFlexFecHeaderOffset() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Packet
Get the offset at which the FlexFEC header starts
getFlexFecHeaderSize() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Packet
Get the size of the flexfec header for this packet
getFlexFecPayloadLength() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Packet
Returns the size of the FlexFEC payload, in bytes
getFormat() - Method in class org.jitsi.impl.neomedia.conference.AudioMixerPushBufferStream
Implements PushBufferStream.getFormat().
getFormat() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
Implements PushBufferStream.getFormat().
getFormat() - Method in class org.jitsi.impl.neomedia.control.ReadOnlyFormatControlDelegate
Gets the Format of the owner of this FormatControl.
getFormat() - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
Gets the MediaFormat in which this MediaDevice captures media.
getFormat(InputStream) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Returns the FMJ format of a specific InputStream providing audio media.
getFormat() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
Returns the format depending on the media type: AudioFormat for AUDIO, VideoFormat for VIDEO.
getFormat() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
Gets the MediaFormat in which this MediaDevice captures media.
getFormat() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Gets the MediaFormat in which this instance captures media from its associated MediaDevice.
getFormat() - Method in class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
Returns the MediaFormat that this device is currently set to use when capturing data.
getFormat() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Returns the JMF Format instance that we are wrapping here.
getFormat(int, Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Gets the Format to be reported by the FormatControl of an AbstractBufferStream at a specific zero-based index in the list of streams of this AbstractBufferCaptureDevice.
getFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
Gets the Format of the media data made available by this AbstractBufferStream.
getFormat(int, Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the Format to be reported by the FormatControl of a PullBufferStream at a specific zero-based index in the list of streams of this PullBufferDataSource.
getFormat(int, Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the Format to be reported by the FormatControl of a PushBufferStream at a specific zero-based index in the list of streams of this PushBufferDataSource.
getFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
Get current format.
getFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPIStream
Gets the Format of the media data made available by this AbstractBufferStream.
getFormat() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the MediaFormat that this stream is currently transmitting in.
getFormat(byte) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Returns the MediaFormat that is associated to the payload type passed in as a parameter.
getFormat() - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
Gets the Format of the data this stream provides.
getFormat() - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
Implements PushBufferStream.getFormat().
getFormat(int) - Method in class org.jitsi.impl.neomedia.rtp.translator.StreamRTPManagerDesc
 
getFormat(byte) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Returns the MediaFormat that is associated to the payload type passed in as a parameter.
getFormat() - Method in interface org.jitsi.service.neomedia.device.MediaDevice
Returns the MediaFormat that this device is currently set to use when capturing data.
getFormat() - Method in interface org.jitsi.service.neomedia.MediaStream
Returns the MediaFormat that this stream is currently transmitting in.
getFormat(byte) - Method in interface org.jitsi.service.neomedia.MediaStream
Returns the MediaFormat that is associated to the payload type passed in as a parameter.
getFormatControls() - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
Gets an array of FormatControls for the CaptureDevice this AudioMixer provides through its output AudioMixingPushBufferDataSources.
getFormatControls() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements CaptureDevice.getFormatControls().
getFormatControls(Controls) - Static method in class org.jitsi.impl.neomedia.control.AbstractFormatControl
Gets an array of FormatControl instances from the list of controls available for a specific Controls implementation.
getFormatControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Gets an array of FormatControl instances each one of which can be used before AbstractBufferCaptureDevice.connect() to get and set the capture Format of each one of the capture streams.
getFormatControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets an array of FormatControl instances each one of which can be used before AbstractPullBufferCaptureDevice.connect() to get and set the capture Format of each one of the capture streams.
getFormatControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets an array of FormatControl instances each one of which can be used before AbstractPushBufferCaptureDevice.connect() to get and set the capture Format of each one of the capture streams.
getFormatControls() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements CaptureDevice.getFormatControls().
getFormatControls() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements CaptureDevice.getFormatControls().
getFormatFactory() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Gets the MediaFormatFactory through which MediaFormat instances may be created for the purposes of working with the MediaStreams created by this MediaService.
getFormatFactory() - Method in interface org.jitsi.service.neomedia.MediaService
Gets the MediaFormatFactory through which MediaFormat instances may be created for the purposes of working with the MediaStreams created by this MediaService.
getFormatParameter(String) - Method in class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
Returns the format parameters value for the specified name.
getFormatParameters() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Implements MediaFormat#getFormatParameters().
getFormatParameters() - Method in class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
Returns the format parameters Map.
getFormatParameters() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
Returns a Map containing parameters specific to this particular MediaFormat.
getFormats() - Method in class org.jitsi.impl.neomedia.rtp.translator.StreamRTPManagerDesc
 
getFormatsToInitializeIAudioClient(AudioFormat) - Static method in class org.jitsi.impl.neomedia.device.WASAPISystem
Gets an array of alternative AudioFormats based on format with which an attempt is to be made to initialize a new IAudioClient instance.
getFrameData() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.VP8Frame
Get the data composing the VP8 frame.
getFrameLength() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.VP8Frame
Get the length of the frame (in bytes) as declared in its header.
getFrameRate() - Method in class org.jitsi.impl.neomedia.control.FrameRateControlAdapter
Gets the current output frame rate.
getFrameRate() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Gets the frame rate set on this DeviceConfiguration.
getFrameRate() - Method in class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
Gets the frame rate associated with this MediaFormat.
getFramerate() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
Get the framerate declared by the header of the ivf file
getFrameRate() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.QuickTimeStream
Gets the output frame rate of the QTCaptureDecompressedVideoOutput represented by this QuickTimeStream.
getFrameRate() - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Gets the max frame rate (in fps) of the bitstream that this instance represents.
getFrameRate() - Method in interface org.jitsi.service.neomedia.format.VideoMediaFormat
Returns the frame rate associated with this MediaFormat.
getFramesDropped() - Method in class org.jitsi.impl.neomedia.control.FrameProcessingControlImpl
Gets the number of output frames that were dropped during processing since the last call to this method.
getFrequency1() - Method in class org.jitsi.service.neomedia.DTMFInbandTone
Returns the first frequency coded by this tone.
getFrequency2() - Method in class org.jitsi.service.neomedia.DTMFInbandTone
Returns the second frequency coded by this tone.
getGainControl() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
Gets the GainControl, if any, which controls the volume level of the audio (to be) played back by this Renderer.
getGainReferenceLevel() - Static method in class org.jitsi.impl.neomedia.HardwareVolumeControl
Returns the reference volume level for computing the gain.
getGainReferenceLevel() - Static method in class org.jitsi.service.neomedia.BasicVolumeControl
Returns the reference volume level for computing the gain.
getGapDensity() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Get the fraction of RTP data packets within inter-burst gaps since the beginning of reception that were either lost or discarded.
getGapDuration() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getGlobalReceptionStats() - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
getGlobalReceptionStats(StreamRTPManager) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Exposes RTPManager.getGlobalReceptionStats() on the internal/underlying RTPManager.
getGlobalTransmissionStats() - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
getGlobalTransmissionStats(StreamRTPManager) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Exposes RTPManager.getGlobalTransmissionStats() on the internal/underlying RTPManager.
getGMin() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getH() - Method in class org.jitsi.impl.neomedia.codec.video.VPX.StreamInfo
Gets the h (height) field of this instance.
getHandle() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Gets the handle to the native counterpart of this JAWTRenderer.
getHandle() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent
Gets the handle of the native counterpart of the JAWTRenderer which paints in this AWTVideoComponent.
getHandleLock() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Gets the Object which synchronizes the access to the handle to the native counterpart of this JAWTRenderer.
getHandleLock() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent
Gets the synchronization lock which protects the access to the handle property of this AWTVideoComponent.
getHeader() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFFileReader
Get the header of the IVF file.
getHeaderExtension(byte) - Method in class org.jitsi.service.neomedia.RawPacket
 
getHeaderExtensions() - Method in class org.jitsi.service.neomedia.RawPacket
 
getHeaderExtensionType() - Method in class org.jitsi.service.neomedia.RawPacket
Return the define by profile part of the extension header.
getHeaderLength() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
Get the header length of the ivf file
getHeaderLength() - Method in class org.jitsi.service.neomedia.RawPacket
Get RTP header length from a RTP packet
getHeaderLength(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Get RTP header length from a RTP packet
getHeight() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
Get video height.
getHeight() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
Get the height of the video of the ivf file
getHeight() - Method in class org.jitsi.impl.neomedia.quicktime.CVPixelBuffer
Gets the height in pixels of this CVPixelBuffer.
getHeight() - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Gets the max height of the bitstream that this instance represents.
getHeight() - Method in class org.jitsi.util.event.SizeChangeVideoEvent
Gets the new height of the associated visual Component.
getHelloHash(int) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Return the zrtp hello hash String.
getHelloHash(int) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Gets the Hello packet Hash
getHelloHash(int) - Method in interface org.jitsi.service.neomedia.ZrtpControl
Returns the zrtp hello hash String.
getHelloHashSep(int) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Get the ZRTP Hello Hash data - separate strings.
getHelloHashSep(int) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Get the ZRTP Hello Hash data - separate strings.
getHelloHashSep(int) - Method in interface org.jitsi.service.neomedia.ZrtpControl
Gets the ZRTP Hello Hash data - separate strings.
getHighestSent() - Method in class org.jitsi.impl.neomedia.stats.SendTrackStatsImpl
getHighestSent() - Method in interface org.jitsi.service.neomedia.stats.SendTrackStats
 
GetHostApiInfo(int) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Retrieve a pointer to a structure containing information about a specific host Api.
getHostApiType() - Method in exception org.jitsi.impl.neomedia.portaudio.PortAudioException
Gets the host API, if any, which returned the error code and (detailed) message represented by this instance.
getHResult() - Method in exception org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.HResultException
Gets the HRESULT value represented by this instance.
getI18nMnemonic(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns an internationalized string corresponding to the given key.
getI18nMnemonic(String, Locale) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns an internationalized string corresponding to the given key.
getI18NString(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns an internationalized string corresponding to the given key.
getI18NString(String, Locale) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns an internationalized string corresponding to the given key.
getI18NString(String, String[]) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns an internationalized string corresponding to the given key.
getI18NString(String, String[], Locale) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns an internationalized string corresponding to the given key.
getIAudioClientSupportedFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.DataSource
Gets the Formats of media data supported by the audio endpoint device associated with this instance.
getIdentifier() - Method in class org.jitsi.impl.neomedia.device.CaptureDeviceInfo2
Returns the device identifier used to save and load device preferences.
getImage(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Constructs an ImageIcon from the specified image ID and returns it.
getImageBytes(BufferedImage, byte[]) - Static method in class org.jitsi.impl.neomedia.imgstreaming.ImgStreamingUtils
Get raw bytes from ARGB BufferedImage.
getImageInBytes(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Loads the image with the specified ID and returns a byte array containing it.
getImageInputStream(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns the InputStream of the image corresponding to the given key.
getImageInputStreamForPath(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns the InputStream of the image corresponding to the given path.
getImagePath(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns the image path corresponding to the given key.
getImageURL(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns the URL of the image corresponding to the given key.
getImageURLForPath(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns the URL of the image corresponding to the given path.
getIMMDevice(String) - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
Gets an audio endpoint device that is identified by a specific endpoint ID string.
getIMMDeviceDataFlow(long) - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
Gets the data flow of a specific IMMDevice in the form of an EDataFlow value.
getIMMDeviceIndex(String, int) - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
Gets the zero-based index within the IMMDeviceCollection interface of an audio endpoint device specified by an endpoint ID string.
getImpl() - Method in class org.jitsi.impl.neomedia.ActiveSpeakerDetectorImpl
Gets the actual algorithm implementation used by this instance for the detection/identification of the active/dominant speaker in a multipoint conference.
getInAttribute() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
 
getInAttribute() - Method in interface org.jitsi.service.neomedia.SDesControl
Gets the crypto attribute of the incoming MediaStream.
getIncomingRawPacketCache() - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
Gets the incoming RawPacketCache.
getInDataSource() - Method in class org.jitsi.impl.neomedia.conference.InDataSourceDesc
Returns this instance's inDataSource
getIndex() - Method in class org.jitsi.impl.neomedia.device.ScreenDeviceImpl
Get the screen index.
getIndex() - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Gets the subjective quality index of this instance.
getIndex() - Method in interface org.jitsi.service.neomedia.device.ScreenDevice
Gets this screen's index.
getIngressEngine() - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine
Gets the engine which handles incoming RTP packets for this instance.
getInitiatorCryptoAttributes() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
Returns the crypto attributes enabled on this computer.
getInitiatorCryptoAttributes() - Method in interface org.jitsi.service.neomedia.SDesControl
Returns the crypto attributes enabled on this computer.
getInputDeviceVolume(String) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
 
getInputDeviceVolume(String) - Method in class org.jitsi.impl.neomedia.HardwareVolumeControl
Returns the device volume via the system API.
getInputFormat() - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
Gets the Format in which this Codec is currently configured to accept input media data.
getInputVolumeControl() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Gets the VolumeControl which controls the volume level of audio input/capture.
getInputVolumeControl() - Method in interface org.jitsi.service.neomedia.MediaService
Gets the VolumeControl which controls the volume level of audio input/capture.
getInstant() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getInStream() - Method in class org.jitsi.impl.neomedia.conference.InStreamDesc
Gets the SourceStream described by this instance.
getInStreams() - Method in class org.jitsi.impl.neomedia.conference.AudioMixerPushBufferStream
Gets the SourceStreams (in the form of InStreamDescs) from which this instance reads audio samples.
getInt(String, int) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Gets the value of a specific property as a signed decimal integer.
getInt(String, int) - Method in interface org.jitsi.service.configuration.ConfigurationService
Gets the value of a specific property as a signed decimal integer.
getInt(ConfigurationService, String, int) - Static method in class org.jitsi.util.ConfigUtils
Gets the value as an int of a property from either a specific ConfigurationService or System.
getInterval() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
getInterval() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
 
getJitter() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
getJitter() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
 
getJitterBufferAbsoluteMaximumDelay() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getJitterBufferAdaptive() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Gets whether the jitter buffer is adaptive.
getJitterBufferControl(ReceiveStream) - Static method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Gets the JitterBufferControl of a ReceiveStream.
getJitterBufferDelayMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the delay in milliseconds introduced by the jitter buffer.
getJitterBufferDelayMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the delay in milliseconds introduced by the jitter buffer.
getJitterBufferDelayPackets() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the delay in number of packets introduced by the jitter buffer.
getJitterBufferDelayPackets() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the delay in number of packets introduced by the jitter buffer.
getJitterBufferMaximumDelay() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getJitterBufferNominalDelay() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getJitterBufferRate() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Gets the implementation specific adjustment rate of a jitter buffer in adaptive mode.
getJMFEncoding() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Gets the encoding of the JMF Format represented by this instance as it is known to JMF (in contrast to its RFC name).
getKeyFrameControl() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
getKeyFrameControl() - Method in interface org.jitsi.service.neomedia.VideoMediaStream
Gets the KeyFrameControl of this VideoMediaStream.
getKeyFrameRequestees() - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl
Gets the KeyFrameRequestees made available through this KeyFrameControl.
getKeyFrameRequestees() - Method in class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
getKeyFrameRequesters() - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl
Gets the KeyFrameRequesters made available through this KeyFrameControl.
getKeyFrameRequesters() - Method in class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
getKeyPair() - Method in class org.jitsi.impl.neomedia.transform.dtls.CertificateInfo
Gets the private and public keys of CertificateInfo.certificate.
getLastMeasuredAudioLevel(long) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Returns the last audio level that was measured by the underlying device session for the specified ssrc (where ssrc could also correspond to our local sync source identifier).
getLastMeasuredAudioLevel(long) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
Returns the last audio level that was measured by this device session for the specified ssrc.
getLastMeasuredLocalUserAudioLevel() - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
Returns the last audio level that was measured by the underlying mixer for local user.
getLastProcessTime() - Method in class org.jitsi.util.concurrent.PeriodicRunnable
Gets the last time in milliseconds at which PeriodicRunnable.run() was invoked.
getLastReceivedFrame() - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Gets the last frame from this encoding that has been received.
getLastStableBitrateBps() - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Gets the last stable bitrate (in bps) for this instance.
getLatestEstimate() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.AimdRateControl
 
getLatestEstimate() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorAbsSendTime
Returns the estimated payload bitrate in bits per second if a valid estimate exists; otherwise, -1.
getLatestEstimate() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorSingleStream
Returns the estimated payload bitrate in bits per second if a valid estimate exists; otherwise, -1.
getLatestEstimate() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Returns the estimated payload bitrate in bits per second if a valid estimate exists; otherwise, -1.
getLatestEstimate() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
getLatestEstimate() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation
getLatestEstimate() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator
 
getLatestEstimate() - Method in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
Returns the estimated payload bitrate in bits per second if a valid estimate exists; otherwise, -1.
getLatestFractionLoss() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
getLatestFractionLoss() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation
getLatestFractionLoss() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator
 
getLatestREMB() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
getLatestREMB() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation
getLatestREMB() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator
 
getLength() - Method in class org.jitsi.impl.neomedia.codec.REDBlock
Gets the length of the data in the buffer.
getLength() - Method in class org.jitsi.impl.neomedia.codec.video.ByteBuffer
Gets the number of bytes of valid data that the native memory represented by this instance contains.
GetLength() - Method in interface org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.IMediaBuffer
 
GetLength() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.PtrMediaBuffer
 
getLength() - Method in interface org.jitsi.service.neomedia.ByteArrayBuffer
Gets the length of the data in the buffer.
getLength() - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
Gets the length of the data in the buffer.
getLength() - Method in class org.jitsi.service.neomedia.RawPacket
Get the length of this packet's data
getLength(RawPacket) - Method in class org.jitsi.util.RawPacketQueue
getLength(byte[], int, int) - Static method in class org.jitsi.util.RTCPUtils
Gets the RTCP packet length in bytes as specified by the length field of the RTCP packet (does not verify that the buffer is actually large enough).
getLength(ByteArrayBuffer) - Static method in class org.jitsi.util.RTCPUtils
Gets the RTCP packet length in bytes.
getLevel(long) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelMap
Returns the audio level of the specified csrc id or -1 if csrc is not currently registered in this map.
getLevel() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Get the current gain set for this object as a value between 0.0 and 1.0
getLevel() - Method in class org.jitsi.service.neomedia.event.VolumeChangeEvent
Gets the volume level notified about by this VolumeChangeEvent.
getLevel() - Method in class org.jitsi.util.InstanceLogger
getLevel() - Method in class org.jitsi.util.Logger
 
getLevel() - Method in class org.jitsi.util.LoggerImpl
getLimit() - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
The limit for the file size.
getLocal() - Method in class org.jitsi.util.swing.VideoLayout
Returns the local video component.
getLocalCloseButton() - Method in class org.jitsi.util.swing.VideoLayout
Returns the local video close button.
getLocalContributingSourceIDs() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Returns the list of CSRC identifiers for all parties currently known to contribute to the media that this stream is sending toward its remote counter part.
getLocalControlAddress() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the local address that this stream is sending RTCP traffic from.
getLocalDataAddress() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the local address that this stream is sending RTP traffic from.
getLocalFingerprint() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Gets the fingerprint of the local certificate that this instance uses to authenticate its ends of DTLS sessions.
getLocalFingerprint() - Method in interface org.jitsi.service.neomedia.DtlsControl
Gets the fingerprint of the local certificate that this instance uses to authenticate its ends of DTLS sessions.
getLocalFingerprintHashFunction() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Gets the hash function with which the fingerprint of the local certificate is computed i.e.
getLocalFingerprintHashFunction() - Method in interface org.jitsi.service.neomedia.DtlsControl
Gets the hash function with which the fingerprint of the local certificate is computed i.e.
getLocalIPAddress() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the local IP address of the MediaStream.
getLocalIPAddress() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the local IP address of the MediaStream.
getLocalOutDataSource() - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
Gets the AudioMixingPushBufferDataSource containing the mix of all input DataSources excluding the CaptureDevice of this AudioMixer and is thus meant for playback on the local peer in a call.
getLocalPlayer() - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Return the Player instance which provides the local visual/video Component.
getLocalPort() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the local port of the MediaStream.
getLocalPort() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the local port of the MediaStream.
getLocalSourceID() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the synchronization source (SSRC) identifier of the local peer or -1 if it is not yet known.
getLocalSourceID() - Method in interface org.jitsi.service.neomedia.MediaStream
Returns the synchronization source (SSRC) identifier of the local participant or -1 if that identifier is not yet known at this point.
getLocalSSRC() - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
getLocalSSRC(StreamRTPManager) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Exposes RTPSessionMgr.getLocalSSRC() on the internal/underlying RTPSessionMgr.
getLocalTime(long, long) - Method in class org.jitsi.impl.neomedia.recording.SynchronizerImpl
Tries to find the local time (as returned by System.currentTimeMillis()) that corresponds to the RTP timestamp rtpTime for the SSRC ssrc.
getLocalTime(long, long) - Method in interface org.jitsi.service.neomedia.recording.Synchronizer
Tries to find the local time (as returned by System.currentTimeMillis()) that corresponds to the RTP timestamp rtpTime for the SSRC ssrc.
getLocalVisualComponent() - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Gets the visual Component, if any, depicting the video streamed from the local peer to the remote peer.
getLocalVisualComponent() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Gets the visual Component, if any, depicting the video streamed from the local peer to the remote peer.
getLocalVisualComponent() - Method in interface org.jitsi.service.neomedia.VideoMediaStream
Gets the visual Component, if any, depicting the video streamed from the local peer to the remote peer.
getLocator() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
Gets the MediaLocator which specifies the playback device to be used by this Renderer.
getLocator() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements DataSource.getLocator().
getLocator() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements DataSource.getLocator().
getLocatorProtocol() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
Gets the protocol of the MediaLocators of the CaptureDeviceInfos (to be) registered (with FMJ) by this DeviceSystem.
getLogfileCount() - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
The counter for number of files.
getLogger(Class<?>) - Static method in class org.jitsi.util.Logger
Create a logger for the specified class.
getLogger(String) - Static method in class org.jitsi.util.Logger
Create a logger for the specified name.
getLogger(Logger, Logger) - Static method in class org.jitsi.util.Logger
Creates a new Logger instance which performs logging through loggingDelegate and uses levelDelegate to configure its level.
getLong(String, long) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Gets the value of a specific property as a signed decimal long integer.
getLong(String, long) - Method in interface org.jitsi.service.configuration.ConfigurationService
Gets the value of a specific property as a signed decimal long integer.
getLong(ConfigurationService, String, long) - Static method in class org.jitsi.util.ConfigUtils
Gets the value as an long of a property from either a specific ConfigurationService or System.
getLoopInterval() - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Gets the interval of time in milliseconds between consecutive plays of this audio.
getLossDegradedMs() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation.StatisticsImpl
 
getLossDegradedMs() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator.Statistics
 
getLossFreeMs() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation.StatisticsImpl
 
getLossFreeMs() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator.Statistics
 
getLossLimitedMs() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation.StatisticsImpl
 
getLossLimitedMs() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator.Statistics
 
getLossRate() - Method in class org.jitsi.impl.neomedia.stats.ReceiveTrackStatsImpl
getLossRate() - Method in class org.jitsi.impl.neomedia.stats.SendTrackStatsImpl
Returns an estimation of the loss rate based on the most recent RTCP Receiver Report that we received, and the rate of "non-sent" packets (i.e.
getLossRate() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Gets the fraction of RTP data packets from the source lost since the beginning of reception.
getLossRate() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
 
getLostPackets(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.NACKPacket
 
getLostPackets() - Method in class org.jitsi.impl.neomedia.rtcp.NACKPacket
 
getLostPacketsFci(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.NACKPacket
 
getLsw(long) - Static method in class org.jitsi.util.TimeUtils
Gets the least significant word (32bits) from an NTP Timestamp represented as a long.
getMacSize() - Method in class org.jitsi.impl.neomedia.transform.srtp.OpenSSLHMAC
getMalfunctioningSince() - Method in interface org.jitsi.impl.neomedia.control.DiagnosticsControl
Gets the time in milliseconds at which the associated procedure/process has started malfunctioning.
getMany(long, int) - Method in class org.jitsi.impl.neomedia.rtp.RawPacketCache
Gets the most recent packets from the cache that pertains to the SSRC that is specified as an argument, not exceeding the number of bytes specified as an argument.
getMaskWithKBits() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Mask
 
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
Gets the Formats which are supported by this Codec as output when the input is in a specific Format.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
Returns the output formats according to the input.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.Packetizer
 
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaDecoder
 
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
Gets the Formats which are supported by this Codec as output when the input is in a specific Format.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaDecoder
Get the output formats matching a specific input format.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
Get the output formats matching a specific input format.
getMatchingOutputFormats(Format, Format[], Format[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
 
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIDecoder
Get all supported output Formats.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder
Get the output formats matching a specific input format.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.SpeexResampler
Get the output formats matching a specific input format.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.ulaw.JavaDecoder
 
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.ulaw.JavaEncoder
 
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h263p.JNIDecoder
Get matching outputs for a specified input Format.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.DePacketizer
Gets the Formats which are supported by this Codec as output when the input is in a specific Format.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
Get matching outputs for a specified input Format.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXDecoder
Get matching outputs for a specified input Format.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXEncoder
Gets the matching output formats for a specific format.
getMaxDownloadJitterMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Gets the maximum RTP jitter value reported by us in an RTCP report, in milliseconds.
getMaxDownloadJitterMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Gets the maximum RTP jitter value reported by us in an RTCP report, in milliseconds.
getMaximalNominalSampleRate(String, boolean, boolean) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
getMaximumVersion() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsServerImpl
The implementation of TlsServerImpl always returns ProtocolVersion.DTLSv10 because ProtocolVersion.DTLSv12 does not work with the Bouncy Castle Crypto APIs at the time of this writing.
getMaxInterArrivalJitter() - Method in class org.jitsi.impl.neomedia.transform.rtcp.StatisticsEngine
The minimum inter arrival jitter value we have reported.
GetMaxLength() - Method in interface org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.IMediaBuffer
 
GetMaxLength() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.PtrMediaBuffer
 
getMaxSeen() - Method in class org.jitsi.impl.neomedia.rtp.FrameDesc
Gets the maximum sequence number that we've seen for this source frame.
getMaxSupportedFrameRate() - Method in class org.jitsi.impl.neomedia.control.FrameRateControlAdapter
Gets the maximum supported output frame rate.
getMaxUploadJitterMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Gets the maximum RTP jitter value reported to us in an RTCP report, in milliseconds.
getMaxUploadJitterMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Gets the maximum RTP jitter value reported to us in an RTCP report, in milliseconds.
getMaxValue() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Returns the maximum allowed volume value.
getMaxValue() - Method in interface org.jitsi.service.neomedia.VolumeControl
Returns the maximum allowed volume value/level.
getMediaDeviceForPartialDesktopStreaming(int, int, int, int) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Get a MediaDevice for a part of desktop streaming/sharing.
getMediaDeviceForPartialDesktopStreaming(int, int, int, int) - Method in interface org.jitsi.service.neomedia.MediaService
Get a MediaDevice for a part of desktop streaming/sharing.
getMediaFormat(Format) - Static method in class org.jitsi.impl.neomedia.MediaUtils
Gets a MediaFormat predefined in MediaUtils which represents a specific JMF Format.
getMediaFormat(String, double) - Static method in class org.jitsi.impl.neomedia.MediaUtils
Gets the MediaFormat known to MediaUtils and having the specified well-known encoding (name) and clockRate.
getMediaFormat(String, double, Map<String, String>) - Static method in class org.jitsi.impl.neomedia.MediaUtils
Gets the MediaFormat known to MediaUtils and having the specified well-known encoding (name), clockRate and matching format parameters.
getMediaFormatIndex(MediaFormat) - Static method in class org.jitsi.impl.neomedia.MediaUtils
Gets the index of a specific MediaFormat instance within the internal storage of MediaUtils.
getMediaFormats(byte) - Static method in class org.jitsi.impl.neomedia.MediaUtils
Gets the MediaFormats (expressed as an array) corresponding to a specific RTP payload type.
getMediaFormats(MediaType) - Static method in class org.jitsi.impl.neomedia.MediaUtils
Gets the MediaFormats known to MediaUtils and being of the specified MediaType.
getMediaFormats(String) - Static method in class org.jitsi.impl.neomedia.MediaUtils
Gets the MediaFormats predefined in MediaUtils with a specific well-known encoding (name) as defined by RFC 3551 "RTP Profile for Audio and Video Conferences with Minimal Control".
getMediaService() - Static method in class org.jitsi.service.libjitsi.LibJitsi
Gets the MediaService instance.
getMediaService() - Method in interface org.jitsi.service.neomedia.MediaConfigurationService
Returns the MediaService instance
getMediaServiceImpl() - Static method in class org.jitsi.impl.neomedia.NeomediaServiceUtils
 
getMediaStream() - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
Gets the MediaStream associated with this Recorder.
getMediaStream() - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
Gets the MediaStream associated with this Recorder.
getMediaStream() - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
Returns the MediaStream that uses this StreamRTPManager
getMediaStream() - Method in interface org.jitsi.service.neomedia.recording.Recorder
Gets the MediaStream associated with this Recorder.
getMediaStreamStats() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Returns the statistical information gathered about this MediaStream.
getMediaStreamStats() - Method in interface org.jitsi.service.neomedia.MediaStream
Returns a MediaStreamStats object used to get statistics about this MediaStream.
getMediaStreamTrack() - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Gets the MediaStreamTrackDesc that this instance belongs to.
getMediaStreamTrackReceiver() - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
getMediaStreamTrackReceiver() - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackDesc
Gets the MediaStreamTrackReceiver that receives this instance.
getMediaStreamTrackReceiver() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
getMediaStreamTrackReceiver() - Method in class org.jitsi.service.neomedia.AbstractMediaStream
getMediaStreamTrackReceiver() - Method in interface org.jitsi.service.neomedia.MediaStream
getMediaStreamTracks() - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackReceiver
Gets the MediaStreamTrackDescs that this instance is configured to receive.
getMediaType() - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
Gets the MediaType that this device supports.
getMediaType() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
 
getMediaType() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
Gets the MediaType that this device supports.
getMediaType() - Method in class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
Returns the MediaType that this device supports.
getMediaType() - Method in class org.jitsi.impl.neomedia.format.AudioMediaFormatImpl
Gets the type of this MediaFormat which is MediaType.AUDIO for AudioMediaFormatImpl instances.
getMediaType() - Method in class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
Gets the type of this MediaFormat which is MediaType.VIDEO for AudioMediaFormatImpl instances.
getMediaType() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the MediaType of this MediaStream.
getMediaType() - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackDesc
 
getMediaType() - Method in interface org.jitsi.service.neomedia.device.MediaDevice
Returns the MediaType that this device supports.
getMediaType() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
Returns the type of this MediaFormat (e.g.
getMediaType() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getMinDownloadJitterMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Gets the minimum RTP jitter value reported by us in an RTCP report, in milliseconds.
getMinDownloadJitterMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Gets the minimum RTP jitter value reported by us in an RTCP report, in milliseconds.
getMinimalNominalSampleRate(String, boolean, boolean) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
getMinimumThreshold() - Method in class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
Implements BufferControl.getMinimumThreshold().
getMinimumTransferSize() - Method in class org.jitsi.impl.neomedia.rtp.translator.PushSourceStreamImpl
 
getMinimumTransferSize() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Provides a dummy implementation of PushSourceStream.getMinimumTransferSize() that always returns 2 * 1024.
getMinimumVersion() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsClientImpl
getMinimumVersion() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsServerImpl
getMinInterArrivalJitter() - Method in class org.jitsi.impl.neomedia.transform.rtcp.StatisticsEngine
The maximum inter arrival jitter value we have reported.
getMinSeen() - Method in class org.jitsi.impl.neomedia.rtp.FrameDesc
Gets the minimum sequence number that we've seen for this source frame.
getMinUploadJitterMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Gets the minimum RTP jitter value reported to us in an RTCP report, in milliseconds.
getMinUploadJitterMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Gets the minimum RTP jitter value reported to us in an RTCP report, in milliseconds.
getMinValue() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Returns the minimum allowed volume value.
getMinValue() - Method in interface org.jitsi.service.neomedia.VolumeControl
Returns the minimum allowed volume value/level.
getMKILength() - Method in class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
Gets the MKI length of this SRTP cryptographic context
getModelIdentifier() - Method in class org.jitsi.impl.neomedia.device.CaptureDeviceInfo2
Returns the model identifier of this instance.
getMosCq() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getMosLq() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getMsw(long) - Static method in class org.jitsi.util.TimeUtils
Gets the most significant word (32bits) from an NTP Timestamp represented as a long.
getMultiStrParams() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Gets the multistream params
getMute() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Get mute state of sound.
getMute() - Method in class org.jitsi.service.neomedia.event.VolumeChangeEvent
Gets the indicator which determines whether the volume is muted.
getMute() - Method in interface org.jitsi.service.neomedia.VolumeControl
Get mute state of sound playback.
getName() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
Gets the name of this plug-in as a human-readable string.
getName() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
Gets the name of this plug-in as a human-readable string.
getName() - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
 
getName() - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.DePacketizer
Returns the name of the DePacketizer
getName() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Decoder
 
getName() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.DePacketizer
 
getName() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Encoder
 
getName() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Packetizer
 
getName() - Method in class org.jitsi.impl.neomedia.codec.video.h263p.JNIDecoder
Get plugin name.
getName() - Method in class org.jitsi.impl.neomedia.codec.video.h263p.JNIEncoder
Gets the name of this Codec.
getName() - Method in class org.jitsi.impl.neomedia.codec.video.h263p.Packetizer
Get codec name.
getName() - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
Get plugin name.
getName() - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
Gets the name of this Codec.
getName() - Method in class org.jitsi.impl.neomedia.codec.video.h264.Packetizer
Gets the name of this PlugIn.
getName() - Method in class org.jitsi.impl.neomedia.device.ScreenDeviceImpl
Get the identifier of the screen.
getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
Get name of the capture device.
getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
Gets the descriptive/human-readable name of this JMF plug-in.
getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Gets the descriptive/human-readable name of this JMF plug-in.
getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer
getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
 
getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Gets the human-readable name of this PlugIn.
getName() - Method in class org.jitsi.impl.neomedia.recording.BasicWavMux
getName() - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Returns the name of this stream or null if no name has been set.
getName() - Method in interface org.jitsi.service.neomedia.MediaStream
Returns the name of this stream or null if no name has been set.
getNamespaceUri(Node) - Static method in class org.jitsi.util.xml.XMLUtils
Gets the node namespace.
getNbDiscarded() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the total number of Protocol Data Units (PDU) discarded by the FMJ packet queue since the beginning of the session.
getNbDiscarded() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the total number of discarded packets since the beginning of the session.
getNbDiscardedFull() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the number of Protocol Data Units (PDU) discarded by the FMJ packet queue since the beginning of the session because it was full.
getNbDiscardedFull() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the number of packets discarded since the beginning of the session, because the packet queue was full.
getNbDiscardedLate() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the number of Protocol Data Units (PDU) discarded by the FMJ packet queue since the beginning of the session because they were late.
getNbDiscardedLate() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the number of packets discarded since the beginning of the session, because they were late.
getNbDiscardedReset() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the number of Protocol Data Units (PDU) discarded by the FMJ packet queue since the beginning of the session during resets.
getNbDiscardedReset() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the number of packets discarded since the beginning of the session, because the packet queue was reset.
getNbDiscardedShrink() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the number of Protocol Data Units (PDU) discarded by the FMJ packet queue since the beginning of the session due to shrinking.
getNbDiscardedShrink() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the number of packets discarded since the beginning of the session, while the packet queue was shrinking.
getNbFec() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the number of packets for which FEC data was decoded.
getNbFec() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the number of packets for which FEC data was decoded.
getNbPackets() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the total number of packets that are send or receive for this stream since the stream is created.
getNbPackets() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Deprecated.
use the appropriate method from MediaStreamStats2 instead.
getNbPacketsLost() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the number of lost packets for that stream.
getNbPacketsLost() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Deprecated.
use the appropriate method from MediaStreamStats2 instead.
getNbPacketsReceived() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the number of packets received since the beginning of the session.
getNbPacketsReceived() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Deprecated.
use the appropriate method from MediaStreamStats2 instead.
getNbPacketsSent() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the number of packets sent since the beginning of the session.
getNbPacketsSent() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Deprecated.
use the appropriate method from MediaStreamStats2 instead.
getNbReceivedBytes() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
 
getNbReceivedBytes() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Deprecated.
use the appropriate method from MediaStreamStats2 instead.
getNbSentBytes() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
 
getNbSentBytes() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Deprecated.
use the appropriate method from MediaStreamStats2 instead.
getNextFrame(boolean) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFFileReader
Get the next vp8 frame of the IVF file as a byte array.
getNextFrame(VP8Frame, boolean) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFFileReader
Get the next vp8 frame of the IVF file as a byte array.
getNextPacket(boolean) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.RtpdumpFileReader
Get the next rtp packet recorded in the rtpdump file.
getNextToneSignal(double, int) - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Gets the next inband DTMF tone signal.
getNightlyBuildID() - Method in class org.jitsi.service.version.util.AbstractVersion
If this is a nightly build, returns the build identifies (e.g.
getNightlyBuildID() - Method in interface org.jitsi.service.version.Version
If this is a nightly build, returns the build identifies (e.g.
getNoiseLevel() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getNominalSampleRate(String, boolean, boolean) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
getNtpTime() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getNumberOfBytesSent() - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Returns the number of bytes sent trough this stream
getNumberOfFramesInFile() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
Get the 'number of frames' field from the IVF file header.
getNumberOfReceivedBytes() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Returns the number of received bytes for the stream.
getNumberSupportedVersions() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Get number of supported ZRTP protocol versions.
getNumberSupportedVersions() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Get number of supported ZRTP protocol versions.
getNumberSupportedVersions() - Method in interface org.jitsi.service.neomedia.ZrtpControl
Gets the number of supported ZRTP protocol versions.
getNumOfDeltas() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.OveruseEstimator
Returns the number of deltas which the current over-use estimator state is based on.
getOffset() - Method in class org.jitsi.impl.neomedia.codec.REDBlock
Gets the offset in the byte buffer where the actual data starts.
getOffset() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.OveruseEstimator
Returns the estimated inter-arrival time delta offset in ms.
getOffset() - Method in interface org.jitsi.service.neomedia.ByteArrayBuffer
Gets the offset in the byte buffer where the actual data starts.
getOffset() - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
Gets the offset in the byte buffer where the actual data starts.
getOffset() - Method in class org.jitsi.service.neomedia.RawPacket
Get the start offset of this packet's data inside storing buffer
getOffset(RawPacket) - Method in class org.jitsi.util.RawPacketQueue
getOrCreateBandwidthEstimator() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Creates an instance of BandwidthEstimator for this MediaStream if one doesn't already exist.
getOrCreateBandwidthEstimator() - Method in interface org.jitsi.service.neomedia.VideoMediaStream
Creates an instance of BandwidthEstimator for this MediaStream if one doesn't already exist.
getOrigin() - Method in class org.jitsi.util.event.VideoEvent
Gets the origin of the video this VideoEvent notifies about which is one of VideoEvent.LOCAL and VideoEvent.REMOTE.
getOriginalSequenceNumber() - Method in class org.jitsi.service.neomedia.RawPacket
Gets the OSN value of an RTX packet.
getOriginForDesktopStreamingDevice(MediaDevice) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Gets the origin of a specific desktop streaming device.
getOriginForDesktopStreamingDevice(MediaDevice) - Method in interface org.jitsi.service.neomedia.MediaService
Get origin for desktop streaming device.
getOutAttribute() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
 
getOutAttribute() - Method in interface org.jitsi.service.neomedia.SDesControl
Gets the crypto attribute of the outgoing MediaStream.
getOutDataSource() - Method in class org.jitsi.impl.neomedia.conference.InStreamDesc
Gets the AudioMixingPushBufferDataSource in which the mix contribution of the SourceStream described by this instance is to not be included.
getOutgoingRawPacketCache() - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
Gets the outgoing RawPacketCache.
getOutputBitrate() - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
 
getOutputBitrate(long) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
 
getOutputDataSource() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Gets the output DataSource of this instance which provides the captured (RTP) data to be sent by MediaStream to MediaStreamTarget.
getOutputDeviceVolume(String) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
 
getOutputFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.g722.JNIEncoderImpl
Get the output Format.
getOutputFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaEncoder
Get the output format.
getOutputFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaEncoder
Get the output format.
getOutputFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
Gets the Format of the media output by this Codec.
getOutputFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
Get the output format.
getOutputFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder
Get the output format.
getOutputLocator() - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
getOutputSize() - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
Gets the output size.
getOutputVolumeControl() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Gets the VolumeControl which controls the volume level of audio output/playback.
getOutputVolumeControl() - Method in interface org.jitsi.service.neomedia.MediaService
Gets the VolumeControl which controls the volume level of audio output/playback.
getOutStream() - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
Gets the AudioMixerPushBufferStream, first creating it if it does not exist already, which reads data from the input DataSources of this AudioMixer and pushes it to output AudioMixingPushBufferStreams for audio mixing.
getOwner() - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackDesc
 
getPacketLoggingService() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Gets the PacketLoggingService (to be) utilized by this instance.
getPacketLoggingService() - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Gets the PacketLoggingService (to be) utilized by this instance.
getPacketLoggingService() - Static method in class org.jitsi.service.libjitsi.LibJitsi
Gets the PacketLoggingService instance.
getPacketLossConcealment() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Gets the type of packet loss concealment (PLC).
getPacketQueueCountPackets() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the number of packets in the first JitterBufferControl found via getJitterBufferControls.
getPacketQueueCountPackets() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the number of packets currently in the packet queue.
getPacketQueueSize() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the size of the first JitterBufferControl found via getJitterBufferControls.
getPacketQueueSize() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the current size of the packet queue.
getPacketRate() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
getPacketRate() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
 
getPackets(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
 
getPackets() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
 
getPackets() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
getPackets() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
 
getPacketsFromFci(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
 
getPacketsFromFci(ByteArrayBuffer, boolean) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
 
getPacketsLost() - Method in class org.jitsi.impl.neomedia.stats.ReceiveTrackStatsImpl
getPacketsLost() - Method in interface org.jitsi.service.neomedia.stats.ReceiveTrackStats
 
getPacketsMissingFromCache() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Gets the number of packets for which retransmission was requested, but they were missing from the cache.
getPacketsMissingFromCache() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
Gets the number of packets for which retransmission was requested, but they were missing from the cache.
getPacketsNotRetransmitted() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Gets the number of packets which were requested and found in the cache, but were intentionally not retransmitted.
getPacketsNotRetransmitted() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
Gets the number of packets which were requested and found in the cache, but were intentionally not retransmitted.
getPacketsRetransmitted() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Gets the number of packets retransmitted.
getPacketsRetransmitted() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
Gets the number of packets retransmitted.
getPacketType(byte[], int, int) - Static method in class org.jitsi.util.RTCPUtils
Gets the RTCP packet type.
getPacketType(ByteArrayBuffer) - Static method in class org.jitsi.util.RTCPUtils
Gets the RTCP packet type.
getPaddingSize() - Method in class org.jitsi.service.neomedia.RawPacket
Get RTP padding size from a RTP packet
getPaddingSize(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Get RTP padding size from a RTP packet
getPaddingTermination() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
getPaddingTermination() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
getParticipant() - Method in class org.jitsi.impl.neomedia.rtp.translator.SendStreamImpl
 
getParticipantDescription() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getParticipantName() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getPartitionId(byte[], int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
Returns the value of the PID (partition ID) field of the VP8 Payload Descriptor at offset offset in input.
getPaSampleFormat(int) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Gets the native PaSampleFormat with a specific size in bits.
getPayload() - Method in class org.jitsi.service.neomedia.RawPacket
Get the RTP payload (bytes) of this RTP packet.
getPayloadLength(boolean) - Method in class org.jitsi.service.neomedia.RawPacket
Get RTP payload length from a RTP packet
getPayloadLength() - Method in class org.jitsi.service.neomedia.RawPacket
Get RTP payload length from a RTP packet
getPayloadLength(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Get RTP payload length from a RTP packet
getPayloadLength(byte[], int, int, boolean) - Static method in class org.jitsi.service.neomedia.RawPacket
Get RTP payload length from a RTP packet
getPayloadOffset() - Method in class org.jitsi.service.neomedia.RawPacket
Get the RTP payload offset of an RTP packet.
getPayloadOffset(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Get the RTP payload offset of an RTP packet.
getPayloadType() - Method in class org.jitsi.impl.neomedia.codec.REDBlock
Gets the payload type of this RED block.
getPayloadType() - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
Gets the packet type (PT) of this RTCPFeedbackMessagePacket.
getPayloadType(Format) - Method in class org.jitsi.impl.neomedia.rtp.translator.StreamRTPManagerDesc
 
getPayloadType() - Method in class org.jitsi.service.neomedia.event.RTCPFeedbackMessageEvent
Get payload type (PT) of RTCP packet.
getPayloadType() - Method in class org.jitsi.service.neomedia.RawPacket
Get RTP payload type from a RTP packet
getPayloadType(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Get RTP payload type from a RTP packet
getPayloadType(RawPacket) - Static method in class org.jitsi.service.neomedia.RawPacket
Get RTP payload type from a RTP packet
getPeerHelloHash() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Get the peer's Hello Hash data.
getPeerHelloHash() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Get the peer's Hello Hash data.
getPeerHelloHash() - Method in interface org.jitsi.service.neomedia.ZrtpControl
Gets the peer's Hello Hash data as a String.
getPeerZid() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
 
getPeerZid() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Get other party's ZID (ZRTP Identifier) data This functions returns the other party's ZID that was receivied during ZRTP processing.
getPeerZid() - Method in interface org.jitsi.service.neomedia.ZrtpControl
Gets other party's ZID (ZRTP Identifier) data that was received during ZRTP processing.
getPeerZidString() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
 
getPeerZidString() - Method in interface org.jitsi.service.neomedia.ZrtpControl
Gets other party's ZID (ZRTP Identifier) data that was received during ZRTP processing as a String.
getPercentDiscarded() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the percent of discarded packets
getPercentDiscarded() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the current percent of discarded packets.
getPeriod() - Method in class org.jitsi.util.concurrent.PeriodicRunnable
Gets the interval/period in milliseconds at which PeriodicRunnable.run() is to be invoked.
getPictureId(byte[], int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
Gets the value of the PictureID field of a VP8 Payload Descriptor.
getPixelFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
Get color space.
getPixFmt() - Method in class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
Gets the native FFmpeg format represented by this instance.
getPlayer(long) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Gets the Player rendering the ReceiveStream with a specific SSRC.
getPlayers() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Gets the Players rendering the ReceiveStreams of this instance on its associated MediaDevice.
getPort() - Method in class org.jitsi.sctp4j.SctpSocket
Returns SCTP port used by this socket.
getPreferredFrameRate() - Method in class org.jitsi.impl.neomedia.control.FrameRateControlAdapter
Gets the default/preferred output frame rate.
getPreReleaseID() - Method in interface org.jitsi.service.version.Version
Returns the version prerelease ID of the current Jitsi version and null if this version is not a prerelease.
getPrimaryBlock(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.REDBlockIterator
Gets the first RED block in the RED payload.
getPrimaryREDBlock(ByteArrayBuffer) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the primary REDBlock that contains the payload of the RTP packet passed in as a parameter.
getPrimaryREDBlock(RawPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the REDBlock that contains the payload of the packet passed in as a parameter.
getPrimaryREDBlock(ByteArrayBuffer) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Gets the primary REDBlock that contains the payload of the RTP packet passed in as a parameter.
getPrimaryREDBlock(RawPacket) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Gets the primary REDBlock that contains the payload of the RTP packet passed in as a parameter.
getPrimaryREDBlock(ByteArrayBuffer) - Method in interface org.jitsi.service.neomedia.MediaStream
Deprecated.
getPrimaryREDBlock(RawPacket) - Method in interface org.jitsi.service.neomedia.MediaStream
Gets the primary REDBlock that contains the payload of the RTP packet passed in as a parameter.
getPrimarySSRC() - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Gets the primary SSRC for this layering/encoding.
getPriority() - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
The priority of the audio is 3, which is meant to be higher than other threads and higher than the video one.
getPriority() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Used to set the priority of the receive/send streams.
getPriority() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
The priority of the video is 5, which is meant to be higher than other threads and lower than the audio one.
getPriority(MediaFormat) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
Get the priority for a MediaFormat.
getPrivatePersistentDirectory(String) - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
Deprecated.
getPrivatePersistentDirectory(String, FileCategory) - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
This method creates a directory specific to the current user.
getPrivatePersistentDirectory(String) - Method in interface org.jitsi.service.fileaccess.FileAccessService
Deprecated.
getPrivatePersistentDirectory(String, FileCategory) - Method in interface org.jitsi.service.fileaccess.FileAccessService
This method creates a directory specific to the current user.
getPrivatePersistentFile(String) - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
Deprecated.
getPrivatePersistentFile(String, FileCategory) - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
This method returns a file specific to the current user.
getPrivatePersistentFile(String) - Method in interface org.jitsi.service.fileaccess.FileAccessService
Deprecated.
getPrivatePersistentFile(String, FileCategory) - Method in interface org.jitsi.service.fileaccess.FileAccessService
This method returns a file specific to the current user.
getProcessorFormat() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Gets the JMF Format in which this instance captures media.
getPropDevice() - Method in class org.jitsi.impl.neomedia.device.CaptureDevices
Returns the property of the capture devices.
getPropDevice() - Method in class org.jitsi.impl.neomedia.device.Devices
Returns the property of the capture devices.
getPropDevice() - Method in class org.jitsi.impl.neomedia.device.NotifyDevices
Returns the property of the capture devices.
getPropDevice() - Method in class org.jitsi.impl.neomedia.device.PlaybackDevices
Returns the property of the capture devices.
getProperties() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Gets the properties of DtlsControlImpl and their values which this instance shares with DtlsTransformEngine and DtlsPacketTransformer.
getProperties() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsPacketTransformer
Gets the properties of DtlsControlImpl and their values which the associated DtlsControlImpl shares with this instance.
getProperties() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsTransformEngine
Gets the properties of DtlsControlImpl and their values which DtlsTransformEngine.dtlsControl shares with this instance and DtlsPacketTransformer.
getProperty(String) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Returns the value of the property with the specified name or null if no such property exists.
getProperty(String) - Method in interface org.jitsi.impl.configuration.ConfigurationStore
Gets the value in this ConfigurationStore of a property with a specific name.
getProperty(String) - Method in class org.jitsi.impl.configuration.HashtableConfigurationStore
getProperty(String) - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
getProperty(String) - Method in interface org.jitsi.service.configuration.ConfigurationService
Returns the value of the property with the specified name or null if no such property exists.
getProperty(String) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Gets the value of a specific opaque property of this MediaStream.
getProperty(String) - Method in interface org.jitsi.service.neomedia.MediaStream
Gets the value of a specific opaque property of this MediaStream.
getPropertyChangeEvent() - Method in exception org.jitsi.service.configuration.ConfigPropertyVetoException
Gets the vetoed PropertyChangeEvent.
getPropertyChangeSource(String, Object, Object) - Method in class org.jitsi.util.event.PropertyChangeNotifier
Gets the Object to be reported as the source of a new PropertyChangeEvent which is to notify the PropertyChangeListeners registered with this PropertyChangeNotifier about the change in the value of a property with a specific name from a specific old value to a specific new value.
getPropertyID(T) - Static method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpConfigureUtils
 
getPropertyName(String) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Gets the (full) name of the ConfigurationService property which is associated with a (base) AudioSystem-specific property name.
getPropertyNames() - Method in interface org.jitsi.impl.configuration.ConfigurationStore
Gets the names of the properties which have values associated in this ConfigurationStore.
getPropertyNames() - Method in class org.jitsi.impl.configuration.HashtableConfigurationStore
getPropertyNames() - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
Implements {ConfigurationStore#getPropertyNames()}.
getPropertyNamesByPrefix(String, boolean) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Returns a List of Strings containing all property names that have the specified prefix.
getPropertyNamesByPrefix(String, boolean) - Method in interface org.jitsi.service.configuration.ConfigurationService
Returns a List of Strings containing all property names that have the specified prefix.
getPropertyNamesBySuffix(String) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Returns a List of Strings containing the property names that have the specified suffix.
getPropertyNamesBySuffix(String) - Method in interface org.jitsi.service.configuration.ConfigurationService
Returns a List of Strings containing the property names that have the specified suffix.
getProtectedSeqNums() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Mask
Get the list of media packet sequence numbers which are marked as protected in this mask
getProtectedSequenceNumbers() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Packet
Get the list of media packet sequence numbers protected by this FlexFec03Packet
getProtectedSsrc() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Packet
Get the media ssrc protected by this flexfec packet
getProtocol() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
Returns the protocol of this StreamConnector.
getProtocol() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
Returns the protocol of this StreamConnector.
getProtocol() - Method in interface org.jitsi.service.neomedia.StreamConnector
Returns the protocol of this StreamConnector.
getProtocol() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
Returns the protocol of this StreamConnector.
getPtr() - Method in class org.jitsi.impl.neomedia.codec.video.AVFrame
Gets the pointer to the native FFmpeg AVFrame object represented by this instance.
getPtr() - Method in class org.jitsi.impl.neomedia.codec.video.ByteBuffer
Gets the pointer to the native memory represented by this instance.
getPtr() - Method in class org.jitsi.impl.neomedia.quicktime.CVImageBuffer
Gets the CoreVideo CVImageBufferRef represented by this instance.
getPtr() - Method in class org.jitsi.impl.neomedia.quicktime.NSObject
Gets the pointer to the Objective-C object represented by this instance.
getPulseAudioSystem() - Static method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
Returns the one and only instance of PulseAudioSystem known to the AudioSystem framework.
getQualityControl() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Gets the QualityControl of this VideoMediaStream.
getQualityControl() - Method in interface org.jitsi.service.neomedia.VideoMediaStream
Gets the QualityControl of this VideoMediaStream.
getRealUsedClockRateString() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Returns a String representation of the real used clock rate associated with this MediaFormat making sure that the value appears as an integer (i.e.
getRealUsedClockRateString() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
Returns a String representation of the real used clock rate associated with this MediaFormat making sure that the value appears as an integer (i.e.
getReceiveBufferSize() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Provides a dummy implementation to RTPConnector.getReceiveBufferSize() that always returns -1.
getReceiveBufferSize() - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPConnectorImpl
Not implemented because there are currently no uses of the underlying functionality.
getReceivedMs() - Method in class org.jitsi.impl.neomedia.rtp.FrameDesc
Gets the time (in millis) when the first packet of this frame was received.
getReceivedRTCPExtendedReport(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the latest RTCP XR received from a specific SSRC (of remote originator).
getReceivedRTCPExtendedReports() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the RTCP extended reports (XR) received by the local endpoint.
getReceivedRTCPFeedback(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the latest RTCP SR or RR report block received from a remote sender/originator for a local source.
getReceivedRTCPFeedbacks() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the RTCP sender report (SR) and/or receiver report (RR) blocks received by the local endpoint.
getReceivedRTCPReport(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the latest RTCP SR or RR received from a specific SSRC (of remote sender/originator).
getReceivedRTCPReports() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the RTCP sender reports (SR) and/or receiver reports (RR) received by the local endpoint.
getReceivedRTCPVoIPMetrics() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the RTCP extended report (XR) VoIP Metrics blocks received by the local endpoint.
getReceivedRTCPVoIPMetrics(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the latest RTCP extended report (XR) VoIP Metrics block received from a remote originator for a local source.
getReceivedVideoFormat() - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Returns the FMJ Format of the video we are receiving from the remote peer.
getReceiveLimit() - Method in class org.jitsi.impl.neomedia.transform.dtls.DatagramTransportImpl
getReceiveStats() - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
getReceiveStats(long) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
getReceiveStats() - Method in interface org.jitsi.service.neomedia.stats.MediaStreamStats2
 
getReceiveStats(long) - Method in interface org.jitsi.service.neomedia.stats.MediaStreamStats2
 
getReceiveStream() - Method in class org.jitsi.impl.neomedia.device.ReceiveStreamPushBufferDataSource
Gets the ReceiveStream which has its DataSource wrapped by this instance.
getReceiveStream(int) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets a ReceiveStream which this instance plays back on its associated MediaDevice and which has a specific synchronization source identifier (SSRC).
getReceiveStreamListeners() - Method in class org.jitsi.impl.neomedia.rtp.translator.StreamRTPManagerDesc
 
getReceiveStreams() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Gets a list of the ReceiveStreams being played back on the MediaDevice represented by this instance.
getReceiveStreams() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets a list of the ReceiveStreams this instance plays back on its associated MediaDevice.
getReceiveStreams() - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
getReceiveStreams(StreamRTPManager) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Gets the ReceiveStreams associated with/related to a neomedia MediaStream (specified in the form of a StreamRTPManager instance for the purposes of and in the terms of RTPManagerImpl).
getRecorderListeners() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Gives access to currently registered Recorder.Listeners.
getRecorderListeners() - Method in interface org.jitsi.service.neomedia.MediaService
Gives access to currently registered Recorder.Listeners.
getRedTransformEngine() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Creates the REDTransformEngine for this MediaStream.
getReferenceTime250us(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
 
getRemoteBitrateEstimator() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the RemoteBitrateEstimator of this VideoMediaStream.
getRemoteBitrateEstimator() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Gets the RemoteBitrateEstimator of this VideoMediaStream.
getRemoteContributingSourceIDs() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Returns the List of CSRC identifiers representing the parties contributing to the stream that we are receiving from this MediaStream's remote party.
getRemoteControlAddress() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the address that this stream is sending RTCP traffic to.
getRemoteControlAddress() - Method in interface org.jitsi.service.neomedia.MediaStream
Returns the address that this stream is sending RTCP traffic to.
getRemoteDataAddress() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the address that this stream is sending RTP traffic to.
getRemoteDataAddress() - Method in interface org.jitsi.service.neomedia.MediaStream
Returns the address that this stream is sending RTP traffic to.
getRemoteIPAddress() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the remote IP address of the MediaStream.
getRemoteIPAddress() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the remote IP address of the MediaStream.
getRemotePort() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the remote port of the MediaStream.
getRemotePort() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the remote port of the MediaStream.
getRemoteReceivePreset() - Method in class org.jitsi.impl.neomedia.QualityControlImpl
The current preset.
getRemoteReceivePreset() - Method in interface org.jitsi.service.neomedia.QualityControl
The currently used quality preset announced as receive by remote party.
getRemoteSendMaxPreset() - Method in class org.jitsi.impl.neomedia.QualityControlImpl
The max resolution values for remote part.
getRemoteSendMaxPreset() - Method in interface org.jitsi.service.neomedia.QualityControl
The maximum preset that the remote party is sending and we are receiving.
getRemoteSendMinPreset() - Method in class org.jitsi.impl.neomedia.QualityControlImpl
The minimum resolution values for remote part.
getRemoteSendMinPreset() - Method in interface org.jitsi.service.neomedia.QualityControl
The minimum preset that the remote party is sending and we are receiving.
getRemoteSourceID() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the synchronization source (SSRC) identifier of the remote peer or -1 if that identifier is not yet known at this point in the execution.
getRemoteSourceID() - Method in interface org.jitsi.service.neomedia.MediaStream
Gets the synchronization source (SSRC) identifier of the remote peer or -1 if that identifier is not yet known at this point in the execution.
getRemoteSourceIDs() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the synchronization source (SSRC) identifiers of the remote peer.
getRemoteSourceIDs() - Method in interface org.jitsi.service.neomedia.MediaStream
Gets the synchronization source (SSRC) identifiers of the remote peer.
getRemoteSSRCList() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Returns the list of SSRC identifiers that this device session is handling streams from.
getRendererClassName() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
Gets the name of the class which implements the Renderer interface to render media on a playback or notification device associated with this DeviceSystem.
getRendererClassName() - Method in class org.jitsi.impl.neomedia.device.MacCoreaudioSystem
Gets the name of the class which implements the Renderer interface to render media on a playback or notification device associated with this DeviceSystem.
getRendererClassName() - Method in class org.jitsi.impl.neomedia.device.PortAudioSystem
Gets the name of the class which implements the Renderer interface to render media on a playback or notification device associated with this DeviceSystem.
getRendererClassName() - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
Gets the name of the class which implements the Renderer interface to render media on a playback or notification device associated with this DeviceSystem.
getReportBlockCount() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
Gets the number of the extended report blocks carried by this RTCPExtendedReport.
getReportBlocks() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
Gets a list of the extended report blocks carried by this RTCPExtendedReport.
getReportCount(ByteArrayBuffer) - Static method in class org.jitsi.util.RTCPUtils
Gets the report count field of the RTCP packet specified in the ByteArrayBuffer that is passed in as a parameter.
getResidualEchoReturnLoss() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getResolution() - Method in class org.jitsi.service.neomedia.QualityPreset
Returns this preset resolution.
getResourceManagementService() - Static method in class org.jitsi.service.libjitsi.LibJitsi
Gets the ResourceManagementService instance.
getRetransmissionRequester() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
getRetransmissionRequester() - Method in interface org.jitsi.service.neomedia.MediaStream
 
getReverseDirection() - Method in enum org.jitsi.service.neomedia.MediaDirection
Returns the MediaDirection value corresponding to a remote party's perspective of this MediaDirection.
getRFactor() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getRoundTripDelay() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getRSAEncryptionCredentials() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsServerImpl
Depending on the selectedCipherSuite, DefaultTlsServer will require either rsaEncryptionCredentials or rsaSignerCredentials neither of which is implemented by DefaultTlsServer.
getRSASignerCredentials() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsServerImpl
Depending on the selectedCipherSuite, DefaultTlsServer will require either rsaEncryptionCredentials or rsaSignerCredentials neither of which is implemented by DefaultTlsServer.
getRTCPBandwidthFraction() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Provides a dummy implementation to RTPConnector.getRTCPBandwidthFraction() that always returns -1.
getRTCPBandwidthFraction() - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPConnectorImpl
Not implemented because there are currently no uses of the underlying functionality.
getRtcpFeedbackMessageSender() - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Gets the RTCPFeedbackMessageSender which should be used for sending RTCP Feedback Messages from this RTPTranslator.
getRTCPPacketType() - Method in class org.jitsi.service.neomedia.RawPacket
Gets the packet type of this RTCP packet.
getRTCPReportListeners() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets a list of the RTCPReportListeners to be notified by this instance about the receiving and sending of RTCP RR, SR, and XR.
getRTCPReports() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Gets the detailed statistics about the RTCP reports sent and received by the associated local peer.
getRTCPReports() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Gets the detailed statistics about the RTCP reports sent and received by the associated local peer.
getRTCPSenderBandwidthFraction() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Provides a dummy implementation to RTPConnector.getRTCPSenderBandwidthFraction() that always returns -1.
getRTCPSenderBandwidthFraction() - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPConnectorImpl
Not implemented because there are currently no uses of the underlying functionality.
getRTCPSSRC(ByteArrayBuffer) - Static method in class org.jitsi.service.neomedia.RawPacket
Get RTCP SSRC from a RTCP packet
getRTCPSSRC(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Get RTCP SSRC from a RTCP packet
getRTCPSSRC() - Method in class org.jitsi.service.neomedia.RawPacket
Get RTCP SSRC from a RTCP packet
getRTCPTermination() - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Gets the RTCP termination for this MediaStreamImpl.
getRTCPTermination() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the RTCP termination for this MediaStreamImpl.
getRTCPTermination() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Gets the RTCP termination for this MediaStreamImpl.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.recording.PacketBuffer
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.rtcp.AudioRTCPTermination
Gets the PacketTransformer for RTCP packets.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPReceiverFeedbackTermination
Gets the PacketTransformer for RTCP packets.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackReceiver
Gets the PacketTransformer for RTCP packets.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Gets the PacketTransformer for RTCP packets.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine.EgressEngine
Gets the PacketTransformer for RTCP packets.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine.IngressEngine
Gets the PacketTransformer for RTCP packets.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.AbsSendTimeEngine
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
Gets the PacketTransformer for RTCP packets.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.csrc.CsrcTransformEngine
Always returns null since this engine does not require any RTCP transformations.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.csrc.SsrcTransformEngine
Always returns null since this engine does not require any RTCP transformations.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.DebugTransformEngine
 
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.delay.DelayingTransformEngine
Gets the PacketTransformer for RTCP packets.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.DiscardTransformEngine
Gets the PacketTransformer for RTCP packets.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsTransformEngine
Gets the PacketTransformer for RTCP packets.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfTransformEngine
Always returns null since this engine does not require any RTCP transformations.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
Gets the PacketTransformer for RTCP packets.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.OriginalHeaderBlockTransformEngine
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.PaddingTermination
Gets the PacketTransformer for RTCP packets.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.pt.PayloadTypeTransformEngine
Always returns null since this engine does not require any RTCP transformations.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.REDFilterTransformEngine
Gets the PacketTransformer for RTCP packets.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.REDTransformEngine
Gets the PacketTransformer for RTCP packets.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterImpl
Gets the PacketTransformer for RTCP packets.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.rtcp.CompoundPacketEngine
Returns a reference to this class since it is performing RTCP transformations in here.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.rtcp.StatisticsEngine
Returns a reference to this class since it is performing RTP transformations in here.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.RtxTransformer
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesTransformEngine
 
getRTCPTransformer() - Method in interface org.jitsi.impl.neomedia.transform.TransformEngine
Gets the PacketTransformer for RTCP packets.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.TransformEngineChain
Returns the meta PacketTransformer that will be applying RTCP transformations from all engines registered in this TransformEngineChain.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.TransformEngineWrapper
Gets the PacketTransformer for RTCP packets.
getRTCPTransformer() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Returns an instance of ZRTPCTransformer.
getRtpCname() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Returns the value which will be used for the canonical end-point identifier (CNAME) in RTCP packets sent by this running instance of libjitsi.
getRtpCname() - Method in interface org.jitsi.service.neomedia.MediaService
Returns the value which will be used for the canonical end-point identifier (CNAME) in RTCP packets sent by this running instance of libjitsi.
getRTPConnector() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the RTPConnector through which this instance sends and receives RTP and RTCP traffic.
getRTPEncoding() - Method in class org.jitsi.impl.neomedia.rtp.FrameDesc
Gets the RTPEncodingDesc that this FrameDesc belongs to.
getRTPEncodings() - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackDesc
Returns an array of all the RTPEncodingDescs for this instance, in subjective quality ascending order.
getRTPManager() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the RTPManager instance which sends and receives RTP and RTCP traffic on behalf of this MediaStream.
getRTPPayloadType() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Gets the RTP payload type (number) of this MediaFormat as it is known in RFC 3551 "RTP Profile for Audio and Video Conferences with Minimal Control".
getRTPPayloadType(String, double) - Static method in class org.jitsi.impl.neomedia.MediaUtils
Gets the RTP payload type corresponding to a specific JMF encoding and clock rate.
getRTPPayloadType() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
Gets the RTP payload type (number) of this MediaFormat as it is known in RFC 3551 "RTP Profile for Audio and Video Conferences with Minimal Control".
getRtpTimestamp() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.recording.PacketBuffer
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.rtcp.AudioRTCPTermination
Gets the PacketTransformer for RTP packets.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPReceiverFeedbackTermination
Gets the PacketTransformer for RTP packets.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackReceiver
Gets the PacketTransformer for RTP packets.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Gets the PacketTransformer for RTP packets.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine.EgressEngine
Gets the PacketTransformer for RTP packets.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine.IngressEngine
Gets the PacketTransformer for RTP packets.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.AbsSendTimeEngine
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
Gets the PacketTransformer for RTP packets.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.csrc.CsrcTransformEngine
Returns a reference to this class since it is performing RTP transformations in here.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.csrc.SsrcTransformEngine
Returns a reference to this class since it is performing RTP transformations in here.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.DebugTransformEngine
 
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.delay.DelayingTransformEngine
Gets the PacketTransformer for RTP packets.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.DiscardTransformEngine
Gets the PacketTransformer for RTP packets.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsTransformEngine
Gets the PacketTransformer for RTP packets.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfTransformEngine
Returns a reference to this class since it is performing RTP transformations in here.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
Gets the PacketTransformer for RTP packets.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.OriginalHeaderBlockTransformEngine
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.PaddingTermination
Gets the PacketTransformer for RTP packets.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.pt.PayloadTypeTransformEngine
Returns a reference to this class since it is performing RTP transformations in here.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.REDFilterTransformEngine
Gets the PacketTransformer for RTP packets.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.REDTransformEngine
Gets the PacketTransformer for RTP packets.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterImpl
Gets the PacketTransformer for RTP packets.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.rtcp.CompoundPacketEngine
Always returns null since this engine does not require any RTP transformations.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.rtcp.StatisticsEngine
Always returns null since this engine does not require any RTP transformations.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.RtxTransformer
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesTransformEngine
 
getRTPTransformer() - Method in interface org.jitsi.impl.neomedia.transform.TransformEngine
Gets the PacketTransformer for RTP packets.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.TransformEngineChain
Returns the meta PacketTransformer that will be applying RTCP transformations from all engines registered in this TransformEngineChain.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.TransformEngineWrapper
Gets the PacketTransformer for RTP packets.
getRTPTransformer() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Returns this RTPTransformer.
getRTPTranslator() - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Gets the RTPTranslator which forwards RTP and RTCP traffic between this and other MediaStreams.
getRTPTranslator() - Method in interface org.jitsi.service.neomedia.MediaStream
Gets the RTPTranslator which forwards RTP and RTCP traffic between this and other MediaStreams.
getRtt() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
getRtt() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
 
getRttMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the RTT computed with the RTCP feedback (cf.
getRttMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Deprecated.
use the appropriate method from MediaStreamStats2 instead.
getRtxTransformer() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the RtxTransformer, if any, used by the MediaStream.
getRtxTransformer() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Gets the RtxTransformer, if any, used by the MediaStream.
getSaltKeyLength() - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
Get the salt key length
GetSampleSize(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Retrieve the size of a given sample format in bytes.
getSampleSizeInBytes(AudioFormat) - Static method in class org.jitsi.impl.neomedia.device.WASAPISystem
Gets the size in bytes of an audio sample of a specific AudioFormat.
getSasHash() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Get the computed SAS hash for this ZRTP session.
getSasType() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Get the commited SAS rendering algorithm for this ZRTP session.
getScaledImage(BufferedImage, int, int, int) - Static method in class org.jitsi.impl.neomedia.imgstreaming.ImgStreamingUtils
Get a scaled BufferedImage.
getScHomeDirLocation() - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Returns the location of the directory where Jitsi is to store user specific data such as configuration files, message and call history as well as is bundle repository.
getScHomeDirLocation() - Method in interface org.jitsi.service.configuration.ConfigurationService
Returns the location of the directory where Jitsi is to store user specific data such as configuration files, message and call history as well as is bundle repository.
getScHomeDirName() - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Returns the name of the directory where Jitsi is to store user specific data such as configuration files, message and call history as well as is bundle repository.
getScHomeDirName() - Method in interface org.jitsi.service.configuration.ConfigurationService
Returns the name of the directory where Jitsi is to store user specific data such as configuration files, message and call history as well as is bundle repository.
getScreenForPoint(Point) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Find the screen device that contains specified point.
getSecondarySsrc(String) - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Get the secondary ssrc for this stream that corresponds to the given type
getSecureCommunicationStatus() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Gets the default secure/insecure communication status for the supported call sessions.
getSecureCommunicationStatus() - Method in class org.jitsi.impl.neomedia.transform.NullSrtpControl
Gets the default secure/insecure communication status for the supported call sessions.
getSecureCommunicationStatus() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
 
getSecureCommunicationStatus() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Method for getting the default secure status value for communication
getSecureCommunicationStatus() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Method for getting the default secure status value for communication
getSecureCommunicationStatus() - Method in interface org.jitsi.service.neomedia.SrtpControl
Gets the default secure/insecure communication status for the supported call sessions.
getSecurityString() - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
Gets the SAS for the current media stream.
getSecurityString() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
 
getSecurityString() - Method in interface org.jitsi.service.neomedia.ZrtpControl
Gets the SAS for the current media stream.
getSelectedDevice(AudioSystem.DataFlow) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Gets the selected device for a specific data flow: capture, notify or playback.
getSelectedDevice(List<CaptureDeviceInfo2>) - Method in class org.jitsi.impl.neomedia.device.Devices
Gets the selected active device.
getSendBufferSize() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Provides a dummy implementation to RTPConnector.getSendBufferSize() that always returns -1.
getSendBufferSize() - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPConnectorImpl
Not implemented because there are currently no uses of the underlying functionality.
getSenderReport() - Method in class org.jitsi.impl.neomedia.rtp.translator.SendStreamImpl
 
getSenderSSRC() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
 
getSenderSSRC() - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
Gets the synchronization source identifier (SSRC) of the originator of this packet.
getSendingBitrate() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Gets the rate at which we are currently sending data to the remote endpoint in bits per second.
getSendingBitrate() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Deprecated.
use the appropriate method from MediaStreamStats2 instead.
getSendLimit() - Method in class org.jitsi.impl.neomedia.transform.dtls.DatagramTransportImpl
getSendStats() - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
getSendStats(long) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
getSendStats() - Method in interface org.jitsi.service.neomedia.stats.MediaStreamStats2
 
getSendStats(long) - Method in interface org.jitsi.service.neomedia.stats.MediaStreamStats2
 
getSendStream(StreamRTPManager, boolean) - Method in class org.jitsi.impl.neomedia.rtp.translator.SendStreamDesc
 
getSendStreamCount() - Method in class org.jitsi.impl.neomedia.rtp.translator.SendStreamDesc
 
getSendStreams() - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
getSendStreams(StreamRTPManager) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Gets the SendStreams associated with/related to a neomedia MediaStream (specified in the form of a StreamRTPManager instance for the purposes of and in the terms of RTPManagerImpl).
getSentRTCPExtendedReport(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the latest RTCP XR sent from a specific SSRC (of local originator).
getSentRTCPExtendedReports() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the RTCP extended reports (XR) sent by the local endpoint.
getSentRTCPFeedback(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the latest RTCP SR or RR report block sent from a local sender/originator for a remote source.
getSentRTCPFeedbacks() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the RTCP sender report (SR) and/or receiver report (RR) blocks sent by the local endpoint.
getSentRTCPReport(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the latest RTCP SR or RR sent from a specific SSRC (of local sender/originator).
getSentRTCPReports() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the RTCP sender reports (SR) and/or receiver reports (RR) sent by the local endpoint.
getSentRTCPVoIPMetrics() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the RTCP extended report (XR) VoIP Metrics blocks sent by the local endpoint.
getSentRTCPVoIPMetrics(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the latest RTCP extended report (XR) VoIP Metrics block sent from a local originator for a remote source.
getSentVideoFormat() - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Returns the format of the video we are streaming to the remote peer.
getSequenceNumber() - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
Gets the (command) sequence number of this Full Intra Request (FIR) RTCP feedback message as defined by RFC 5104 "Codec Control Messages in the RTP Audio-Visual Profile with Feedback (AVPF)".
getSequenceNumber() - Method in class org.jitsi.service.neomedia.RawPacket
Get RTP sequence number from a RTP packet
getSequenceNumber(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Get RTP sequence number from a RTP packet
getSequenceNumber(ByteArrayBuffer) - Static method in class org.jitsi.service.neomedia.RawPacket
Gets the RTP sequence number from a RTP packet.
getSequenceNumberDelta(int, int) - Static method in class org.jitsi.util.RTPUtils
Returns the delta between two RTP sequence numbers, taking into account rollover.
getServerExtensions() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsServerImpl
Includes the use_srtp extension in the DTLS extended server hello.
getService(Class<T>) - Method in class org.jitsi.impl.libjitsi.LibJitsiImpl
Gets a service of a specific type associated with this implementation of the libjitsi library.
getService(Class<T>) - Method in class org.jitsi.impl.libjitsi.LibJitsiOSGiImpl
Gets a service of a specific type associated with this implementation of the libjitsi library.
getService(Class<T>) - Method in class org.jitsi.service.libjitsi.LibJitsi
Gets a service of a specific type associated with this implementation of the libjitsi library.
getSettingsInputStream(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns an InputStream for the setting corresponding to the given key.
getSettingsInputStream(String, Class<?>) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns a stream from a given identifier, obtained through the class loader of the given resourceClass.
getSettingsInt(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns the int value of the corresponding configuration key.
getSettingsString(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns the int value of the corresponding configuration key.
getSettingsURL(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns an url for the setting corresponding to the given key.
getSetup() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Gets the value of the setup SDP attribute defined by RFC 4145 "TCP-Based Media Transport in the Session Description Protocol (SDP)" which determines whether this instance acts as a DTLS client or a DTLS server.
getSetup() - Method in class org.jitsi.impl.neomedia.transform.dtls.Properties
Gets the value of the setup SDP attribute defined by RFC 4145 "TCP-Based Media Transport in the Session Description Protocol (SDP)" which determines whether this instance acts as a DTLS client or a DTLS server.
getSignalLevel() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getSignature() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
Get the signature of the ivf file
getSignatureData() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Gets signature data
getSignatureLength() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Gets signature length
getSize(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
The size in bytes of the Payload Descriptor at offset offset in input.
getSize(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
The size in bytes of the Payload Descriptor at offset offset in input.
getSize() - Method in class org.jitsi.impl.neomedia.device.ScreenDeviceImpl
Gets the (current) size/resolution of this ScreenDevice.
getSize() - Method in class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
Gets the size of the image that this VideoMediaFormat describes.
getSize() - Method in interface org.jitsi.service.neomedia.device.ScreenDevice
Gets the current resolution of this screen.
getSize() - Method in interface org.jitsi.service.neomedia.format.VideoMediaFormat
Returns the size of the image that this VideoMediaFormat describes.
getSoundPath(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns the path of the sound corresponding to the given property key.
getSoundURL(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns an url for the sound resource corresponding to the given key.
getSoundURLForPath(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns an url for the sound resource corresponding to the given path.
getSourceSSRC(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
Gets the SSRC of the media source of the packet specified in the ByteArrayBuffer passed in as an argument.
getSourceSSRC() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
 
getSourceSSRC() - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
Gets the synchronization source identifier (SSRC) of the media source that this piece of feedback information is related to.
getSourceSSRC() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Gets the synchronization source identifier (SSRC) of the RTP data packet source being reported upon by this report block.
getSourceTransmissionStats() - Method in class org.jitsi.impl.neomedia.rtp.translator.SendStreamImpl
 
getSourceVolumeControl() - Method in class org.jitsi.service.neomedia.event.VolumeChangeEvent
Gets the VolumeControl which is the source of the change notified about by this VolumeChangeEvent.
getSpatialID(RawPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Utility method that determines the spatial layer index (SID) of an RTP packet.
getSpatialID(ByteArrayBuffer, String) - Static method in class org.jitsi.impl.neomedia.rtp.FrameMarkingHeaderExtension
 
getSpatialLayerIndex(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp9.DePacketizer.VP9PayloadDescriptor
Gets the spatial layer index (SID), if that's set.
getSRTCPIndex(int) - Method in class org.jitsi.service.neomedia.RawPacket
Get SRTCP sequence number from a SRTCP packet
getSrtpControl() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the SrtpControl which controls the SRTP of this stream.
getSrtpControl() - Method in interface org.jitsi.service.neomedia.MediaStream
The ZrtpControl which controls the ZRTP for this stream.
getSrtpControlType() - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
Gets the SrtpControlType of this instance.
getSrtpControlType() - Method in interface org.jitsi.service.neomedia.SrtpControl
Gets the SrtpControlType of this instance.
getSrtpListener() - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
Returns the SrtpListener which listens for security events.
getSrtpListener() - Method in interface org.jitsi.service.neomedia.SrtpControl
Returns the SrtpListener which listens for security events.
getsseq(float[], float[], int, int, float[], float[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
getSSRC() - Method in class org.jitsi.impl.neomedia.rtp.translator.SendStreamImpl
 
getSSRC() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
getSSRC() - Method in class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
Gets the SSRC of this SRTP cryptographic context
getSSRC() - Method in class org.jitsi.service.neomedia.RawPacket
Get RTP SSRC from a RTP packet
getSSRC(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Get RTP SSRC from a RTP packet
getSsrc() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getSSRC() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
Gets the synchronization source identifier (SSRC) of the originator of this XR packet.
getSSRC() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
 
getSSRCAsLong() - Method in class org.jitsi.service.neomedia.RawPacket
Returns a long representation of the SSRC of this RTP packet.
getSSRCAsLong(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Returns a long representation of the SSRC of this RTP packet.
getSSRCCache() - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Provides access to the underlying SSRCCache that holds statistics information about each SSRC that we receive.
getSSRCCache() - Method in interface org.jitsi.service.neomedia.RTPTranslator
Provides access to the underlying SSRCCache that holds statistics information about each SSRC that we receive.
getSSRCFactory() - Method in class org.jitsi.impl.neomedia.jmfext.media.rtp.RTPSessionMgr
Gets the SSRCFactory utilized by this instance to generate new synchronization source (SSRC) identifiers.
getSsrcs() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorAbsSendTime
Returns the estimated payload bitrate in bits per second if a valid estimate exists; otherwise, -1.
getSsrcs() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorSingleStream
 
getSsrcs() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Returns the estimated payload bitrate in bits per second if a valid estimate exists; otherwise, -1.
getSsrcs() - Method in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
Returns the estimated payload bitrate in bits per second if a valid estimate exists; otherwise, -1.
getStart() - Method in class org.jitsi.impl.neomedia.rtp.FrameDesc
Gets the start sequence number for this source frame.
getStartedDirection() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Gets the MediaDirection in which this instance has been started.
getState() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.OveruseDetector
Returns the current detector state.
getStatistics() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
 
getStatistics() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation
 
getStatistics() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator
 
getStatisticsEngine() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Returns the StatisticsEngine of this instance.
getStream() - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
Gets the SourceStream wrapped by this instance.
getStream() - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
Gets the PushBufferStream wrapped by this instance.
getStream() - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackReceiver
Gets the MediaStream that owns this instance.
GetStreamReadAvailable(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Retrieve the number of frames that can be read from the stream without waiting.
getStreamRTPManager() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the StreamRTPManager which is to forward RTP and RTCP traffic between this and other MediaStreams.
getStreamRTPManager() - Method in interface org.jitsi.service.neomedia.MediaStream
Gets the StreamRTPManager which is to forward RTP and RTCP traffic between this and other MediaStreams.
getStreamRTPManagers() - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Returns a list of StreamRTPManagers currently attached to this RTPTranslator.
getStreamRTPManagers() - Method in interface org.jitsi.service.neomedia.RTPTranslator
Returns a list of StreamRTPManagers currently attached to this RTPTranslator.
getStreams() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements PushBufferDataSource.getStreams().
getStreams() - Method in class org.jitsi.impl.neomedia.conference.InDataSourceDesc
Gets the SourceStreams of the effective input DataSource described by this instance.
getStreams() - Method in class org.jitsi.impl.neomedia.device.ReceiveStreamPushBufferDataSource
Implements PushBufferDataSource.getStreams().
getStreams(Class<SourceStreamT>) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Gets the AbstractBufferStreams through which this AbstractBufferCaptureDevice gives access to its media data.
getStreams() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the PullBufferStreams through which this PullBufferDataSource gives access to its media data.
getStreams() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the PushBufferStreams through which this PushBufferDataSource gives access to its media data.
getStreams() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements PullBufferDataSource.getStreams().
getStreams() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements PushBufferDataSource.getStreams().
getStreams() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
Gets the PullBufferStreams through which this PullBufferDataSource gives access to its media data.
getStreams() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceAdapter
Implements PushBufferDataSource.getStreams().
getStreams() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
Gets the PushBufferStreams through which this PushBufferDataSource gives access to its media data.
getStreams() - Method in class org.jitsi.impl.neomedia.protocol.RewritablePullBufferDataSource
Implements PullBufferDataSource.getStreams().
getStreams() - Method in class org.jitsi.impl.neomedia.protocol.RewritablePushBufferDataSource
Implements PushBufferDataSource.getStreams().
getStreams() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
Gets the output streams that this instance provides.
getStreamSyncRoot() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Gets the Object which is to synchronize the access to AbstractBufferCaptureDevice.streams() and its return value.
getStreamSyncRoot() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the Object which is to synchronize the access to AbstractPullBufferCaptureDevice.streams() and its return value.
getStreamSyncRoot() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the Object which is to synchronize the access to AbstractPushBufferCaptureDevice.streams() and its return value.
GetStreamWriteAvailable(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Retrieve the number of frames that can be written to the stream without waiting.
getString(String) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Returns the String value of the specified property (minus all encompassing whitespaces) and null in case no property value was mapped against the specified propertyName, or in case the returned property string had zero length or contained whitespaces only.
getString(String, String) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Returns the String value of the specified property and null in case no property value was mapped against the specified propertyName, or in case the returned property string had zero length or contained whitespaces only.
getString(String) - Method in interface org.jitsi.service.configuration.ConfigurationService
Returns the String value of the specified property and null in case no property value was mapped against the specified propertyName, or in case the returned property string had zero length or contained whitespaces only.
getString(String, String) - Method in interface org.jitsi.service.configuration.ConfigurationService
Returns the String value of the specified property and null in case no property value was mapped against the specified propertyName, or in case the returned property string had zero length or contained whitespaces only.
getString(ConfigurationService, String, String) - Static method in class org.jitsi.util.ConfigUtils
Gets the value as a String of a property from either a specific ConfigurationService or System.
getString(ConfigurationService, String, String, String) - Static method in class org.jitsi.util.ConfigUtils
Gets the value as a String of a property from either a specific ConfigurationService or System.
getSuggestedLatency() - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Gets the suggested latency to be used when opening PortAudio streams.
getSupportedCryptoSuites() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
 
getSupportedCryptoSuites() - Method in interface org.jitsi.service.neomedia.SDesControl
Gets all supported cipher suites.
getSupportedExtensions() - Method in class org.jitsi.impl.neomedia.device.AbstractMediaDevice
Returns a List containing (at the time of writing) a single extension descriptor indicating RECVONLY support for mixer-to-client audio levels.
getSupportedExtensions() - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceImpl
Returns a List containing (at the time of writing) a single extension descriptor indicating RECVONLY support for mixer-to-client audio levels.
getSupportedExtensions() - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
Returns a List containing (at the time of writing) a single extension descriptor indicating SENDRECV for mixer-to-client audio levels.
getSupportedExtensions() - Method in interface org.jitsi.service.neomedia.device.MediaDevice
Returns the List of RTPExtensions that this device know how to handle.
getSupportedFormats() - Method in class org.jitsi.impl.neomedia.control.ReadOnlyFormatControlDelegate
Gets the Formats supported by the owner of this FormatControl.
getSupportedFormats() - Method in class org.jitsi.impl.neomedia.device.AbstractMediaDevice
Gets a list of MediaFormats supported by this MediaDevice.
getSupportedFormats(QualityPreset, QualityPreset) - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
Gets the list of MediaFormats supported by this MediaDevice.
getSupportedFormats(QualityPreset, QualityPreset, EncodingConfiguration) - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
Gets the list of MediaFormats supported by this MediaDevice and enabled in encodingConfiguration.
getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.device.AudioSilenceCaptureDevice
Gets the Formats which are to be reported by a FormatControl as supported formats for a PushBufferStream at a specific zero-based index in the list of streams of this PushBufferDataSource.
getSupportedFormats(EncodingConfiguration) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
Gets the list of MediaFormats supported by this MediaDevice and enabled in encodingConfiguration.
getSupportedFormats(QualityPreset, QualityPreset) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
Gets the list of MediaFormats supported by this MediaDevice.
getSupportedFormats(QualityPreset, QualityPreset, EncodingConfiguration) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
Gets the list of MediaFormats supported by this MediaDevice and enabled in encodingConfiguration.
getSupportedFormats() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Gets a list of the MediaFormats in which this instance is capable of capturing media from its associated MediaDevice.
getSupportedFormats(QualityPreset, QualityPreset) - Method in class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
Returns a list of MediaFormat instances representing the media formats supported by this MediaDevice.
getSupportedFormats(QualityPreset, QualityPreset, EncodingConfiguration) - Method in class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
Returns a list of MediaFormat instances representing the media formats supported by this MediaDevice and enabled in encodingConfiguration..
getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Gets the Formats which are to be reported by a FormatControl as supported formats for a AbstractBufferStream at a specific zero-based index in the list of streams of this AbstractBufferCaptureDevice.
getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the Formats which are to be reported by a FormatControl as supported formats for a PullBufferStream at a specific zero-based index in the list of streams of this PullBufferDataSource.
getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the Formats which are to be reported by a FormatControl as supported formats for a PushBufferStream at a specific zero-based index in the list of streams of this PushBufferDataSource.
getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.audiosilence.DataSource
Gets the Formats which are to be reported by a FormatControl as supported formats for a PushBufferStream at a specific zero-based index in the list of streams of this PushBufferDataSource.
getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DataSource
Gets the Formats which are to be reported by a FormatControl as supported formats for a PushBufferStream at a specific zero-based index in the list of streams of this PushBufferDataSource.
getSupportedFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
Get the supported video format this capture device supports.
getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.DataSource
Gets the Formats which are to be reported by a FormatControl as supported formats for a PullBufferStream at a specific zero-based index in the list of streams of this PullBufferDataSource.
getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.DataSource
Gets the Formats which are to be reported by a FormatControl as supported formats for a PullBufferStream at a specific zero-based index in the list of streams of this PullBufferDataSource.
getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
Gets the Formats which are to be reported by a FormatControl as supported formats for a PullBufferStream at a specific zero-based index in the list of streams of this PullBufferDataSource.
getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Gets the Formats which are to be reported by a FormatControl as supported formats for a PushBufferStream at a specific zero-based index in the list of streams of this PushBufferDataSource.
getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.DataSource
Gets the Formats which are to be reported by a FormatControl as supported formats for a PushBufferStream at a specific zero-based index in the list of streams of this PushBufferDataSource.
getSupportedFormats(int) - Method in class org.jitsi.impl.neomedia.protocol.FakePushBufferDataSource
Gets the Formats which are to be reported by a FormatControl as supported formats for a PushBufferStream at a specific zero-based index in the list of streams of this PushBufferDataSource.
getSupportedFormats() - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
Gets a list of the formats in which this Recorder supports recording media.
getSupportedFormats() - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
getSupportedFormats() - Method in interface org.jitsi.service.neomedia.device.MediaDevice
Returns a list of MediaFormat instances representing the media formats supported by this MediaDevice.
getSupportedFormats(QualityPreset, QualityPreset) - Method in interface org.jitsi.service.neomedia.device.MediaDevice
Returns a list of MediaFormat instances representing the media formats supported by this MediaDevice.
getSupportedFormats(QualityPreset, QualityPreset, EncodingConfiguration) - Method in interface org.jitsi.service.neomedia.device.MediaDevice
Returns a list of MediaFormat instances representing the media formats supported by this MediaDevice and enabled in encodingConfiguration.
getSupportedFormats() - Method in interface org.jitsi.service.neomedia.recording.Recorder
Gets a list of the formats in which this Recorder supports recording media.
getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
Lists all of the input formats that this codec accepts.
getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
Lists all of the input formats that this codec accepts.
getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
Gets the list of JMF Formats of audio data which this Renderer is capable of rendering.
getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Gets the list of JMF Formats of audio data which this Renderer is capable of rendering.
getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer
getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
Overrides the super implementation to handle the case in which the user has selected "none" for the playback/notify device.
getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
 
getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Gets the list of input Formats supported by this Renderer.
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
Lists the output formats that this codec can generate.
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
Lists the output formats that this codec can generate.
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
Implements AbstractCodec.getSupportedOutputFormats(Format).
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.DePacketizer
Returns the supported output formats
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Decoder
 
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.DePacketizer
 
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Encoder
 
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Packetizer
 
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h263p.JNIDecoder
Get all supported output Formats.
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h263p.JNIEncoder
Returns the list of formats supported at the output.
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h263p.Packetizer
Return the list of formats supported at the output.
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
Get all supported output Formats.
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
Returns the list of formats supported at the output.
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.Packetizer
Return the list of formats supported at the output.
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
Gets the supported output formats for an input one.
getSynchronizer() - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
Gets the Synchronizer of this Recorder.
getSynchronizer() - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
 
getSynchronizer() - Method in interface org.jitsi.service.neomedia.recording.Recorder
Gets the Synchronizer of this Recorder.
getSystemTimeStamp() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
Gets the System time in milliseconds at which this RTCPExtendedReport has been received or sent by the local endpoint.
getTarget() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Returns the target of this MediaStream to which it is to send and from which it is to receive data (e.g.
getTarget() - Method in interface org.jitsi.service.neomedia.MediaStream
Returns the target of this MediaStream to which it is to send and from which it is to receive data (e.g.
getTemporalID(RawPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Utility method that determines the temporal layer index (TID) of an RTP packet.
getTemporalID(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtp.FrameMarkingHeaderExtension
 
getTemporalLayerIndex(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
Gets the temporal layer index (TID), if that's set.
getTemporalLayerIndex(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp9.DePacketizer.VP9PayloadDescriptor
Gets the temporal layer index (TID), if that's set.
getTemporaryDirectory() - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
Returns the temporary directory.
getTemporaryDirectory() - Method in interface org.jitsi.service.fileaccess.FileAccessService
This method returns a created temporary directory.
getTemporaryFile() - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
This method returns a created temporary file.
getTemporaryFile() - Method in interface org.jitsi.service.fileaccess.FileAccessService
This method returns a created temporary file.
getText(Element) - Static method in class org.jitsi.util.xml.XMLUtils
Extracts the String content of a TXT element.
getTextNode(Element) - Static method in class org.jitsi.util.xml.XMLUtils
Returns element's TEXT child node (if it has one).
getTime(long) - Static method in class org.jitsi.util.TimeUtils
Taken from from org.apache.commons.net.ntp.TimeStamp#toNtpTime(long) Convert 64-bit NTP timestamp to Java standard time.
getTimeoutValue() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Returns the timeout value that will we will wait and fire timeout secure event if call is not secured.
getTimeoutValue() - Method in interface org.jitsi.service.neomedia.ZrtpControl
Returns the timeout value in milliseconds that we will wait and fire timeout secure event if call is not secured.
getTimeScale() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
Get the timescale declared by the header of the ivf file
getTimeSeriesLogger(Class<?>) - Static method in class org.jitsi.util.TimeSeriesLogger
Create a logger for the specified class.
getTimeStamp() - Method in class org.jitsi.impl.neomedia.conference.InSampleDesc
Gets the time stamp of inSamples to be reported in the Buffers of the AudioMixingPushBufferStreams when mixes are read from them.
getTimestamp() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.VP8Frame
Get the timestamp of the frame as declared in its header.
getTimestamp(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPSenderInfoUtils
Gets the RTP timestamp from an SR.
getTimestamp(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPSenderInfoUtils
Gets the RTP timestamp from an SR.
getTimestamp() - Method in class org.jitsi.impl.neomedia.rtp.FrameDesc
Gets the RTP timestamp for this frame.
getTimestamp() - Method in class org.jitsi.service.neomedia.RawPacket
Returns the timestamp for this RTP RawPacket.
getTimestamp(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Gets the RTP timestamp for an RTP buffer.
getTimestamp(ByteArrayBuffer) - Static method in class org.jitsi.service.neomedia.RawPacket
Gets the RTP timestamp for an RTP buffer.
getTimeUntilNextRun() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
 
getTimeUntilNextRun() - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
Returns the number of milliseconds until this instance wants a worker thread to call Runnable.run().
getTimeUntilNextRun() - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
Returns the number of milliseconds until this instance wants a worker thread to call Runnable.run().
getTimeUntilNextRun() - Method in class org.jitsi.util.concurrent.PeriodicRunnable
Returns the number of milliseconds until this instance wants a worker thread to call Runnable.run().
getTimeUntilNextRun() - Method in interface org.jitsi.util.concurrent.RecurringRunnable
Returns the number of milliseconds until this instance wants a worker thread to call Runnable.run().
getTranscodingDataSource(DataSource) - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
Searches this object's inDataSources for one that matches inDataSource, and returns it's associated TranscodingDataSource.
getTranscodingDataSource() - Method in class org.jitsi.impl.neomedia.conference.InDataSourceDesc
Returns the TranscodingDataSource object used in this instance.
getTranscodingDataSource(DataSource) - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
Returns the TranscodingDataSource associated with inputDataSource in this object's AudioMixer.
getTranscodingDataSource(ReceiveStream) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Returns the TranscodingDataSource associated with receiveStream.
getTranscodingProcessor() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
Returns this instance's Processor object
getTransformEngine() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsPacketTransformer
Gets the TransformEngine which has initialized this instance.
getTransformEngine() - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
Returns the transform engine currently used by this stream.
getTransformEngine() - Method in interface org.jitsi.service.neomedia.SrtpControl
Returns the transform engine currently used by this stream.
getTransformEngineChain() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
getTransformEngineChain() - Method in class org.jitsi.service.neomedia.AbstractMediaStream
getTransformEngineChain() - Method in interface org.jitsi.service.neomedia.MediaStream
getTransformer() - Method in class org.jitsi.impl.neomedia.transform.AbstractTransformOutputStream
Gets the PacketTransformer used by this instance to transform RawPackets.
getTransformer() - Method in class org.jitsi.impl.neomedia.transform.TransformInputStream
Gets the PacketTransformer which is used to reverse-transform packets.
getTransformer() - Method in interface org.jitsi.impl.neomedia.transform.TransformOutputStream
Gets the PacketTransformer used by this instance to transform RawPackets.
getTransformer() - Method in class org.jitsi.impl.neomedia.transform.TransformTCPOutputStream
Gets the PacketTransformer used by this instance to transform RawPackets.
getTransformer() - Method in class org.jitsi.impl.neomedia.transform.TransformUDPOutputStream
Gets the PacketTransformer used by this instance to transform RawPackets.
getTransportCCEngine() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the TransportCCEngine instance, if any, for this MediaStream.
getTransportProtocol() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Returns the transport protocol used by the streams.
getTransportProtocol() - Method in interface org.jitsi.service.neomedia.MediaStream
Returns the transport protocol used by the streams.
getTransportType() - Method in class org.jitsi.impl.neomedia.device.CaptureDeviceInfo2
Returns the device transport type of this instance.
getTransportType(String) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
getTransportTypeBytes(String) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
getType() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getType() - Method in class org.jitsi.util.event.VideoEvent
Gets the type of availability change this VideoEvent notifies about which is one of VideoEvent.VIDEO_ADDED and VideoEvent.VIDEO_REMOVED.
getUID() - Method in class org.jitsi.impl.neomedia.device.CaptureDeviceInfo2
Returns the device UID (unique identifier) of this instance.
getUint16(byte[], int) - Static method in class org.jitsi.impl.neomedia.codec.video.h264.H264
 
getUploadJitterMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the jitter average of this upload stream.
getUploadJitterMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Deprecated.
use the appropriate method from MediaStreamStats2 instead.
getUploadNbPacketLost() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the total number of sent packets lost.
getUploadNbPacketLost() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Deprecated.
use the appropriate method from MediaStreamStats2 instead.
getUploadPercentLoss() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the percent loss of the upload stream.
getUploadPercentLoss() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Deprecated.
use the appropriate method from MediaStreamStats2 instead.
getUploadRateKiloBitPerSec() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the bandwidth used by this download stream.
getUploadRateKiloBitPerSec() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Deprecated.
use the appropriate method from MediaStreamStats2 instead.
getUploadVideoSize() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the upload video size if this stream uploads a video, or null if not.
getUploadVideoSize() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the upload video size if this stream uploads a video, or null if not.
getURI() - Method in class org.jitsi.service.neomedia.RTPExtension
Returns the URI that identifies the format and meaning of this extension.
getUserCallback() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Gets the user callback used to manage the GUI part of ZRTP
getUTF8Bytes(String) - Static method in class org.jitsi.util.StringUtils
Returns the UTF8 bytes for string and handles the unlikely case where UTF-8 is not supported.
getUTF8String(byte[]) - Static method in class org.jitsi.util.StringUtils
Converts string into an UTF8 String and handles the unlikely case where UTF-8 is not supported.
getV4L2PixFmt(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
Gets the FFmpeg pixel format matching a specific Video for Linux Two API Specification pixel format.
getValue() - Method in enum org.jitsi.impl.neomedia.rtp.remotebitrateestimator.BandwidthUsage
 
getValue() - Method in class org.jitsi.service.neomedia.DTMFInbandTone
Returns this tone value as a string representation.
getValue() - Method in class org.jitsi.service.neomedia.DTMFRtpTone
Returns the string representation of this DTMF tone.
getValue() - Method in class org.jitsi.service.neomedia.DTMFTone
Returns the string representation of this DTMF tone.
getVarNoise() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.OveruseEstimator
Returns the estimated noise/jitter variance in ms^2.
getVersion() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
Get the version of the ivf file
getVersion(ByteArrayBuffer) - Static method in class org.jitsi.service.neomedia.RawPacket
Gets the value of the "version" field of an RTP packet.
getVersion(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Gets the value of the "version" field of an RTP packet.
getVersion() - Method in class org.jitsi.service.neomedia.RawPacket
Gets the value of the "version" field of an RTP packet.
getVersion(byte[], int, int) - Static method in class org.jitsi.util.RTCPUtils
Gets the RTCP packet version.
getVersionMajor() - Method in class org.jitsi.service.version.util.AbstractVersion
Returns the version major of the current Jitsi version.
getVersionMajor() - Method in interface org.jitsi.service.version.Version
Returns the version major of the current Jitsi version.
getVersionMinor() - Method in class org.jitsi.service.version.util.AbstractVersion
Returns the version minor of the current Jitsi version.
getVersionMinor() - Method in interface org.jitsi.service.version.Version
Returns the version minor of the current Jitsi version.
getVideoBitrate() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Gets the video bitrate.
getVideoCaptureDevice(MediaUseCase) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Returns a device that we could use for video capture.
getVideoPreviewComponent(MediaDevice, int, int) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Creates a preview component for the specified device(video device) used to show video preview from that device.
getVideoPreviewComponent(MediaDevice, int, int) - Method in interface org.jitsi.service.neomedia.MediaService
Creates a preview component for the specified device(video device) used to show video preview from it.
getVideoRTPPacingThreshold() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Gets the maximum allowed video bandwidth.
getVideoSize() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Gets the video size set on this DeviceConfiguration.
getVisualComponent(long) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Gets the visual Components rendering the ReceiveStream corresponding to the given ssrc.
getVisualComponent() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Deprecated.
getVisualComponent(long) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Gets the visual Components rendering the ReceiveStream corresponding to the given ssrc.
getVisualComponent() - Method in interface org.jitsi.service.neomedia.VideoMediaStream
Deprecated.
Since multiple videos may be received from the remote peer and rendered, it is not clear which one of them is to be singled out as the return value. Thus VideoMediaStream.getVisualComponent(long) and VideoMediaStream.getVisualComponents() are to be used instead.
getVisualComponent(long) - Method in interface org.jitsi.service.neomedia.VideoMediaStream
Gets the visual Component rendering the ReceiveStream with a specific SSRC.
getVisualComponent() - Method in class org.jitsi.util.event.VideoEvent
Gets the visual Component depicting video which had its availability changed and which this VideoEvent notifies about.
getVisualComponents() - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Gets the visual Components where video from the remote peer is being rendered.
getVisualComponents() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Gets a list of the visual Components where video from the remote peer is being rendered.
getVisualComponents() - Method in interface org.jitsi.service.neomedia.VideoMediaStream
Gets a list of the visual Components where video from the remote peer is being rendered.
getVolume() - Method in class org.jitsi.impl.neomedia.HardwareVolumeControl
Current volume value.
getVolume() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfRawPacket
The volume of the current event.
getVolume() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Current volume value.
getVolume() - Method in interface org.jitsi.service.neomedia.VolumeControl
Gets the current volume value/level.
getW() - Method in class org.jitsi.impl.neomedia.codec.video.VPX.StreamInfo
Gets the w (width) field of this instance.
getWidth() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
Get video width.
getWidth() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
Get the width of the video of the ivf file
getWidth() - Method in class org.jitsi.impl.neomedia.quicktime.CVPixelBuffer
Gets the width in pixels of this CVPixelBuffer.
getWidth() - Method in class org.jitsi.util.event.SizeChangeVideoEvent
Gets the new width of the associated visual Component.
getWrapped() - Method in class org.jitsi.impl.neomedia.transform.TransformEngineWrapper
 
getWrappedDataSource() - Method in class org.jitsi.impl.neomedia.protocol.RewritablePullBufferDataSource
Get wrapped DataSource.
getWrappedDevice() - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
Gets the actual MediaDevice which this MediaDevice is effectively built on top of and forwarding to.
getWrappedDevice() - Method in class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
Gets the actual MediaDevice which this MediaDevice is effectively built on top of and forwarding to.
getWrappedDevice() - Method in interface org.jitsi.service.neomedia.device.MediaDeviceWrapper
Gets the actual MediaDevice which this MediaDevice is effectively built on top of and forwarding to.
getWriteFilters() - Method in class org.jitsi.service.neomedia.AbstractRTPTranslator
Gets the WriteFilters added to this RTPTranslator.
getZrtpConfiguration() - Static method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpConfigureUtils
 
GP0999 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Maximum pitch gain if taming is needed
GPCLIP - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Maximum pitch gain if taming is needed
GPCLIP2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Maximum pitch gain if taming is needed
grabScreen(int, int, int, int, int, byte[]) - Static method in class org.jitsi.impl.neomedia.imgstreaming.ScreenCapture
Grab desktop screen and get raw bytes.
grabScreen(int, int, int, int, int, long, int) - Static method in class org.jitsi.impl.neomedia.imgstreaming.ScreenCapture
Grab desktop screen and get raw bytes.
grid - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
GRID_POINTS - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Resolution of lsp search.
grow(int) - Method in class org.jitsi.service.neomedia.RawPacket
Grows the internal buffer of this RawPacket.
gsm - Static variable in class org.jitsi.util.SoundFileUtils
 
gsmDecode(boolean, byte[], int, int, byte[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.gsm.GSMDecoderUtil
Decode GSM data.
GSMDecoderUtil - Class in org.jitsi.impl.neomedia.codec.audio.gsm
GSMDecoderUtil class
GSMDecoderUtil() - Constructor for class org.jitsi.impl.neomedia.codec.audio.gsm.GSMDecoderUtil
 
gsmEncode(boolean, byte[], int, int, byte[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.gsm.GSMEncoderUtil
Encode data to GSM.
GSMEncoderUtil - Class in org.jitsi.impl.neomedia.codec.audio.gsm
GSMEncoderUtil class
GSMEncoderUtil() - Constructor for class org.jitsi.impl.neomedia.codec.audio.gsm.GSMEncoderUtil
 
GUID() - Constructor for class org.jitsi.impl.fileaccess.FileAccessServiceImpl.GUID
 

H

h - Variable in class org.jitsi.impl.neomedia.codec.video.VPX.StreamInfo
Height
H263P - Static variable in class org.jitsi.service.neomedia.codec.Constants
The H263+ constant.
H263P_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
The H263+/rtp constant.
H264 - Class in org.jitsi.impl.neomedia.codec.video.h264
Common utilities and constants for H264.
H264() - Constructor for class org.jitsi.impl.neomedia.codec.video.h264.H264
 
H264 - Static variable in class org.jitsi.service.neomedia.codec.Constants
The H264 constant.
H264_PACKETIZATION_MODE_FMTP - Static variable in class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
The name of the format parameter which specifies the packetization mode of H.264 RTP payload.
H264_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
The H264/rtp constant.
H264_SPROP_PARAMETER_SETS_FMTP - Static variable in class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
 
hamwindow - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
handleAttributes(MediaFormat, Map<String, String>) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Handles attributes contained in MediaFormat.
handleAttributes(MediaFormat, Map<String, String>) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Handles attributes contained in MediaFormat.
handleEvent(RecorderEvent) - Method in class org.jitsi.impl.neomedia.recording.RecorderEventHandlerJSONImpl
Handle a specific RecorderEvent
handleEvent(RecorderEvent) - Method in interface org.jitsi.service.neomedia.recording.RecorderEventHandler
Handle a specific RecorderEvent
handleFec - Variable in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
Allow disabling of handling of ulpfec packets for testing purposes.
handleGoClear() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Method called by the Zrtp class as result of a GoClear request from the other peer.
handleTimeout() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Timeout handling function.
HardwareVolumeControl - Class in org.jitsi.impl.neomedia
Implementation of VolumeControl which uses system sound architecture (MacOsX or Windows CoreAudio) to change input/output hardware volume.
HardwareVolumeControl(MediaServiceImpl, String) - Constructor for class org.jitsi.impl.neomedia.HardwareVolumeControl
Creates volume control instance and initializes initial level value if stored in the configuration service.
HARM_HP_NOISE_COEF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
HARM_SHAPE_FIR_TAPS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
HARM_SNR_INCR_dB - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
HarmBoost - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
HarmBoost_smth - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_shape_state_FLP
 
HARMONIC_SHAPING - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
HarmShapeGain - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
HarmShapeGain_Q14 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
HarmShapeGain_smth - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_shape_state_FLP
 
hasChildElements(Element) - Static method in class org.jitsi.util.xml.XMLUtils
Indicates whether element has any child element.
hasEnabledFormat(MediaType) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
Returns true if there is at least one enabled format for media type type.
hasExtendedPictureId(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
Determines whether the VP8 payload specified in the buffer that is passed as an argument has an extended picture ID or not.
hashCode() - Method in class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
 
hashCode() - Method in class org.jitsi.impl.neomedia.device.CaptureDeviceInfo2
Returns a hash code value for this object for the benefit of hashtables.
hashCode() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Overrides Object#hashCode() because Object#equals(Object) is overridden.
hashCode() - Method in class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
Overrides MediaFormatImpl#hashCode() because Object#equals(Object) is overridden.
hashCode() - Method in class org.jitsi.service.neomedia.DTMFRtpTone
Returns a hash code value for the object.
hashCode() - Method in class org.jitsi.service.neomedia.DTMFTone
Returns a hash code value for the object.
hashCode() - Method in class org.jitsi.service.neomedia.MediaStreamTarget
Returns a hash code for this MediaStreamTarget instance which is suitable for use in hash tables.
hashCode() - Method in class org.jitsi.service.neomedia.RTPExtension
Returns the hash code of this extension instance which is actually the hash code of the URI that this extension is encapsulating.
HashtableConfigurationStore<T extends java.util.Hashtable> - Class in org.jitsi.impl.configuration
A simple in-memory ConfigurationStore implementation that only uses a hashtable.
HashtableConfigurationStore(T) - Constructor for class org.jitsi.impl.configuration.HashtableConfigurationStore
Creates an instance of this class using properties as the set of properties where it will be storing an retrieving properties.
hasMagic() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpRawPacket
Check if it is really a ZRTP packet.
hasNext() - Method in class org.jitsi.impl.neomedia.codec.REDBlockIterator
 
hasNext() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPIterator
hasNext() - Method in class org.jitsi.service.neomedia.RawPacket.HeaderExtensions
hasPictureId(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
Determines whether the VP8 payload specified in the buffer that is passed as an argument has a picture ID or not.
hasPropertyChangeListeners(String) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Check if there are any listeners for a specific property.
hasVetoableChangeListeners(String) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Check if there are any vetoable change listeners for a specific property.
HD_QUALITY - Static variable in class org.jitsi.service.neomedia.QualityPreset
720p HD
header - Variable in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Packet
The FlexFEC03 header
HeaderExtension() - Constructor for class org.jitsi.service.neomedia.RawPacket.HeaderExtension
 
HeaderExtensions() - Constructor for class org.jitsi.service.neomedia.RawPacket.HeaderExtensions
 
HFlip - Class in org.jitsi.impl.neomedia.codec.video
Implements a video Effect which horizontally flips AVFrames.
HFlip() - Constructor for class org.jitsi.impl.neomedia.codec.video.HFlip
Initializes a new HFlip instance.
HIGH_LOSS_THRESHOLD_PNAME - Static variable in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation
The name of the property that specifies the high-loss threshold (expressed as a proportion of lost packets).
HIGH_PASS_INPUT - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
HIGH_PROFILE - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
The name of the high H.264 (encoding) profile.
HIGH_RATE_INPUT_TILT - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
HIGH_RATE_OR_LOW_QUALITY_HARMONIC_SHAPING - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
highestSequenceNumberSent - Variable in class org.jitsi.impl.neomedia.rtp.ResumableStreamRewriter
The highest sequence number that got accepted, mod 2^16.
HMACSHA1 - Class in org.jitsi.impl.neomedia.transform.srtp
Implements a factory for an HMAC-SHA1 org.bouncycastle.crypto.Mac.
HMACSHA1() - Constructor for class org.jitsi.impl.neomedia.transform.srtp.HMACSHA1
 
HMACSHA1_AUTHENTICATION - Static variable in class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
HAMC SHA1 Authentication, defined in Section 4.2.1, RFC3711
HostApiInfo_getDefaultInputDevice(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
The default input device for this host API.
HostApiInfo_getDefaultOutputDevice(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
The default output device for this host API.
HostApiInfo_getDeviceCount(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
The number of devices belonging to this host API.
HostApiInfo_getType(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
The well known unique identifier of this host API.
HP_8_KHZ_THRES - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
HP_A - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
HP_B - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
HP_NOISE_COEF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
hpi_pole_coefsTbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
hpi_zero_coefsTbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
hpimem - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
hpInput(float[], int, float[], float[]) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
HPLTPredCodGain - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
hpo_pole_coefsTbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
hpo_zero_coefsTbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
hpomem - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
hpOutput(float[], int, float[], float[]) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
HPState - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
HPstate - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_VAD_state
 
HPVariableCutoffFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
HPVariableCutoffFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.HPVariableCutoffFLP
 
HResultException - Exception in org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi
Implements an Exception which represents an HRESULT value.
HResultException(int) - Constructor for exception org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.HResultException
Initializes a new HResultException which is to represent a specific HRESULT value.
HResultException(int, String) - Constructor for exception org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.HResultException
Initializes a new HResultException which is to represent a specific HRESULT value and have a specific detail message.

I

I420 - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
The I420 constant.
IAudioCaptureClient_GetNextPacketSize(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IAudioCaptureClient_Read(long, byte[], int, int, int, int, int, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IAudioCaptureClient_Release(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IAudioClient_GetBufferSize(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IAudioClient_GetCurrentPadding(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IAudioClient_GetDefaultDevicePeriod(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IAudioClient_GetMinimumDevicePeriod(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IAudioClient_GetService(long, String) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IAudioClient_Initialize(long, int, int, long, long, long, String) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IAudioClient_IsFormatSupported(long, int, long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IAudioClient_Release(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IAudioClient_SetEventHandle(long, long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IAudioClient_Start(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IAudioClient_Stop(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IAudioRenderClient_Release(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IAudioRenderClient_Write(long, byte[], int, int, int, int, int, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
Writes specific audio data into the rendering endpoint buffer of a specific IAudioRenderClient.
iCBConstruct(float[], int, int[], int, int[], int, float[], int, int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_common
 
iCBSearch(int[], int, int[], int, float[], int, float[], int, int, int, int, float[], int, float[], int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
identity - Static variable in class org.jitsi.util.function.RawPacketTransformation
An identity RawPacketTransformation that returns the original packet.
IF09() - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
 
IID_IAudioCaptureClient - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IID_IAudioClient - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IID_IAudioRenderClient - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IID_IMediaObject - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
IID_IMMDeviceEnumerator - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IID_IMMEndpoint - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IID_IPropertyStore - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
ILBC - Static variable in class org.jitsi.service.neomedia.codec.Constants
The ilbc constant.
ilbc_common - Class in org.jitsi.impl.neomedia.codec.audio.ilbc
 
ilbc_common() - Constructor for class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_common
 
ilbc_constants - Class in org.jitsi.impl.neomedia.codec.audio.ilbc
 
ilbc_constants() - Constructor for class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
iLBC_decode(float[], bitstream, int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
ilbc_decoder - Class in org.jitsi.impl.neomedia.codec.audio.ilbc
Implements an iLBC decoder.
ilbc_decoder(int, int) - Constructor for class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
iLBC_encode(bitstream, float[]) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
ilbc_encoder - Class in org.jitsi.impl.neomedia.codec.audio.ilbc
Implements an iLBC encoder.
ilbc_encoder(int) - Constructor for class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
ILBC_MODE - Static variable in class org.jitsi.service.neomedia.codec.Constants
mode : Frame size for the encoding/decoding 20 - 20 ms 30 - 30 ms
ILBC_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
The ilbc/rtp constant.
ilbc_ulp - Class in org.jitsi.impl.neomedia.codec.audio.ilbc
 
ilbc_ulp(int) - Constructor for class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
ImageStream - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming
The stream used by JMF for our image streaming.
ImageStream(DataSource, FormatControl) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.ImageStream
Initializes a new ImageStream instance which is to have a specific FormatControl
imap1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
imap2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
IMC1() - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
 
IMC2() - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
 
IMC3() - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
 
IMC4() - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
 
IMediaBuffer - Interface in org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi
Defines the API of Microsoft's IMediaBuffer interface (referred to as unmanaged) and allows implementing similar abstractions on the Java side (referred to as managed).
IMediaBuffer_AddRef(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
IMediaBuffer_GetBuffer(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
IMediaBuffer_GetLength(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
IMediaBuffer_GetMaxLength(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
IMediaBuffer_Release(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
IMediaBuffer_SetLength(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
IMediaObject_Flush(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
IMediaObject_GetInputStatus(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
IMediaObject_ProcessInput(long, int, long, int, long, long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
IMediaObject_ProcessOutput(long, int, int, long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
IMediaObject_QueryInterface(long, String) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
IMediaObject_Release(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
IMediaObject_SetInputType(long, int, long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
IMediaObject_SetOutputType(long, int, long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
IMG_FMT_I420 - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
I420 format constant Corresponds to VPX_IMG_FMT_I420 from vpx/vpx_image.h
img_get_d_h(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns the value of the d_h (displayed height) field of a vpx_image_t.
img_get_d_w(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns the value of the d_w (displayed width) field of a vpx_image_t.
img_get_fmt(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns the value of the fmt field of a vpx_image_t.
img_get_h(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns the value of the h (height) field of a vpx_image_t.
img_get_plane0(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns the value of the planes[0] field of a vpx_image_t.
img_get_plane1(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns the value of the planes[1] field of a vpx_image_t.
img_get_plane2(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns the value of the planes[2] field of a vpx_image_t.
img_get_stride0(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns the value of the stride[0] field of a vpx_image_t.
img_get_stride1(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns the value of the stride[1] field of a vpx_image_t.
img_get_stride2(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns the value of the stride[2] field of a vpx_image_t.
img_get_w(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns the value of the w (width) field of a vpx_image_t.
img_malloc() - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Allocates memory for a vpx_image_t on the heap.
img_set_bps(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the bps (bits per sample) field of a vpx_image_t.
img_set_d_h(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the d_h (displayed height) field of a vpx_image_t.
img_set_d_w(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the d_w (displayed width) field of a vpx_image_t.
img_set_fmt(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the fmt (format) field of a vpx_image_t.
img_set_h(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the h (height) field of a vpx_image_t.
img_set_stride0(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the stride[0] field of a vpx_image_t.
img_set_stride1(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the stride[1] field of a vpx_image_t.
img_set_stride2(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the stride[2] field of a vpx_image_t.
img_set_stride3(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the stride[3] field of a vpx_image_t.
img_set_w(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the w (width) field of a vpx_image_t.
img_wrap(long, int, int, int, int, long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Open a descriptor, using existing storage for the underlying image.
ImgStreamingControl - Interface in org.jitsi.impl.neomedia.control
Defines the interface for controlling CaptureDevices/DataSources associated with the imgstreaming FMJ/JMF protocol.
ImgStreamingSystem - Class in org.jitsi.impl.neomedia.device
Add ImageStreaming capture device.
ImgStreamingSystem() - Constructor for class org.jitsi.impl.neomedia.device.ImgStreamingSystem
Add capture devices.
ImgStreamingUtils - Class in org.jitsi.impl.neomedia.imgstreaming
Provides utility functions used by the imgstreaming package(s).
ImgStreamingUtils() - Constructor for class org.jitsi.impl.neomedia.imgstreaming.ImgStreamingUtils
 
IMMDevice_Activate(long, String, int, long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IMMDevice_GetId(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IMMDevice_GetState(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IMMDevice_OpenPropertyStore(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IMMDevice_QueryInterface(long, String) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IMMDevice_Release(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IMMDeviceCollection_GetCount(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IMMDeviceCollection_Item(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IMMDeviceCollection_Release(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IMMDeviceEnumerator_EnumAudioEndpoints(long, int, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IMMDeviceEnumerator_GetDevice(long, String) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IMMDeviceEnumerator_Release(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IMMEndpoint_GetDataFlow(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IMMEndpoint_Release(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IMMNotificationClient - Interface in org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi
Provides notifications when an audio endpoint device is added or removed, when the state or properties of an endpoint device change, or when there is a change in the default role assigned to an endpoint device.
In_HP_State - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
In_LP_State - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_LP_state
 
INBAND_FEC_MIN_RATE_BPS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
inband_FEC_offset - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
InbandDTMFDataSource - Interface in org.jitsi.impl.neomedia.protocol
All datasources that support inband DTMF functionalities implement InbandDTMFDataSource.
inBandFEC_SNR_comp - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
inBandFECOffset - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_DecControlStruct
(Output) Distance between main payload and redundant payload in packets.
inbandLBRR - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_TOC_struct
 
inboundStreams - Variable in class org.jitsi.sctp4j.SctpNotification.AssociationChange
 
incomingBitRate - Variable in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RateControlInput
 
incomingPacketInfo(long, long, int, long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorAbsSendTime
Notifies this instance of an incoming packet.
incomingPacketInfo(long, long, int, long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorSingleStream
Notifies this instance of an incoming packet.
incomingPacketInfo(long, long, int, long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Notifies this instance of an incoming packet.
incomingPacketInfo(long, long, int, long) - Method in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
Notifies this instance of an incoming packet.
increase(long) - Method in class org.jitsi.util.concurrent.MonotonicAtomicLong
Updates the value of this AtomicLong if it is bigger than the current value, and returns the actual new value.
incrementSeqNo(long) - Static method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
Increments a specific sequence number and makes sure that the result stays within the range of valid RTP sequence number values.
incrReceivers() - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Atomically increments the number of receivers of this encoding.
inDataSource - Variable in class org.jitsi.impl.neomedia.conference.InDataSourceDesc
The DataSource for which additional information is described by this instance.
InDataSourceDesc - Class in org.jitsi.impl.neomedia.conference
Describes additional information about a specific input DataSource of an AudioMixer so that the AudioMixer can, for example, quickly discover the output AudioMixingPushBufferDataSource in the mix of which the contribution of the DataSource is to not be included.
InDataSourceDesc(DataSource, AudioMixingPushBufferDataSource) - Constructor for class org.jitsi.impl.neomedia.conference.InDataSourceDesc
Initializes a new InDataSourceDesc instance which is to describe additional information about a specific input DataSource of an AudioMixer.
inDataSourceDesc - Variable in class org.jitsi.impl.neomedia.conference.InStreamDesc
The DataSource which created the SourceStream described by this instance and additional information about it.
indentedWriteXML(Document, OutputStream) - Static method in class org.jitsi.util.xml.XMLUtils
A simple implementation of XML writing that also allows for indentation.
index_conv_dec(int[]) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
index_conv_enc(int[]) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
inDTX - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
info(Object) - Method in class org.jitsi.util.Logger
Log a INFO message.
info(Object, Throwable) - Method in class org.jitsi.util.Logger
Log a message, with associated Throwable information.
info(Logger.Category, String, Throwable) - Method in class org.jitsi.util.Logger
Log a message with info level, with associated Throwable information.
info(Logger.Category, String) - Method in class org.jitsi.util.Logger
Log a message with info level.
info(HashMap<String, Object>) - Method in class org.jitsi.util.TimeSeriesLogger
Logs a DiagnosticContext.TimeSeriesPoint in INFO level.
INFORMATION - Static variable in interface org.jitsi.service.neomedia.event.SrtpListener
This is a information message.
init(TlsClientContext) - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsClientImpl
Overrides the super implementation as a simple means of detecting that the security-related negotiations between the local and the remote enpoints are starting.
init(TlsServerContext) - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsServerImpl
Overrides the super implementation as a simple means of detecting that the security-related negotiations between the local and the remote enpoints are starting.
init(int, boolean, boolean, int, long, int) - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfRawPacket
Initializes DTMF specific values in this packet.
init(boolean, CipherParameters) - Method in class org.jitsi.impl.neomedia.transform.srtp.BlockCipherAdapter
init(CipherParameters) - Method in class org.jitsi.impl.neomedia.transform.srtp.OpenSSLHMAC
init(byte[]) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPCipherCTR
(Re)Initialize the cipher with key
init(byte[]) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPCipherCTRJava
(Re)Initialize the cipher with key
init(byte[]) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPCipherCTROpenSSL
(Re)Initialize the cipher with key
init(byte[], byte[]) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPCipherF8
 
init() - Static method in class org.jitsi.sctp4j.Sctp
Initializes native SCTP counterpart.
init_coder_ld8k() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.CodLd8k
Initialization of variables for the encoder.
init_decod_ld8k() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.DecLd8k
Initialization of variables for the decoder section.
init_exc_err() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.Taming
 
init_post_filter() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.Postfil
Initialize postfilter functions
init_post_process() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.PostPro
Init Post Process.
init_pre_process() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.PreProc
Init Pre Process
initDevices() - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
 
InitEncoderFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
Initialize Silk Encoder state.
InitEncoderFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.InitEncoderFLP
 
INITIAL_BUFFER_SIZE - Static variable in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
Initial size for newly allocated byte arrays.
initialAvgNoise - Variable in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.OverUseDetectorOptions
 
initialE - Variable in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.OverUseDetectorOptions
 
initialize() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
Initializes this DeviceSystem i.e.
initialize(RTPConnector) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
initialize(StreamRTPManager, RTPConnector) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
 
initialize(String, ZrtpConfigure) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Engine initialization method.
initialize(String, boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Engine initialization method.
initialize(String) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Default engine initialization method.
initialize(String, boolean, ZrtpConfigure) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Custom engine initialization method.
initializeAEC() - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
Initializes a new IMediaObject instance which represents a Voice Capture DSP implementing acoustic echo cancellation (AEC).
initializeDeviceSystems() - Static method in class org.jitsi.impl.neomedia.device.DeviceSystem
Initializes the DeviceSystem instances which are to represent the supported device systems/backends such as DirectShow, PortAudio, PulseAudio, QuickTime, video4linux2.
initializeDeviceSystems(MediaType) - Static method in class org.jitsi.impl.neomedia.device.DeviceSystem
Initializes the DeviceSystem instances which are to represent the supported device systems/backends which are to capable of capturing and playing back media of a specific type such as audio or video.
initializeIAudioClient(MediaLocator, AudioSystem.DataFlow, int, long, long, AudioFormat[]) - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
Initializes a new IAudioClient instance for an audio endpoint device identified by a specific MediaLocator.
initialOffset - Variable in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.OverUseDetectorOptions
 
initialProcessNoise - Variable in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.OverUseDetectorOptions
 
initialSlope - Variable in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.OverUseDetectorOptions
 
initialThreshold - Variable in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.OverUseDetectorOptions
 
initialVarNoise - Variable in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.OverUseDetectorOptions
 
initiatorSelectAttribute(Iterable<SrtpCryptoAttribute>) - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
Select the local crypto attribute from the initial offering (@see SDesControlImpl.getInitiatorCryptoAttributes()) based on the peer's first matching cipher suite.
initiatorSelectAttribute(Iterable<SrtpCryptoAttribute>) - Method in interface org.jitsi.service.neomedia.SDesControl
Selects the local crypto attribute from the initial offering (SDesControl.getInitiatorCryptoAttributes()) based on the peer's first matching cipher suite.
injectPacket(RawPacket, boolean, TransformEngine) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Sends a given RTP or RTCP packet to the remote peer/side.
injectPacket(RawPacket, boolean) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Sends a given RTP or RTCP packet to the remote peer/side.
injectPacket(RawPacket, boolean, TransformEngine) - Method in interface org.jitsi.service.neomedia.MediaStream
Sends a given RTP or RTCP packet to the remote peer/side.
Inlines - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
Inlines() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Inlines
 
InlinesConstants - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
InlinesConstants() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.InlinesConstants
 
innerContent - Variable in class org.jitsi.impl.neomedia.codec.audio.gsm.Decoder
 
innerContent - Variable in class org.jitsi.impl.neomedia.codec.audio.gsm.Encoder
 
InnerProductFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
inner product of two SKP_float arrays, with result as double.
InnerProductFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.InnerProductFLP
 
input2x - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
input_quality - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
input_quality_bands - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
INPUT_TILT - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
input_tilt - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
inputBuf - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
inputBufIx - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
inputDevicesWithMediaType(QTMediaType) - Static method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDevice
 
inputFormat - Variable in class org.jitsi.impl.neomedia.jmfext.media.renderer.AbstractRenderer
The Format of the media data processed as input by this Renderer.
InSampleDesc - Class in org.jitsi.impl.neomedia.conference
Describes a specific set of audio samples read from a specific set of input streams specified by their InStreamDescs.
InSampleDesc(short[][], InStreamDesc[], AudioFormat) - Constructor for class org.jitsi.impl.neomedia.conference.InSampleDesc
Initializes a new InSampleDesc instance which is to describe a specific set of audio samples read from a specific set of input streams specified by their InStreamDescs.
inSamples - Variable in class org.jitsi.impl.neomedia.conference.InSampleDesc
The set of audio samples read from InSampleDesc.inStreams.
insert(T, T[], Class<T>) - Static method in class org.jitsi.util.ArrayUtils
Inserts the given element into an open (null) slot in the array if there is one, otherwise creates a new array and adds all existing elements and the given element
INSTANCE - Static variable in class org.jitsi.impl.neomedia.RTCPPacketPredicate
The singleton instance of this class.
INSTANCE - Static variable in class org.jitsi.impl.neomedia.RTPPacketPredicate
The singleton instance of this class.
InstanceLogger - Class in org.jitsi.util
Implements a Logger, which delegates logging to another Logger, and allows it's level to be lowered independent of the delegate (by another Logger instance or by a level configuration).
InstanceLogger(Logger, Logger) - Constructor for class org.jitsi.util.InstanceLogger
Initializes an InstanceLogger instance with the given delegate for logging and for getting the level.
InStreamDesc - Class in org.jitsi.impl.neomedia.conference
Describes additional information about a specific input audio SourceStream of an AudioMixer so that the AudioMixer can, for example, quickly discover the output AudioMixingPushBufferDataSource in the mix of which the contribution of the SourceStream is to not be included.
InStreamDesc(SourceStream, InDataSourceDesc) - Constructor for class org.jitsi.impl.neomedia.conference.InStreamDesc
Initializes a new InStreamDesc instance which is to describe additional information about a specific input audio SourceStream of an AudioMixer.
inStreams - Variable in class org.jitsi.impl.neomedia.conference.InSampleDesc
The set of input streams from which InSampleDesc.inSamples were read.
int_lpc(float[], float[], float[], float[], float[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Lpcfunc
Interpolated M LSP parameters and convert to M+1 LPC coeffs
int_qlpc(float[], float[], float[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Lpcfunc
Interpolated M LSP parameters and convert to M+1 LPC coeffs
INTEFACE_VP8_DEC - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
Constant for VP8 decoder interface
inter_3 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
inter_3l - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
InterArrival - Class in org.jitsi.impl.neomedia.rtp.remotebitrateestimator
Helper class to compute the inter-arrival time delta and the size delta between two timestamp groups.
InterArrival(long, double, boolean, DiagnosticContext) - Constructor for class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.InterArrival
A timestamp group is defined as all packets with a timestamp which are at most timestampGroupLengthTicks older than the first timestamp in that group.
INTERFACE_VP8_ENC - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
Constant for VP8 encoder interface
internalGetFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
Gets the Format of this AbstractBufferStream as directly known by it.
internalSetFormat(Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
Attempts to set the Format of this AbstractBufferStream.
internalStop() - Method in class org.jitsi.impl.neomedia.notify.JavaSoundClipImpl
Stops this audio without setting the isLooping property in the case of a looping audio.
internalStop() - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Stops this audio without setting the isLooping property in the case of a looping audio.
interpolate(float[], float[], float[], int, float, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_common
 
Interpolate - Class in org.jitsi.impl.neomedia.codec.audio.silk
Interpolate two vectors.
Interpolate() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Interpolate
 
intersects(Format) - Method in class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
Finds the attributes shared by two matching Formats.
intersects(Format) - Method in class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
Finds the attributes shared by two matching Formats.
intForKey(long) - Method in class org.jitsi.impl.neomedia.quicktime.NSDictionary
 
IntReference - Class in org.jitsi.impl.neomedia.codec.audio.g729
 
IntReference() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.IntReference
 
INV_COEF - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
INV_L_SUBFR - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
inv_NL - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_VAD_state
 
INV_SCALE_Q16 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.GainQuant
 
INVALID_INDEX - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
INVALID_PACKET - Static variable in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Opus constant for an invalid packet
invokeDeviceSystemInitialize(DeviceSystem) - Static method in class org.jitsi.impl.neomedia.device.DeviceSystem
Invokes DeviceSystem.initialize() on a specific DeviceSystem.
invokeDeviceSystemInitialize(DeviceSystem, boolean) - Static method in class org.jitsi.impl.neomedia.device.DeviceSystem
Invokes DeviceSystem.initialize() on a specific DeviceSystem.
invRatio_Q16 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
ioctl(int, int, long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
IPropertyStore_GetString(long, long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IPropertyStore_Release(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
IPropertyStore_SetValue(long, long, boolean) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
IPropertyStore_SetValue(long, long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
IS_32_BIT - Static variable in class org.jitsi.util.OSUtils
true if architecture is 32 bit.
IS_64_BIT - Static variable in class org.jitsi.util.OSUtils
true if architecture is 64 bit.
IS_ANDROID - Static variable in class org.jitsi.util.OSUtils
true if OS is Android
IS_FREEBSD - Static variable in class org.jitsi.util.OSUtils
true if OS is FreeBSD.
is_kf - Variable in class org.jitsi.impl.neomedia.codec.video.VPX.StreamInfo
Is keyframe
IS_LINUX - Static variable in class org.jitsi.util.OSUtils
true if OS is Linux.
IS_LINUX32 - Static variable in class org.jitsi.util.OSUtils
true if OS is Linux 32-bit.
IS_LINUX64 - Static variable in class org.jitsi.util.OSUtils
true if OS is Linux 64-bit.
IS_MAC - Static variable in class org.jitsi.util.OSUtils
true if OS is MacOSX.
IS_MAC32 - Static variable in class org.jitsi.util.OSUtils
true if OS is MacOSX 32-bit.
IS_MAC64 - Static variable in class org.jitsi.util.OSUtils
true if OS is MacOSX 64-bit.
IS_WINDOWS - Static variable in class org.jitsi.util.OSUtils
true if OS is Windows.
IS_WINDOWS32 - Static variable in class org.jitsi.util.OSUtils
true if OS is Windows 32-bit.
IS_WINDOWS64 - Static variable in class org.jitsi.util.OSUtils
true if OS is Windows 64-bit.
IS_WINDOWS_7 - Static variable in class org.jitsi.util.OSUtils
true if OS is Windows 7.
IS_WINDOWS_8 - Static variable in class org.jitsi.util.OSUtils
true if OS is Windows 8.
IS_WINDOWS_VISTA - Static variable in class org.jitsi.util.OSUtils
true if OS is Windows Vista.
isActive(long) - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Gets a boolean value indicating whether or not this instance is streaming.
isAdaptiveBufferEnabled() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
 
isAdaptiveBufferEnabled() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Checks whether there is an adaptive jitter buffer enabled for at least one of the ReceiveStreams of the MediaStreamImpl.
isArbitraryLoggingEnabled() - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Checks whether packet logging is enabled in this configuration for arbitrary packets.
isAutomaticGainControl() - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Gets the indicator which determines whether automatic gain control (AGC) is to be performed for captured audio.
isConnected() - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDevice
Gets the indicator which determines whether this QTCaptureDevice is connected and available to applications.
isConsumed() - Method in class org.jitsi.util.event.VideoEvent
Determines whether this event and, more specifically, the visual Component it describes have been consumed and should be considered owned, referenced (which is important because Components belong to a single Container at a time).
isDebugEnabled() - Method in class org.jitsi.util.Logger
Check if a message with a DEBUG level would actually be logged by this logger.
isDenoise() - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Gets the indicator which determines whether noise suppression is to be performed for captured audio.
isDtlsRecord(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.transform.dtls.DtlsPacketTransformer
Determines whether a specific array of bytes appears to contain a DTLS record.
isEchoCancel() - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Gets the indicator which determines whether echo cancellation is to be performed for captured audio.
isEnabled() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
 
isEnabled() - Method in class org.jitsi.impl.neomedia.control.AbstractFormatControl
Implements FormatControl.isEnabled().
isEnabled() - Method in class org.jitsi.impl.neomedia.control.ReadOnlyFormatControlDelegate
Implements FormatControl.isEnabled().
isEnableZrtp() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Returns the enableZrtp flag.
isEnd() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfRawPacket
Is this an end packet.
isEndOfFrame(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp9.DePacketizer.VP9PayloadDescriptor
Returns true if the E bit from the first byte of the payload descriptor has value 0.
isEndOfFrame(RawPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Utility method that determines whether or not a packet is an end of frame.
isEndOfFrame(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtp.FrameMarkingHeaderExtension
 
isEnrollmentMode() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Check the state of the enrollment mode.
isEquals(String, String) - Static method in class org.jitsi.util.StringUtils
Determines whether a specific String value equals another String value.
IsFormatSupported(long, long, double) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Determine whether it would be possible to open a stream with the specified parameters.
isGlobalLoggingEnabled() - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Checks whether packet logging is enabled in the configuration.
isHeaderValid(byte[], int, int) - Static method in class org.jitsi.util.RTCPUtils
Checks whether the RTCP header is valid or not (note that a valid header does not necessarily imply a valid packet).
isIce4JLoggingEnabled() - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Checks whether packet logging is enabled in the configuration for Ice4J.
isIndependent() - Method in class org.jitsi.impl.neomedia.rtp.FrameDesc
Gets a boolean indicating whether or not this frame is independent.
isInfoEnabled() - Method in class org.jitsi.util.Logger
Check if a message with an INFO level would actually be logged by this logger.
isInfoEnabled() - Method in class org.jitsi.util.TimeSeriesLogger
Check if a message with a INFO level would actually be logged by this logger.
isInputDevice(String) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
isInvalid() - Method in class org.jitsi.impl.neomedia.codec.REDBlock
Perform checks on the byte buffer represented by this instance and return true if it is found to be invalid.
isInvalid() - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Determines whether this instance is invalid.
isInvalid() - Method in interface org.jitsi.service.neomedia.ByteArrayBuffer
Perform checks on the byte buffer represented by this instance and return true if it is found to be invalid.
isInvalid() - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
Perform checks on the byte buffer represented by this instance and return true if it is found to be invalid.
isInvalid(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Perform checks on the packet represented by this instance and return true if it is found to be invalid.
isInvalid() - Method in class org.jitsi.service.neomedia.RawPacket
Perform checks on the packet represented by this instance and return true if it is found to be invalid.
isJabberLoggingEnabled() - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Checks whether packet logging is enabled in the configuration for jabber protocol.
isJmfRegistryDisableLoad() - Static method in class org.jitsi.impl.neomedia.MediaServiceImpl
Gets the indicator which determines whether the loading of the JMF/FMJ Registry has been disabled.
isKeyFrame(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.h264.DePacketizer
Returns true if the buffer contains a H264 key frame at offset offset.
isKeyFrame(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer
Returns true if the buffer contains a VP8 key frame at offset offset.
isKeyFrame(byte[], int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadHeader
Returns true if the P (inverse key frame flag) field of the VP8 Payload Header at offset offset in input is 0.
isKeyFrame(byte[], int, int) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Utility method that determines whether or not a packet is a key frame.
isKeyFrame(RawPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Utility method that determines whether or not a packet is a key frame.
isKeyframe(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtp.FrameMarkingHeaderExtension
 
isKeyFrame(byte[], int, int) - Method in interface org.jitsi.service.neomedia.MediaStream
Utility method that determines whether or not a packet is a key frame.
isKeyFrame(RawPacket) - Method in interface org.jitsi.service.neomedia.MediaStream
Utility method that determines whether or not a packet is a key frame.
isKf() - Method in class org.jitsi.impl.neomedia.codec.video.VPX.StreamInfo
Gets the is_kf (is keyframe) field of this instance.
isLegalCharacter(char) - Method in class org.jitsi.util.xml.DOMElementWriter
Is the given character allowed inside an XML document?
isLoaded - Static variable in class org.jitsi.impl.neomedia.device.CoreAudioDevice
Tells if the CoreAudio library used by this CoreAudioDevice is correctly loaded: if we are under a supported operating system.
isLoaded() - Static method in class org.jitsi.impl.neomedia.transform.srtp.OpenSSLWrapperLoader
 
isLoggable(Level) - Method in class org.jitsi.util.InstanceLogger
Checks whether messages with a particular level should be logged according to the log level configured for this Logger.
isLoggable(Level) - Method in class org.jitsi.util.Logger
Checks whether messages with a particular level should be logged according to the log level configured for this Logger.
isLoggable(Level) - Method in class org.jitsi.util.LoggerImpl
Checks whether messages with a particular level should be logged according to the log level configured for this Logger.
isLoggingEnabled() - Method in interface org.jitsi.service.packetlogging.PacketLoggingService
Determines whether packet logging is globally enabled for this service.
isLoggingEnabled(PacketLoggingService.ProtocolName) - Method in interface org.jitsi.service.packetlogging.PacketLoggingService
Determines whether packet logging for a specific protocol is enabled for this service.
isLooping() - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Determines whether this instance plays the audio it represents in a loop.
isMediaTypeSupportEnabled(MediaType) - Static method in class org.jitsi.impl.neomedia.MediaServiceImpl
Determines whether the support for a specific MediaType is enabled.
isMinimalProcessing() - Method in class org.jitsi.impl.neomedia.control.FrameProcessingControlImpl
Determines whether the owner of this FrameProcessingControl is to perform only the minimum operations necessary to keep it working normally but without producing output.
isMitmMode() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Check the state of the MitM mode flag.
isMultiBlock(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.REDBlockIterator
Returns true if a specific RED packet contains multiple blocks; false, otherwise.
isMultiStream() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Gets the multistream flag (The multistream part needs further development)
isMute() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Determines whether this DataSource is mute.
isMute() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Determines whether this MediaDeviceSession is set to output "silence" instead of the actual media fed from its CaptureDevice.
isMute() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Determines whether this MediaStream is set to transmit "silence" instead of the media being fed from its MediaDevice.
isMute() - Method in class org.jitsi.impl.neomedia.notify.AudioNotifierServiceImpl
Returns true if the sound is currently disabled; false, otherwise.
isMute() - Method in interface org.jitsi.impl.neomedia.protocol.MuteDataSource
Determines whether this DataSource is mute.
isMute() - Method in class org.jitsi.impl.neomedia.protocol.RewritablePullBufferDataSource
Determines whether this DataSource is mute.
isMute() - Method in class org.jitsi.impl.neomedia.protocol.RewritablePushBufferDataSource
Determines whether this DataSource is mute.
isMute() - Method in interface org.jitsi.service.audionotifier.AudioNotifierService
Specifies if currently the sound is off.
isMute() - Method in interface org.jitsi.service.neomedia.MediaStream
Determines whether this MediaStream is set to transmit "silence" instead of the media being fed from its MediaDevice.
isNACKPacket(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.NACKPacket
Gets a boolean indicating whether or not the RTCP packet specified in the ByteArrayBuffer that is passed as an argument is a NACK packet or not.
isNewerTimestamp(long, long) - Static method in class org.jitsi.impl.neomedia.rtp.TimestampUtils
Returns true if t1 is newer than t2, taking into account rollover.
isNewerTimestampThan(long, long) - Static method in class org.jitsi.util.RTPUtils
Returns whether or not the first given timestamp is newer than the second
isNightly() - Method in interface org.jitsi.service.version.Version
Indicates if this Jitsi version corresponds to a nightly build of a repository snapshot or to an official Jitsi release.
isNullOrEmpty(T[]) - Static method in class org.jitsi.util.ArrayUtils
Tests whether the array passed in as an argument is null or empty.
isNullOrEmpty(String) - Static method in class org.jitsi.util.StringUtils
Indicates whether string is null or empty.
isNullOrEmpty(String, boolean) - Static method in class org.jitsi.util.StringUtils
Indicates whether string is null or empty.
isNumber(String) - Static method in class org.jitsi.util.StringUtils
Indicates if the given string is composed only of digits or not.
isOlderSequenceNumberThan(int, int) - Static method in class org.jitsi.util.RTPUtils
Returns whether or not seqNumOne is 'older' than seqNumTwo, taking rollover into account
isOutputDevice(String) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
isPacketMarked(ByteArrayBuffer) - Static method in class org.jitsi.service.neomedia.RawPacket
Test whether the RTP Marker bit is set
isPacketMarked(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Test whether the RTP Marker bit is set
isPacketMarked() - Method in class org.jitsi.service.neomedia.RawPacket
Test whether the RTP Marker bit is set
isParanoidMode() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Check status of paranoid mode.
isPartialStreaming(MediaDevice) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
If the MediaDevice corresponds to partial desktop streaming device.
isPartialStreaming(MediaDevice) - Method in interface org.jitsi.service.neomedia.MediaService
If the MediaDevice corresponds to partial desktop streaming device.
isPreRelease() - Method in interface org.jitsi.service.version.Version
Indicates whether this version represents a prerelease (i.e.
isPSFBPacket(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
Gets a boolean that indicates whether or not the packet specified in the ByteArrayBuffer passed in as an argument is an RTP FB packet.
isReceived() - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Gets the number of receivers for this encoding.
isReference(String) - Method in class org.jitsi.util.xml.DOMElementWriter
Is the given argument a character or entity reference?
isREMBPacket(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
Gets a boolean that indicates whether or not the packet specified in the ByteArrayBuffer that is passed in the first argument is an RTCP REMB packet.
isRtcp(byte[], int, int) - Static method in class org.jitsi.util.RTCPUtils
Checks whether the buffer described by the parameters looks like an RTCP packet.
isRTCPFBPacket(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
Gets a boolean that indicates whether or not the packet specified in the ByteArrayBuffer that is passed in the first argument is an RTCP RTPFB or PSFB packet.
isRtcpmux() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
Returns true if this StreamConnector uses rtcp-mux, that is, if its data and control sockets share the same local address and port.
isRtcpmux() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
Returns true if this StreamConnector uses rtcp-mux, that is, if its data and control sockets share the same local address and port.
isRtcpmux() - Method in interface org.jitsi.service.neomedia.StreamConnector
Returns true if this StreamConnector uses rtcp-mux, that is, if its data and control sockets share the same local address and port.
isRtcpmux() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
Returns true if this StreamConnector uses rtcp-mux, that is, if its data and control sockets share the same local address and port.
isRTPFBPacket(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
Gets a boolean that indicates whether or not the packet specified in the ByteArrayBuffer passed in as an argument is an RTP FB packet.
isRTPLoggingEnabled() - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Checks whether packet logging is enabled in the configuration for RTP.
isSameTransportType(String) - Method in class org.jitsi.impl.neomedia.device.CaptureDeviceInfo2
Determines whether a specific transport type is equal to/the same as the transport type of this instance.
isSecurityVerified() - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
Gets the status of the SAS verification.
isSecurityVerified() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
 
isSecurityVerified() - Method in interface org.jitsi.service.neomedia.ZrtpControl
Gets the status of the SAS verification.
isSendingDTMF() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Determines whether this DataSource sends a DTMF tone.
isSendingDTMF() - Method in class org.jitsi.impl.neomedia.protocol.RewritablePullBufferDataSource
Determines whether this DataSource sends a DTMF tone.
isSendingDTMF() - Method in class org.jitsi.impl.neomedia.protocol.RewritablePushBufferDataSource
Determines whether this DataSource sends a DTMF tone.
isSipLoggingEnabled() - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Checks whether packet logging is enabled in the configuration for sip protocol.
isSocketValid() - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Returns whether or not this RTPConnectorOutputStream has a valid socket.
isSocketValid() - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPOutputStream
Returns whether or not this RTPConnectorOutputStream has a valid socket.
isSocketValid() - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPOutputStream
Returns whether or not this RTPConnectorOutputStream has a valid socket.
isSoundFile(File) - Static method in class org.jitsi.util.SoundFileUtils
Checks whether this file is a sound file.
isSoundFile(File, String[]) - Static method in class org.jitsi.util.SoundFileUtils
Checks whether this file is a sound file.
isSrtpDisabled() - Method in class org.jitsi.impl.neomedia.transform.dtls.Properties
Indicates if SRTP extensions are disabled which means we're working in pure DTLS mode.
isStandartXmlNamespace(String) - Static method in class org.jitsi.util.xml.XMLUtils
Indicates whether namespace is one of the standart xml namespace.
isStarted() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Determines whether MediaStreamImpl.start() has been called on this MediaStream without MediaStreamImpl.stop() or MediaStreamImpl.close() afterwards.
isStarted() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Returns the current status of the ZRTP engine
isStarted() - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Determines whether this audio is started i.e.
isStarted() - Method in interface org.jitsi.service.audionotifier.SCAudioClip
Determines whether this audio is started i.e.
isStarted() - Method in interface org.jitsi.service.neomedia.MediaStream
Determines whether MediaStream.start() has been called on this MediaStream without MediaStream.stop() or MediaStream.close() afterwards.
isStartOfFrame(byte[], int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
Returns true if both the 'start of partition' bit is set and the PID fields has value 0 in the VP8 Payload Descriptor at offset offset in input.
isStartOfFrame(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp9.DePacketizer.VP9PayloadDescriptor
Returns true if the B bit from the first byte of the payload descriptor has value 0.
isStartOfFrame(RawPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Utility method that determines whether or not a packet is a start of frame.
isStartOfFrame(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtp.FrameMarkingHeaderExtension
 
isStartOfPartition(byte[], int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
Checks whether the 'start of partition' bit is set in the VP8 Payload Descriptor at offset offset in input.
isSupportedFormat(Format) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DirectShowStream
Determines whether a specific Format appears to be suitable for attempts to be set on DirectShowStream instances.
isSystemProperty(String) - Method in interface org.jitsi.impl.configuration.ConfigurationStore
Determines whether a specific name stands for a system property.
isSystemProperty(String) - Method in class org.jitsi.impl.configuration.HashtableConfigurationStore
isSystemProperty(String) - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
Implements {ConfigurationStore#isSystemProperty(String)}.
isTCCPacket(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
Gets a boolean indicating whether or not the RTCP packet specified in the ByteArrayBuffer that is passed as an argument is a TCC packet or not.
isTimeToReduceFurther(long, long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.AimdRateControl
Returns true if the bitrate estimate hasn't been changed for more than an RTT, or if the incomingBitrate is more than 5% above the current estimate.
isTraceEnabled() - Method in class org.jitsi.util.Logger
Check if a message with a TRACE level would actually be logged by this logger.
isTraceEnabled() - Method in class org.jitsi.util.TimeSeriesLogger
Check if a message with a TRACE level would actually be logged by this logger.
isValid(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
Checks whether the arguments specify a valid buffer.
isValid(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPSenderInfoUtils
 
isValidEstimate() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.AimdRateControl
Returns true if there is a valid estimate of the incoming bitrate, false otherwise.
isWarnEnabled() - Method in class org.jitsi.util.Logger
Check if a message with a WARN level would actually be logged by this logger.
isWarnEnabled() - Method in class org.jitsi.util.TimeSeriesLogger
Check if a message with a WARNING level would actually be logged by this logger.
isZrtpData(RawPacket) - Static method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpRawPacket
Checks whether extension bit is set and if so is the extension header an zrtp one.
isZrtpPacket() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpRawPacket
Check if it could be a ZRTP packet.
ivAccent - Variable in class org.jitsi.impl.neomedia.transform.srtp.SRTPCipherF8.F8Context
 
IVFFileReader - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile
This class represent an IVF file and provide an API to get the vp8 video frames it contains.
IVFFileReader(String) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFFileReader
Initialize a new instance of IVFFileReader that will read the IVF file located by filePath.
IVFHeader - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile
This class represent the 32 bytes header of an IVF file.
IVFHeader(String) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
Initialize a new instance of a IVFHeader from an ivf file, by reading and parsing the header of the ivf file.
IVFMediaDevice - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile
Implements a MediaDevice which provides a fading animation from white to black to white...
IVFMediaDevice(String) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFMediaDevice
Initializes a new IVFMediaDevice instance which will read the IVF file located at filename.
IVFStream - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile
Implements a PullBufferStream which read an IVF file for the frames of the video stream.
IVFStream(DataSource, FormatControl) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFStream
Initializes a new IVFStream instance which is to have a specific FormatControl
ivStore - Variable in class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
Temp store.
IYUV() - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
 

J

J - Variable in class org.jitsi.impl.neomedia.transform.srtp.SRTPCipherF8.F8Context
 
Java2DRenderer - Class in org.jitsi.impl.neomedia.jmfext.media.renderer.video
Video renderer using pure Java2D.
Java2DRenderer() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
 
Java2DRendererVideoComponent - Class in org.jitsi.impl.neomedia.jmfext.media.renderer.video
Canvas that draws the video buffer using Java's built-in Graphics.
Java2DRendererVideoComponent() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRendererVideoComponent
 
JAVA_AUDIO_FORMAT_ENDIAN - Static variable in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
The byte order of the running Java virtual machine expressed in the endian term of AudioFormat.
JavaDecoder - Class in org.jitsi.impl.neomedia.codec.audio.g729
 
JavaDecoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.JavaDecoder
Initializes a new JavaDecoder instance.
JavaDecoder - Class in org.jitsi.impl.neomedia.codec.audio.ilbc
Implements an iLBC decoder and RTP depacketizer as a Codec.
JavaDecoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaDecoder
Initializes a new iLBC JavaDecoder instance.
JavaDecoder - Class in org.jitsi.impl.neomedia.codec.audio.silk
Implements the SILK decoder as an FMJ/JMF Codec.
JavaDecoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.JavaDecoder
Initializes a new JavaDecoder instance.
JavaDecoder - Class in org.jitsi.impl.neomedia.codec.audio.ulaw
 
JavaDecoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.ulaw.JavaDecoder
 
JavaEncoder - Class in org.jitsi.impl.neomedia.codec.audio.alaw
The ALAW Encoder.
JavaEncoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
Constructs the encoder and init the supported formats.
JavaEncoder - Class in org.jitsi.impl.neomedia.codec.audio.g729
 
JavaEncoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.JavaEncoder
Initializes a new JavaEncoder instance.
JavaEncoder - Class in org.jitsi.impl.neomedia.codec.audio.ilbc
Implements an iLBC encoder and RTP packetizer as a Codec.
JavaEncoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaEncoder
Initializes a new iLBC JavaEncoder instance.
JavaEncoder - Class in org.jitsi.impl.neomedia.codec.audio.silk
Implements the SILK encoder as an FMJ/JMF Codec.
JavaEncoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
Initializes a new JavaEncoder instance.
JavaEncoder - Class in org.jitsi.impl.neomedia.codec.audio.ulaw
 
JavaEncoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.ulaw.JavaEncoder
 
JavaSoundClipImpl - Class in org.jitsi.impl.neomedia.notify
Implementation of SCAudioClip.
JavaSoundClipImpl(String, AudioNotifierService) - Constructor for class org.jitsi.impl.neomedia.notify.JavaSoundClipImpl
Initializes a new JavaSoundClipImpl instance which is to play audio stored at a specific URL using java.applet.AudioClip.
JAWTRenderer - Class in org.jitsi.impl.neomedia.jmfext.media.renderer.video
Implements a VideoRenderer which uses JAWT to perform native painting in an AWT or Swing Component.
JAWTRenderer() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Initializes a new JAWTRenderer instance.
JAWTRendererVideoComponent - Class in org.jitsi.impl.neomedia.jmfext.media.renderer.video
Implements an AWT Component in which JAWTRenderer paints.
JAWTRendererVideoComponent(JAWTRenderer) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent
Initializes a new JAWTRendererVideoComponent instance.
JITTER_UNSET - Static variable in interface org.jitsi.service.neomedia.stats.TrackStats
The value that indicates that no values has been set for the jitter field.
jmfEncodingToEncoding(String) - Static method in class org.jitsi.impl.neomedia.MediaUtils
Gets the well-known encoding (name) as defined in RFC 3551 "RTP Profile for Audio and Video Conferences with Minimal Control" corresponding to a given JMF-specific encoding.
JNIDecoder - Class in org.jitsi.impl.neomedia.codec.audio.amrwb
Implements an Adaptive Multi-Rate Wideband (AMR-WB) decoder using FFmpeg.
JNIDecoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.amrwb.JNIDecoder
Initializes a new JNIDecoder instance.
JNIDecoder - Class in org.jitsi.impl.neomedia.codec.audio.opus
Implements an Opus decoder.
JNIDecoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
Initializes a new JNIDecoder instance.
JNIDecoder - Class in org.jitsi.impl.neomedia.codec.audio.speex
Implements a Speex decoder and RTP depacketizer using the native Speex library.
JNIDecoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.speex.JNIDecoder
Initializes a new JNIDecoder instance.
JNIDecoder - Class in org.jitsi.impl.neomedia.codec.video.h263p
Implements a H.263+ decoder.
JNIDecoder() - Constructor for class org.jitsi.impl.neomedia.codec.video.h263p.JNIDecoder
Initializes a new JNIDecoder instance which is to decode H.263+ encoded data into frames in YUV format.
JNIDecoder - Class in org.jitsi.impl.neomedia.codec.video.h264
Decodes H.264 NAL units and returns the resulting frames as FFmpeg AVFrames (i.e.
JNIDecoder() - Constructor for class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
Initializes a new JNIDecoder instance which is to decode H.264 NAL units into frames in YUV format.
JNIDecoderImpl - Class in org.jitsi.impl.neomedia.codec.audio.g722
 
JNIDecoderImpl() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g722.JNIDecoderImpl
Initializes a new JNIDecoderImpl instance.
JNIEncoder - Class in org.jitsi.impl.neomedia.codec.audio.amrwb
Implements an Adaptive Multi-Rate Wideband (AMR-WB) encoder using FFmpeg.
JNIEncoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.amrwb.JNIEncoder
Initializes a new JNIEncoder instance.
JNIEncoder - Class in org.jitsi.impl.neomedia.codec.audio.mp3
Implements a MP3 encoder using the native FFmpeg library.
JNIEncoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.mp3.JNIEncoder
Initializes a new JNIEncoder instance.
JNIEncoder - Class in org.jitsi.impl.neomedia.codec.audio.opus
Implements an Opus encoder.
JNIEncoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
Initializes a new JNIEncoder instance.
JNIEncoder - Class in org.jitsi.impl.neomedia.codec.audio.speex
Implements a Speex encoder and RTP packetizer using the native Speex library.
JNIEncoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder
Initializes a new JNIEncoder instance.
JNIEncoder - Class in org.jitsi.impl.neomedia.codec.video.h263p
Implements a H.263+ encoder.
JNIEncoder() - Constructor for class org.jitsi.impl.neomedia.codec.video.h263p.JNIEncoder
Initializes a new JNIEncoder instance.
JNIEncoder - Class in org.jitsi.impl.neomedia.codec.video.h264
Implements an FMJ H.264 encoder using FFmpeg (and x264).
JNIEncoder() - Constructor for class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
Initializes a new JNIEncoder instance.
JNIEncoderImpl - Class in org.jitsi.impl.neomedia.codec.audio.g722
 
JNIEncoderImpl() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g722.JNIEncoderImpl
Initializes a new JNIEncoderImpl instance.
JNIUtils - Class in org.jitsi.util
Implements Java Native Interface (JNI)-related facilities such as loading a JNI library from a jar.

K

K2aFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
step up function, converts reflection coefficients to prediction coefficients.
K2aFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.K2aFLP
 
kBitrateScale - Static variable in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
 
kBitrateWindowMs - Static variable in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
kCVPixelBufferHeightKey - Static variable in class org.jitsi.impl.neomedia.quicktime.CVPixelBufferAttributeKey
 
kCVPixelBufferPixelFormatTypeKey - Static variable in class org.jitsi.impl.neomedia.quicktime.CVPixelBufferAttributeKey
 
kCVPixelBufferWidthKey - Static variable in class org.jitsi.impl.neomedia.quicktime.CVPixelBufferAttributeKey
 
kCVPixelFormatType_24RGB - Static variable in class org.jitsi.impl.neomedia.quicktime.CVPixelFormatType
24 bit RGB
kCVPixelFormatType_32ARGB - Static variable in class org.jitsi.impl.neomedia.quicktime.CVPixelFormatType
32 bit ARGB
kCVPixelFormatType_420YpCbCr8Planar - Static variable in class org.jitsi.impl.neomedia.quicktime.CVPixelFormatType
Planar Component Y'CbCr 8-bit 4:2:0.
kDefaultMinBitrateBps - Static variable in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
 
KeyFrameControl - Interface in org.jitsi.service.neomedia.control
Represents a control over the key frame-related logic of a VideoMediaStream.
KeyFrameControl.KeyFrameRequestee - Interface in org.jitsi.service.neomedia.control
Represents a way for the remote peer of a VideoMediaStream to request a key frame from its local peer.
KeyFrameControl.KeyFrameRequester - Interface in org.jitsi.service.neomedia.control
Represents a way for a VideoMediaStream to request a key frame from its remote peer.
KeyFrameControlAdapter - Class in org.jitsi.service.neomedia.control
Provides a default implementation of KeyFrameControl.
KeyFrameControlAdapter() - Constructor for class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
 
keyFrameRequest() - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl
Notifies this KeyFrameControl that the remote peer of the associated VideoMediaStream has requested a key frame from the local peer.
keyFrameRequest() - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl.KeyFrameRequestee
Notifies this KeyFrameRequestee that the remote peer of the associated VideoMediaStream requests a key frame from the local peer.
keyFrameRequest() - Method in class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
KeyframeRequester(long) - Constructor for class org.jitsi.impl.neomedia.rtp.translator.RTCPFeedbackMessageSender.KeyframeRequester
Ctor.
KEYINT_PNAME - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
The name of the integer ConfigurationService property which specifies the maximum GOP (group of pictures) size i.e.
keys() - Method in class org.jitsi.impl.configuration.SortedProperties
Gets an Enumeration of the keys in this Properties object.
KF_MODE_AUTO - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
Encoder determines optimal placement automatically.
KF_MODE_DISABLED - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
Encoder does not place keyframes.
kFuA - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.H264
 
kFuAHeaderSize - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.H264
 
kIdr - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.H264
 
kLengthFieldSize - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.H264
 
kNalHeaderSize - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.H264
 
kNalUSize - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.H264
 
knownEntities - Variable in class org.jitsi.util.xml.DOMElementWriter
Don't try to be too smart but at least recognize the predefined entities.
kPps - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.H264
 
kProcessIntervalMs - Static variable in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
 
kSei - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.H264
 
kSps - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.H264
 
kStapA - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.H264
 
kStapAHeaderSize - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.H264
 
kStreamTimeOutMs - Static variable in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
 
kTimestampGroupLengthMs - Static variable in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
 
kTimestampToMs - Static variable in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorSingleStream
 
kTypeMask - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.H264
Constants used to detect H264 keyframes in rtp packet

L

L_FRAME - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
LPC update frame size
L_INTER10 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Length for pitch interpolation
L_INTER4 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
upsampling ration for pitch search
L_INTERPOL - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Length of filter for interpolation.
L_LIMIT - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
L_NEXT - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Samples of next frame needed for LPC ana.
L_SUBFR - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Sub-frame size
L_SUBFRP1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Sub-frame size + 1
L_TOTAL - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Total size of speech buffer
L_WINDOW - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
LPC analysis window size.
la_pitch - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
LA_PITCH_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
LA_PITCH_MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
la_shape - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
LA_SHAPE_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
LA_SHAPE_MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
lag_window(int, float[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Lpc
Lag windowing of the autocorrelations
lagIndex - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control
 
lagPrev - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
lagPrev - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_nsq_state
 
lagPrev - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_prefilter_state_FLP
 
Lambda - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
Lambda_Q10 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
last_frame_lost - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_PLC_struct
 
last_lag - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
LastGainIndex - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
LastGainIndex - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_shape_state_FLP
 
LastGainIndex_EnhLayer - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
lastSequenceNumberKnown() - Method in class org.jitsi.impl.neomedia.rtp.FrameDesc
Returns whether or not the last sequence number of this frame is known (conclusively)
LATENCY_HIGH - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
Used when creating new stream parameters for suggested latency to use high input/output value.
LATENCY_LOW - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
Used when creating new stream parameters for suggested latency to use low input/default value.
LATENCY_UNSPECIFIED - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
Used when creating new stream parameters for suggested latency to use default value.
latestTimestamp(long, long) - Static method in class org.jitsi.impl.neomedia.rtp.TimestampUtils
webrtc/modules/include/module_common_types.h
layoutComponent(Component, Rectangle, float, float) - Method in class org.jitsi.util.swing.FitLayout
 
layoutContainer(Container) - Method in class org.jitsi.util.swing.FitLayout
 
layoutContainer(Container, float) - Method in class org.jitsi.util.swing.FitLayout
 
layoutContainer(Container) - Method in class org.jitsi.util.swing.VideoLayout
Lays out the specified Container (i.e.
LBRR_buffer - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
LBRR_enabled - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
LBRR_GainIncreases - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
LBRR_IDX_MASK - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
LBRR_LOSS_THRES - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
LBRR_SPEECH_ACTIVITY_THRES - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
LBRR_usage - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control
 
LBRRprevLastGainIndex - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
LBRRReset - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
LBRRReset() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.LBRRReset
 
Ld8k - Class in org.jitsi.impl.neomedia.codec.audio.g729
 
Ld8k() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
length - Variable in class org.jitsi.impl.neomedia.recording.WebmWriter.FrameDescriptor
 
length - Variable in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorBuffer
 
lengthBytes() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Mask
Get the length of the mask, in bytes
levdurb(float[], float[], float[], int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
levelChanged(long, int) - Method in class org.jitsi.impl.neomedia.ActiveSpeakerDetectorImpl
Notifies this ActiveSpeakerDetector about the latest/current audio level of a stream/speaker identified by a specific synchronization source identifier/SSRC.
levelChanged(long, int) - Method in class org.jitsi.impl.neomedia.BasicActiveSpeakerDetector
 
levelChanged(long, int) - Method in class org.jitsi.impl.neomedia.DominantSpeakerIdentification
Notifies this ActiveSpeakerDetector about the latest/current audio level of a stream/speaker identified by a specific synchronization source identifier/SSRC.
levelChanged(long, int) - Method in interface org.jitsi.service.neomedia.ActiveSpeakerDetector
Notifies this ActiveSpeakerDetector about the latest/current audio level of a stream/speaker identified by a specific synchronization source identifier/SSRC.
levinson(float[], float[], int, float[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Lpc
Levinson-Durbin recursion to compute LPC parameters.
LevinsondurbinFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
LevinsondurbinFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.LevinsondurbinFLP
 
LF_AR_Q12 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.NSQ_sample_struct
 
LF_AR_Q12 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.NSQDelDecStruct
 
LF_AR_shp - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
LF_MA_shp - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
LF_shp_Q14 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
LH2_L - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
length of long interp.
LH2_L_P1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
LH2_S - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
length of short interp.
LH_UP_L - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
LH_UP_S - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
LibJitsi - Class in org.jitsi.service.libjitsi
Represents the entry point of the libjitsi library.
LibJitsi() - Constructor for class org.jitsi.service.libjitsi.LibJitsi
Initializes a new LibJitsi instance.
LibJitsiActivator - Class in org.jitsi.service.libjitsi
Activates libjitsi in an OSGi environment.
LibJitsiActivator() - Constructor for class org.jitsi.service.libjitsi.LibJitsiActivator
 
LibJitsiImpl - Class in org.jitsi.impl.libjitsi
Represents an implementation of the libjitsi library which is stand-alone and does not utilize OSGi.
LibJitsiImpl() - Constructor for class org.jitsi.impl.libjitsi.LibJitsiImpl
Initializes a new LibJitsiImpl instance.
LibJitsiOSGiImpl - Class in org.jitsi.impl.libjitsi
Represents an implementation of the libjitsi library which utilizes OSGi.
LibJitsiOSGiImpl() - Constructor for class org.jitsi.impl.libjitsi.LibJitsiOSGiImpl
Initializes a new LibJitsiOSGiImpl instance with the BundleContext of the Bundle which has loaded the LibJitsi class.
LibJitsiOSGiImpl(BundleContext) - Constructor for class org.jitsi.impl.libjitsi.LibJitsiOSGiImpl
Initializes a new LibJitsiOSGiImpl instance with a specific BundleContext.
Lin2log - Class in org.jitsi.impl.neomedia.codec.audio.silk
Convert input to a log scale
Lin2log() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Lin2log
 
listen() - Method in class org.jitsi.sctp4j.SctpSocket
Makes SCTP socket passive.
LO_QUALITY - Static variable in class org.jitsi.service.neomedia.QualityPreset
Low
loadEncodingConfiguration(EncodingConfiguration) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
Load the preferences stored in encodingConfiguration
loadLibrary(String, ClassLoader) - Static method in class org.jitsi.util.JNIUtils
 
loadLibrary(String, Class) - Static method in class org.jitsi.util.JNIUtils
 
loadProperties(Map<String, String>) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
Parses a Map and updates the format preferences according to it.
loadProperties(Map<String, String>, String) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
Parses a Map and updates the format preferences according to it.
loadVolume() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Reads the initial volume level from the system.
LOCAL - Static variable in class org.jitsi.util.event.VideoEvent
The video origin of a VideoEvent which is local to the executing client such as a local video capture device.
LOCAL - Static variable in class org.jitsi.util.swing.VideoLayout
The local video constraint.
localFingerprint - Variable in class org.jitsi.impl.neomedia.transform.dtls.CertificateInfo
The fingerprint of CertificateInfo.certificate.
localFingerprintHashFunction - Variable in class org.jitsi.impl.neomedia.transform.dtls.CertificateInfo
The hash function of CertificateInfo.localFingerprint (which is the same as the digest algorithm of the signature algorithm of CertificateInfo.certificate in accord with RFC 4572).
localizedDisplayName() - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDevice
Gets the localized human-readable name of this QTCaptureDevice.
locateElement(Element, String, String, String) - Static method in class org.jitsi.util.xml.XMLUtils
Looks through all child elements of the specified root (recursively) and returns the first element that corresponds to all parameters.
locateElements(Element, String, String, String) - Static method in class org.jitsi.util.xml.XMLUtils
Looks through all child elements of the specified root (recursively) and returns the elements that corresponds to all parameters.
LOCATOR_PROTOCOL - Static variable in class org.jitsi.impl.neomedia.device.NoneAudioSystem
 
LOCATOR_PROTOCOL_ANDROIDCAMERA - Static variable in class org.jitsi.impl.neomedia.device.DeviceSystem
 
LOCATOR_PROTOCOL_AUDIORECORD - Static variable in class org.jitsi.impl.neomedia.device.AudioSystem
 
LOCATOR_PROTOCOL_AUDIOSILENCE - Static variable in class org.jitsi.impl.neomedia.device.AudioSystem
 
LOCATOR_PROTOCOL_CIVIL - Static variable in class org.jitsi.impl.neomedia.device.DeviceSystem
 
LOCATOR_PROTOCOL_DIRECTSHOW - Static variable in class org.jitsi.impl.neomedia.device.DeviceSystem
 
LOCATOR_PROTOCOL_IMGSTREAMING - Static variable in class org.jitsi.impl.neomedia.device.DeviceSystem
 
LOCATOR_PROTOCOL_JAVASOUND - Static variable in class org.jitsi.impl.neomedia.device.AudioSystem
 
LOCATOR_PROTOCOL_MACCOREAUDIO - Static variable in class org.jitsi.impl.neomedia.device.AudioSystem
The protocol of the MediaLocators identifying CaptureDeviceInfos contributed by MacCoreaudioSystem.
LOCATOR_PROTOCOL_MEDIARECORDER - Static variable in class org.jitsi.impl.neomedia.device.DeviceSystem
 
LOCATOR_PROTOCOL_OPENSLES - Static variable in class org.jitsi.impl.neomedia.device.AudioSystem
 
LOCATOR_PROTOCOL_PORTAUDIO - Static variable in class org.jitsi.impl.neomedia.device.AudioSystem
 
LOCATOR_PROTOCOL_PULSEAUDIO - Static variable in class org.jitsi.impl.neomedia.device.AudioSystem
 
LOCATOR_PROTOCOL_QUICKTIME - Static variable in class org.jitsi.impl.neomedia.device.DeviceSystem
 
LOCATOR_PROTOCOL_VIDEO4LINUX2 - Static variable in class org.jitsi.impl.neomedia.device.DeviceSystem
 
LOCATOR_PROTOCOL_WASAPI - Static variable in class org.jitsi.impl.neomedia.device.AudioSystem
The protocol of the MediaLocators identifying CaptureDeviceInfos contributed by WASAPISystem.
lockMainloop() - Method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
Locks the PulseAudio event loop object associated with this PulseAudioSystem, effectively blocking the PulseAudio event loop thread from processing events.
log(byte[]) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
 
log(Level, Object) - Method in class org.jitsi.util.InstanceLogger
Logs a message at a given level, if that level is loggable according to the log level configured by this instance.
log(Level, Object, Throwable) - Method in class org.jitsi.util.InstanceLogger
Logs a message at a given level, if that level is loggable according to the log level configured by this instance.
log(Level, Object) - Method in class org.jitsi.util.Logger
Logs a message at a given level, if that level is loggable according to the log level configured by this instance.
log(Level, Object, Throwable) - Method in class org.jitsi.util.Logger
Logs a message at a given level, if that level is loggable according to the log level configured by this instance.
log(Level, Logger.Category, String) - Method in class org.jitsi.util.Logger
Logs a given message with and given category at a given level, if that level is loggable according to the log level configured by this instance.
log(Level, Logger.Category, String, Throwable) - Method in class org.jitsi.util.Logger
Logs a given message with and given category at a given level, if that level is loggable according to the log level configured by this instance.
log(Level, Object) - Method in class org.jitsi.util.LoggerImpl
Logs a message at a given level, if that level is loggable according to the log level configured by this instance.
log(Level, Object, Throwable) - Method in class org.jitsi.util.LoggerImpl
Logs a message at a given level, if that level is loggable according to the log level configured by this instance.
LOG2_INV_LPC_GAIN_HIGH_THRES - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PLC
 
LOG2_INV_LPC_GAIN_LOW_THRES - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PLC
 
Log2lin - Class in org.jitsi.impl.neomedia.codec.audio.silk
Convert input to a linear scale.
Log2lin() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Log2lin
 
logConfigurationProperties(String) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Prints all configuration properties on 'INFO' logging level *except* that properties which name matches given regular expression will have their values masked with ***.
logConfigurationProperties(String) - Method in interface org.jitsi.service.configuration.ConfigurationService
Prints all configuration properties on 'INFO' logging level *except* that properties which name matches given regular expression will have their values masked with ***.
logDroppedPacket(int) - Static method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Returns true if a warning should be logged after a queue has dropped numDroppedPackets packets.
logEntry() - Method in class org.jitsi.util.Logger
Logs an entry in the calling method.
logExit() - Method in class org.jitsi.util.Logger
Logs exiting the calling method
Logger - Class in org.jitsi.util
Standard logging methods.
Logger() - Constructor for class org.jitsi.util.Logger
 
Logger.Category - Enum in org.jitsi.util
An enumeration of different categories for log messages.
LoggerImpl - Class in org.jitsi.util
Implements a Logger backed by a Logger.
LoggerImpl(Logger) - Constructor for class org.jitsi.util.LoggerImpl
Base constructor
logPacket(long) - Static method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Determines whether a RawPacket which has a specific number in the total number of sent RawPackets is to be logged by PacketLoggingService.
logPacket(PacketLoggingService.ProtocolName, byte[], int, byte[], int, PacketLoggingService.TransportName, boolean, byte[]) - Method in interface org.jitsi.service.packetlogging.PacketLoggingService
Log a packet with all the required information.
logPacket(PacketLoggingService.ProtocolName, byte[], int, byte[], int, PacketLoggingService.TransportName, boolean, byte[], int, int) - Method in interface org.jitsi.service.packetlogging.PacketLoggingService
Log a packet with all the required information.
logRTCP(Object, String, byte[], int, int) - Static method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Logs information about an RTCP packet using RTPTranslatorImpl.LOGGER for debugging purposes.
LONG_H_ST - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
impulse response length
LOSS_EXPERIMENT_PROBABILITY_PNAME - Static variable in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation
The name of the property that specifies the probability of enabling the loss-based experiment.
lossCnt - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
LOW_COMPLEXITY_ONLY - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
LOW_FREQ_SHAPING - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
LOW_INPUT_QUALITY_HARMONIC_BOOST - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
LOW_LOSS_THRESHOLD_PNAME - Static variable in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation
The name of the property that specifies the low-loss threshold (expressed as a proportion of lost packets).
LOW_QUALITY_LOW_FREQ_SHAPING_DECR - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
LOW_RATE_BANDWIDTH_EXPANSION_DELTA - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
LOW_RATE_HARMONIC_BOOST - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
LowpassInt - Class in org.jitsi.impl.neomedia.codec.audio.silk
First order low-pass filter, with input as SKP_int32, running at 48 kHz
LowpassInt() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.LowpassInt
 
LowpassShort - Class in org.jitsi.impl.neomedia.codec.audio.silk
First order low-pass filter, with input as SKP_int16, running at 48 kHz
LowpassShort() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.LowpassShort
 
Lpc - Class in org.jitsi.impl.neomedia.codec.audio.g729
Lpc analysis routines.
Lpc() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.Lpc
 
LPC_ASYMDIFF - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lpc_asymwinTbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lpc_buffer - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
LPC_BW - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LPC_CHIRP_SYNTDENUM - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LPC_CHIRP_WEIGHTDENUM - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LPC_exc_Q16 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.NSQ_sample_struct
 
LPC_FILTERORDER - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LPC_fit_int16(float[], int, float, int, float) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.NoiseShapeAnalysisFLP
 
LPC_HALFORDER - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lpc_lagwinTbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LPC_LOOKBACK - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lpc_n - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
LPC_N_20MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LPC_N_30MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LPC_N_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LPC_order - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
LPC_STABILIZE_LPC_MAX_ABS_VALUE_Q16 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.LPCStabilize
 
lpc_winTbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LPC_WN - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LPCAnalysisFilterFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
LPC analysis filter NB! State is kept internally and the filter always starts with zero state first Order output samples are not set
LPCAnalysisFilterFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.LPCAnalysisFilterFLP
 
LPCencode(float[], float[], int[], float[]) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
Lpcfunc - Class in org.jitsi.impl.neomedia.codec.audio.g729
 
Lpcfunc() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.Lpcfunc
 
LPCInvPredGain - Class in org.jitsi.impl.neomedia.codec.audio.silk
Compute inverse of LPC prediction gain, and test if LPC coefficients are stable (all poles within unit circle)
LPCInvPredGain() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.LPCInvPredGain
 
LPCInvPredGainFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
compute inverse of LPC prediction gain, and test if LPC coefficients are stable (all poles within unit circle)
LPCInvPredGainFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.LPCInvPredGainFLP
 
LPCStabilize - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
LPCStabilize() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.LPCStabilize
 
LPCSynthesisFilter - Class in org.jitsi.impl.neomedia.codec.audio.silk
even order AR filter.
LPCSynthesisFilter() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.LPCSynthesisFilter
 
LPCSynthesisOrder16 - Class in org.jitsi.impl.neomedia.codec.audio.silk
16th order AR filter.
LPCSynthesisOrder16() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.LPCSynthesisOrder16
 
lpFilt_coefsTbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LPVariableCutoff - Class in org.jitsi.impl.neomedia.codec.audio.silk
Elliptic/Cauer filters designed with 0.1 dB passband ripple, 80 dB minimum stopband attenuation, and [0.95 : 0.15 : 0.35] normalized cut off frequencies.
LPVariableCutoff() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.LPVariableCutoff
 
LRUCache<K,V> - Class in org.jitsi.util
 
LRUCache(int) - Constructor for class org.jitsi.util.LRUCache
Ctor.
lsf2a(float[], float[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_common
 
lsf_bits - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
lsf_bits_20ms - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lsf_bits_30ms - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LSF_check(float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_common
 
LSF_COS_TAB_SZ_FIX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIXConstants
 
lsf_lsp(float[], float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Lpcfunc
Convert from lsf[0..M-1 to lsp[0..M-1]
LSF_NSPLIT - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LSF_NUMBER_OF_STEPS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lsf_weightTbl_20ms - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lsf_weightTbl_30ms - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lsfCbTbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
LSFCosTable - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
LSFCosTable() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.LSFCosTable
 
lsfdeqold - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
lsfdeqold - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
LSFinterpolate2a_dec(float[], float[], float[], int, float, int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
LSFinterpolate2a_enc(float[], float[], float[], int, float, long) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
lsfmeanTbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
lsfold - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
lsp_decw_reset() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.Lspdec
Set the previous LSP vectors.
lsp_encw_reset() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.QuaLsp
Set the previous LSP vector
lsp_expand_1(float[], float) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Lspgetq
Check for lower (0-4)
lsp_expand_1_2(float[], float) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Lspgetq
 
lsp_expand_2(float[], float) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Lspgetq
Check for higher (5-9)
lsp_get_quant(float[][], float[][], int, int, int, float[][], float[][], float[], float[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Lspgetq
Reconstruct quantized LSP parameter and check the stabilty
lsp_lsf(float[], float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Lpcfunc
Convert from lsp[0..M-1 to lsf[0..M-1]
lsp_prev_extract(float[], float[], float[][], float[][], float[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Lspgetq
Extract elementary LSP from composed LSP with previous LSP
lsp_prev_update(float[], float[][]) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Lspgetq
Update previous LSP parameter
lspcb1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
lspcb2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
Lspdec - Class in org.jitsi.impl.neomedia.codec.audio.g729
 
Lspdec() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.Lspdec
 
Lspgetq - Class in org.jitsi.impl.neomedia.codec.audio.g729
 
Lspgetq() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.Lspgetq
 
LTP_BUF_LENGTH - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
LTP_DAMPING - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
LTP_MASK - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
LTP_ORDER - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
LTP_scale - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
LTP_scale_Q14 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_control
 
LTP_scale_Q14 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
LTP_scaleIndex - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control
 
LTP_SMOOTHING - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
LTPAnalysisFilterFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
LTPAnalysisFilterFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.LTPAnalysisFilterFLP
 
LTPCoef - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
LTPCoef_Q14 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_control
 
LTPCoef_Q14 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
LTPCoef_Q14 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_PLC_struct
 
LTPCorr - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
LTPIndex - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control
 
LTPQuantLowComplexity - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
LTPredCodGain - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
LTPScaleCtrlFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
LTPScaleCtrlFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.LTPScaleCtrlFLP
 
LTPScaleThresholds - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.LTPScaleCtrlFLP
Table containing trained thresholds for LTP scaling.
lwindow - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 

M

M - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
LPC order.
M_LIMIT - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
MA - Class in org.jitsi.impl.neomedia.codec.audio.silk
Variable order MA filter.
MA() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.MA
 
MA_NP - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
MA prediction order for LSP.
mac - Variable in class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
The HMAC object we used to do packet authentication
MacCoreAudioDevice - Class in org.jitsi.impl.neomedia.device
Extension for the JNI link to the MacOsX CoreAudio library.
MacCoreAudioDevice() - Constructor for class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
MacCoreaudioRenderer - Class in org.jitsi.impl.neomedia.jmfext.media.renderer.audio
Implements an audio Renderer which uses MacOSX Coreaudio.
MacCoreaudioRenderer() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
Initializes a new MacCoreaudioRenderer instance.
MacCoreaudioRenderer(boolean) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
Initializes a new MacCoreaudioRenderer instance which is to either perform playback or sound a notification.
MacCoreaudioStream - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio
Implements PullBufferStream for MacCoreaudio.
MacCoreaudioStream(DataSource, FormatControl, boolean) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.MacCoreaudioStream
Initializes a new MacCoreaudioStream instance which is to have its Format-related information abstracted by a specific FormatControl.
MacCoreaudioSystem - Class in org.jitsi.impl.neomedia.device
Creates MacCoreaudio capture devices by enumerating all host devices that have input channels.
MacCoreaudioSystem() - Constructor for class org.jitsi.impl.neomedia.device.MacCoreaudioSystem
Initializes a new MacCoreaudioSystem instance which creates MacCoreaudio capture and playback devices by enumerating all host devices with input channels.
Macros - Class in org.jitsi.impl.neomedia.codec.audio.silk
Translated from what is an inline header file for general platform.
Macros() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Macros
 
magic_number - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
main(String[]) - Static method in class org.jitsi.examples.AVReceive2
 
main(String[]) - Static method in class org.jitsi.examples.AVTransmit2
 
main(String[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Coder
Usage : coder speech_file bitstream_file Format for speech_file: Speech is read form a binary file of 16 bits data.
main(String[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Decoder
Main decoder routine Usage :Decoder bitstream_file outputspeech_file Format for bitstream_file: One (2-byte) synchronization word One (2-byte) size word, 80 words (2-byte) containing 80 bits.
main(String[]) - Static method in class org.jitsi.impl.neomedia.transform.srtp.CryptoBenchmark
 
main(String[]) - Static method in class org.jitsi.sctp4j.SampleClient
 
main(String[]) - Static method in class org.jitsi.sctp4j.SampleLoop
 
main(String[]) - Static method in class org.jitsi.sctp4j.SampleServer
 
MAIN_PROFILE - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
The name of the main H.264 (encoding) profile.
MainFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
MainFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.MainFLP
 
makeRTP(long, int, int, long, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Makes a new RTP RawPacket filled with padding with the specified parameters.
makeTimeSeriesPoint(String) - Method in class org.jitsi.util.DiagnosticContext
Makes a new time series point without a timestamp.
makeTimeSeriesPoint(String, long) - Method in class org.jitsi.util.DiagnosticContext
Makes a new time series point with a timestamp.
makeTimeSeriesPoint(String, Instant) - Method in class org.jitsi.util.DiagnosticContext
Makes a new time series point with a timestamp.
MalformedMaskException() - Constructor for exception org.jitsi.impl.neomedia.transform.fec.FlexFec03Mask.MalformedMaskException
 
malloc(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Allocates memorry on the heap (a simple wrapped around the native malloc())
mantissa - Variable in class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
The mantissa of the maximum total media bit rate (ignoring all packet overhead) that the sender of the REMB estimates.
map1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
map2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
MAP_SHARED - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
mapLocalToNtp(long, long, double) - Method in class org.jitsi.impl.neomedia.recording.SynchronizerImpl
Notifies this Synchronizer that the local timestamp localTime corresponds to the NTP timestamp ntpTime (for SSRC ssrc).
mapLocalToNtp(long, long, double) - Method in interface org.jitsi.service.neomedia.recording.Synchronizer
Notifies this Synchronizer that the local timestamp localTime corresponds to the NTP timestamp ntpTime (for SSRC ssrc).
mapRtpToNtp(long, long, double) - Method in class org.jitsi.impl.neomedia.recording.SynchronizerImpl
Notifies this Synchronizer that the RTP timestamp rtpTime (for SSRC ssrc) corresponds to the NTP timestamp ntpTime.
mapRtpToNtp(long, long, double) - Method in interface org.jitsi.service.neomedia.recording.Synchronizer
Notifies this Synchronizer that the RTP timestamp rtpTime (for SSRC ssrc) corresponds to the NTP timestamp ntpTime.
mapTone(DTMFTone) - Static method in class org.jitsi.service.neomedia.DTMFInbandTone
Maps between protocol and media inband DTMF objects.
mapTone(DTMFTone) - Static method in class org.jitsi.service.neomedia.DTMFRtpTone
Maps between protocol and media DTMF objects.
masterKey - Variable in class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
Master encryption key
masterSalt - Variable in class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
Master salting key
matchDevicesByName(List<CaptureDeviceInfo2>, List<CaptureDeviceInfo2>) - Static method in class org.jitsi.impl.neomedia.device.AudioSystem2
Attempts to reorder specific lists of capture and playback/notify CaptureDeviceInfo2s so that devices from the same hardware appear at the same indices in the respective lists.
matches(Format, Format[]) - Static method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
Utility to perform format matching.
matches(Format) - Method in class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
Determines whether a specific format matches this instance i.e.
matches(MediaFormat) - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Determines whether this MediaFormat matches properties of a specific MediaFormat, such as mediaType, encoding, clockRate and channels for MediaFormats with mediaType equal to MediaType.AUDIO.
matches(MediaType, String, double, int, Map<String, String>) - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Determines whether this MediaFormat has specific values for its properties mediaType, encoding, clockRate and channels for MediaFormats with mediaType equal to MediaType.AUDIO.
matches(Format) - Method in class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
Determines whether a specific format matches this instance i.e.
matches(RawPacket) - Method in class org.jitsi.impl.neomedia.rtp.FrameDesc
Determines whether a packet belongs to this frame or not.
matches(long) - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackDesc
FIXME: this should probably check whether the specified SSRC is part of this track (i.e.
matches(RawPacket) - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Gets a boolean indicating whether or not the specified packet matches this encoding or not.
matches(long) - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Gets a boolean indicating whether or not the SSRC specified in the arguments matches this encoding or not.
matches(MediaFormat) - Method in interface org.jitsi.service.neomedia.format.MediaFormat
Determines whether this MediaFormat matches properties of a specific MediaFormat, such as mediaType, encoding, clockRate and channels for MediaFormats with mediaType equal to MediaType.AUDIO.
matches(MediaType, String, double, int, Map<String, String>) - Method in interface org.jitsi.service.neomedia.format.MediaFormat
Determines whether this MediaFormat has specific values for its properties mediaType, encoding, clockRate and channels for MediaFormats with mediaType equal to MediaType.AUDIO.
matchFirst(Predicate<REDBlock>, byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.REDBlockIterator
Matches a RED block in the RED payload.
MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
maximum that can be held in 15 bits
MAX_API_FS_KHZ - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MAX_ARITHM_BYTES - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MAX_AUDIO_CHANNELS - Static variable in class org.jitsi.impl.neomedia.MediaUtils
The maximum number of channels for audio that is available through MediaUtils.
MAX_AUDIO_LEVEL - Static variable in class org.jitsi.impl.neomedia.audiolevel.AudioLevelCalculator
The maximum audio level.
MAX_AUDIO_SAMPLE_RATE - Static variable in class org.jitsi.impl.neomedia.MediaUtils
The maximum sample rate for audio that is available through MediaUtils.
MAX_AUDIO_SAMPLE_SIZE_IN_BITS - Static variable in class org.jitsi.impl.neomedia.MediaUtils
The maximum sample size in bits for audio that is available through MediaUtils.
MAX_AUDIO_SEQUENCE_NUMBERS_TO_PLC - Static variable in class org.jitsi.impl.neomedia.codec.AbstractCodec2
The maximum number of lost sequence numbers to conceal with packet loss mitigation techniques such as Forward Error Correction (FEC) and Packet Loss Concealment (PLC) when dealing with audio.
MAX_BYTES_PER_FRAME - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
The maximum number of output payload bytes per input frame.
MAX_CONSECUTIVE_DTX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MAX_DELTA_GAIN_QUANT - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MAX_DELTA_LAG - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MAX_DYNAMIC_PAYLOAD_TYPE - Static variable in interface org.jitsi.service.neomedia.format.MediaFormat
The maximum integer that is allowed for use in dynamic payload type assignment.
MAX_FRAME_LENGTH - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MAX_FRAME_SIZE - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.BurgModifiedFLP
 
MAX_FRAMES_PER_PACKET - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MAX_FS_KHZ - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MAX_ITERATIONS_A2NLSF_FIX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.A2NLSF_constants
 
MAX_ITERATIONS_RESIDUAL_NRG - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResidualEnergyFLP
 
MAX_LBRR_DELAY - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MAX_LENGTH - Static variable in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
Maximum length of a VP8 Payload Descriptor.
MAX_LEVEL - Static variable in interface org.jitsi.service.neomedia.event.SimpleAudioLevelListener
The maximum level that can be reported for a participant in a conference.
MAX_LOOPS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.NLSFStabilize
Constant Definitions.
MAX_LPC_ORDER - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MAX_LPC_STABILIZE_ITERATIONS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MAX_MATRIX_SIZE - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MAX_MISSING - Static variable in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
If more than MAX_MISSING consecutive packets are lost, we will not request retransmissions for them, but reset our state instead.
MAX_NB_SHELL_BLOCKS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MAX_NB_SUBFR - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.BurgModifiedFLP
 
MAX_NLSF_MSVQ_SURVIVORS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MAX_NLSF_MSVQ_SURVIVORS_LC_MODE - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MAX_NLSF_MSVQ_SURVIVORS_MC_MODE - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MAX_PACKET - Static variable in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
The maximum size of a packet we can create.
MAX_PACKET_COUNT - Static variable in class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
The maximum number of packets (including missing packets) to include in an RTCPTCCPacket being constructed for a list of packets.
MAX_PAYLOAD_SIZE - Static variable in class org.jitsi.impl.neomedia.codec.video.h263p.Packetizer
Maximum payload size without the headers.
MAX_PAYLOAD_SIZE - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.Packetizer
Maximum payload size without the headers.
max_pitch_lag - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_predict_state_FLP
 
MAX_PITCH_LAG_MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PLC
 
MAX_PORT_NUMBER_PROPERTY_NAME - Static variable in class org.jitsi.service.neomedia.DefaultStreamConnector
The name of the property that contains the maximum port number that we'd like our RTP managers to bind upon.
MAX_PULSES - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MAX_QGAIN_DB - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MAX_REQUESTS - Static variable in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
The maximum number of retransmission requests to be sent for a single RTP packet.
MAX_SAMPLE - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
MAX_TIME - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
MAX_TIMESTAMP_VALUE - Static variable in class org.jitsi.impl.neomedia.rtp.TimestampUtils
 
MAX_USHORT - Static variable in class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
65535
MAX_VOLUME_LEVEL - Static variable in class org.jitsi.service.neomedia.BasicVolumeControl
The maximum volume level accepted by AbstractVolumeControl.
MAX_VOLUME_PERCENT - Static variable in class org.jitsi.service.neomedia.BasicVolumeControl
The maximum volume level expressed in percent accepted by AbstractVolumeControl.
maxInternal_fs_kHz - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
maxInternalSampleRate - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_EncControlStruct
(Input) Maximum internal sampling rate in Hertz; 8000/12000/16000/24000.
maybeOpenResampler(AudioFormat, AudioFormat) - Static method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
Attempts to initialize and open a new Codec to resample media data from a specific input AudioFormat into a specific output AudioFormat.
maybeRequest(boolean) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTCPFeedbackMessageSender.KeyframeRequester
Sends an FIR RTCP message.
maybeStopRequesting(StreamRTPManagerDesc, byte[], int, int) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTCPFeedbackMessageSender.KeyframeRequester
Notifies this instance that an RTP packet has been received from a peer represented by a specific StreamRTPManagerDesc.
maybeStopRequesting(StreamRTPManagerDesc, long, byte[], int, int) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTCPFeedbackMessageSender
Notifies this instance that an RTP packet has been received from a peer represented by a specific StreamRTPManagerDesc.
MB2NB_BITRATE_BPS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MB2WB_BITRATE_BPS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MEAN_ENER - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Average innovation energy
MEDIA_ROLE_EVENT - Static variable in class org.jitsi.impl.neomedia.device.PulseAudioSystem
The PulseAudio logic role of media which represents an event, notification.
MEDIA_ROLE_PHONE - Static variable in class org.jitsi.impl.neomedia.device.PulseAudioSystem
The PulseAudio logic role of media which represents telephony call audio.
MEDIA_TYPE_PNAME - Static variable in class org.jitsi.impl.neomedia.transform.dtls.Properties
 
MediaBuffer_alloc(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
MediaBuffer_pop(long, byte[], int, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
MediaBuffer_push(long, byte[], int, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
MediaConfigurationService - Interface in org.jitsi.service.neomedia
An interface that exposes the Components used in media configuration user interfaces.
MediaDevice - Interface in org.jitsi.service.neomedia.device
The MediaDevice class represents capture and playback devices that can be used to grab or render media.
MediaDeviceImpl - Class in org.jitsi.impl.neomedia.device
Implements MediaDevice for the JMF CaptureDevice.
MediaDeviceImpl(CaptureDeviceInfo, MediaType) - Constructor for class org.jitsi.impl.neomedia.device.MediaDeviceImpl
Initializes a new MediaDeviceImpl instance which is to provide an implementation of MediaDevice for a CaptureDevice with a specific CaptureDeviceInfo and which is of a specific MediaType.
MediaDeviceImpl(MediaType) - Constructor for class org.jitsi.impl.neomedia.device.MediaDeviceImpl
Initializes a new MediaDeviceImpl instance with a specific MediaType and with MediaDirection which does not allow sending.
MediaDeviceSession - Class in org.jitsi.impl.neomedia.device
Represents the use of a specific MediaDevice by a MediaStream.
MediaDeviceSession(AbstractMediaDevice) - Constructor for class org.jitsi.impl.neomedia.device.MediaDeviceSession
Initializes a new MediaDeviceSession instance which is to represent the use of a specific MediaDevice by a MediaStream.
MediaDeviceWrapper - Interface in org.jitsi.service.neomedia.device
Represents a special-purpose MediaDevice which is effectively built on top of and forwarding to another MediaDevice.
MediaDirection - Enum in org.jitsi.service.neomedia
The MediaDirections enumeration contains a list of media directions that indicate read/write capabilities of different entities in this MediaService such as for example devices.
MediaException - Exception in org.jitsi.service.neomedia
Implements an Exception thrown by the neomedia service interfaces and their implementations.
MediaException(String) - Constructor for exception org.jitsi.service.neomedia.MediaException
Initializes a new MediaException instance with a specific detailed message and MediaException.GENERAL_ERROR error code.
MediaException(String, int) - Constructor for exception org.jitsi.service.neomedia.MediaException
Initializes a new MediaException instance with a specific detailed message and a specific error code.
MediaException(String, Throwable) - Constructor for exception org.jitsi.service.neomedia.MediaException
Initializes a new MediaException instance with a specific detailed message, MediaException.GENERAL_ERROR error code and a specific Throwable cause.
MediaException(String, int, Throwable) - Constructor for exception org.jitsi.service.neomedia.MediaException
Initializes a new MediaException instance with a specific detailed message, a specific error code and a specific Throwable cause.
MediaFormat - Interface in org.jitsi.service.neomedia.format
The MediaFormat interface represents a generic (i.e.
MediaFormatFactory - Interface in org.jitsi.service.neomedia.format
Allows the creation of audio and video MediaFormat instances.
MediaFormatFactoryImpl - Class in org.jitsi.impl.neomedia.format
Implements MediaFormatFactory for the JMF Format types.
MediaFormatFactoryImpl() - Constructor for class org.jitsi.impl.neomedia.format.MediaFormatFactoryImpl
 
MediaFormatImpl<T extends javax.media.Format> - Class in org.jitsi.impl.neomedia.format
Implements MediaFormat for the JMF Format.
MediaFormatImpl(T) - Constructor for class org.jitsi.impl.neomedia.format.MediaFormatImpl
Initializes a new MediaFormatImpl instance which is to provide an implementation of MediaFormat for a specific Format.
MediaFormatImpl(T, Map<String, String>, Map<String, String>) - Constructor for class org.jitsi.impl.neomedia.format.MediaFormatImpl
Initializes a new MediaFormatImpl instance which is to provide an implementation of MediaFormat for a specific Format and which is to have a specific set of codec-specific parameters.
mediaPackets - Variable in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
Buffer which keeps (copies of) received media packets.
MediaService - Interface in org.jitsi.service.neomedia
The MediaService service is meant to be a wrapper of media libraries such as JMF, FMJ, FFMPEG, and/or others.
mediaServiceImpl - Variable in class org.jitsi.impl.neomedia.HardwareVolumeControl
The media service implementation.
MediaServiceImpl - Class in org.jitsi.impl.neomedia
Implements MediaService for JMF.
MediaServiceImpl() - Constructor for class org.jitsi.impl.neomedia.MediaServiceImpl
Initializes a new MediaServiceImpl instance.
MediaStream - Interface in org.jitsi.service.neomedia
The MediaStream class represents a (generally) bidirectional RTP stream between exactly two parties.
MediaStreamImpl - Class in org.jitsi.impl.neomedia
Implements MediaStream using JMF.
MediaStreamImpl(MediaDevice, SrtpControl) - Constructor for class org.jitsi.impl.neomedia.MediaStreamImpl
Initializes a new MediaStreamImpl instance which will use the specified MediaDevice for both capture and playback of media.
MediaStreamImpl(StreamConnector, MediaDevice, SrtpControl) - Constructor for class org.jitsi.impl.neomedia.MediaStreamImpl
Initializes a new MediaStreamImpl instance which will use the specified MediaDevice for both capture and playback of media exchanged via the specified StreamConnector.
MediaStreamStats - Interface in org.jitsi.service.neomedia
Class used to compute stats concerning a MediaStream.
MediaStreamStats2 - Interface in org.jitsi.service.neomedia.stats
An extended interface for accessing the statistics of a MediaStream.
MediaStreamStats2Impl - Class in org.jitsi.impl.neomedia.stats
 
MediaStreamStats2Impl(MediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
Initializes a new MediaStreamStats2Impl instance.
MediaStreamStatsImpl - Class in org.jitsi.impl.neomedia
Class used to compute stats concerning a MediaStream.
MediaStreamStatsImpl(MediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Creates a new instance of stats concerning a MediaStream.
MediaStreamStatsImpl.StreamDirection - Enum in org.jitsi.impl.neomedia
Enumeration of the direction (DOWNLOAD or UPLOAD) used for the stats.
MediaStreamTarget - Class in org.jitsi.service.neomedia
The MediaStreamTarget contains a pair of host:port couples indicating data (RTP) and control (RTCP) locations.
MediaStreamTarget(InetSocketAddress, InetSocketAddress) - Constructor for class org.jitsi.service.neomedia.MediaStreamTarget
Initializes a new MediaStreamTarget instance with specific RTP and RTCP InetSocketAddresses.
MediaStreamTarget(InetAddress, int, InetAddress, int) - Constructor for class org.jitsi.service.neomedia.MediaStreamTarget
Initializes a new MediaStreamTarget instance with specific RTP and RTCP InetAddresses and ports.
MediaStreamTrackDesc - Class in org.jitsi.impl.neomedia.rtp
Represents a collection of RTPEncodingDescs that encode the same media source.
MediaStreamTrackDesc(MediaStreamTrackReceiver, RTPEncodingDesc[]) - Constructor for class org.jitsi.impl.neomedia.rtp.MediaStreamTrackDesc
Ctor.
MediaStreamTrackDesc(MediaStreamTrackReceiver, RTPEncodingDesc[], String) - Constructor for class org.jitsi.impl.neomedia.rtp.MediaStreamTrackDesc
Ctor.
MediaStreamTrackReceiver - Class in org.jitsi.impl.neomedia.rtp
Contains the MediaStreamTrackDescs for a MediaStream.
MediaStreamTrackReceiver(MediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.rtp.MediaStreamTrackReceiver
Ctor.
MEDIASUBTYPE_PCM - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
MediaType - Enum in org.jitsi.service.neomedia
The MediaType enumeration contains a list of media types currently known to and handled by the MediaService.
MEDIATYPE_Audio - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
MediaUseCase - Enum in org.jitsi.service.neomedia
The MediaUseCase enumeration contains a list of use-cases for media related.
MediaUtils - Class in org.jitsi.impl.neomedia
Implements static utility methods used by media classes.
MediaUtils() - Constructor for class org.jitsi.impl.neomedia.MediaUtils
 
MEM_RES2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
memcpy(byte[], long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Copies n bytes from src to dst.
memcpy(long, long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
memcpy(byte[], int, int, long) - Static method in class org.jitsi.impl.neomedia.quicktime.CVPixelBuffer
Native copy from native pointer src to byte array dst.
memLfTbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
memZero() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_SILK_LBRR_struct
 
memZero() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_nsq_state
set all fields of the instance to zero
memZero() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_predict_state_FLP
set all fields of the instance to zero
memZero() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_prefilter_state_FLP
set all fields of the instance to zero
memZero() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
set all fields of the instance to zero.
memZero() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_shape_state_FLP
set all fields of the instance to zero
MFPKEY_WMAAECMA_DEVICE_INDEXES - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
Specifies which audio devices the Voice Capture DSP uses for capturing and rendering audio.
MFPKEY_WMAAECMA_DMO_SOURCE_MODE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
Specifies whether the Voice Capture DSP uses source mode (true) or filter mode (false).
MFPKEY_WMAAECMA_FEATR_AES - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
Specifies how many times the Voice Capture DSP performs acoustic echo suppression (AES) on the residual signal.
MFPKEY_WMAAECMA_FEATR_AGC - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
Specifies whether the Voice Capture DSP performs automatic gain control.
MFPKEY_WMAAECMA_FEATR_CENTER_CLIP - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
Specifies whether the Voice Capture DSP performs center clipping.
MFPKEY_WMAAECMA_FEATR_ECHO_LENGTH - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
Specifies the duration of echo that the acoustic echo cancellation (AEC) algorithm can handle, in milliseconds.
MFPKEY_WMAAECMA_FEATR_NOISE_FILL - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
Specifies whether the Voice Capture DSP performs noise filling.
MFPKEY_WMAAECMA_FEATR_NS - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
Specifies whether the Voice Capture DSP performs noise suppression.
MFPKEY_WMAAECMA_FEATURE_MODE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
Enables the application to override the default settings on various properties of the Voice Capture DSP.
MFPKEY_WMAAECMA_MIC_GAIN_BOUNDER - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
Specifies whether the Voice Capture DSP applies microphone gain bounding.
MFPKEY_WMAAECMA_SYSTEM_MODE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
Specifies the processing mode for the Voice Capture DSP.
mid - Static variable in class org.jitsi.util.SoundFileUtils
 
MiddleIx - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CB_FLP
 
MiddleIx - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CB_struct
 
MIN_AUDIO_LEVEL - Static variable in class org.jitsi.impl.neomedia.audiolevel.AudioLevelCalculator
The minimum audio level.
MIN_DELTA_GAIN_QUANT - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MIN_DYNAMIC_PAYLOAD_TYPE - Static variable in interface org.jitsi.service.neomedia.format.MediaFormat
The minimum integer that is allowed for use in dynamic payload type assignment.
MIN_GPLT - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
LT gain minimum
MIN_LEVEL - Static variable in interface org.jitsi.service.neomedia.event.SimpleAudioLevelListener
The maximum (zero) level that can be reported for a participant in a conference.
MIN_LPC_ORDER - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MIN_NDELTA - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.NLSFVQWeightsLaroiaFLP
 
min_pitch_lag - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_predict_state_FLP
 
MIN_PORT_NUMBER_PROPERTY_NAME - Static variable in class org.jitsi.service.neomedia.DefaultStreamConnector
The name of the property that contains the minimum port number that we'd like our RTP managers to bind upon.
MIN_QGAIN_DB - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MIN_SAMPLE - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
MIN_SIZE - Static variable in class org.jitsi.util.RTCPUtils
The size in bytes of the smallest possible RTCP packet (e.g.
MIN_SWS_SCALE_HEIGHT_OR_WIDTH - Static variable in class org.jitsi.impl.neomedia.codec.video.SwScale
The minimum height and/or width of the input and/or output to be passed to sws_scale in order to prevent its crashing.
MIN_TARGET_RATE_MB_BPS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MIN_TARGET_RATE_NB_BPS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MIN_TARGET_RATE_SWB_BPS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MIN_TARGET_RATE_WB_BPS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
MIN_VOLUME_LEVEL - Static variable in class org.jitsi.service.neomedia.BasicVolumeControl
The minimum volume level accepted by AbstractVolumeControl.
MIN_VOLUME_PERCENT - Static variable in class org.jitsi.service.neomedia.BasicVolumeControl
The minimum volume level expressed in percent accepted by AbstractVolumeControl.
minimumLayoutSize(Container) - Method in class org.jitsi.util.swing.FitLayout
 
minimumVideoFrameInterval() - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput
Gets the minimum time interval between which this QTCaptureDecompressedVideoOutput will output consecutive video frames.
MJPG - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
The MJPEG constant.
mmap(long, int, int, int, int, long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
MMNotificationClient - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi
Implements the Java counterpart of an IMMNotificationClient instance statically allocated by the native counterpart of WASAPI and automatically registered with all IMMDeviceEnumerator instances.
MMSYSERR_NODRIVER - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
The constant defined by Windows Multimedia and utilized by PortAudio's wmme host API to signal that no device driver is present.
MoCreateMediaType(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
mod - Static variable in class org.jitsi.util.SoundFileUtils
 
MODE - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Number of modes for MA prediction.
mode - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
mode - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
mode - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_LP_state
 
MoDeleteMediaType(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
MoFreeMediaType(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
MoInitMediaType(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
monitorFunctionalHealth(DiagnosticsControl) - Static method in class org.jitsi.impl.neomedia.device.PortAudioSystem
Places a specific DiagnosticsControl under monitoring of its functional health because of a malfunction in its procedure/process.
MonotonicAtomicLong - Class in org.jitsi.util.concurrent
Enriches AtomicLong with methods that allow it to be updated only if doing so would increase (or decrease) its value.
MonotonicAtomicLong() - Constructor for class org.jitsi.util.concurrent.MonotonicAtomicLong
 
moreInternalDecoderFrames - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
moreInternalDecoderFrames - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_DecControlStruct
(Output) Flag to indicate that the decoder has remaining payloads internally.
movePartialDesktopStreaming(int, int) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Move origin of a partial desktop streaming MediaDevice.
movePartialDesktopStreaming(int, int) - Method in interface org.jitsi.service.neomedia.VideoMediaStream
Move origin of a partial desktop streaming MediaDevice.
MP1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
LPC order+1.
mp2 - Static variable in class org.jitsi.util.SoundFileUtils
 
mp3 - Static variable in class org.jitsi.util.SoundFileUtils
 
msb0baseTime - Static variable in class org.jitsi.util.TimeUtils
Taken from org.apache.commons.net.ntp.TimeStamp.
msb1baseTime - Static variable in class org.jitsi.util.TimeUtils
Taken from org.apache.commons.net.ntp.TimeStamp.
MSG_NOTIFICATION - Static variable in class org.jitsi.sctp4j.Sctp
SCTP notification
MSIZE - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Size of vectors for cross-correlation between 2 pulses
mu_LTP - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
MU_LTP_QUANT_MB - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
MU_LTP_QUANT_NB - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
MU_LTP_QUANT_SWB - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
MU_LTP_QUANT_WB - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
munmap(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
mute(Buffer) - Static method in class org.jitsi.impl.neomedia.protocol.RewritablePushBufferDataSource
Replaces the media data contained in a specific Buffer with a compatible representation of silence.
MuteDataSource - Interface in org.jitsi.impl.neomedia.protocol
All datasources that support muting functionality implement MuteDataSource.
mycorr1(float[], int, float[], int, int, float[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
MyRTCPPacketTransformer() - Constructor for class org.jitsi.impl.neomedia.transform.DebugTransformEngine.MyRTCPPacketTransformer
 
MyRTPPacketTransformer() - Constructor for class org.jitsi.impl.neomedia.transform.DebugTransformEngine.MyRTPPacketTransformer
 

N

N_LEVELS_QGAIN - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
N_RATE_LEVELS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
NACK_CACHE_SIZE_MILLIS - Static variable in class org.jitsi.impl.neomedia.rtp.RawPacketCache
Configuration property for nack cache size in milliseconds.
NACK_CACHE_SIZE_PACKETS - Static variable in class org.jitsi.impl.neomedia.rtp.RawPacketCache
Configuration property number of packets to cache.
NACK_CACHE_SIZE_STREAMS - Static variable in class org.jitsi.impl.neomedia.rtp.RawPacketCache
Configuration property for number of streams to cache
NACKPacket - Class in org.jitsi.impl.neomedia.rtcp
A class which represents an RTCP Generic NACK feedback message, as defined in RFC4585 Section 6.2.1.
NACKPacket(RTCPCompoundPacket) - Constructor for class org.jitsi.impl.neomedia.rtcp.NACKPacket
Initializes a new NACKPacket instance.
NACKPacket(long, long, Collection<Integer>) - Constructor for class org.jitsi.impl.neomedia.rtcp.NACKPacket
Initializes a new NACKPacket instance with specific "packet sender SSRC" and "media source SSRC" values and which describes a specific set of sequence numbers.
nackReceived(NACKPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Notifies this instance that an RTCP NACK packet was received.
nackReceived(NACKPacket) - Method in class org.jitsi.impl.neomedia.rtp.RTCPPacketListenerAdapter
Notifies this listener that a NACKPacket has been received.
nackReceived(NACKPacket) - Method in interface org.jitsi.service.neomedia.rtp.RTCPPacketListener
Notifies this listener that a NACKPacket has been received.
NAL_PREFIX - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.H264
The bytes to prefix any NAL unit to be output by this DePacketizer and given to a H.264 decoder.
nasub - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
NASUB_20MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
NASUB_30MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
NASUB_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
NATIVE_AUDIO_FORMAT_ENDIAN - Static variable in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
The native byte order of the hardware upon which this Java virtual machine is running expressed in the endian term of AudioFormat.
NativelySupportedAudioFormat - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi
Represents an AudioFormat which is natively supported by the entity which supports it.
NativelySupportedAudioFormat(String, double, int, int, int, int, int, double, Class<?>) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.NativelySupportedAudioFormat
 
NB2MB_BITRATE_BPS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
NB_LTP_CBKS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
NB_POS - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Number of positions for each pulse
NB_SOS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
NB_SUBFR - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
NB_THRESHOLDS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.LTPScaleCtrlFLP
 
nBytes - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_SILK_LBRR_struct
 
nBytesInPayloadBuf - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
nBytesLeft - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
NC - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
LPC order / 2.
NC0 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Number of entries in first stage.
NC0_B - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Number of bits in first stage.
NC1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Number of entries in second stage.
NC1_B - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Number of bits in second stage.
NCAN1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Pre-selecting order for #1
NCAN2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Pre-selecting order for #2
NCODE1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Codebook 1 size
NCODE1_B - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Number of Codebook-bit
NCODE2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Codebook 2 size
NCODE2_B - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Number of Codebook-bit
NDeltaMin - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CB_FLP
 
NDeltaMin_Q15 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CB_struct
 
NearestNeighbor(float[], float, int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
NeomediaServiceUtils - Class in org.jitsi.impl.neomedia
 
NetworkLink - Interface in org.jitsi.sctp4j
Interface used by SctpSocket for sending network packets.
NEVER - Static variable in interface org.jitsi.impl.neomedia.control.DiagnosticsControl
The constant which expresses a non-existent time in milliseconds for the purposes of #getMalfuntioningSince().
new_speech - Variable in class org.jitsi.impl.neomedia.codec.audio.g729.CodLd8k
 
new_speech_offset - Variable in class org.jitsi.impl.neomedia.codec.audio.g729.CodLd8k
 
newCachedThreadPool(boolean, String) - Static method in class org.jitsi.util.ExecutorUtils
Creates a thread pool that creates new threads as needed, but will reuse previously constructed threads when they are available.
newDocumentBuilderFactory() - Static method in class org.jitsi.util.xml.XMLUtils
Creates and returns a new DocumentBuilderFactory instance, and sets the default set of features.
newDocumentBuilderFactory(boolean) - Static method in class org.jitsi.util.xml.XMLUtils
Creates and returns a new DocumentBuilderFactory instance, and sets the default set of features.
newString(byte[]) - Static method in class org.jitsi.util.StringUtils
Initializes a new String instance by decoding a specified array of bytes (mostly used by JNI).
next() - Method in class org.jitsi.impl.neomedia.codec.REDBlockIterator
 
next() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPIterator
next() - Method in class org.jitsi.service.neomedia.RawPacket.HeaderExtensions
 
nFramesDecoded - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
nFramesInPacket - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
nFramesInPayloadBuf - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
NL - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_VAD_state
 
NLSF2A - Class in org.jitsi.impl.neomedia.codec.audio.silk
conversion between prediction filter coefficients and LSFs order should be even a piecewise linear approximation maps LSF <-> cos(LSF) therefore the result is not accurate LSFs, but the two function are accurate inverses of each other.
NLSF2A() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.NLSF2A
 
NLSF2AStable - Class in org.jitsi.impl.neomedia.codec.audio.silk
Convert NLSF parameters to stable AR prediction filter coefficients.
NLSF2AStable() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.NLSF2AStable
 
NLSF_MSVQ_CB0_10_STAGES - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB010
 
NLSF_MSVQ_CB0_10_VECTORS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB010
 
NLSF_MSVQ_CB0_16_STAGES - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB016
 
NLSF_MSVQ_CB0_16_VECTORS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB016
 
NLSF_MSVQ_CB1_10_STAGES - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB110
 
NLSF_MSVQ_CB1_10_VECTORS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB110
 
NLSF_MSVQ_CB1_16_STAGES - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB116
 
NLSF_MSVQ_CB1_16_VECTORS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB116
 
NLSF_MSVQ_FLUCTUATION_REDUCTION - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
NLSF_MSVQ_MAX_CB_STAGES - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
NLSF_MSVQ_MAX_VECTORS_IN_STAGE - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
NLSF_MSVQ_MAX_VECTORS_IN_STAGE_TWO_TO_END - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
NLSF_MSVQ_SURV_MAX_REL_RD - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
NLSF_MSVQ_Survivors - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
NLSF_MSVQ_TREE_SEARCH_MAX_VECTORS_EVALUATED() - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
NLSF_MSVQ_TREE_SEARCH_MAX_VECTORS_EVALUATED_LC_MODE() - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
NLSFIndices - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control
 
NLSFInterpCoef_Q2 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_control
 
NLSFInterpCoef_Q2 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control
 
NLSFMSVQDecode - Class in org.jitsi.impl.neomedia.codec.audio.silk
NLSF vector decoder.
NLSFMSVQDecode() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.NLSFMSVQDecode
 
NLSFMSVQDecodeFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
NLSF vector decoder.
NLSFMSVQDecodeFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.NLSFMSVQDecodeFLP
 
NLSFMSVQEncodeFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
NLSF vector encoder.
NLSFMSVQEncodeFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.NLSFMSVQEncodeFLP
 
NLSFStabilize - Class in org.jitsi.impl.neomedia.codec.audio.silk
NLSF stabilizer: - Moves NLSFs further apart if they are too close - Moves NLSFs away from borders if they are too close - High effort to achieve a modification with minimum Euclidean distance to input vector - Output are sorted NLSF coefficients
NLSFStabilize() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.NLSFStabilize
 
NLSFVQRateDistortionFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
Rate-Distortion calculations for multiple input data vectors
NLSFVQRateDistortionFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.NLSFVQRateDistortionFLP
 
NLSFVQSumErrorFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
compute weighted quantization errors for LPC_order element input vectors, over one codebook stage.
NLSFVQSumErrorFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.NLSFVQSumErrorFLP
 
NLSFVQWeightsLaroiaFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
R.
NLSFVQWeightsLaroiaFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.NLSFVQWeightsLaroiaFLP
 
no_FEC_counter - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
NO_LBRR_THRES - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
no_of_bytes - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
NO_OF_BYTES_20MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
NO_OF_BYTES_30MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
no_of_words - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
NO_OF_WORDS_20MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
NO_OF_WORDS_30MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
NO_SPEECH_FRAMES_BEFORE_DTX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
NO_TRANSFER_DATA - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.audiosilence.DataSource
The optional MediaLocator remainder to indicate to DataSource and its associated AudioSilenceStream that BufferTransferHandler.transferData(PushBufferStream) is to not be invoked.
NO_VOICE_ACTIVITY - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
NOISE_FLOOR_dB - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
NOISE_GAIN_UVH - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
NOISE_GAIN_UVL - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
NOISE_GAIN_VH - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
NOISE_GAIN_VL - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
NoiseLevelBias - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_VAD_state
 
NoiseShapeAnalysisFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
NoiseShapeAnalysisFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.NoiseShapeAnalysisFLP
 
NoiseShapingQuantizer(SKP_Silk_encoder_state, SKP_Silk_encoder_control, SKP_Silk_nsq_state, short[], byte[], int, short[], short[], short[], int[], int[], int[], int[], int, int) - Method in interface org.jitsi.impl.neomedia.codec.audio.silk.NoiseShapingQuantizerFP
 
NoiseShapingQuantizer(SKP_Silk_encoder_state, SKP_Silk_encoder_control, SKP_Silk_nsq_state, short[], byte[], int, short[], short[], short[], int[], int[], int[], int[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.NSQImplNSQ
 
NoiseShapingQuantizer(SKP_Silk_encoder_state, SKP_Silk_encoder_control, SKP_Silk_nsq_state, short[], byte[], int, short[], short[], short[], int[], int[], int[], int[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.NSQImplNSQDelDec
 
NoiseShapingQuantizer(SKP_Silk_encoder_state, SKP_Silk_encoder_control, SKP_Silk_nsq_state, short[], byte[], int, short[], short[], short[], int[], int[], int[], int[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
noiseShapingQuantizerCB - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
NoiseShapingQuantizerFP - Interface in org.jitsi.impl.neomedia.codec.audio.silk
 
noiseVar - Variable in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RateControlInput
 
NON_ADAPTIVE_JITTER_BUFFER_ADAPTIVE - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
The jitter buffer size is maintained at a fixed level.
NoneAudioSystem - Class in org.jitsi.impl.neomedia.device
Implements an AudioSystem without any devices which allows the user to select to use no audio capture, notification and playback.
NoneAudioSystem() - Constructor for class org.jitsi.impl.neomedia.device.NoneAudioSystem
 
noSpeechCounter - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
notifyAlertRaised(TlsPeer, short, short, String, Throwable) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsPacketTransformer
Notifies this instance that the DTLS record layer associated with a specific TlsPeer has raised an alert.
notifyAlertRaised(short, short, String, Throwable) - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsClientImpl
notifyAlertRaised(short, short, String, Throwable) - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsServerImpl
notifyClientCertificate(Certificate) - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsServerImpl
NotifyDevices - Class in org.jitsi.impl.neomedia.device
Manages the list of active (currently plugged-in) notify devices and manages user preferences between all known devices (previously and actually plugged-in).
NotifyDevices(AudioSystem) - Constructor for class org.jitsi.impl.neomedia.device.NotifyDevices
Initializes the notify device list management.
nPostUpsamplers - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
nPreDownsamplers - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
NrgRatioSmth_Q8 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_VAD_state
 
NSDictionary - Class in org.jitsi.impl.neomedia.quicktime
Represents an Objective-C NSDictionary object.
NSDictionary(long) - Constructor for class org.jitsi.impl.neomedia.quicktime.NSDictionary
Initializes a new NSDictionary instance which is to represent a specific Objective-C NSDictionary object.
NSError - Class in org.jitsi.impl.neomedia.quicktime
Represents an Objective-C NSError object.
NSError(long) - Constructor for class org.jitsi.impl.neomedia.quicktime.NSError
Initializes a new NSError instance which is to represent a specific Objective-C NSError object.
NSErrorException - Exception in org.jitsi.impl.neomedia.quicktime
Defines an Exception which reports an NSError.
NSErrorException(long) - Constructor for exception org.jitsi.impl.neomedia.quicktime.NSErrorException
Initializes a new NSErrorException instance which is to report a specific Objective-C NSError.
NSErrorException(NSError) - Constructor for exception org.jitsi.impl.neomedia.quicktime.NSErrorException
Initializes a new NSErrorException instance which is to report a specific NSError.
NSMutableDictionary - Class in org.jitsi.impl.neomedia.quicktime
Represents an Objective-C NSMutableDictionary object.
NSMutableDictionary() - Constructor for class org.jitsi.impl.neomedia.quicktime.NSMutableDictionary
Initializes a new NSMutableDictionary instance which is to represent a new Objective-C NSMutableDictionary object.
NSMutableDictionary(long) - Constructor for class org.jitsi.impl.neomedia.quicktime.NSMutableDictionary
Initializes a new NSMutableDictionary instance which is to represent a specific Objective-C NSMutableDictionary object.
NSObject - Class in org.jitsi.impl.neomedia.quicktime
Represents the root of most Objective-C class hierarchies which which objects inherit a basic interface to the runtime system and the ability to behave as Objective-C objects.
NSObject(long) - Constructor for class org.jitsi.impl.neomedia.quicktime.NSObject
Initializes a new NSObject instance which is to represent a specific Objective-C object.
NSQ - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
NSQ() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.NSQ
 
NSQ_LPC_BUF_LENGTH() - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
NSQ_sample_struct - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
NSQ_sample_struct() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.NSQ_sample_struct
 
NSQDelDec - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
NSQDelDec() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.NSQDelDec
 
NSQDelDecStruct - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
NSQDelDecStruct() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.NSQDelDecStruct
 
NSQImplNSQ - Class in org.jitsi.impl.neomedia.codec.audio.silk
The NSQ callback implementation.
NSQImplNSQ() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.NSQImplNSQ
 
NSQImplNSQDelDec - Class in org.jitsi.impl.neomedia.codec.audio.silk
The NSQ callback implementation
NSQImplNSQDelDec() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.NSQImplNSQDelDec
 
nStages - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CB_FLP
 
nStages - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CB_struct
 
nStatesDelayedDecision - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
nsub - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
NSUB_20MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
NSUB_30MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
NSUB_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ntpShortToMs(long) - Static method in class org.jitsi.util.TimeUtils
Converts a timestamp in NTP Short Format (Q16.16, see "http://tools.ietf.org/html/rfc5905#section-6") into milliseconds.
NULL_AUTHENTICATION - Static variable in class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
Null Authentication, no authentication
NULL_ENCRYPTION - Static variable in class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
Null Cipher, does not change the content of RTP payload
NullBufferTransferHandler - Class in org.jitsi.impl.neomedia.protocol
Implements a BufferTransferHandler which reads from a specified PushBufferStream as soon as possible and throws the read data away.
NullBufferTransferHandler() - Constructor for class org.jitsi.impl.neomedia.protocol.NullBufferTransferHandler
 
NullSrtpControl - Class in org.jitsi.impl.neomedia.transform
Implements a no-op SrtpControl, i.e.
NullSrtpControl() - Constructor for class org.jitsi.impl.neomedia.transform.NullSrtpControl
Initializes a new NullSrtpControl instance.
numRecoveredPackets - Variable in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver.Statistics
 
numRxFecPackets - Variable in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver.Statistics
 
NV12 - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
The NV12 constant.
nVectors - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CBS
 
nVectors - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CBS_FLP
 

O

o - Variable in class org.jitsi.util.concurrent.PeriodicRunnableWithObject
The Object associated with this PeriodicRunnable.
O_NONBLOCK - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
O_RDWR - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
OFFSET - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.GainQuant
 
offset - Variable in class org.jitsi.impl.neomedia.recording.WebmWriter.FrameDescriptor
 
OFFSET_UVH_Q10 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
OFFSET_UVL_Q10 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
OFFSET_VH_Q10 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
OFFSET_VL_Q10 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
ogg - Static variable in class org.jitsi.util.SoundFileUtils
 
old_syntdenum - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
oldest_LBRR_idx - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
onConnIn(long, byte[], int, int) - Static method in class org.jitsi.sctp4j.Sctp
Used by SctpSocket to pass received network packet to native counterpart.
onConnIn(byte[], int, int) - Method in class org.jitsi.sctp4j.SctpSocket
Call this method to pass network packets received on the link.
onConnOut(SctpSocket, byte[]) - Method in class org.jitsi.sctp4j.DirectLink
Callback triggered by SctpSocket whenever it wants to send some network packet.
onConnOut(SctpSocket, byte[]) - Method in interface org.jitsi.sctp4j.NetworkLink
Callback triggered by SctpSocket whenever it wants to send some network packet.
onConnOut(SctpSocket, byte[]) - Method in class org.jitsi.sctp4j.UdpLink
Callback triggered by SctpSocket whenever it wants to send some network packet.
OnDefaultDeviceChanged(int, int, String) - Method in interface org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.IMMNotificationClient
 
OnDefaultDeviceChanged(int, int, String) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.MMNotificationClient
 
OnDeviceAdded(String) - Method in interface org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.IMMNotificationClient
 
OnDeviceAdded(String) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.MMNotificationClient
 
OnDeviceRemoved(String) - Method in interface org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.IMMNotificationClient
 
OnDeviceRemoved(String) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.MMNotificationClient
 
OnDeviceStateChanged(String, int) - Method in interface org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.IMMNotificationClient
 
OnDeviceStateChanged(String, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.MMNotificationClient
 
onDynamicPayloadTypesChanged() - Method in class org.jitsi.impl.neomedia.transform.RtxTransformer
Notifies this instance that the dynamic payload types of the associated MediaStream have changed.
OnPropertyValueChanged(String, long) - Method in interface org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.IMMNotificationClient
 
OnPropertyValueChanged(String, long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.MMNotificationClient
 
onReceiveBitrateChanged(Collection<Long>, long) - Method in interface org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateObserver
Called when a receive channel group has a new bitrate estimate for the incoming streams.
onReceiveBitrateChanged(Collection<Long>, long) - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine
Called when a receive channel group has a new bitrate estimate for the incoming streams.
onRTCPFeedbackMessageCreate(RTCPFeedbackMessageListener) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Notifies this VideoMediaDeviceSession of a new RTCPFeedbackListener
onRTCPFeedbackMessageCreate(RTCPFeedbackMessageListener) - Method in interface org.jitsi.service.neomedia.event.RTCPFeedbackMessageCreateListener
Notifies this RTCPFeedbackCreateListener that a RTCPFeedbackMessageListener is created.
onRttUpdate(long, long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorAbsSendTime
onRttUpdate(long, long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorSingleStream
onRttUpdate(long, long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
onRttUpdate(long, long) - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine
onRttUpdate(long, long) - Method in interface org.jitsi.service.neomedia.rtp.CallStatsObserver
 
onSctpInboundPacket(long, byte[], int, int, int, long, int, int) - Static method in class org.jitsi.sctp4j.Sctp
Method fired by native counterpart to notify about incoming data.
onSctpInboundPacket(byte[], int, int, int, long, int, int) - Method in class org.jitsi.sctp4j.SctpSocket
Notifies this SctpSocket about incoming data.
onSctpNotification(SctpSocket, SctpNotification) - Method in interface org.jitsi.sctp4j.SctpSocket.NotificationListener
Fired when usrsctp stack sends notification.
onSctpOut(byte[], int, int) - Method in class org.jitsi.sctp4j.SctpSocket
Callback triggered by Sctp stack whenever it wants to send some network packet.
onSctpOutboundPacket(long, byte[], int, int) - Static method in class org.jitsi.sctp4j.Sctp
Method fired by native counterpart when SCTP stack wants to send network packet.
onSctpPacket(byte[], int, int, int, long, int, int) - Method in interface org.jitsi.sctp4j.SctpDataCallback
Callback fired by SctpSocket to notify about incoming data.
onSilenceNotInserted(long) - Method in interface org.jitsi.impl.neomedia.codec.SilenceEffect.Listener
 
open() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
Opens this effect.
open() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
open() - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
Opens this PlugIn software or hardware component and acquires the resources that it needs to operate.
open() - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.DePacketizer
Initializes the codec.
open() - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
No resources to be opened.
open() - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.Packetizer
 
open() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Decoder
 
open() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.DePacketizer
 
open() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Encoder
 
open() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Packetizer
 
open() - Method in class org.jitsi.impl.neomedia.codec.audio.ulaw.JavaDecoder
Initializes the codec.
open() - Method in class org.jitsi.impl.neomedia.codec.video.h263p.JNIDecoder
Inits the codec instances.
open() - Method in class org.jitsi.impl.neomedia.codec.video.h263p.JNIEncoder
Opens this Codec.
open() - Method in class org.jitsi.impl.neomedia.codec.video.h263p.Packetizer
Open this Packetizer.
open() - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
Inits the codec instances.
open() - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
Opens this Codec.
open() - Method in class org.jitsi.impl.neomedia.codec.video.h264.Packetizer
Open this Packetizer.
open(String, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
open() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
open() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
Opens the MacCoreaudio device and output stream represented by this instance which are to be used to render audio.
open() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Opens the PortAudio device and output stream represented by this instance which are to be used to render audio.
open() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer
open() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
open() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
 
open() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Opens this PlugIn and acquires the resources that it needs to operate.
open() - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDevice
Attempts to give the application control over this QTCaptureDevice so that it can be used for capture.
open() - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
OpenSSLHMAC - Class in org.jitsi.impl.neomedia.transform.srtp
Implements the interface org.bouncycastle.crypto.Mac using the OpenSSL Crypto library.
OpenSSLHMAC(int) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.OpenSSLHMAC
Initializes a new OpenSSLHMAC instance with a specific digest algorithm.
OpenSSLWrapperLoader - Class in org.jitsi.impl.neomedia.transform.srtp
 
OpenStream(long, long, double, long, long, PortAudioStreamCallback) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Opens a stream for either input, output or both.
OPERATION_CANCELLED - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
OPERATION_DONE - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
operation_get_state(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
OPERATION_RUNNING - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
operation_unref(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
Opus - Class in org.jitsi.impl.neomedia.codec.audio.opus
Defines the API of the native opus library to be utilized by the libjitsi library.
Opus() - Constructor for class org.jitsi.impl.neomedia.codec.audio.opus.Opus
 
OPUS - Static variable in class org.jitsi.service.neomedia.codec.Constants
The opus constant.
OPUS_AUTO - Static variable in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Constant used to set various settings to "automatic"
OPUS_OK - Static variable in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Constant usually indicating that no error occurred
OPUS_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
The opus/rtp constant.
or(MediaDirection) - Method in enum org.jitsi.service.neomedia.MediaDirection
Reverses a direction constraint on this MediaDirection or in other words performs an or operation.
ORDER_FIR - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerDown23
 
ORDER_FIR - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerDown3
 
org.jitsi.examples - package org.jitsi.examples
 
org.jitsi.impl.configuration - package org.jitsi.impl.configuration
 
org.jitsi.impl.configuration.xml - package org.jitsi.impl.configuration.xml
 
org.jitsi.impl.fileaccess - package org.jitsi.impl.fileaccess
 
org.jitsi.impl.libjitsi - package org.jitsi.impl.libjitsi
 
org.jitsi.impl.neomedia - package org.jitsi.impl.neomedia
 
org.jitsi.impl.neomedia.audiolevel - package org.jitsi.impl.neomedia.audiolevel
 
org.jitsi.impl.neomedia.codec - package org.jitsi.impl.neomedia.codec
 
org.jitsi.impl.neomedia.codec.audio - package org.jitsi.impl.neomedia.codec.audio
 
org.jitsi.impl.neomedia.codec.audio.alaw - package org.jitsi.impl.neomedia.codec.audio.alaw
 
org.jitsi.impl.neomedia.codec.audio.amrwb - package org.jitsi.impl.neomedia.codec.audio.amrwb
 
org.jitsi.impl.neomedia.codec.audio.g722 - package org.jitsi.impl.neomedia.codec.audio.g722
 
org.jitsi.impl.neomedia.codec.audio.g729 - package org.jitsi.impl.neomedia.codec.audio.g729
 
org.jitsi.impl.neomedia.codec.audio.gsm - package org.jitsi.impl.neomedia.codec.audio.gsm
 
org.jitsi.impl.neomedia.codec.audio.ilbc - package org.jitsi.impl.neomedia.codec.audio.ilbc
 
org.jitsi.impl.neomedia.codec.audio.mp3 - package org.jitsi.impl.neomedia.codec.audio.mp3
 
org.jitsi.impl.neomedia.codec.audio.opus - package org.jitsi.impl.neomedia.codec.audio.opus
 
org.jitsi.impl.neomedia.codec.audio.silk - package org.jitsi.impl.neomedia.codec.audio.silk
 
org.jitsi.impl.neomedia.codec.audio.speex - package org.jitsi.impl.neomedia.codec.audio.speex
 
org.jitsi.impl.neomedia.codec.audio.ulaw - package org.jitsi.impl.neomedia.codec.audio.ulaw
 
org.jitsi.impl.neomedia.codec.video - package org.jitsi.impl.neomedia.codec.video
 
org.jitsi.impl.neomedia.codec.video.h263p - package org.jitsi.impl.neomedia.codec.video.h263p
 
org.jitsi.impl.neomedia.codec.video.h264 - package org.jitsi.impl.neomedia.codec.video.h264
 
org.jitsi.impl.neomedia.codec.video.vp8 - package org.jitsi.impl.neomedia.codec.video.vp8
 
org.jitsi.impl.neomedia.codec.video.vp9 - package org.jitsi.impl.neomedia.codec.video.vp9
 
org.jitsi.impl.neomedia.conference - package org.jitsi.impl.neomedia.conference
 
org.jitsi.impl.neomedia.control - package org.jitsi.impl.neomedia.control
 
org.jitsi.impl.neomedia.device - package org.jitsi.impl.neomedia.device
 
org.jitsi.impl.neomedia.format - package org.jitsi.impl.neomedia.format
 
org.jitsi.impl.neomedia.imgstreaming - package org.jitsi.impl.neomedia.imgstreaming
 
org.jitsi.impl.neomedia.jmfext.media.protocol - package org.jitsi.impl.neomedia.jmfext.media.protocol
 
org.jitsi.impl.neomedia.jmfext.media.protocol.audiosilence - package org.jitsi.impl.neomedia.jmfext.media.protocol.audiosilence
 
org.jitsi.impl.neomedia.jmfext.media.protocol.directshow - package org.jitsi.impl.neomedia.jmfext.media.protocol.directshow
 
org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading - package org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading
 
org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming - package org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming
 
org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile - package org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile
 
org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio - package org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio
 
org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio - package org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio
 
org.jitsi.impl.neomedia.jmfext.media.protocol.pulseaudio - package org.jitsi.impl.neomedia.jmfext.media.protocol.pulseaudio
 
org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime - package org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime
 
org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile - package org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile
 
org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2 - package org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2
 
org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi - package org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi
 
org.jitsi.impl.neomedia.jmfext.media.renderer - package org.jitsi.impl.neomedia.jmfext.media.renderer
 
org.jitsi.impl.neomedia.jmfext.media.renderer.audio - package org.jitsi.impl.neomedia.jmfext.media.renderer.audio
 
org.jitsi.impl.neomedia.jmfext.media.renderer.video - package org.jitsi.impl.neomedia.jmfext.media.renderer.video
 
org.jitsi.impl.neomedia.jmfext.media.rtp - package org.jitsi.impl.neomedia.jmfext.media.rtp
 
org.jitsi.impl.neomedia.notify - package org.jitsi.impl.neomedia.notify
 
org.jitsi.impl.neomedia.portaudio - package org.jitsi.impl.neomedia.portaudio
 
org.jitsi.impl.neomedia.protocol - package org.jitsi.impl.neomedia.protocol
 
org.jitsi.impl.neomedia.pulseaudio - package org.jitsi.impl.neomedia.pulseaudio
 
org.jitsi.impl.neomedia.quicktime - package org.jitsi.impl.neomedia.quicktime
 
org.jitsi.impl.neomedia.recording - package org.jitsi.impl.neomedia.recording
 
org.jitsi.impl.neomedia.rtcp - package org.jitsi.impl.neomedia.rtcp
 
org.jitsi.impl.neomedia.rtp - package org.jitsi.impl.neomedia.rtp
 
org.jitsi.impl.neomedia.rtp.remotebitrateestimator - package org.jitsi.impl.neomedia.rtp.remotebitrateestimator
 
org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation - package org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation
 
org.jitsi.impl.neomedia.rtp.translator - package org.jitsi.impl.neomedia.rtp.translator
 
org.jitsi.impl.neomedia.stats - package org.jitsi.impl.neomedia.stats
 
org.jitsi.impl.neomedia.transform - package org.jitsi.impl.neomedia.transform
 
org.jitsi.impl.neomedia.transform.csrc - package org.jitsi.impl.neomedia.transform.csrc
 
org.jitsi.impl.neomedia.transform.delay - package org.jitsi.impl.neomedia.transform.delay
 
org.jitsi.impl.neomedia.transform.dtls - package org.jitsi.impl.neomedia.transform.dtls
 
org.jitsi.impl.neomedia.transform.dtmf - package org.jitsi.impl.neomedia.transform.dtmf
 
org.jitsi.impl.neomedia.transform.fec - package org.jitsi.impl.neomedia.transform.fec
 
org.jitsi.impl.neomedia.transform.pt - package org.jitsi.impl.neomedia.transform.pt
 
org.jitsi.impl.neomedia.transform.rtcp - package org.jitsi.impl.neomedia.transform.rtcp
 
org.jitsi.impl.neomedia.transform.sdes - package org.jitsi.impl.neomedia.transform.sdes
 
org.jitsi.impl.neomedia.transform.srtp - package org.jitsi.impl.neomedia.transform.srtp
 
org.jitsi.impl.neomedia.transform.zrtp - package org.jitsi.impl.neomedia.transform.zrtp
 
org.jitsi.sctp4j - package org.jitsi.sctp4j
 
org.jitsi.service.audionotifier - package org.jitsi.service.audionotifier
 
org.jitsi.service.configuration - package org.jitsi.service.configuration
 
org.jitsi.service.fileaccess - package org.jitsi.service.fileaccess
 
org.jitsi.service.libjitsi - package org.jitsi.service.libjitsi
 
org.jitsi.service.neomedia - package org.jitsi.service.neomedia
 
org.jitsi.service.neomedia.codec - package org.jitsi.service.neomedia.codec
 
org.jitsi.service.neomedia.control - package org.jitsi.service.neomedia.control
 
org.jitsi.service.neomedia.device - package org.jitsi.service.neomedia.device
 
org.jitsi.service.neomedia.event - package org.jitsi.service.neomedia.event
 
org.jitsi.service.neomedia.format - package org.jitsi.service.neomedia.format
 
org.jitsi.service.neomedia.recording - package org.jitsi.service.neomedia.recording
 
org.jitsi.service.neomedia.rtp - package org.jitsi.service.neomedia.rtp
 
org.jitsi.service.neomedia.stats - package org.jitsi.service.neomedia.stats
 
org.jitsi.service.packetlogging - package org.jitsi.service.packetlogging
 
org.jitsi.service.resources - package org.jitsi.service.resources
 
org.jitsi.service.version - package org.jitsi.service.version
 
org.jitsi.service.version.util - package org.jitsi.service.version.util
 
org.jitsi.util - package org.jitsi.util
 
org.jitsi.util.concurrent - package org.jitsi.util.concurrent
 
org.jitsi.util.event - package org.jitsi.util.event
 
org.jitsi.util.function - package org.jitsi.util.function
 
org.jitsi.util.swing - package org.jitsi.util.swing
 
org.jitsi.util.xml - package org.jitsi.util.xml
 
ORIGINAL_HEADER_BLOCK_URN - Static variable in class org.jitsi.service.neomedia.RTPExtension
The URN which identifies the Original Header Block RTP extension defined in "https://tools.ietf.org/html/draft-ietf-perc-double-02".
OriginalHeaderBlockTransformEngine - Class in org.jitsi.impl.neomedia.transform
Appends an Original Header Block packet extension to incoming packets.
OriginalHeaderBlockTransformEngine() - Constructor for class org.jitsi.impl.neomedia.transform.OriginalHeaderBlockTransformEngine
Initializes a new OriginalHeaderBlockTransformEngine instance.
originToString(int) - Static method in class org.jitsi.util.event.VideoEvent
Returns a human-readable representation of a specific VideoEvent origin constant in the form of a String value.
OSUtils - Class in org.jitsi.util
Utility fields for OS detection.
OSUtils() - Constructor for class org.jitsi.util.OSUtils
Allows the extending of the OSUtils class but disallows initializing non-extended OSUtils instances.
outboundStreams - Variable in class org.jitsi.sctp4j.SctpNotification.AssociationChange
 
outBuf - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
outDataSource - Variable in class org.jitsi.impl.neomedia.conference.InDataSourceDesc
The AudioMixingPushBufferDataSource in which the mix contributions of InDataSourceDesc.inDataSource are to not be included.
outFormat - Variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.AudioCaptureClient
The AudioFormat of the data output/made available by this AudioCaptureClient.
OUTPUT_DATA_SOURCE - Static variable in class org.jitsi.impl.neomedia.device.MediaDeviceSession
The name of the MediaDeviceSession instance property the value of which represents the output DataSource of the MediaDeviceSession instance which provides the captured (RTP) data to be sent by MediaStream to MediaStreamTarget.
OutputDataStreamDesc - Class in org.jitsi.impl.neomedia.rtp.translator
Describes an OutputDataStream associated with an endpoint to which an RTPTranslatorImpl is translating.
OutputDataStreamDesc(RTPConnectorDesc, OutputDataStream) - Constructor for class org.jitsi.impl.neomedia.rtp.translator.OutputDataStreamDesc
Initializes a new OutputDataStreamDesc instance which is to describe an endpoint OutputDataStream for an RTPTranslatorImpl.
OutputDataStreamImpl - Class in org.jitsi.impl.neomedia.rtp.translator
Implements OutputDataStream for an RTPTranslatorImpl.
OutputDataStreamImpl(RTPConnectorImpl, boolean) - Constructor for class org.jitsi.impl.neomedia.rtp.translator.OutputDataStreamImpl
 
outputFormats - Variable in class org.jitsi.impl.neomedia.codec.audio.gsm.Decoder
 
outputFormats - Variable in class org.jitsi.impl.neomedia.codec.audio.gsm.DePacketizer
 
outputFormats - Variable in class org.jitsi.impl.neomedia.codec.audio.gsm.Encoder
 
outputFormats - Variable in class org.jitsi.impl.neomedia.codec.audio.gsm.Packetizer
 
outputSizeChanged - Variable in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Whether output size has changed after latest processor config.
outputVideoFrameWithSampleBuffer(CVImageBuffer, QTSampleBuffer) - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput.Delegate
Notifies this Delegate that the QTCaptureOutput to which it is set has output a specific CVImageBuffer representing a video frame with a specific QTSampleBuffer.
outputVideoFrameWithSampleBuffer(long, long) - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput.Delegate
 
OVERSAMPLE_COSINE_TABLE - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.A2NLSF_constants
 
OveruseDetector - Class in org.jitsi.impl.neomedia.rtp.remotebitrateestimator
webrtc/modules/remote_bitrate_estimator/overuse_detector.cc webrtc/modules/remote_bitrate_estimator/overuse_detector.h
OveruseDetector(OverUseDetectorOptions, DiagnosticContext) - Constructor for class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.OveruseDetector
 
OverUseDetectorOptions - Class in org.jitsi.impl.neomedia.rtp.remotebitrateestimator
Bandwidth over-use detector options.
OverUseDetectorOptions() - Constructor for class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.OverUseDetectorOptions
 
OveruseEstimator - Class in org.jitsi.impl.neomedia.rtp.remotebitrateestimator
webrtc/modules/remote_bitrate_estimator/overuse_estimator.cc webrtc/modules/remote_bitrate_estimator/overuse_estimator.h
OveruseEstimator(OverUseDetectorOptions, DiagnosticContext) - Constructor for class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.OveruseEstimator
 

P

Pa - Class in org.jitsi.impl.neomedia.portaudio
Provides the interface to the native PortAudio library.
PA - Class in org.jitsi.impl.neomedia.pulseaudio
Declares the functions, structures and constants of the native PulseAudio API for use within Java in general and neomedia in particular.
PA.context_success_cb_t - Interface in org.jitsi.impl.neomedia.pulseaudio
 
Pa.HostApiTypeId - Enum in org.jitsi.impl.neomedia.portaudio
Enumerates the unchanging unique identifiers of each of the supported host APIs.
PA.sink_info_cb_t - Interface in org.jitsi.impl.neomedia.pulseaudio
 
PA.source_info_cb_t - Interface in org.jitsi.impl.neomedia.pulseaudio
 
PA.stream_request_cb_t - Interface in org.jitsi.impl.neomedia.pulseaudio
 
PA.stream_success_cb_t - Interface in org.jitsi.impl.neomedia.pulseaudio
 
packcombine(int, int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.bitstream
 
packet_get_bandwidth(byte[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Returns the audio bandwidth of an Opus packet, one of BANDWIDTH_FULLBAND, BANDWIDTH_MEDIUMBAND, BANDWIDTH_NARROWBAND, BANDWIDTH_SUPERWIDEBAND or BANDWIDTH_WIDEBAND, or INVALID_PACKET on error.
packet_get_nb_channels(byte[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Returns the number of channels encoded in an Opus packet.
packet_get_nb_frames(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Returns the number of frames in an Opus packet.
PACKET_LOGGING_ARBITRARY_ENABLED_PROPERTY_NAME - Static variable in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Configuration property for enabling/disabling arbitrary packet logging.
PACKET_LOGGING_ENABLED_PROPERTY_NAME - Static variable in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Configuration property for packet logging enabled/disabled.
PACKET_LOGGING_FILE_COUNT_PROPERTY_NAME - Static variable in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Configuration property for packet logging file count.
PACKET_LOGGING_FILE_SIZE_PROPERTY_NAME - Static variable in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Configuration property for packet logging file size.
PACKET_LOGGING_ICE4J_ENABLED_PROPERTY_NAME - Static variable in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Configuration property for packet logging for ICE4J enabled/disabled.
PACKET_LOGGING_JABBER_ENABLED_PROPERTY_NAME - Static variable in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Configuration property for packet logging for jabber protocol enabled/disabled.
PACKET_LOGGING_RTP_ENABLED_PROPERTY_NAME - Static variable in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Configuration property for packet logging for RTP enabled/disabled.
PACKET_LOGGING_SIP_ENABLED_PROPERTY_NAME - Static variable in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Configuration property for packet logging for sip protocol enabled/disabled.
PACKET_QUEUE_CAPACITY - Static variable in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
The maximum number of packets to be sent to be kept in the queue of RTPConnectorOutputStream.
PACKET_RECEIVE_BUFFER_LENGTH - Static variable in class org.jitsi.impl.neomedia.RTPConnectorInputStream
The length in bytes of the buffers of RTPConnectorInputStream receiving packets from the network.
PacketBuffer - Class in org.jitsi.impl.neomedia.recording
A TransformEngine and PacketTransformer which implement a fixed-size buffer.
PacketBuffer() - Constructor for class org.jitsi.impl.neomedia.recording.PacketBuffer
 
packetize(byte[], int, int, Object) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Creates a RawPacket element from a specific byte[] buffer in order to have this instance send its packet data through its RTPConnectorOutputStream.write(byte[], int, int) method.
packetize(byte[], int, int, Object) - Method in class org.jitsi.impl.neomedia.transform.TransformTCPOutputStream
Creates a RawPacket element from a specific byte[] buffer in order to have this instance send its packet data through its RTPConnectorOutputStream.write(byte[], int, int) method.
packetize(byte[], int, int, Object) - Method in class org.jitsi.impl.neomedia.transform.TransformUDPOutputStream
Creates a RawPacket element from a specific byte[] buffer in order to have this instance send its packet data through its RTPConnectorOutputStream.write(byte[], int, int) method.
Packetizer - Class in org.jitsi.impl.neomedia.codec.audio.alaw
Implements an RTP packetizer for the A-law codec.
Packetizer() - Constructor for class org.jitsi.impl.neomedia.codec.audio.alaw.Packetizer
Initializes a new Packetizer instance.
Packetizer - Class in org.jitsi.impl.neomedia.codec.audio.amrwb
Implements an RTP packetizer for Adaptive Multi-Rate Wideband (AMR-WB).
Packetizer() - Constructor for class org.jitsi.impl.neomedia.codec.audio.amrwb.Packetizer
Initializes a new Packetizer instance.
Packetizer - Class in org.jitsi.impl.neomedia.codec.audio.gsm
GSM/RTP packetizer Codec.
Packetizer() - Constructor for class org.jitsi.impl.neomedia.codec.audio.gsm.Packetizer
Constructs a new Packetizer.
Packetizer - Class in org.jitsi.impl.neomedia.codec.audio.ulaw
Overrides the ULaw Packetizer with a different packet size.
Packetizer() - Constructor for class org.jitsi.impl.neomedia.codec.audio.ulaw.Packetizer
Constructs a new ULaw Packetizer.
Packetizer - Class in org.jitsi.impl.neomedia.codec.video.h263p
Packetizes H.263+ encoded data into RTP packets in accord with RFC 4529 "RTP Payload Format for ITU-T Rec.
Packetizer() - Constructor for class org.jitsi.impl.neomedia.codec.video.h263p.Packetizer
Initializes a new Packetizer instance which is to packetize H.263+ encoded data into RTP packets in accord with RFC 4529 "RTP Payload Format for ITU-T Rec.
Packetizer - Class in org.jitsi.impl.neomedia.codec.video.h264
Packetizes H.264 encoded data/NAL units into RTP packets in accord with RFC 3984 "RTP Payload Format for H.264 Video".
Packetizer() - Constructor for class org.jitsi.impl.neomedia.codec.video.h264.Packetizer
Initializes a new Packetizer instance which is to packetize H.264 encoded data/NAL units into RTP packets in accord with RFC 3984 "RTP Payload Format for H.264 Video".
Packetizer - Class in org.jitsi.impl.neomedia.codec.video.vp8
Packetizes VP8 encoded frames in accord with "http://tools.ietf.org/html/draft-ietf-payload-vp8-07" Uses the simplest possible scheme, only splitting large packets.
Packetizer() - Constructor for class org.jitsi.impl.neomedia.codec.video.vp8.Packetizer
Initializes a new Packetizer instance.
PacketLoggingConfiguration - Class in org.jitsi.service.packetlogging
Stores the configuration used by PacketLoggingService.
PacketLoggingConfiguration() - Constructor for class org.jitsi.service.packetlogging.PacketLoggingConfiguration
 
PacketLoggingService - Interface in org.jitsi.service.packetlogging
A Packet Logging Service to log packets that were send/received by protocols or any other network related services in various formats.
PacketLoggingService.ProtocolName - Enum in org.jitsi.service.packetlogging
These are the services that this packet logging service cab handle.
PacketLoggingService.TransportName - Enum in org.jitsi.service.packetlogging
The transport names.
PacketLoss_perc - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
PacketLossAwareEncoder - Interface in org.jitsi.service.neomedia.control
An interface used to notify encoders about the packet loss which is expected.
packetLossPercentage - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_EncControlStruct
(Inpupt) Uplink packet loss in percent (0-100).
PacketMap() - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket.PacketMap
 
packetProcessed(int, long, boolean) - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Notifies this instance that a packet with a given length was processed (i.e.
packetRate - Variable in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
The packet rate.
packetReceived(long, int) - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
Notify this requester that a packet has been received
packets - Variable in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
The total number of RTP packets.
packetSize - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_EncControlStruct
(Input) Number of samples per packet; must be equivalent of 20, 40, 60, 80 or 100 ms.
PacketSize_ms - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
packetsMissingFromCache - Variable in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
The number of packets for which retransmission was requested, but they were missing from the cache.
packetsNotRetransmitted - Variable in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Number of packets which were requested and found in the cache, but were intentionally not retransmitted.
packetsNotSentRate - Variable in class org.jitsi.impl.neomedia.stats.SendTrackStatsImpl
Rate of packet that we did not send (i.e.
packetsRetransmitted - Variable in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Number of packets retransmitted.
PacketTransformer - Interface in org.jitsi.impl.neomedia.transform
Encapsulate the concept of packet transformation.
PacketTransformerChain(boolean) - Constructor for class org.jitsi.impl.neomedia.transform.TransformEngineChain.PacketTransformerChain
Creates an instance of this packet transformer and prepares it to deal with RTP or RTCP according to the isRtp argument.
packsplit(int, int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.bitstream
 
PaddingTermination - Class in org.jitsi.impl.neomedia.transform
De-duplicates RTP packets from incoming RTP streams.
PaddingTermination() - Constructor for class org.jitsi.impl.neomedia.transform.PaddingTermination
Ctor.
paint(Graphics) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRendererVideoComponent
Draws the current image as prepared by the Java2DRendererVideoComponent.process(Buffer, Dimension)
paint(long, Component, Graphics, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Paints a specific Component which is the AWT Component of a JAWTRenderer specified by the handle to its native counterpart.
paint(Graphics) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent
Overrides Canvas.paint(Graphics) to paint this Component in the native counterpart of its associated JAWTRenderer.
paNoDevice - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
The constant defined by the native PortAudio library to signal that no device is specified.
paNoError - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
The PaErrorCode value defined by the native PortAudio library to signal that no error is detected/reported.
ParameterizedVideoFormat - Class in org.jitsi.impl.neomedia.format
Implements a VideoFormat with format parameters (like VideoMediaFormatImpl) (some of) which (could) distinguish payload types.
ParameterizedVideoFormat(String, Dimension, int, Class<?>, float, Map<String, String>) - Constructor for class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
Constructs a new ParametizedVideoFormat.
ParameterizedVideoFormat(String, Map<String, String>) - Constructor for class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
Initializes a new ParameterizedVideoFormat with a specific encoding and a specific set of format parameters.
ParameterizedVideoFormat(String, String...) - Constructor for class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
Initializes a new ParameterizedVideoFormat with a specific encoding and a specific set of format parameters.
parity_pitch(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.PParity
Compute parity bit for first 6 MSBs
parse(byte[], int, int) - Method in class org.jitsi.impl.neomedia.rtcp.RTCPPacketParserEx
 
parse(RTCPCompoundPacket, int, int, int, DataInputStream) - Method in class org.jitsi.impl.neomedia.rtcp.RTCPPacketParserEx
 
parse(RawPacket) - Method in class org.jitsi.impl.neomedia.rtp.RTPPacketParserEx
 
parse(byte[], int, int) - Method in class org.jitsi.impl.neomedia.rtp.RTPPacketParserEx
 
parse(byte[]) - Static method in class org.jitsi.sctp4j.SctpNotification
 
parseCommandLineArgs(String[]) - Static method in class org.jitsi.examples.AVTransmit2
Parses the arguments specified to the AVTransmit2 application on the command line.
parseSendRecvResolution(String) - Static method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Extracts and returns maximum resolution can receive from the image attribute.
parseSetup(String) - Static method in enum org.jitsi.service.neomedia.DtlsControl.Setup
Parses a String into a Setup enum value.
parseString(String) - Static method in enum org.jitsi.service.neomedia.MediaDirection
Returns a MediaDirection value corresponding to the specified mediaDirectionStr or in other words SENDONLY for "sendonly", RECVONLY for "recvonly", SENDRECV for "sendrecv", and INACTIVE for "inactive".
parseString(String) - Static method in enum org.jitsi.service.neomedia.MediaType
Returns a MediaType value corresponding to the specified mediaTypeName or in other words AUDIO, MESSAGE or VIDEO.
parseString(String) - Static method in enum org.jitsi.service.neomedia.MediaUseCase
Returns a MediaUseCase value corresponding to the specified mediaUseCase.
parseString(String) - Static method in enum org.jitsi.service.neomedia.recording.RecorderEvent.AspectRatio
 
parseString(String) - Static method in enum org.jitsi.service.neomedia.recording.RecorderEvent.Type
 
parseVersionString(String) - Method in class org.jitsi.service.version.util.AbstractVersionService
Returns a Version instance corresponding to the version string.
parseVersionString(String) - Method in interface org.jitsi.service.version.VersionService
Returns a Version instance corresponding to the version string.
PASSWORD_CMD_LINE_ARGS - Static variable in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Specify names of command line arguments which are password, so that their values will be masked when 'sun.java.command' is printed to the logs.
PASSWORD_SYS_PROPS - Static variable in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Set this filed value to a regular expression which will be used to select system properties keys whose values should be masked when printed out to the logs.
PasswordUtil - Class in org.jitsi.util
The utility class which can be used to clear passwords values from 'sun.java.command' system property.
PasswordUtil() - Constructor for class org.jitsi.util.PasswordUtil
 
paTimedOut - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
The PaErrorCode value defined by the native PortAudio library to signal that a timeout has occurred.
pattern - Static variable in class org.jitsi.util.FileHandler
Specifies a pattern for generating the output file name.
paUnanticipatedHostError - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
The PaErrorCode value defined by the native PortAudio library to signal that an unanticipated error has been detected by a host API.
payload - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_SILK_LBRR_struct
 
Payload - Interface in org.jitsi.impl.neomedia.rtp.translator
A Payload type that can be written to an OutputDataStream.
PayloadTypeTransformEngine - Class in org.jitsi.impl.neomedia.transform.pt
We use this engine to change payload types of outgoing RTP packets if needed.
PayloadTypeTransformEngine() - Constructor for class org.jitsi.impl.neomedia.transform.pt.PayloadTypeTransformEngine
 
per - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
perc_var(float[], float[], float[], float[], float[]) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.Pwf
Adaptive bandwidth expansion for perceptual weighting filter
PerceptualParametersFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
Perceptual parameters.
PerceptualParametersFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
PERIndex - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_control
 
PERIndex - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control
 
PeriodicRunnable - Class in org.jitsi.util.concurrent
Implements a RecurringRunnable which has its Runnable.run() invoked at a specific interval/period.
PeriodicRunnable(long) - Constructor for class org.jitsi.util.concurrent.PeriodicRunnable
Initializes a new PeriodicRunnable instance which is to have its PeriodicRunnable.run() invoked at a specific interval/period.
PeriodicRunnable(long, boolean) - Constructor for class org.jitsi.util.concurrent.PeriodicRunnable
Initializes a new PeriodicRunnable instance which is to have its PeriodicRunnable.run() invoked at a specific interval/period.
PeriodicRunnableWithObject<T> - Class in org.jitsi.util.concurrent
Implements a PeriodicRunnable associated with an Object.
PeriodicRunnableWithObject(T, long, boolean) - Constructor for class org.jitsi.util.concurrent.PeriodicRunnableWithObject
Initializes a new PeriodicRunnableWithObject instance associated with a specific Object.
PeriodicRunnableWithObject(T, long) - Constructor for class org.jitsi.util.concurrent.PeriodicRunnableWithObject
Initializes a new PeriodicRunnableWithObject instance associated with a specific Object.
PI - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
PI - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
PI - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFLPConstants
 
PI04 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
pi*0.04
PI2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
PI92 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
pi*0.92
PIT_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Maximum pitch lag in samples
PIT_MIN - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Minimum pitch lag in samples
Pitch - Class in org.jitsi.impl.neomedia.codec.audio.g729
Long Term Prediction Routines
Pitch() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.Pitch
 
PITCH_DRIFT_FAC_Q16 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PLC
 
PITCH_EST_CB_mn2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
PITCH_EST_CB_mx2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
PITCH_EST_COMPLEXITY_HC_MODE - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
PITCH_EST_COMPLEXITY_LC_MODE - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
PITCH_EST_COMPLEXITY_MC_MODE - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
PITCH_EST_D_SRCH_LENGTH - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
PITCH_EST_FLATCONTOUR_BIAS_Q20 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PitchEstDefines
 
PITCH_EST_FLP_FLATCONTOUR_BIAS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PitchEstDefinesFLP
 
PITCH_EST_FLP_PREVLAG_BIAS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PitchEstDefinesFLP
 
PITCH_EST_FLP_SHORTLAG_BIAS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PitchEstDefinesFLP
 
PITCH_EST_FRAME_LENGTH_MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
PITCH_EST_MAX_DECIMATE_STATE_LENGTH - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
PITCH_EST_MAX_FRAME_LENGTH - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
PITCH_EST_MAX_FRAME_LENGTH_ST_1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
PITCH_EST_MAX_FRAME_LENGTH_ST_2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
PITCH_EST_MAX_FS_KHZ - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
PITCH_EST_MAX_LAG - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
PITCH_EST_MAX_LAG_MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
PITCH_EST_MAX_LAG_MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Tables
 
PITCH_EST_MIN_LAG - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
PITCH_EST_MIN_LAG_MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
PITCH_EST_MIN_LAG_MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Tables
 
PITCH_EST_NB_CBKS_STAGE2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
PITCH_EST_NB_CBKS_STAGE2_EXT - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
PITCH_EST_NB_CBKS_STAGE3_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
PITCH_EST_NB_CBKS_STAGE3_MID - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
PITCH_EST_NB_CBKS_STAGE3_MIN - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
PITCH_EST_NB_STAGE3_LAGS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
PITCH_EST_NB_SUBFR - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
PITCH_EST_PREVLAG_BIAS_Q15 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PitchEstDefines
 
PITCH_EST_SHORTLAG_BIAS_Q15 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PitchEstDefines
 
pitch_fr3(float[], int, float[], float[], int, int, int, int, IntReference) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Pitch
Find the pitch period with 1/3 subsample resolution
pitch_freq_low_Hz - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
pitch_LPC_win_length - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_predict_state_FLP
 
pitch_ol(float[], int, int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Pitch
Compute the open loop pitch lag.
PitchAnalysisCoreFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
Pitch analysis.
PitchAnalysisCoreFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.PitchAnalysisCoreFLP
 
PitchEstDefines - Class in org.jitsi.impl.neomedia.codec.audio.silk
Definitions For Fix pitch estimator
PitchEstDefines() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.PitchEstDefines
 
PitchEstDefinesFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
Definitions For FLP pitch estimator.
PitchEstDefinesFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.PitchEstDefinesFLP
 
pitchEstimationComplexity - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
pitchEstimationLPCOrder - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
pitchEstimationThreshold - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
PitchEstTables - Class in org.jitsi.impl.neomedia.codec.audio.silk
Auto Generated File from generate_pitch_est_tables.m
PitchEstTables() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.PitchEstTables
 
pitchL - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_control
 
pitchL - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control
 
pitchL_Q8 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_PLC_struct
 
pixelBufferAttributes() - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput
 
PKEY_Device_FriendlyName - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
pkt - Variable in class org.jitsi.impl.neomedia.rtp.RawPacketCache.Container
The RawPacket which this container holds.
play() - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Starts playing this audio once only.
play(int, Callable<Boolean>) - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Starts playing this audio.
play() - Method in interface org.jitsi.service.audionotifier.SCAudioClip
Starts playing this audio once only.
play(int, Callable<Boolean>) - Method in interface org.jitsi.service.audionotifier.SCAudioClip
Starts playing this audio.
PLAYBACK_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 output.
playbackDataSourceAdded(DataSource) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Notifies this MediaDeviceSession that a DataSource has been added for playback on the represented MediaDevice.
playbackDataSourceChanged(DataSource) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Notifies this MediaDeviceSession that a DataSource has been changed on the represented MediaDevice.
playbackDataSourceRemoved(DataSource) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Notifies this MediaDeviceSession that a DataSource has been removed from playback on the represented MediaDevice.
playbackDataSourceUpdated(DataSource) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Notifies this MediaDeviceSession that a DataSource has been changed on the represented MediaDevice.
playbackDevicePropertyChange(PropertyChangeEvent) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
Notifies this instance that the value of the property of AbstractAudioRenderer.audioSystem which identifies the default notification or playback (as determined by AbstractAudioRenderer.dataFlow) device has changed.
playbackDevicePropertyChange(PropertyChangeEvent) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
Notifies this instance that the value of the AudioSystem#PROP_PLAYBACK_DEVICE property of its associated AudioSystem has changed.
playbackDevicePropertyChange(PropertyChangeEvent) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Notifies this instance that the value of the AudioSystem#PROP_PLAYBACK_DEVICE property of its associated AudioSystem has changed.
playbackDevicePropertyChange(PropertyChangeEvent) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer
Notifies this instance that the value of the AudioSystem#PROP_PLAYBACK_DEVICE property of its associated AudioSystem has changed.
playbackDevicePropertyChange(PropertyChangeEvent) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
Notifies this instance that the value of the property of AbstractAudioRenderer.audioSystem which identifies the default notification or playback (as determined by AbstractAudioRenderer.dataFlow) device has changed.
PlaybackDevices - Class in org.jitsi.impl.neomedia.device
Manages the list of active (currently plugged-in) playback devices and manages user preferences between all known devices (previously and actually plugged-in).
PlaybackDevices(AudioSystem) - Constructor for class org.jitsi.impl.neomedia.device.PlaybackDevices
Initializes the playback device list management.
playerConfigureComplete(Processor) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
Called by MediaDeviceSession.playerControllerUpdate( ControllerEvent event) when the player associated with this session's ReceiveStream moves enters the Configured state, so we use the occasion to add our audio level effect.
playerConfigureComplete(Processor) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Notifies this instance that a specific Player of remote content has generated a ConfigureCompleteEvent.
playerConfigureComplete(Processor) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Notifies this instance that a specific Player of remote content has generated a ConfigureCompleteEvent.
playerControllerUpdate(ControllerEvent) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Gets notified about ControllerEvents generated by a specific Player of remote content.
playerControllerUpdate(ControllerEvent) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Gets notified about ControllerEvents generated by a specific Player of remote content.
playerRealizeComplete(Processor) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Notifies this instance that a specific Player of remote content has generated a RealizeCompleteEvent.
playerRealizeComplete(Processor) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Notifies this instance that a specific Player of remote content has generated a RealizeCompleteEvent.
playerSizeChange(Controller, int, int, int) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Notifies this instance that a specific Player of local or remote content/video has generated a SizeChangeEvent.
PLC - Class in org.jitsi.impl.neomedia.codec.audio.silk
SILK PNG.
PLC() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.PLC
 
PNAME_APPLICATION_NAME - Static variable in interface org.jitsi.service.version.Version
The name of the System property the value of which is equal to the value of Version.getApplicationName().
PNAME_APPLICATION_VERSION - Static variable in interface org.jitsi.service.version.Version
The name of the System property the value of which is equal to the value of Version.toString().
PNAME_CONFIGURATION_FILE_IS_READ_ONLY - Static variable in interface org.jitsi.service.configuration.ConfigurationService
The name of the boolean system property which indicates whether the configuration file is to be considered read-only.
PNAME_CONFIGURATION_FILE_NAME - Static variable in interface org.jitsi.service.configuration.ConfigurationService
The name of the system property that stores the name of the configuration file.
PNAME_DENOISE - Static variable in class org.jitsi.impl.neomedia.device.AudioSystem
The (base) name of the ConfigurationService property which indicates whether noise suppression is to be performed for the captured audio.
PNAME_ECHOCANCEL - Static variable in class org.jitsi.impl.neomedia.device.AudioSystem
The (base) name of the ConfigurationService property which indicates whether noise cancellation is to be performed for the captured audio.
PNAME_LOCAL_SSRC - Static variable in interface org.jitsi.service.neomedia.MediaStream
The name of the property which indicates whether the local SSRC is currently available.
PNAME_REMOTE_SSRC - Static variable in interface org.jitsi.service.neomedia.MediaStream
The name of the property which indicates whether the remote SSRC is currently available.
PNAME_SC_CACHE_DIR_LOCATION - Static variable in interface org.jitsi.service.configuration.ConfigurationService
The name of the property that indicates the location of the directory where Jitsi is to store cached data.
PNAME_SC_HOME_DIR_LOCATION - Static variable in interface org.jitsi.service.configuration.ConfigurationService
The name of the property that indicates the location of the directory where Jitsi is to store user specific data such as configuration files, message and call history.
PNAME_SC_HOME_DIR_NAME - Static variable in interface org.jitsi.service.configuration.ConfigurationService
The name of the property that indicates the name of the directory where Jitsi is to store user specific data such as configuration files, message and call history.
PNAME_SC_LOG_DIR_LOCATION - Static variable in interface org.jitsi.service.configuration.ConfigurationService
The name of the property that indicates the location of the directory where Jitsi is to store cached data.
policy - Variable in class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
Encryption / Authentication policy for this session
polyphaserTbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
POOL_CAPACITY - Static variable in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
The maximum size of the queues used as pools for unused objects.
pop(byte[], int, int) - Method in interface org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.IMediaBuffer
 
pop(byte[], int, int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.PtrMediaBuffer
 
pop(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
Pops a specific number of bytes from (the head of) a specific array of bytes.
PortAudioException - Exception in org.jitsi.impl.neomedia.portaudio
Implements Exception for the PortAudio capture and playback system.
PortAudioException(String) - Constructor for exception org.jitsi.impl.neomedia.portaudio.PortAudioException
Initializes a new PortAudioException instance with a specific detail message.
PortAudioException(String, long, int) - Constructor for exception org.jitsi.impl.neomedia.portaudio.PortAudioException
Initializes a new PortAudioException instance with a specific detail message.
PortAudioRenderer - Class in org.jitsi.impl.neomedia.jmfext.media.renderer.audio
Implements an audio Renderer which uses Pa.
PortAudioRenderer() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Initializes a new PortAudioRenderer instance.
PortAudioRenderer(boolean) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Initializes a new PortAudioRenderer instance which is to either perform playback or sound a notification.
PortAudioStream - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio
Implements PullBufferStream for PortAudio.
PortAudioStream(DataSource, FormatControl, boolean) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.PortAudioStream
Initializes a new PortAudioStream instance which is to have its Format-related information abstracted by a specific FormatControl.
PortAudioStreamCallback - Interface in org.jitsi.impl.neomedia.portaudio
 
PortAudioSystem - Class in org.jitsi.impl.neomedia.device
Creates PortAudio capture devices by enumerating all host devices that have input channels.
PortAudioSystem() - Constructor for class org.jitsi.impl.neomedia.device.PortAudioSystem
Initializes a new PortAudioSystem instance which creates PortAudio capture and playback devices by enumerating all host devices with input channels.
pos - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.bitstream
 
post(int, float[], int, float[], int, float[], int) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.Postfil
Adaptive postfilter main function
post_process(float[], int) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.PostPro
Post Process
Postfil - Class in org.jitsi.impl.neomedia.codec.audio.g729
Post - filtering : short term + long term.
Postfil() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.Postfil
 
postInitialize() - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Invoked as part of the execution of DeviceSystem.initialize() after the execution of DeviceSystem.doInitialize() regardless of whether the latter completed successfully.
postInitialize() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
Invoked as part of the execution of DeviceSystem.initialize() after the execution of DeviceSystem.doInitialize() regardless of whether the latter completed successfully.
postInitialize() - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
Invoked as part of the execution of DeviceSystem.initialize() after the execution of DeviceSystem.doInitialize() regardless of whether the latter completed successfully.
postInitializeSpecificDevices(AudioSystem.DataFlow) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Sets the device lists after the different audio systems (PortAudio, PulseAudio, etc) have finished detecting their devices.
PostPro - Class in org.jitsi.impl.neomedia.codec.audio.g729
Post-processing of output speech.
PostPro() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.PostPro
 
PParity - Class in org.jitsi.impl.neomedia.codec.audio.g729
 
PParity() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.PParity
 
pre_process(float[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.PreProc
Pre Process
pred - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
pred_lt_3(float[], int, int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.PredLt3
Compute the result of long term prediction with fractional interpolation of resolution 1/3.
Pred_Q16 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.NSQDelDecStruct
 
PredCoef - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
PredCoef_Q12 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_control
 
PredCoef_Q12 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
predictLPCOrder - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
PredLt3 - Class in org.jitsi.impl.neomedia.codec.audio.g729
 
PredLt3() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.PredLt3
 
PREFERRED_PNAME - Static variable in interface org.jitsi.service.neomedia.control.KeyFrameControl.KeyFrameRequester
The name of the ConfigurationService property which specifies the preferred KeyFrameRequester to be used.
preferredLayoutSize(Container) - Method in class org.jitsi.util.swing.FitLayout
Since this LayoutManager lays out only the first Component of the specified parent Container, the preferred size of the Container is the preferred size of the mentioned Component.
preferredLayoutSize(Container) - Method in class org.jitsi.util.swing.VideoLayout
Returns the preferred layout size for the given container.
PrefilterFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
PrefilterFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.PrefilterFLP
 
preInitialize() - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Invoked as part of the execution of DeviceSystem.initialize() before the execution of DeviceSystem.doInitialize().
preInitialize() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
Invoked as part of the execution of DeviceSystem.initialize() before the execution of DeviceSystem.doInitialize().
preInitialize() - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
Invoked as part of the execution of DeviceSystem.initialize() before the execution of DeviceSystem.doInitialize().
prepareSkinBundleFromZip(File) - Method in interface org.jitsi.service.resources.ResourceManagementService
Builds a new skin bundle from the zip file content.
PreProc - Class in org.jitsi.impl.neomedia.codec.audio.g729
Preprocessing of input speech.
PreProc() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.PreProc
 
PRESET_PNAME - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
The name of the ConfigurationService property which specifies the x264 preset to be used by JNIEncoder.
prev_API_fs_Hz - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
prev_API_sampleRate - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
prev_enh_pl - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
prev_inv_gain_Q16 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
prev_inv_gain_Q16 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_nsq_state
 
prev_lagIndex - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
prev_NLSFq - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_predict_state_FLP
 
prev_sigtype - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
prev_sigtype - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
prevGain_Q16 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_PLC_struct
 
prevInLen - Variable in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioEncoder
The length of the valid audio data in FFmpegAudioEncoder.prevIn.
prevLag - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
prevLag - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
prevLpc - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
prevLPC_Q12 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_PLC_struct
 
prevLTP_scale_Q14 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_PLC_struct
 
prevLTPredCodGain - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
prevNLSF_Q15 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
prevPLI - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
prevResidual - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
printChildElements(Element, PrintStream, boolean, String) - Static method in class org.jitsi.util.xml.XMLUtils
Whenever you'd need to print a configuration node and/or its children.
prm2bits_ld8k(int[], short[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Bits
Converts encoder parameter vector into vector of serial bits.
PRM_SIZE - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Number of parameters per 10 ms frame.
process(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
Performs the media processing defined by this codec.
process(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
Performs the media processing defined by this codec.
process(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
Implements AbstractCodec#process(Buffer, Buffer).
process(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.DePacketizer
decode the buffer
process(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
Encodes the input buffer passing it to the output one
process(short[], short[]) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.Coder
Process L_FRAME short of speech.
process(short[], short[]) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.Decoder
Process SERIAL_SIZE short of speech.
process(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Decoder
 
process(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Encoder
 
process(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.ulaw.JavaDecoder
Decodes the buffer
process(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.ulaw.JavaEncoder
 
process(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.video.h263p.JNIDecoder
Decodes H.263+ media data read from a specific input Buffer into a specific output Buffer.
process(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.video.h263p.JNIEncoder
Processes/encodes a buffer.
process(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.video.h263p.Packetizer
Processes/packetizes a buffer.
process(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
Decodes H.264 media data read from a specific input Buffer into a specific output Buffer.
process(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
Processes/encodes a buffer.
process(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.video.h264.Packetizer
Processes (packetize) a buffer.
process(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
Processes (converts color space and/or scales) an input Buffer into an output Buffer.
process(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
Renders the audio data contained in a specific Buffer onto the MacCoreaudio device represented by this Renderer.
process(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Renders the audio data contained in a specific Buffer onto the PortAudio device represented by this Renderer.
process(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer
process(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
process(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
Processes the data provided in a specific Buffer and renders it to the output device represented by this Renderer.
process(Buffer, Dimension) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRendererVideoComponent
Updates the image to be drawn on the graphics context.
process(long, Component, int[], int, int, int, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Processes the data provided in a specific int array with a specific offset and length and renders it to the output device represented by a JAWTRenderer specified by the handle to it native counterpart.
process(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Processes the data provided in a specific Buffer and renders it to the output device represented by this Renderer.
process(byte[], int, int, byte[]) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPCipherCTR
Process (encrypt/decrypt) data from offset for len bytes iv can be modified by this function but you MUST never reuse an IV so it's ok
process(byte[], int, int, byte[]) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPCipherCTRJava
Process (encrypt/decrypt) data from offset for len bytes iv can be modified by this function but you MUST never reuse an IV so it's ok
process(byte[], int, int, byte[]) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPCipherCTROpenSSL
Process (encrypt/decrypt) data from offset for len bytes iv can be modified by this function but you MUST never reuse an IV so it's ok
process(byte[], int, int, byte[]) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPCipherF8
 
processBlock(byte[], int, byte[], int) - Method in class org.jitsi.impl.neomedia.transform.srtp.BlockCipherAdapter
processClientExtensions(Hashtable) - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsServerImpl
Makes sure that the DTLS extended client hello contains the use_srtp extension.
ProcessGainsFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
processing of gains.
ProcessGainsFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ProcessGainsFLP
 
ProcessNLSFsFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
Limit, stabilize, convert and quantize NLSFs.
ProcessNLSFsFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ProcessNLSFsFLP
 
processorControllerUpdate(ControllerEvent) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
Gets notified about ControllerEvents generated by the processor reading our capture data source, calls the corresponding method from the parent class so that it would initialize the processor and then adds the level effect for the local user audio levels.
processorControllerUpdate(ControllerEvent) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Gets notified about ControllerEvents generated by MediaDeviceSession.processor.
ProcessorUtility - Class in org.jitsi.impl.neomedia
A utility class that provides utility functions when working with processors.
ProcessorUtility() - Constructor for class org.jitsi.impl.neomedia.ProcessorUtility
Initializes a new ProcessorUtility instance.
processPacketAESCM(RawPacket, int) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTCPCryptoContext
Performs Counter Mode AES encryption/decryption
processPacketAESCM(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext
Performs Counter Mode AES encryption/decryption
processPacketAESF8(RawPacket, int) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTCPCryptoContext
Performs F8 Mode AES encryption/decryption
processPacketAESF8(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext
Performs F8 Mode AES encryption/decryption
processRTCP(boolean, byte[], int, int) - Method in class org.jitsi.impl.neomedia.rtp.ResumableStreamRewriter
Restores the RTP timestamp of the RTCP SR packet in the buffer.
processServerExtensions(Hashtable) - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsClientImpl
Makes sure that the DTLS extended server hello contains the use_srtp extension.
PROP_APPLICATION_NAME - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
PROP_APPLICATION_VERSION - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
PROP_AUDIO_ECHOCANCEL_FILTER_LENGTH_IN_MILLIS - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
The name of the long property which determines the filter length in milliseconds to be used by the echo cancellation implementation.
PROP_AUDIO_SYSTEM - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
 
PROP_AUDIO_SYSTEM_DEVICES - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
 
PROP_DEVICE - Static variable in class org.jitsi.impl.neomedia.device.CaptureDevices
The property of the capture devices.
PROP_DEVICE - Static variable in class org.jitsi.impl.neomedia.device.NotifyDevices
The property of the notify devices.
PROP_DEVICE - Static variable in class org.jitsi.impl.neomedia.device.PlaybackDevices
The property of the playback devices.
PROP_DEVICES - Static variable in class org.jitsi.impl.neomedia.device.DeviceSystem
 
PROP_FORMAT_CHANNELS - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
PROP_FORMAT_RATE - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
PROP_MEDIA_NAME - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
PROP_MEDIA_ROLE - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
PROP_OPUS_BANDWIDTH - Static variable in class org.jitsi.service.neomedia.codec.Constants
The name of the property used to control the Opus encoder "audio bandwidth" setting
PROP_OPUS_BITRATE - Static variable in class org.jitsi.service.neomedia.codec.Constants
The name of the property used to control the Opus encoder bitrate setting
PROP_OPUS_COMPLEXITY - Static variable in class org.jitsi.service.neomedia.codec.Constants
The name of the property used to control the Opus encoder 'complexity' setting
PROP_OPUS_DTX - Static variable in class org.jitsi.service.neomedia.codec.Constants
The name of the property used to control the Opus encoder "DTX" setting
PROP_OPUS_FEC - Static variable in class org.jitsi.service.neomedia.codec.Constants
The name of the property used to control whether FEC is enabled for the Opus encoder
PROP_OPUS_MIN_EXPECTED_PACKET_LOSS - Static variable in class org.jitsi.service.neomedia.codec.Constants
The name of the property used to control the Opus encoder "minimum expected packet loss" setting
PROP_OPUS_VBR - Static variable in class org.jitsi.service.neomedia.codec.Constants
The name of the property used to control whether VBR is enabled for the Opus encoder
PROP_SIGNATURE_ALGORITHM - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
The name of the property which specifies the signature algorithm used during certificate creation.
PROP_SILK_ADVERSISE_FEC - Static variable in class org.jitsi.service.neomedia.codec.Constants
The name of the property used to control whether FEC support is advertised for SILK
PROP_SILK_ASSUME_PL - Static variable in class org.jitsi.service.neomedia.codec.Constants
The name of the property used to control the the 'always assume packet loss' setting for SILK
PROP_SILK_FEC - Static variable in class org.jitsi.service.neomedia.codec.Constants
The name of the property used to control whether FEC is enabled for SILK
PROP_SILK_FEC_SAT - Static variable in class org.jitsi.service.neomedia.codec.Constants
The name of the property used to control the SILK 'speech activity threshold'
PROP_VIDEO_RTP_PACING_THRESHOLD - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
The property we use to store the settings for maximum allowed video bandwidth (used to normalize RTP traffic, and not in codec configuration)
properties - Variable in class org.jitsi.impl.configuration.HashtableConfigurationStore
The Hashtable instance which stores the property name-value associations of this ConfigurationStore instance and which is effectively adapted by this instance to ConfigurationStore.
Properties - Class in org.jitsi.impl.neomedia.transform.dtls
Gathers properties of DtlsControlImpl which it shares with DtlsTransformEngine and DtlsPacketTransformer i.e.
Properties(boolean) - Constructor for class org.jitsi.impl.neomedia.transform.dtls.Properties
Initializes a new Properties instance.
PROPERTY_NAME_RECEIVE_BUFFER_LENGTH - Static variable in class org.jitsi.impl.neomedia.MediaStreamImpl
The name of the property indicating the length of our receive buffer.
propertyChange(PropertyChangeEvent) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Receives and reacts to property change events: if the selected device (for capture, playback or notifications) has changed, then create or recreate the streams in order to use it.
propertyChange(String, Object, Object) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
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.
propertyChange(PropertyChangeEvent) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Notifies this PropertyChangeListener about PropertyChangeEvents fired by, for example, the ConfigurationService and the DeviceSystems which support reinitialization/reloading.
propertyChange(PropertyChangeEvent) - Method in class org.jitsi.impl.neomedia.notify.AudioNotifierServiceImpl
Listens for changes in notify device.
propertyChange(PropertyChangeEvent) - Method in class org.jitsi.util.event.WeakReferencePropertyChangeListener
 
PropertyChangeNotifier - Class in org.jitsi.util.event
Represents a source of PropertyChangeEvents which notifies PropertyChangeListeners about changes in the values of properties.
PropertyChangeNotifier() - Constructor for class org.jitsi.util.event.PropertyChangeNotifier
Initializes a new PropertyChangeNotifier instance.
PropertyConfigurationStore - Class in org.jitsi.impl.configuration
Implements a ConfigurationStore which stores property name-value associations in a Properties instance and supports its serialization format for the configuration file of ConfigurationServiceImpl.
PropertyConfigurationStore() - Constructor for class org.jitsi.impl.configuration.PropertyConfigurationStore
Initializes a new PropertyConfigurationStore instance.
proplist_free(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
proplist_new() - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
proplist_sets(long, String, String) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
PROT_READ - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
PROT_WRITE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
protectedSeqNums - Variable in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Header
The list of sequence numbers of packets protected by this fec packet
protectedSsrc - Variable in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Header
The SSRC of the media stream protected by this FEC packet
PSFB - Static variable in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
 
psNLSF_CB - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
psNLSF_CB - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
psNLSF_CB_FLP - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
PSPropertyKeyFromString(String) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
PT_PS - Static variable in class org.jitsi.service.neomedia.event.RTCPFeedbackMessageEvent
The payload type (PT) of payload-specific RTCP feedback messages.
PT_TL - Static variable in class org.jitsi.service.neomedia.event.RTCPFeedbackMessageEvent
The payload type (PT) of transport layer RTCP feedback messages.
PTIME - Static variable in class org.jitsi.service.neomedia.codec.Constants
The ptime constant.
ptr - Variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.PtrMediaBuffer
The unmanaged IMediaBuffer represented by this instance.
PtrMediaBuffer - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi
Implements a managed IMediaBuffer which wraps around an unmanaged IMediaBuffer.
PtrMediaBuffer(long) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.PtrMediaBuffer
Initializes a new managed IMediaBuffer which is to represent a specific unmanaged IMediaBuffer.
pts - Variable in class org.jitsi.impl.neomedia.recording.WebmWriter.FrameDescriptor
 
PullBufferDataSourceDelegate<T extends javax.media.protocol.DataSource> - Class in org.jitsi.impl.neomedia.protocol
Implements most of PullBufferDataSource for a particular DataSource and requires extenders to only implement PullBufferDataSource.getStreams().
PullBufferDataSourceDelegate(T) - Constructor for class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
Initializes a new PullBufferDataSourceDelegate which is to delegate to a specific DataSource.
PullBufferStreamAdapter - Class in org.jitsi.impl.neomedia.protocol
Represents a PullBufferStream which reads its data from a specific PullSourceStream.
PullBufferStreamAdapter(PullSourceStream, Format) - Constructor for class org.jitsi.impl.neomedia.protocol.PullBufferStreamAdapter
Initializes a new PullBufferStreamAdapter instance which reads its data from a specific PullSourceStream with a specific Format
PulseAudioRenderer - Class in org.jitsi.impl.neomedia.jmfext.media.renderer.audio
Implements an audio Renderer which uses PulseAudio.
PulseAudioRenderer() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer
Initializes a new PulseAudioRenderer instance with a default PulseAudio media role.
PulseAudioRenderer(String) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer
Initializes a new PulseAudioRenderer instance with a specific PulseAudio media role.
PulseAudioSystem - Class in org.jitsi.impl.neomedia.device
Implements an AudioSystem using the native PulseAudio API/library.
PulseAudioSystem() - Constructor for class org.jitsi.impl.neomedia.device.PulseAudioSystem
Initializes a new PulseAudioSystem instance.
purgeStoredConfiguration() - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Deletes the configuration file currently used by this implementation.
purgeStoredConfiguration() - Method in interface org.jitsi.service.configuration.ConfigurationService
Removes all locally stored properties leaving an empty configuration.
push(byte) - Method in class org.jitsi.impl.neomedia.CircularByteArray
Adds a specific element at the end of this CircularByteArray.
push(byte[], int, int) - Method in interface org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.IMediaBuffer
 
push(byte[], int, int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.PtrMediaBuffer
 
PUSH_BUFFER_STREAM_CLASS_NAME - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferStream
The name of the PushBufferStream class.
PushBufferDataSourceAdapter - Class in org.jitsi.impl.neomedia.protocol
Implements PushBufferDataSource for a specific PullBufferDataSource.
PushBufferDataSourceAdapter(PullBufferDataSource) - Constructor for class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceAdapter
Initializes a new PushBufferDataSourceAdapter which is to implement PushBufferDataSource capabilities for a specific PullBufferDataSource.
PushBufferDataSourceDelegate<T extends javax.media.protocol.DataSource> - Class in org.jitsi.impl.neomedia.protocol
Implements most of PushBufferDataSource for a particular DataSource and requires extenders to only implement PushBufferDataSource.getStreams().
PushBufferDataSourceDelegate(T) - Constructor for class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
Initializes a new PushBufferDataSourceDelegate which is to delegate to a specific DataSource.
PushBufferStreamAdapter - Class in org.jitsi.impl.neomedia.protocol
Represents a PushBufferStream which reads its data from a specific PushSourceStream.
PushBufferStreamAdapter(PushSourceStream, Format) - Constructor for class org.jitsi.impl.neomedia.protocol.PushBufferStreamAdapter
Initializes a new PushBufferStreamAdapter instance which reads its data from a specific PushSourceStream with a specific Format
PushSourceStreamDesc - Class in org.jitsi.impl.neomedia.rtp.translator
Describes a PushSourceStream associated with an endpoint from which an RTPTranslatorImpl is translating.
PushSourceStreamDesc(RTPConnectorDesc, PushSourceStream, boolean) - Constructor for class org.jitsi.impl.neomedia.rtp.translator.PushSourceStreamDesc
Initializes a new PushSourceStreamDesc instance which is to describe a specific endpoint PushSourceStream for an RTPTranslatorImpl.
PushSourceStreamImpl - Class in org.jitsi.impl.neomedia.rtp.translator
Implements PushSourceStream for an RTPTranslatorImpl.
PushSourceStreamImpl(RTPConnectorImpl, boolean) - Constructor for class org.jitsi.impl.neomedia.rtp.translator.PushSourceStreamImpl
 
put(Object, Object) - Method in class org.jitsi.impl.configuration.SortedProperties
Does not allow putting empty String keys in this Properties object.
put(String, Object) - Method in class org.jitsi.impl.neomedia.transform.dtls.Properties
Sets the value of the property with a specific name.
putLevel(long, int) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelMap
If this map already contains csrc this method updates its level, otherwise we add a new entry mapping csrc to level.
Pwf - Class in org.jitsi.impl.neomedia.codec.audio.g729
 
Pwf() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.Pwf
 

Q

q - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
Q14_CONVERSION_FAC - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
q_LBRR - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
Q_Q10 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.NSQ_sample_struct
 
Q_Q10 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.NSQDelDecStruct
 
QA - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.LPCInvPredGain
 
QPoly - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.A2NLSF_constants
 
QTCaptureDecompressedVideoOutput - Class in org.jitsi.impl.neomedia.quicktime
Represents a QTKit QTCaptureDecompressedVideoOutput object.
QTCaptureDecompressedVideoOutput() - Constructor for class org.jitsi.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput
Initializes a new QTCaptureDecompressedVideoOutput which represents a new QTKit QTCaptureDecompressedVideoOutput object.
QTCaptureDecompressedVideoOutput(long) - Constructor for class org.jitsi.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput
Initializes a new QTCaptureDecompressedVideoOutput which is to represent a new QTKit QTCaptureDecompressedVideoOutput object.
QTCaptureDecompressedVideoOutput.Delegate - Class in org.jitsi.impl.neomedia.quicktime
Represents the receiver of CVImageBuffer video frames and their associated QTSampleBuffers captured by a QTCaptureDecompressedVideoOutput.
QTCaptureDevice - Class in org.jitsi.impl.neomedia.quicktime
Represents a QTKit capture device which is connected or has been previously connected to the user's computer during the lifetime of the application.
QTCaptureDevice(long) - Constructor for class org.jitsi.impl.neomedia.quicktime.QTCaptureDevice
Initializes a new QTCaptureDevice instance which is to represent a specific QTKit QTCaptureDevice object.
QTCaptureDeviceInput - Class in org.jitsi.impl.neomedia.quicktime
Represents a QTKit QTCaptureDeviceInput object.
QTCaptureDeviceInput(long) - Constructor for class org.jitsi.impl.neomedia.quicktime.QTCaptureDeviceInput
Initializes a new QTCaptureDeviceInput which is to represent a specific QTKit QTCaptureDeviceInput object.
QTCaptureInput - Class in org.jitsi.impl.neomedia.quicktime
Represents a QTKit QTCaptureInput object.
QTCaptureInput(long) - Constructor for class org.jitsi.impl.neomedia.quicktime.QTCaptureInput
Initializes a new QTCaptureInput instance which is to represent a specific QTKit QTCaptureInput object.
QTCaptureOutput - Class in org.jitsi.impl.neomedia.quicktime
Represents a QTKit QTCaptureOutput object.
QTCaptureOutput(long) - Constructor for class org.jitsi.impl.neomedia.quicktime.QTCaptureOutput
Initializes a new QTCaptureOutput instance which is to represent a specific QTKit QTCaptureOutput object.
QTCaptureSession - Class in org.jitsi.impl.neomedia.quicktime
Represents a QTKit QTCaptureSession object.
QTCaptureSession() - Constructor for class org.jitsi.impl.neomedia.quicktime.QTCaptureSession
Initializes a new QTCaptureSession instance which represents a new QTKit QTCaptureSession object.
QTCaptureSession(long) - Constructor for class org.jitsi.impl.neomedia.quicktime.QTCaptureSession
Initializes a new QTCaptureSession instance which is to represent a specific QTKit QTCaptureSession object.
QTFormatDescription - Class in org.jitsi.impl.neomedia.quicktime
Describes the media format of media samples and of media sources, such as devices and capture connections.
QTFormatDescription(long) - Constructor for class org.jitsi.impl.neomedia.quicktime.QTFormatDescription
Initializes a new QTFormatDescription instance which is to represent a specific QTKit QTFormatDescription object.
QTMediaType - Enum in org.jitsi.impl.neomedia.quicktime
Enumerates the QTKit media types.
QTSampleBuffer - Class in org.jitsi.impl.neomedia.quicktime
Represents a QuickTime/QTKit QTSampleBuffer object.
QTSampleBuffer(long) - Constructor for class org.jitsi.impl.neomedia.quicktime.QTSampleBuffer
Initializes a new QTSampleBuffer which is to represent a specific QuickTime/QTKit QTSampleBuffer object.
qua_gain(float[], float[], int, FloatReference, FloatReference, int) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.QuaGain
Quantization of pitch and codebook gains
qua_lsp(float[], float[], int[]) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.QuaLsp
 
QuaGain - Class in org.jitsi.impl.neomedia.codec.audio.g729
 
QuaGain() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.QuaGain
 
QualityControl - Interface in org.jitsi.service.neomedia
The quality controls we use to control other party video presets.
QualityControlImpl - Class in org.jitsi.impl.neomedia
Implements QualityControl for the purposes of VideoMediaStreamImpl.
QualityControlImpl() - Constructor for class org.jitsi.impl.neomedia.QualityControlImpl
 
QualityPreset - Class in org.jitsi.service.neomedia
Predefined quality preset used to specify some video settings during an existing call or when starting a new call.
QualityPreset(Dimension, float) - Constructor for class org.jitsi.service.neomedia.QualityPreset
Initializes a new quality preset with a specific resolution and a specific frameRate.
QualityPreset(Dimension) - Constructor for class org.jitsi.service.neomedia.QualityPreset
Initializes a new quality preset with a specific resolution and an unspecified frameRate.
QuaLsp - Class in org.jitsi.impl.neomedia.codec.audio.g729
Functions related to the quantization of LSP's.
QuaLsp() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.QuaLsp
 
QuantLTPGainsFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
QuantLTPGainsFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.QuantLTPGainsFLP
 
QuantOffsetType - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_control
 
QuantOffsetType - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control
 
queryInterface(Controls, Class<T>) - Static method in class org.jitsi.impl.neomedia.control.AbstractControls
Returns an instance of a specific Class which is either a control of a specific Controls implementation or the Controls implementation itself if it is an instance of the specified Class.
queryInterface(Controls, String) - Static method in class org.jitsi.impl.neomedia.control.AbstractControls
Returns an instance of a specific Class which is either a control of a specific Controls implementation or the Controls implementation itself if it is an instance of the specified Class.
queryRTPManager() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the RTPManager instance which sends and receives RTP and RTCP traffic on behalf of this MediaStream.
queueReceive(byte[], int, int) - Method in class org.jitsi.impl.neomedia.transform.dtls.DatagramTransportImpl
Queues a packet received from the network to be received by the application through this DatagramTransport.
QuickTimeStream - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime
Implements a PushBufferStream using QuickTime/QTKit.
QuickTimeStream(DataSource, FormatControl) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.QuickTimeStream
Initializes a new QuickTimeStream instance which is to have its Format-related information abstracted by a specific FormatControl.
QuickTimeSystem - Class in org.jitsi.impl.neomedia.device
Discovers and registers QuickTime/QTKit capture devices with JMF.
QuickTimeSystem() - Constructor for class org.jitsi.impl.neomedia.device.QuickTimeSystem
Initializes a new QuickTimeSystem instance which discovers and registers QuickTime/QTKit capture devices with JMF.

R

ram - Static variable in class org.jitsi.util.SoundFileUtils
 
RAND_BUF_MASK - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PLC
 
RAND_BUF_SIZE - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PLC
 
rand_seed - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_CNG_struct
 
rand_seed - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_nsq_state
 
rand_seed - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_PLC_struct
 
rand_seed - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_prefilter_state_FLP
 
random_g729() - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Util
Return random short.
randScale_Q14 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_PLC_struct
 
RandState - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.NSQDelDecStruct
 
RANGE_CODER_CDF_OUT_OF_RANGE - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
RANGE_CODER_DEC_PAYLOAD_TOO_LONG - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
RANGE_CODER_DECODER_CHECK_FAILED - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
RANGE_CODER_ILLEGAL_SAMPLING_RATE - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
RANGE_CODER_NORMALIZATION_FAILED - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
RANGE_CODER_READ_BEYOND_BUFFER - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
RANGE_CODER_WRITE_BEYOND_BUFFER - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
RANGE_CODER_ZERO_INTERVAL_WIDTH - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
range_Q16 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_range_coder_state
 
RangeCoder - Class in org.jitsi.impl.neomedia.codec.audio.silk
Range coder
RangeCoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.RangeCoder
 
RateControlInput - Class in org.jitsi.impl.neomedia.rtp.remotebitrateestimator
webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
RateControlInput(BandwidthUsage, long, double) - Constructor for class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RateControlInput
 
RateControlRegion - Enum in org.jitsi.impl.neomedia.rtp.remotebitrateestimator
webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
RateControlState - Enum in org.jitsi.impl.neomedia.rtp.remotebitrateestimator
webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h
RateLevelIndex - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_control
 
RateLevelIndex - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control
 
Rates - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CBS_FLP
 
Rates_Q5 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CBS
 
ratio_Q16 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
RawPacket - Class in org.jitsi.service.neomedia
When using TransformConnector, a RTP/RTCP packet is represented using RawPacket.
RawPacket() - Constructor for class org.jitsi.service.neomedia.RawPacket
Initializes a new empty RawPacket instance.
RawPacket(byte[], int, int) - Constructor for class org.jitsi.service.neomedia.RawPacket
Initializes a new RawPacket instance with a specific byte array buffer.
RawPacket.HeaderExtension - Class in org.jitsi.service.neomedia
Represents an RTP header extension with the RFC5285 one-byte header:
RawPacket.HeaderExtensions - Class in org.jitsi.service.neomedia
Implements an iterator over the RTP header extensions of a RawPacket.
RawPacketCache - Class in org.jitsi.impl.neomedia.rtp
An simple interface which allows a packet to be retrieved from a cache/storage by an SSRC identifier and a sequence number.
RawPacketCache(int) - Constructor for class org.jitsi.impl.neomedia.rtp.RawPacketCache
Initializes a new CachingTransformer instance.
RawPacketCache.Container - Class in org.jitsi.impl.neomedia.rtp
A container for packets in the cache.
RawPacketQueue - Class in org.jitsi.util
Implements PacketQueue for RawPacket.
RawPacketQueue(int, boolean, boolean, String, PacketQueue.PacketHandler<RawPacket>) - Constructor for class org.jitsi.util.RawPacketQueue
Initializes a new RawPacketQueue.
RawPacketQueue(boolean, String, PacketQueue.PacketHandler<RawPacket>) - Constructor for class org.jitsi.util.RawPacketQueue
Initializes a new RawPacketQueue.
RawPacketQueue() - Constructor for class org.jitsi.util.RawPacketQueue
Initializes a new RawPacketQueue.
RawPacketScheduler - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile
Suggests a schedule method that puts the current thread to sleep for X milis, where X is such that RTP timestamps and a given clock are respected.
RawPacketScheduler(long) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.RawPacketScheduler
Ctor.
RawPacketTransformation - Class in org.jitsi.util.function
 
RawPacketTransformation() - Constructor for class org.jitsi.util.function.RawPacketTransformation
 
rbStore - Variable in class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
Temp store.
RC_MODE_CBR - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
Constant Bitrate mode.
RC_MODE_CQ - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
Constant Quality mode.
RC_MODE_VBR - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
Variable Bitrate mode.
RC_THRESHOLD - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.LPCInvPredGainFLP
 
RD_Q10 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.NSQ_sample_struct
 
RD_Q10 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.NSQDelDecStruct
 
RE_REQUEST_AFTER_MILLIS - Static variable in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
The interval after which another retransmission request will be sent for a packet, unless it arrives.
read(Buffer, Format, ByteBuffer) - Static method in class org.jitsi.impl.neomedia.codec.video.AVFrame
 
read(PushBufferStream, Buffer, DataSource) - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
Reads media from a specific PushBufferStream which belongs to a specific DataSource into a specific output Buffer.
read(Buffer) - Method in class org.jitsi.impl.neomedia.conference.AudioMixerPushBufferStream
Implements PushBufferStream.read(Buffer).
read(Buffer) - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
Implements PushBufferStream.read(Buffer).
read(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferStream
Blocks and reads into a Buffer from this PullBufferStream.
read(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DirectShowStream
Reads media data from this PushBufferStream into a specific Buffer without blocking.
read(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.MacCoreaudioStream
Reads media data from this PullBufferStream into a specific Buffer with blocking.
read(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.PortAudioStream
Reads media data from this PullBufferStream into a specific Buffer with blocking.
read(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.QuickTimeStream
Reads media data from this PushBufferStream into a specific Buffer without blocking.
read(byte[], int, int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.AudioCaptureClient
Reads audio data from this instance into a specific byte array.
read(IMediaBuffer, int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.AudioCaptureClient
Reads audio data from this instance into a specific IMediaBuffer.
read(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPIStream
If WASAPIStream.resampler is non-null, uses it to resample the media data read from WASAPIStream.capture or WASAPIStream.processed into WASAPIStream.format.
read(Buffer, byte[], int, int) - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
Reads byte data from this stream into a specific Buffer which is to use a specific array of bytes for its data.
read(Buffer) - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
Implements PushBufferStream.read(Buffer).
read(Buffer) - Method in class org.jitsi.impl.neomedia.protocol.PullBufferStreamAdapter
Implements PullBufferStream#read(Buffer).
read(Buffer) - Method in class org.jitsi.impl.neomedia.protocol.PushBufferStreamAdapter
Implements PushBufferStream#read(Buffer).
read(Buffer, byte[], int, int) - Method in class org.jitsi.impl.neomedia.RTCPConnectorInputStream
Copies the content of the most recently received packet into data.
read(byte[], int, int) - Method in class org.jitsi.impl.neomedia.rtp.translator.PushSourceStreamImpl
 
read(Buffer, byte[], int, int) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Copies the content of the most recently received packet into data.
read(byte[], int, int) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Copies the content of the most recently received packet into buffer.
read(Buffer, byte[], int, int) - Method in class org.jitsi.impl.neomedia.transform.ControlTransformInputStream
Copies the content of the most recently received packet into data.
readByte(int) - Method in class org.jitsi.service.neomedia.RawPacket
Read a byte from this packet at specified offset
readFlexFecHeader(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03HeaderReader
Parse a buffer pointing to FlexFec data.
readInput(byte[], int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.MacCoreaudioStream
Callback which receives the data from the coreaudio library.
readInt(int) - Method in class org.jitsi.service.neomedia.RawPacket
Read a integer from this packet at specified offset
readInt(byte[], int) - Static method in class org.jitsi.util.ArrayIOUtils
Reads an integer from a specific series of bytes starting the reading at a specific offset in it.
readInt(byte[], int) - Static method in class org.jitsi.util.RTPUtils
Read an integer from a buffer at a specified offset.
readInt16(byte[], int) - Static method in class org.jitsi.util.ArrayIOUtils
Reads a short integer from a specific series of bytes starting the reading at a specific offset in it.
readInt16AsInt(byte[], int) - Static method in class org.jitsi.util.RTPUtils
Read a signed short at a specified offset as an int.
ReadOnlyBufferControlDelegate - Class in org.jitsi.impl.neomedia.control
Represents a wrapper of a specific BufferControl which does not call the setters of the wrapped instance and calls only the getters.
ReadOnlyBufferControlDelegate(BufferControl) - Constructor for class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
Initializes a new ReadOnlyBufferControlDelegate instance which is to wrap a specific BufferControl and call only its getters.
ReadOnlyFormatControlDelegate - Class in org.jitsi.impl.neomedia.control
Represents a wrapper of a specific FormatControl instance which does not allow setting its format using FormatControl.setFormat(Format).
ReadOnlyFormatControlDelegate(FormatControl) - Constructor for class org.jitsi.impl.neomedia.control.ReadOnlyFormatControlDelegate
Initializes a new ReadOnlyFormatControlDelegate instance which is to wrap a specific FormatControl in order to prevent calls to its FormatControl.setFormat(Format).
readRegion(int, int) - Method in class org.jitsi.service.neomedia.RawPacket
Read a byte region from specified offset with specified length
readRegionToBuff(int, int, byte[]) - Method in class org.jitsi.service.neomedia.RawPacket
Read a byte region from specified offset with specified length in given buffer
readScreen(byte[], Dimension) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.ImageStream
Read screen.
readShort(byte[], int) - Static method in class org.jitsi.util.ArrayIOUtils
Reads a short integer from a specific series of bytes starting the reading at a specific offset in it.
ReadStream(long, byte[], long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Read samples from an input stream.
readUint16AsInt(int) - Method in class org.jitsi.service.neomedia.RawPacket
Read an unsigned short at specified offset as a int
readUint16AsInt(byte[], int) - Static method in class org.jitsi.util.RTPUtils
Read an unsigned short at a specified offset as an int.
readUint24AsInt(byte[], int) - Static method in class org.jitsi.util.RTPUtils
Read an unsigned short at specified offset as a int
readUint32AsLong(int) - Method in class org.jitsi.service.neomedia.RawPacket
Read a 32-bit unsigned integer from this packet at the specified offset.
readUint32AsLong(byte[], int) - Static method in class org.jitsi.util.RTPUtils
Reads a 32-bit unsigned integer from the given buffer at the given offset and returns its long representation.
readUnsignedIntAsLong(byte[], int) - Method in class org.jitsi.impl.neomedia.recording.SynchronizerImpl
Read an unsigned integer as long at specified offset
receive(DatagramPacket) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Receive packet.
receive(DatagramPacket) - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPInputStream
Receive packet.
receive(DatagramPacket) - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPInputStream
Receive packet.
receive(byte[], int, int, int) - Method in class org.jitsi.impl.neomedia.transform.dtls.DatagramTransportImpl
receiveSideBweEnabled() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Gets a boolean that indicates whether or not to perform receive-side bandwidth estimations.
receiveStreamAdded(ReceiveStream) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Notifies this instance that a specific ReceiveStream has been added to the list of playbacks of ReceiveStreams and/or DataSources performed by respective Players on the MediaDevice represented by this instance.
ReceiveStreamBufferListener - Interface in org.jitsi.impl.neomedia.device
Represents a listener for every packet which is read by a MediaDevice
ReceiveStreamPushBufferDataSource - Class in org.jitsi.impl.neomedia.device
Wraps the DataSource of a specific ReceiveStream so that calls to its DataSource.disconnect() can be explicitly controlled.
ReceiveStreamPushBufferDataSource(ReceiveStream, PushBufferDataSource) - Constructor for class org.jitsi.impl.neomedia.device.ReceiveStreamPushBufferDataSource
Initializes a new ReceiveStreamPushBufferDataSource instance which is to wrap a specific DataSource of a specific ReceiveStream for the purposes of enabling explicitly control of calls to its DataSource.disconnect().
ReceiveStreamPushBufferDataSource(ReceiveStream, PushBufferDataSource, boolean) - Constructor for class org.jitsi.impl.neomedia.device.ReceiveStreamPushBufferDataSource
Initializes a new ReceiveStreamPushBufferDataSource instance which is to wrap a specific DataSource of a specific ReceiveStream for the purposes of enabling explicitly control of calls to its DataSource.disconnect() and, optionally, activates the suppresses the call in question.
receiveStreamRemoved(ReceiveStream) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Notifies this instance that a specific ReceiveStream has been removed from the list of playbacks of ReceiveStreams and/or DataSources performed by respective Players on the MediaDevice represented by this instance.
ReceiveTrackStats - Interface in org.jitsi.service.neomedia.stats
Extends TrackStats with methods specific for streams that we send.
ReceiveTrackStatsImpl - Class in org.jitsi.impl.neomedia.stats
Media stream statistics implementation per received SSRC.
ReceiveTrackStatsImpl(int, long) - Constructor for class org.jitsi.impl.neomedia.stats.ReceiveTrackStatsImpl
Initializes a new instance.
Recorder - Interface in org.jitsi.service.neomedia.recording
The call recording interface.
Recorder.Listener - Interface in org.jitsi.service.neomedia.recording
Represents a listener interested in notifications from a Recorder.
RecorderEvent - Class in org.jitsi.service.neomedia.recording
Represents an event related to media recording, such as a new SSRC starting to be recorded.
RecorderEvent() - Constructor for class org.jitsi.service.neomedia.recording.RecorderEvent
Constructs a RecorderEvent.
RecorderEvent(JSONObject) - Constructor for class org.jitsi.service.neomedia.recording.RecorderEvent
Constructs a RecorderEvent and tries to parse its fields from json.
RecorderEvent.AspectRatio - Enum in org.jitsi.service.neomedia.recording
Video aspect ratio.
RecorderEvent.Type - Enum in org.jitsi.service.neomedia.recording
RecorderEvent types.
RecorderEventHandler - Interface in org.jitsi.service.neomedia.recording
An interface that allows handling of RecorderEvent instances, such as writing them to disk in some format.
RecorderEventHandlerJSONImpl - Class in org.jitsi.impl.neomedia.recording
Implements a RecorderEventHandler which handles RecorderEvents by writing them to a file in JSON format.
RecorderEventHandlerJSONImpl(String) - Constructor for class org.jitsi.impl.neomedia.recording.RecorderEventHandlerJSONImpl
RecorderImpl - Class in org.jitsi.impl.neomedia.recording
The call recording implementation.
RecorderImpl(AudioMixerMediaDevice) - Constructor for class org.jitsi.impl.neomedia.recording.RecorderImpl
Constructs the RecorderImpl with the provided session.
RecorderRtpImpl - Class in org.jitsi.impl.neomedia.recording
A Recorder implementation which attaches to an RTPTranslator.
RecorderRtpImpl(RTPTranslator) - Constructor for class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
Constructor.
recorderStopped(Recorder) - Method in interface org.jitsi.service.neomedia.recording.Recorder.Listener
Notifies this Listener that a specific Recorder has stopped recording the media associated with it.
recreateSendStreams() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Recreates the SendStreams of this instance (i.e.
RecurringRunnable - Interface in org.jitsi.util.concurrent
Represents an asynchronous processable task which determines the intervals (the lengths of which may vary) at which it is to be invoked.
RecurringRunnableExecutor - Class in org.jitsi.util.concurrent
Implements a single-threaded Executor of RecurringRunnables i.e.
RecurringRunnableExecutor() - Constructor for class org.jitsi.util.concurrent.RecurringRunnableExecutor
Initializes a new RecurringRunnableExecutor instance.
RecurringRunnableExecutor(String) - Constructor for class org.jitsi.util.concurrent.RecurringRunnableExecutor
Initializes a new RecurringRunnableExecutor instance.
RED - Static variable in class org.jitsi.service.neomedia.codec.Constants
The name of the RED RTP format (RFC2198)
REDBlock - Class in org.jitsi.impl.neomedia.codec
Represents a RED block.
REDBlock(byte[], int, int, byte) - Constructor for class org.jitsi.impl.neomedia.codec.REDBlock
Ctor.
REDBlockIterator - Class in org.jitsi.impl.neomedia.codec
An Iterator that iterates RED blocks (primary and non-primary).
REDBlockIterator(byte[], int, int) - Constructor for class org.jitsi.impl.neomedia.codec.REDBlockIterator
Ctor.
REDFilterTransformEngine - Class in org.jitsi.impl.neomedia.transform
Removes the RED encapsulation (RFC2198) from outgoing packets, dropping non-primary (redundancy) packets.
REDFilterTransformEngine(byte) - Constructor for class org.jitsi.impl.neomedia.transform.REDFilterTransformEngine
Initializes a new REDFilterTransformEngine with the given payload type number for RED.
REDTransformEngine - Class in org.jitsi.impl.neomedia.transform
Implements a PacketTransformer and TransformEngine for RED (RFC2198).
REDTransformEngine(byte, byte) - Constructor for class org.jitsi.impl.neomedia.transform.REDTransformEngine
Initializes a new REDTransformEngine instance.
REDTransformEngine() - Constructor for class org.jitsi.impl.neomedia.transform.REDTransformEngine
Initializes a new REDTransformEngine instance.
refiner(float[], int, float[], int, int, float, float) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
registerCustomCodecFormats(StreamRTPManager) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Registers AudioMediaStreamImpl.CUSTOM_CODEC_FORMATS with a specific RTPManager.
registerCustomCodecFormats(StreamRTPManager) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Registers any custom JMF Formats with a specific RTPManager.
registerCustomCodecs(boolean) - Static method in class org.jitsi.impl.neomedia.codec.FMJPlugInConfiguration
Register in JMF the custom codecs we provide
registerCustomMultiplexers() - Static method in class org.jitsi.impl.neomedia.codec.FMJPlugInConfiguration
Registers custom libjitsi Multiplexer implementations.
registerCustomPackages() - Static method in class org.jitsi.impl.neomedia.codec.FMJPlugInConfiguration
Register in JMF the custom packages we provide
RegisterEndpointNotificationCallback(IMMNotificationClient) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.MMNotificationClient
Registers a specific IMMNotificationClient to be notified when an audio endpoint device is added or removed, when the state or properties of an endpoint device change, or when there is a change in the default role assigned to an endpoint device.
registerLocalUserAudioLevelEffect(Processor) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
Creates an audio level effect and add its to the codec chain of the TrackControl assuming that it only contains a single track.
registerRecurringRunnable(RecurringRunnable) - Method in class org.jitsi.util.concurrent.RecurringRunnableExecutor
Registers a RecurringRunnable with this Executor so that its Runnable.run() is invoked (by this instance).
registerUser(Object) - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
Registers user as an instance which is currently using this SrtpControl.
registerUser(Object) - Method in interface org.jitsi.service.neomedia.SrtpControl
Registers user as an instance which is currently using this SrtpControl.
REGULARIZATION_FACTOR - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResidualEnergyFLP
 
RegularizeCorrelationsFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
RegularizeCorrelationsFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.RegularizeCorrelationsFLP
 
reinitialize() - Method in class org.jitsi.impl.neomedia.device.AudioSystem2
Reinitializes this AudioSystem in order to bring it up to date with possible changes in the list of available devices.
RELATIVE_MIN_GAIN_dB - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
Release() - Method in interface org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.IMediaBuffer
 
Release() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.PtrMediaBuffer
 
release() - Method in class org.jitsi.impl.neomedia.quicktime.NSObject
Decrements the reference count of the Objective-C object represented by this instance.
release(long) - Static method in class org.jitsi.impl.neomedia.quicktime.NSObject
Decrements the reference count of a specific Objective-C object.
reloadConfiguration() - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Deletes the current configuration and reloads it from the configuration file.
reloadConfiguration(File) - Method in interface org.jitsi.impl.configuration.ConfigurationStore
Removes all property name-value associations currently present in this ConfigurationStore and deserializes new property name-value associations from a specific File which presumably is in the format represented by this instance.
reloadConfiguration() - Method in class org.jitsi.impl.configuration.DatabaseConfigurationStore
Removes all property name-value associations currently present in this ConfigurationStore instance and deserializes new property name-value associations from its underlying database (storage).
reloadConfiguration(File) - Method in class org.jitsi.impl.configuration.DatabaseConfigurationStore
Removes all property name-value associations currently present in this ConfigurationStore and deserializes new property name-value associations from a specific File which presumably is in the format represented by this instance.
reloadConfiguration(File) - Method in class org.jitsi.impl.configuration.PropertyConfigurationStore
reloadConfiguration(File) - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
reloadConfiguration() - Method in interface org.jitsi.service.configuration.ConfigurationService
Deletes the current configuration and reloads it from the configuration file.
rembReceived(RTCPREMBPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Notifies this instance that an RTCP REMB packet was received.
rembReceived(RTCPREMBPacket) - Method in class org.jitsi.impl.neomedia.rtp.RTCPPacketListenerAdapter
Notifies this listener that a RTCPREMBPacket has been received.
rembReceived(RTCPREMBPacket) - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation
Notifies this listener that a RTCPREMBPacket has been received.
rembReceived(RTCPREMBPacket) - Method in interface org.jitsi.service.neomedia.rtp.RTCPPacketListener
Notifies this listener that a RTCPREMBPacket has been received.
REMOTE - Static variable in class org.jitsi.util.event.VideoEvent
The video origin of a VideoEvent which is remote to the executing client such as a video being remotely streamed from a CallPeer.
RemoteBitrateEstimator - Interface in org.jitsi.service.neomedia.rtp
webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.cc webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
RemoteBitrateEstimatorAbsSendTime - Class in org.jitsi.impl.neomedia.rtp.remotebitrateestimator
webrtc.org abs_send_time implementation as of June 26, 2017.
RemoteBitrateEstimatorAbsSendTime(RemoteBitrateObserver, DiagnosticContext) - Constructor for class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorAbsSendTime
Ctor.
RemoteBitrateEstimatorSingleStream - Class in org.jitsi.impl.neomedia.rtp.remotebitrateestimator
webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.cc webrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_single_stream.h
RemoteBitrateEstimatorSingleStream(RemoteBitrateObserver, DiagnosticContext) - Constructor for class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorSingleStream
 
RemoteBitrateEstimatorWrapper - Class in org.jitsi.impl.neomedia.rtp.remotebitrateestimator
This is the receive-side remote bitrate estimator.
RemoteBitrateEstimatorWrapper(RemoteBitrateObserver, DiagnosticContext) - Constructor for class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Ctor.
RemoteBitrateObserver - Interface in org.jitsi.impl.neomedia.rtp.remotebitrateestimator
RemoteBitrateObserver is used to signal changes in bitrate estimates for the incoming streams.
remove() - Method in class org.jitsi.impl.neomedia.codec.REDBlockIterator
 
remove() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPIterator
remove() - Method in class org.jitsi.service.neomedia.RawPacket.HeaderExtensions
remove(Component) - Method in class org.jitsi.util.swing.VideoContainer
Overrides the default remove behavior in order to add the default no video component when the remote video is removed.
removeActiveSpeakerChangedListener(ActiveSpeakerChangedListener) - Method in class org.jitsi.impl.neomedia.ActiveSpeakerDetectorImpl
Removes a listener to no longer be notified by this active speaker detector when the active stream changes.
removeActiveSpeakerChangedListener(ActiveSpeakerChangedListener) - Method in class org.jitsi.service.neomedia.AbstractActiveSpeakerDetector
Removes a listener to no longer be notified by this active speaker detector when the active stream changes.
removeActiveSpeakerChangedListener(ActiveSpeakerChangedListener) - Method in interface org.jitsi.service.neomedia.ActiveSpeakerDetector
Removes a listener to no longer be notified by this active speaker detector when the active stream changes.
removeAll() - Method in class org.jitsi.util.swing.VideoContainer
Ensures noVideoComponent is displayed even when the clients of the videoContainer invoke its #removeAll() to remove their previous visual Components representing video.
removeBit(int) - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
Remove a bit from the given position.
removeConnector(RTPConnectorDesc) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPConnectorImpl
 
removeDataSinkListener(DataSinkListener) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
removeDTMFListener(DTMFListener) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Removes listener from the list of DTMFListeners registered with this AudioMediaStream to receive notifications about incoming DTMF tones.
removeDTMFListener(DTMFListener) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
Removes listener from the list of DTMFListeners registered to receive events for incoming DTMF tones.
removeEldestEntry(Map.Entry<K, V>) - Method in class org.jitsi.util.LRUCache
removeExtension() - Method in class org.jitsi.service.neomedia.RawPacket
Removes the extension from the packet and its header.
removeGainChangeListener(GainChangeListener) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Remove interest in gain change update events.
removeInDataSources(DataSourceFilter) - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
Removes DataSources accepted by a specific DataSourceFilter from the list of input DataSources of this AudioMixer from which it reads audio to be mixed.
removeInputDataSources(DataSourceFilter) - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
Removes the DataSource accepted by a specific DataSourceFilter from the list of input DataSource of the AudioMixer of this AudioMixerMediaDevice from which it reads audio to be mixed.
removeKeyFrameRequestee(KeyFrameControl.KeyFrameRequestee) - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl
Removes a KeyFrameRequestee to no longer be made available through this KeyFrameControl.
removeKeyFrameRequestee(KeyFrameControl.KeyFrameRequestee) - Method in class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
removeKeyFrameRequester(KeyFrameControl.KeyFrameRequester) - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl
Removes a KeyFrameRequester to no longer be made available through this KeyFrameControl.
removeKeyFrameRequester(KeyFrameControl.KeyFrameRequester) - Method in class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
removeLayoutComponent(Component) - Method in class org.jitsi.util.swing.FitLayout
Does nothing because this LayoutManager lays out only the first Component of the parent Container and thus doesn't need any String associations.
removeLayoutComponent(Component) - Method in class org.jitsi.util.swing.VideoLayout
Removes the given component from this layout.
removeLevel(long) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelMap
Removes csrc and its mapped level from this map.
removeListener(Recorder.Listener) - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
Removes a existing Recorder.Listener from the list of listeners interested in notifications from this Recorder.
removeListener(Recorder.Listener) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
removeListener(BandwidthEstimator.Listener) - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
 
removeListener(BandwidthEstimator.Listener) - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation
Removes a listener.
removeListener(Recorder.Listener) - Method in interface org.jitsi.service.neomedia.recording.Recorder
Removes an existing Listener from the list of listeners interested in notifications from this Recorder.
removeListener(BandwidthEstimator.Listener) - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator
Removes a listener.
removeMapping(long) - Method in class org.jitsi.impl.neomedia.recording.SynchronizerImpl
Removes the RTP-NTP mapping for a given SSRC.
removeMediaStream(MediaStream) - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine
Removes a MediaStream from the list of MediaStreams which use this TransportCCEngine.
removeNotify(long, Component) - Static method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
 
removeNotify() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent
Overrides Component.removeNotify() to reset the indicator which determines whether the native counterpart of this JAWTRenderer wants paint calls on its AWT Component to be delivered.
removeOutStream(AudioMixingPushBufferStream) - Method in class org.jitsi.impl.neomedia.conference.AudioMixerPushBufferStream
Removes a specific AudioMixingPushBufferStream from the collection of such streams to which this instance pushes the data for audio mixing it reads from its input SourceStreams.
removePlaybackDataSource(DataSource) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Removes a specific DataSource from the list of playbacks of ReceiveStreams and/or DataSources performed by respective Players on the MediaDevice represented by this instance.
removeProperty(String) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Removes the property with the specified name.
removeProperty(String) - Method in interface org.jitsi.impl.configuration.ConfigurationStore
Removes the value association in this ConfigurationStore of the property with a specific name.
removeProperty(String) - Method in class org.jitsi.impl.configuration.HashtableConfigurationStore
removeProperty(String) - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
removeProperty(String) - Method in interface org.jitsi.service.configuration.ConfigurationService
Removes the property with the specified name.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Remove a PropertyChangeListener for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Removes a PropertyChangeListener from the listener list for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jitsi.impl.neomedia.DominantSpeakerIdentification
Removes a PropertyChangeListener from the list of listeners interested in and notified about changes in the values of the properties of this DominantSpeakerIdentification.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jitsi.service.configuration.ConfigurationService
Removes a PropertyChangeListener from the listener list.
removePropertyChangeListener(String, PropertyChangeListener) - Method in interface org.jitsi.service.configuration.ConfigurationService
Removes a PropertyChangeListener from the listener list for a specific property.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Removes the specified PropertyChangeListener from this stream so that it won't receive further property change events.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jitsi.service.neomedia.MediaService
Removes a PropertyChangeListener to no longer be notified about changes in the values of the properties of this instance.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jitsi.service.neomedia.MediaStream
Removes the specified property change listener from this stream so that it won't receive further property change events.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jitsi.util.event.PropertyChangeNotifier
Removes a specific PropertyChangeListener from the list of listeners interested in and notified about changes in the values of the properties of this PropertyChangeNotifer.
removeReceiveStream(ReceiveStream) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Removes a specific ReceiveStream from the list of playbacks of ReceiveStreams and/or DataSources performed by respective Players on the MediaDevice represented by this instance.
removeReceiveStreamForSsrc(long) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Removes the ReceiveStream with SSRC ssrc, if there is such a ReceiveStream, from the receive streams of this MediaStream
removeReceiveStreamForSsrc(long) - Method in interface org.jitsi.service.neomedia.MediaStream
Removes the ReceiveStream with SSRC ssrc, if there is such a ReceiveStream, from the receive streams of this MediaStream
removeReceiveStreamListener(ReceiveStreamListener) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
removeReceiveStreamListener(StreamRTPManager, ReceiveStreamListener) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Removes a ReceiveStreamListener to no longer be notified about ReceiveStreamEvents related to a specific neomedia MediaStream (expressed as a StreamRTPManager for the purposes of and in the terms of RTPTranslator).
removeReceiveStreamListener(ReceiveStreamListener) - Method in class org.jitsi.impl.neomedia.rtp.translator.StreamRTPManagerDesc
 
removeRecorderListener(Recorder.Listener) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Removes an existing Recorder.Listener from the list of listeners interested in notifications from Recorders.
removeRecorderListener(Recorder.Listener) - Method in interface org.jitsi.service.neomedia.MediaService
Removes an existing Recorder.Listener from the list of listeners interested in notifications from Recorders.
removeRemoteListener(RemoteListener) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
removeRemoteListener(StreamRTPManager, RemoteListener) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Removes a RemoteListener to no longer be notified about RemoteEvents received by this RTPTranslatorImpl.
removeReportBlock(RTCPExtendedReport.ReportBlock) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
Removes an extended report block from this extended report.
removeRTCPFeedbackMessageCreateListner(RTCPFeedbackMessageCreateListener) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Removes RTCPFeedbackMessageCreateListener.
removeRTCPFeedbackMessageListener(RTCPFeedbackMessageListener) - Method in class org.jitsi.impl.neomedia.RTCPConnectorInputStream
Remove an RTCPFeedbackMessageListener.
removeRTCPFeedbackMessageListener(RTCPFeedbackMessageListener) - Method in class org.jitsi.impl.neomedia.transform.ControlTransformInputStream
Removes an RTCPFeedbackMessageListener.
removeRTCPPacketListener(RTCPPacketListener) - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Removes a listener from the list of listeners which will be notified when RTCP packets are received.
removeRTCPPacketListener(RTCPPacketListener) - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Removes a listener from the list of listeners which will be notified when RTCP packets are received.
removeRTCPReportListener(RTCPReportListener) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Removes an existing RTCPReportListener to no longer be notified by this instance about the receiving and sending of RTCP RR, SR and XR.
removeSendStreamListener(SendStreamListener) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
removeSendStreamListener(StreamRTPManager, SendStreamListener) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Not implemented because there are currently no uses of the underlying functionality.
removeSessionListener(SessionListener) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
removeSessionListener(StreamRTPManager, SessionListener) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Not implemented because there are currently no uses of the underlying functionality.
removeSSRC(long) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Removes ssrc from the array of SSRC identifiers representing parties that this MediaDeviceSession is currently receiving streams from.
removeStream(long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorAbsSendTime
Removes all data for ssrc.
removeStream(long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorSingleStream
Removes all data for ssrc.
removeStream(long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Removes all data for ssrc.
removeStream(long) - Method in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
Removes all data for ssrc.
removeStreams(RTPConnectorDesc) - Method in class org.jitsi.impl.neomedia.rtp.translator.OutputDataStreamImpl
Removes the OutputDataStreams owned by a specific RTPConnector from the list of OutputDataStreams into which this OutputDataStream copies written data/packets.
removeStreams(RTPConnectorDesc) - Method in class org.jitsi.impl.neomedia.rtp.translator.PushSourceStreamImpl
 
removeTarget(SessionAddress) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Removes a target from our session.
removeTarget(InetAddress, int) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Remove a target from stream targets list
removeTargets() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Remove all stream targets.
removeTargets() - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Remove all stream targets from this session.
removeUpdateAvailableDeviceListListener(UpdateAvailableDeviceListListener) - Method in class org.jitsi.impl.neomedia.device.AudioSystem2
 
removeVetoableChangeListener(ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Remove a VetoableChangeListener from the listener list.
removeVetoableChangeListener(String, ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Remove a VetoableChangeListener for a specific property.
removeVetoableChangeListener(ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Removes a VetoableChangeListener from the listener list.
removeVetoableChangeListener(String, ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Removes a VetoableChangeListener from the listener list for a specific property.
removeVetoableChangeListener(ConfigVetoableChangeListener) - Method in interface org.jitsi.service.configuration.ConfigurationService
Removes a VetoableChangeListener from the listener list.
removeVetoableChangeListener(String, ConfigVetoableChangeListener) - Method in interface org.jitsi.service.configuration.ConfigurationService
Removes a VetoableChangeListener from the listener list for a specific property.
removeVideoListener(VideoListener) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Removes a specific VideoListener from this instance in order to have to no longer receive notifications when visual/video Components are being added and removed.
removeVideoListener(VideoListener) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Removes a specific VideoListener from this VideoMediaStream in order to have to no longer receive notifications when visual/video Components are being added and removed.
removeVideoListener(VideoListener) - Method in interface org.jitsi.service.neomedia.VideoMediaStream
Removes a specific VideoListener from this VideoMediaStream in order to have to no longer receive notifications when visual/video Components are being added and removed.
removeVideoListener(VideoListener) - Method in class org.jitsi.util.event.VideoNotifierSupport
Removes a specific VideoListener from this VideoNotifierSupport in order to have to no longer receive notifications when visual/video Components are being added and removed.
removeVolumeChangeListener(VolumeChangeListener) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Removes a VolumeChangeListener.
removeVolumeChangeListener(VolumeChangeListener) - Method in interface org.jitsi.service.neomedia.VolumeControl
Removes a VolumeChangeListener to no longer be notified about changes in the volume level of this instance.
removeWriteFilter(RTPTranslator.WriteFilter) - Method in class org.jitsi.service.neomedia.AbstractRTPTranslator
Removes a WriteFilter from this RTPTranslator.
removeWriteFilter(RTPTranslator.WriteFilter) - Method in interface org.jitsi.service.neomedia.RTPTranslator
Removes a WriteFilter from this RTPTranslator.
renderer - Variable in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent
The JAWTRenderer which paints in this JAWTRendererVideoComponent.
replacePassword(String, String) - Static method in class org.jitsi.util.PasswordUtil
The method will replace password argument values with 'X' in a string which represents command line arguments(arg=value arg2=value4).
replacePasswords(String, String[]) - Static method in class org.jitsi.util.PasswordUtil
Does PasswordUtil.replacePassword(String, String) for every argument given in passwordArgs array.
REPLAY_WINDOW_SIZE - Static variable in class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
The replay check windows size.
replayWindow - Variable in class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
Bit mask for replay check
ReportBlock(short) - Constructor for class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.ReportBlock
Initializes a new ReportBlock instance of a specific block type.
REQUEST_RETRANSMISSIONS_PNAME - Static variable in interface org.jitsi.service.neomedia.VideoMediaStream
The name of the property used to control whether VideoMediaStream should request retransmissions for lost RTP packets using RTCP NACK.
requestGoClear() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Method called when the user requests through GUI to switch a secured call to unsecure mode.
requestGoSecure() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Method called when the user requests through GUI to switch a previously unsecured call back to secure mode.
requestKeyFrame(boolean) - Method in class org.jitsi.impl.neomedia.codec.video.h264.DePacketizer
Requests a key frame from the remote peer associated with this DePacketizer using the logic of DePacketizer.
requestKeyframe(long) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTCPFeedbackMessageSender
Sends an RTCP Full Intra Request (FIR) or Picture Loss Indication (PLI), to the media sender/source with a specific synchronization source identifier (SSRC).
requestKeyframe(long[]) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTCPFeedbackMessageSender
Sends an RTCP Full Intra Request (FIR) or Picture Loss Indication (PLI), to media senders/sources with a specific synchronization source identifiers (SSRCs).
requestKeyFrame() - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl.KeyFrameRequester
Requests a key frame from the remote peer of the associated VideoMediaStream.
requestKeyFrame(boolean) - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl
Requests a key frame from the remote peer of the associated VideoMediaStream.
requestKeyFrame(boolean) - Method in class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
requires(int) - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Returns a boolean that indicates whether or not this RTPEncodingDesc depends on the subjective quality index that is passed as an argument.
requiresSecureSignalingTransport() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Indicates if the key exchange method is dependent on secure transport of the signaling channel.
requiresSecureSignalingTransport() - Method in class org.jitsi.impl.neomedia.transform.NullSrtpControl
Indicates if the key exchange method is dependent on secure transport of the signaling channel.
requiresSecureSignalingTransport() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
Returns true, SDES always requires the secure transport of its keys.
requiresSecureSignalingTransport() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Returns false, ZRTP exchanges its keys over the media path.
requiresSecureSignalingTransport() - Method in interface org.jitsi.service.neomedia.SrtpControl
Indicates if the key exchange method is dependent on secure transport of the signaling channel.
res_Q10 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
Resampler - Class in org.jitsi.impl.neomedia.codec.audio.silk
Interface to collection of resamplers.
Resampler() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Resampler
 
RESAMPLER_DOWN_ORDER_FIR - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
resampler_function(Object, short[], int, short[], int, int) - Method in interface org.jitsi.impl.neomedia.codec.audio.silk.ResamplerFP
 
resampler_function(Object, short[], int, short[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerImplCopy
 
resampler_function(Object, short[], int, short[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerImplDownFIR
 
resampler_function(Object, short[], int, short[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerImplIIRFIR
 
resampler_function(Object, short[], int, short[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerImplWrapper
 
resampler_function - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
resampler_function(Object, short[], int, short[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
RESAMPLER_MAX_BATCH_SIZE_IN - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivate
Number of input samples to process in the inner loop.
RESAMPLER_ORDER_FIR_144 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
resampler_state - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
resampler_state - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
RESAMPLER_SUPPORT_ABOVE_48KHZ - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerStructs
Flag to enable support for input/output sampling rates above 48 kHz.
resamplerCB - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
ResamplerDown2 - Class in org.jitsi.impl.neomedia.codec.audio.silk
Downsample by a factor 2, mediocre quality.
ResamplerDown2() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerDown2
 
ResamplerDown23 - Class in org.jitsi.impl.neomedia.codec.audio.silk
Downsample by a factor 2/3, low quality.
ResamplerDown23() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerDown23
 
ResamplerDown3 - Class in org.jitsi.impl.neomedia.codec.audio.silk
Downsample by a factor 3, low quality.
ResamplerDown3() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerDown3
 
ResamplerFP - Interface in org.jitsi.impl.neomedia.codec.audio.silk
 
ResamplerImplCopy - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
ResamplerImplCopy() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerImplCopy
 
ResamplerImplDownFIR - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
ResamplerImplDownFIR() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerImplDownFIR
 
ResamplerImplIIRFIR - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
ResamplerImplIIRFIR() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerImplIIRFIR
 
ResamplerImplWrapper - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
ResamplerImplWrapper() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerImplWrapper
 
ResamplerPrivate - Class in org.jitsi.impl.neomedia.codec.audio.silk
class for IIR/FIR resamplers.
ResamplerPrivate() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivate
 
ResamplerPrivateAR2 - Class in org.jitsi.impl.neomedia.codec.audio.silk
Second order AR filter with single delay elements.
ResamplerPrivateAR2() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateAR2
 
ResamplerPrivateARMA4 - Class in org.jitsi.impl.neomedia.codec.audio.silk
Fourth order ARMA filter.
ResamplerPrivateARMA4() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateARMA4
 
ResamplerPrivateCopy - Class in org.jitsi.impl.neomedia.codec.audio.silk
Simple opy.
ResamplerPrivateCopy() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateCopy
 
ResamplerPrivateDown4 - Class in org.jitsi.impl.neomedia.codec.audio.silk
Downsample by a factor 4.
ResamplerPrivateDown4() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateDown4
 
ResamplerPrivateDownFIR - Class in org.jitsi.impl.neomedia.codec.audio.silk
Resample with a 2x downsampler (optional), a 2nd order AR filter followed by FIR interpolation.
ResamplerPrivateDownFIR() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateDownFIR
 
ResamplerPrivateIIRFIR - Class in org.jitsi.impl.neomedia.codec.audio.silk
Upsample using a combination of allpass-based 2x upsampling and FIR interpolation.
ResamplerPrivateIIRFIR() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateIIRFIR
 
ResamplerPrivateUp2HQ - Class in org.jitsi.impl.neomedia.codec.audio.silk
Upsample by a factor 2, high quality.
ResamplerPrivateUp2HQ() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateUp2HQ
 
ResamplerPrivateUp4 - Class in org.jitsi.impl.neomedia.codec.audio.silk
Upsample by a factor 4.
ResamplerPrivateUp4() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateUp4
 
ResamplerRom - Class in org.jitsi.impl.neomedia.codec.audio.silk
Filter coefficients for IIR/FIR polyphase resampling.
ResamplerRom() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
ResamplerStructs - Class in org.jitsi.impl.neomedia.codec.audio.silk
Classes for IIR/FIR resamplers.
ResamplerStructs() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerStructs
 
ResamplerUp2 - Class in org.jitsi.impl.neomedia.codec.audio.silk
Up-sample by a factor 2, low quality.
ResamplerUp2() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerUp2
 
RESERVED_JITTER_BUFFER_ADAPTIVE - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
reset() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
Resets its state.
reset() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
reset() - Method in class org.jitsi.impl.neomedia.codec.video.HFlip
Resets the state of this PlugIn.
reset() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.AbstractRenderer
Resets the state of this PlugIn.
reset(long) - Method in class org.jitsi.impl.neomedia.recording.PacketBuffer
Resets the buffer for a particular SSRC (effectively re-enabling it if it was disabled).
reset() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.AimdRateControl
 
Reset() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.InterArrival
 
reset() - Method in class org.jitsi.impl.neomedia.transform.srtp.BlockCipherAdapter
reset() - Method in class org.jitsi.impl.neomedia.transform.srtp.OpenSSLHMAC
reset() - Method in class org.jitsi.util.Logger
Reinitialize the logging properties and reread the logging configuration.
reset() - Method in class org.jitsi.util.LoggerImpl
Reinitialize the logging properties and reread the logging configuration.
ResetEvent(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
resetSASVerified() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Resets the internal engine SAS verified flag
resetSilence() - Method in class org.jitsi.impl.neomedia.codec.SilenceEffect
Resets the state of this SilenceEffect.
residu(float[], int, float[], int, float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Filter
Filter input vector with all-zero filter A(Z).
ResidualEnergyFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
Residual energy.
ResidualEnergyFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResidualEnergyFLP
 
ResNrg - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
ResourceManagementService - Interface in org.jitsi.service.resources
The Resource Management Service gives easy access to common resources for the application including texts, images, sounds and some configurations.
responderSelectAttribute(Iterable<SrtpCryptoAttribute>) - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
Chooses a supported crypto attribute from the peer's list of supplied attributes and creates the local crypto attribute.
responderSelectAttribute(Iterable<SrtpCryptoAttribute>) - Method in interface org.jitsi.service.neomedia.SDesControl
Chooses a supported crypto attribute from the peer's list of supplied attributes and creates the local crypto attribute.
rest - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.bitpack
 
restoreFile() - Method in class org.jitsi.impl.fileaccess.FailSafeTransactionImpl
Ensure that the file accessed is in a coherent state.
restoreFile() - Method in interface org.jitsi.service.fileaccess.FailSafeTransaction
Ensure that the file accessed is in a coherent state.
RESULT_ABORT - Static variable in interface org.jitsi.impl.neomedia.portaudio.PortAudioStreamCallback
"Abort" result code.
RESULT_COMPLETE - Static variable in interface org.jitsi.impl.neomedia.portaudio.PortAudioStreamCallback
"Complete" result code.
RESULT_CONTINUE - Static variable in interface org.jitsi.impl.neomedia.portaudio.PortAudioStreamCallback
"Continue" result code.
ResumableStreamRewriter - Class in org.jitsi.impl.neomedia.rtp
Rewrites sequence numbers for RTP streams by hiding any gaps caused by dropped packets.
ResumableStreamRewriter() - Constructor for class org.jitsi.impl.neomedia.rtp.ResumableStreamRewriter
 
retain() - Method in class org.jitsi.impl.neomedia.quicktime.NSObject
Increments the reference count of the Objective-C object represented by this instance.
retain(long) - Static method in class org.jitsi.impl.neomedia.quicktime.NSObject
Increments the reference count of a specific Objective-C object.
RetransmissionRequester - Interface in org.jitsi.service.neomedia
 
RetransmissionRequesterDelegate - Class in org.jitsi.impl.neomedia.transform
Detects lost RTP packets for a particular RtpChannel and requests their retransmission by sending RTCP NACK packets.
RetransmissionRequesterDelegate(MediaStream, TimeProvider) - Constructor for class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
Initializes a new RetransmissionRequesterDelegate for the given RtpChannel.
RetransmissionRequesterImpl - Class in org.jitsi.impl.neomedia.transform
Creates classes to handle both the detection of loss and the creation and sending of nack packets, and a scheduler to allow for nacks to be re-transmitted at a set interval
RetransmissionRequesterImpl(MediaStream) - Constructor for class org.jitsi.impl.neomedia.transform.RetransmissionRequesterImpl
 
reverseFactory - Variable in class org.jitsi.impl.neomedia.transform.srtp.SRTPTransformer
 
reverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.recording.PacketBuffer
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.rtcp.RTCPReceiverFeedbackTermination.RTCPTransformer
Reverse-transforms a specific packet.
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Reverse-transforms a specific packet.
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine.IngressEngine
Reverse-transforms a specific packet.
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.rtp.VideoMediaStreamTrackReceiver
Reverse-transforms a specific packet.
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
 
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.csrc.CsrcTransformEngine
Extracts the list of CSRC identifiers and passes it to the MediaStream associated with this engine.
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.csrc.SsrcTransformEngine
Extracts the list of CSRC identifiers and passes it to the MediaStream associated with this engine.
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.DebugTransformEngine.MyRTCPPacketTransformer
 
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.DebugTransformEngine.MyRTPPacketTransformer
 
reverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsPacketTransformer
Reverse-transforms each packet in an array of packets.
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfTransformEngine
A stub meant to handle incoming DTMF packets.
reverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
 
reverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.fec.FECSender
Reverse-transforms each packet in an array of packets.
reverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
Reverse-transforms each packet in an array of packets.
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.OriginalHeaderBlockTransformEngine
reverseTransform(RawPacket[]) - Method in interface org.jitsi.impl.neomedia.transform.PacketTransformer
Reverse-transforms each packet in an array of packets.
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.PaddingTermination
Reverse-transforms a specific packet.
reverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.REDTransformEngine
Reverse-transforms each packet in an array of packets.
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterImpl
Reverse-transforms a specific packet.
reverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.rtcp.CompoundPacketEngine
 
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.rtcp.StatisticsEngine
Parses incoming RTCP packets and notifies the MediaStreamStats of this instance about the reception of packets with known types (currently these are RR, SR, XR, REMB, NACK).
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.SinglePacketTransformer
Reverse-transforms a specific packet.
reverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.SinglePacketTransformer
Reverse-transforms each packet in an array of packets.
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.SinglePacketTransformerAdapter
 
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTCPTransformer
Decrypts a SRTCP packet
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPTransformer
Reverse-transforms a specific packet (i.e.
reverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.TransformEngineChain.PacketTransformerChain
Reverse-transforms each packet in an array of packets.
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTCPTransformer
Decrypt a SRTCP packet Currently SRTCP packet encryption / decryption is not supported So this method does not change the packet content
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
The input data stream calls this method to transform incoming packets.
reverseTransformPacket(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTCPCryptoContext
Transform a SRTCP packet into a RTCP packet.
reverseTransformPacket(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext
Transforms an SRTP packet into an RTP packet.
rewhite_flag - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_nsq_state
 
RewritablePullBufferDataSource - Class in org.jitsi.impl.neomedia.protocol
Implements a PullBufferDataSource wrapper which provides mute support for the wrapped instance.
RewritablePullBufferDataSource(PullBufferDataSource) - Constructor for class org.jitsi.impl.neomedia.protocol.RewritablePullBufferDataSource
Initializes a new RewritablePullBufferDataSource instance which is to provide mute support for a specific PullBufferDataSource.
RewritablePushBufferDataSource - Class in org.jitsi.impl.neomedia.protocol
Implements a PushBufferDataSource wrapper which provides mute support for the wrapped instance.
RewritablePushBufferDataSource(PushBufferDataSource) - Constructor for class org.jitsi.impl.neomedia.protocol.RewritablePushBufferDataSource
Initializes a new RewritablePushBufferDataSource instance which is to provide mute support for a specific PushBufferDataSource.
rewriteRTP(boolean, byte[], int, int) - Method in class org.jitsi.impl.neomedia.rtp.ResumableStreamRewriter
Rewrites the sequence number of the RTP packet in the byte buffer, hiding any gaps caused by drops.
rewriteSequenceNumber(boolean, int) - Method in class org.jitsi.impl.neomedia.rtp.ResumableStreamRewriter
Rewrites the sequence number passed as a parameter, hiding any gaps caused by drops.
RGB24 - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
The RGB24 constant.
RGB32 - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
The RGB32 constant.
rollback() - Method in class org.jitsi.impl.fileaccess.FailSafeTransactionImpl
Closes the transaction and cancels the changes.
rollback() - Method in interface org.jitsi.service.fileaccess.FailSafeTransaction
Closes the transation and cancel the changes.
ROLLOVER_DELTA_VALUE - Static variable in class org.jitsi.impl.neomedia.rtp.TimestampUtils
 
RPC_E_CHANGED_MODE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
RSA_KEY_PUBLIC_EXPONENT - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
The public exponent to always use for RSA key generation.
RSA_KEY_SIZE - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
The RSA key size to use.
RSA_KEY_SIZE_CERTAINTY - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
The RSA key size certainty to use.
RSA_KEY_SIZE_CERTAINTY_PNAME - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
The name of the property to specify RSA key size certainty.
RSA_KEY_SIZE_PNAME - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
The name of the property to specify RSA Key length.
RTCP - Static variable in interface org.jitsi.service.neomedia.control.KeyFrameControl.KeyFrameRequester
The value of the KeyFrameControl.KeyFrameRequester.PREFERRED_PNAME ConfigurationService property which indicates that the RTCP KeyFrameRequester is preferred.
RTCPConnectorInputStream - Class in org.jitsi.impl.neomedia
 
RTCPConnectorInputStream(DatagramSocket) - Constructor for class org.jitsi.impl.neomedia.RTCPConnectorInputStream
Initializes a new RTCPConnectorInputStream which is to receive packet data from a specific UDP socket.
RTCPExtendedReport - Class in org.jitsi.service.neomedia.rtp
Represents an RTP Control Protocol Extended Report (RTCP XR) packet in the terms of FMJ i.e.
RTCPExtendedReport() - Constructor for class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
Initializes a new RTCPExtendedReport instance.
RTCPExtendedReport(byte[], int, int) - Constructor for class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
Initializes a new RTCPExtendedReport instance by deserializing/reading a binary representation from a byte array.
RTCPExtendedReport(DataInputStream) - Constructor for class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
Initializes a new RTCPExtendedReport instance by deserializing/reading a binary representation from a DataInputStream.
RTCPExtendedReport(int, int, int, DataInputStream) - Constructor for class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
Initializes a new RTCPExtendedReport instance by deserializing/reading a binary representation of part of the packet from a DataInputStream, and taking the values found in the first 4 bytes of the binary representation as arguments.
RTCPExtendedReport.ReportBlock - Class in org.jitsi.service.neomedia.rtp
Represents an abstract, base extended report block.
RTCPExtendedReport.VoIPMetricsReportBlock - Class in org.jitsi.service.neomedia.rtp
Implements "VoIP Metrics Report Block" i.e.
rtcpExtendedReportReceived(RTCPExtendedReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReportAdapter
Notifies this listener that a specific RTCP XR was received by the local endpoint.
rtcpExtendedReportReceived(RTCPExtendedReport) - Method in interface org.jitsi.service.neomedia.rtp.RTCPReportListener
Notifies this listener that a specific RTCP XR was received by the local endpoint.
rtcpExtendedReportReceived(RTCPExtendedReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Notifies this instance that a specific RTCPExtendedReport was received by the local endpoint.
rtcpExtendedReportSent(RTCPExtendedReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReportAdapter
Notifies this listener that a specific RTCP XR was sent by the local endpoint.
rtcpExtendedReportSent(RTCPExtendedReport) - Method in interface org.jitsi.service.neomedia.rtp.RTCPReportListener
Notifies this listener that a specific RTCP XR was sent by the local endpoint.
rtcpExtendedReportSent(RTCPExtendedReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Notifies this instance that a specific RTCPExtendedReport was sent by the local endpoint.
RTCPFBPacket - Class in org.jitsi.impl.neomedia.rtcp
Created by gp on 6/27/14.
RTCPFBPacket(int, int, long, long) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
 
RTCPFBPacket(RTCPCompoundPacket) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
 
RTCPFeedbackMessageCreateListener - Interface in org.jitsi.service.neomedia.event
Represents a listener of RTCPFeedbackMessageListener instances.
RTCPFeedbackMessageEvent - Class in org.jitsi.service.neomedia.event
Represents an event coming from RTCP that meant to tell codec to do something (i.e send a keyframe, ...).
RTCPFeedbackMessageEvent(Object, int, int) - Constructor for class org.jitsi.service.neomedia.event.RTCPFeedbackMessageEvent
Constructor.
RTCPFeedbackMessageListener - Interface in org.jitsi.service.neomedia.event
Represents a listener of RTCP feedback messages such as PLI (Picture Loss Indication) or FIR (Full Intra Request).
RTCPFeedbackMessagePacket - Class in org.jitsi.impl.neomedia
Represents an RTCP feedback message packet as described by RFC 4585 "Extended RTP Profile for Real-time Transport Control Protocol (RTCP)-Based Feedback (RTP/AVPF)".
RTCPFeedbackMessagePacket(int, int, long, long) - Constructor for class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
Constructor.
rtcpFeedbackMessageReceived(RTCPFeedbackMessageEvent) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
Notifies this RTCPFeedbackListener that an RTCP feedback message has been received
rtcpFeedbackMessageReceived(RTCPFeedbackMessageEvent) - Method in interface org.jitsi.service.neomedia.event.RTCPFeedbackMessageListener
Notifies this RTCPFeedbackMessageListener that an RTCP feedback message has been received
RTCPFeedbackMessageSender - Class in org.jitsi.impl.neomedia.rtp.translator
Allows sending RTCP feedback message packets such as FIR, takes care of their (command) sequence numbers.
RTCPFeedbackMessageSender(RTPTranslatorImpl) - Constructor for class org.jitsi.impl.neomedia.rtp.translator.RTCPFeedbackMessageSender
Initializes a new RTCPFeedbackMessageSender instance which is to send RTCP feedback message packets through a specific RTPTranslatorImpl.
RTCPFeedbackMessageSender.KeyframeRequester - Class in org.jitsi.impl.neomedia.rtp.translator
The KeyframeRequester is responsible for sending FIR requests to a specific media sender identified by its SSRC.
RTCPGenerator - Class in org.jitsi.util.function
A Function that produces RawPackets from RTCPCompoundPackets.
RTCPGenerator() - Constructor for class org.jitsi.util.function.RTCPGenerator
 
RTCPIterator - Class in org.jitsi.impl.neomedia.rtcp
An Iterator for RTCP packets contained in a compound RTCP packet.
RTCPIterator(ByteArrayBuffer) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPIterator
Ctor.
rtcpmux - Variable in class org.jitsi.service.neomedia.DefaultStreamConnector
Whether this DefaultStreamConnector uses rtcp-mux.
rtcpmux - Variable in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
Whether this DefaultStreamConnector uses rtcp-mux.
RTCPMUX_PNAME - Static variable in class org.jitsi.impl.neomedia.transform.dtls.Properties
Whether rtcp-mux is in use.
RTCPPacketListener - Interface in org.jitsi.service.neomedia.rtp
A simple interface that enables listening for RTCP packets.
RTCPPacketListenerAdapter - Class in org.jitsi.impl.neomedia.rtp
 
RTCPPacketListenerAdapter() - Constructor for class org.jitsi.impl.neomedia.rtp.RTCPPacketListenerAdapter
 
RTCPPacketParserEx - Class in org.jitsi.impl.neomedia.rtcp
Extends RTCPPacketParser to allow the parsing of additional RTCP packet types such as REMB, NACK and XR.
RTCPPacketParserEx() - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPPacketParserEx
 
RTCPPacketPredicate - Class in org.jitsi.impl.neomedia
Represents a predicate (boolean-valued function) of a RawPacket.
RTCPPacketPredicate() - Constructor for class org.jitsi.impl.neomedia.RTCPPacketPredicate
Ctor.
rtcpPacketReceived(long, int) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
Notifies this instance that an RTCP packet with a particular SSRC and particular length was received.
rtcpPacketReceived(int) - Method in class org.jitsi.impl.neomedia.stats.ReceiveTrackStatsImpl
Notifies this instance that an RTCP packet with a specific length was received.
rtcpPacketSent(long, int) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
Notifies this instance that an RTCP packet with a particular SSRC and particular length was sent (or is about to be sent).
rtcpPacketSent(int) - Method in class org.jitsi.impl.neomedia.stats.SendTrackStatsImpl
Notifies this instance that an RTCP packet with a given length in bytes was sent (or is about to be sent).
RTCPReceiverFeedbackTermination - Class in org.jitsi.impl.neomedia.rtcp
Terminates RRs and REMBs.
RTCPReceiverFeedbackTermination(MediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPReceiverFeedbackTermination
Ctor.
RTCPReceiverFeedbackTermination.RTCPTransformer - Class in org.jitsi.impl.neomedia.rtcp
 
rtcpReceiverReportReceived(long, int) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
Notifies this instance that an RTCP Receiver Report packet with a particular SSRC and the given values for total number of lost packets and extended highest sequence number was received.
rtcpReceiverReportReceived(int) - Method in class org.jitsi.impl.neomedia.stats.SendTrackStatsImpl
Notifies this instance that an RTCP Receiver Report with a given value for the "fraction lost" field was received.
RTCPREMBPacket - Class in org.jitsi.impl.neomedia.rtcp
Created by gp on 6/24/14.
RTCPREMBPacket(long, long, int, int, long[]) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
 
RTCPREMBPacket(long, long, long, long[]) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
 
RTCPREMBPacket(RTCPCompoundPacket) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
 
RTCPReportAdapter - Class in org.jitsi.service.neomedia.rtp
A default implementation of RTCPReportListener to facilitate implementers.
RTCPReportAdapter() - Constructor for class org.jitsi.service.neomedia.rtp.RTCPReportAdapter
 
RTCPReportListener - Interface in org.jitsi.service.neomedia.rtp
 
rtcpReportReceived(RTCPReport) - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
Notifies this listener that a specific RTCP SR or RR was received by the local endpoint.
rtcpReportReceived(RTCPReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReportAdapter
Notifies this listener that a specific RTCP SR or RR was received by the local endpoint.
rtcpReportReceived(RTCPReport) - Method in interface org.jitsi.service.neomedia.rtp.RTCPReportListener
Notifies this listener that a specific RTCP SR or RR was received by the local endpoint.
rtcpReportReceived(RTCPReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Notifies this instance that a specific RTCPReport was received by the local endpoint.
RTCPReports - Class in org.jitsi.service.neomedia.rtp
Collects the (last) RTCP (SR, RR, and XR) reports sent and received by a local peer (for the purposes of MediaStreamStats).
RTCPReports() - Constructor for class org.jitsi.service.neomedia.rtp.RTCPReports
 
rtcpReportSent(RTCPReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReportAdapter
Notifies this listener that a specific RTCP SR or RR was sent by the local endpoint.
rtcpReportSent(RTCPReport) - Method in interface org.jitsi.service.neomedia.rtp.RTCPReportListener
Notifies this listener that a specific RTCP SR or RR was sent by the local endpoint.
rtcpReportSent(RTCPReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Notifies this instance that a specific RTCPReport was sent by the local endpoint.
RTCPSenderInfoUtils - Class in org.jitsi.impl.neomedia.rtcp
Utility class that contains static methods for RTCP sender info manipulation.
RTCPSenderInfoUtils() - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPSenderInfoUtils
 
RTCPTCCPacket - Class in org.jitsi.impl.neomedia.rtcp
A class which represents an RTCP packet carrying transport-wide congestion control (transport-cc) feedback information.
RTCPTCCPacket(RTCPCompoundPacket) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
Initializes a new RTCPTCCPacket instance.
RTCPTCCPacket(long, long, RTCPTCCPacket.PacketMap, byte, DiagnosticContext) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
Initializes a new RTCPTCCPacket instance with a specific "packet sender SSRC" and "media source SSRC" values, and which describes a specific set of sequence numbers.
RTCPTCCPacket.PacketMap - Class in org.jitsi.impl.neomedia.rtcp
An ordered collection which maps sequence numbers to timestamps, the order is by the sequence number.
rtcpTransformer - Variable in class org.jitsi.impl.neomedia.rtcp.AudioRTCPTermination
 
RTCPTransformer() - Constructor for class org.jitsi.impl.neomedia.rtcp.AudioRTCPTermination.RTCPTransformer
Ctor.
RTCPTransformer() - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPReceiverFeedbackTermination.RTCPTransformer
Ctor.
RTCPUtils - Class in org.jitsi.util
Utility class that contains static methods for RTCP header manipulation.
RTCPUtils() - Constructor for class org.jitsi.util.RTCPUtils
 
RTP_PAYLOAD_TYPE_UNKNOWN - Static variable in interface org.jitsi.service.neomedia.format.MediaFormat
The constant returned by MediaFormat.getRTPPayloadType() when the MediaFormat instance describes a format without an RTP payload type (number) known in RFC 3551 "RTP Profile for Audio and Video Conferences with Minimal Control".
RTP_SAVP - Static variable in interface org.jitsi.service.neomedia.SrtpControl
 
RTP_SAVPF - Static variable in interface org.jitsi.service.neomedia.SrtpControl
 
RTP_STAT_PREFIX - Static variable in class org.jitsi.impl.neomedia.transform.rtcp.StatisticsEngine
The RTP statistics prefix we use for every log.
RTP_STREAM_ID_URN - Static variable in class org.jitsi.service.neomedia.RTPExtension
The URN which identifies the rtp-stream-id extensions in "https://tools.ietf.org/html/draft-ietf-mmusic-rid-10".
rtpConnectorChanged(AbstractRTPConnector, AbstractRTPConnector) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Notifies this MediaStream implementation that its RTPConnector instance has changed from a specific old value to a specific new value.
rtpConnectorChanged(AbstractRTPConnector, AbstractRTPConnector) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Notifies this MediaStream implementation that its RTPConnector instance has changed from a specific old value to a specific new value.
RTPConnectorDesc - Class in org.jitsi.impl.neomedia.rtp.translator
Describes an RTPConnector associated with an endpoint from and to which an RTPTranslatorImpl is translating.
RTPConnectorDesc(StreamRTPManagerDesc, RTPConnector) - Constructor for class org.jitsi.impl.neomedia.rtp.translator.RTPConnectorDesc
 
RTPConnectorImpl - Class in org.jitsi.impl.neomedia.rtp.translator
Implements the RTPConnector with which this instance initializes its RTPManager.
RTPConnectorImpl(RTPTranslatorImpl) - Constructor for class org.jitsi.impl.neomedia.rtp.translator.RTPConnectorImpl
 
RTPConnectorInputStream<T> - Class in org.jitsi.impl.neomedia
 
RTPConnectorInputStream(T) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorInputStream
Initializes a new RTPConnectorInputStream which is to receive packet data from a specific UDP socket.
RTPConnectorOutputStream - Class in org.jitsi.impl.neomedia
 
RTPConnectorOutputStream() - Constructor for class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Initializes a new RTPConnectorOutputStream which is to send packet data out through a specific socket.
RTPConnectorTCPImpl - Class in org.jitsi.impl.neomedia
RTPConnector implementation for UDP.
RTPConnectorTCPImpl(StreamConnector) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorTCPImpl
Initializes a new RTPConnectorTCPImpl which is to use a given pair of sockets for RTP and RTCP traffic specified in the form of a StreamConnector.
RTPConnectorTCPInputStream - Class in org.jitsi.impl.neomedia
RTPConnectorInputStream implementation for TCP protocol.
RTPConnectorTCPInputStream(Socket) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorTCPInputStream
Initializes a new RTPConnectorInputStream which is to receive packet data from a specific TCP socket.
RTPConnectorTCPOutputStream - Class in org.jitsi.impl.neomedia
RTPConnectorOutputStream implementation for TCP protocol.
RTPConnectorTCPOutputStream(Socket) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorTCPOutputStream
Initializes a new RTPConnectorTCPOutputStream.
RTPConnectorUDPImpl - Class in org.jitsi.impl.neomedia
RTPConnector implementation for UDP.
RTPConnectorUDPImpl(StreamConnector) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorUDPImpl
Initializes a new RTPConnectorUDPImpl which is to use a given pair of datagram sockets for RTP and RTCP traffic specified in the form of a StreamConnector.
RTPConnectorUDPInputStream - Class in org.jitsi.impl.neomedia
RTPConnectorInputStream implementation for UDP protocol.
RTPConnectorUDPInputStream(DatagramSocket) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorUDPInputStream
Initializes a new RTPConnectorInputStream which is to receive packet data from a specific UDP socket.
RTPConnectorUDPOutputStream - Class in org.jitsi.impl.neomedia
RTPConnectorOutputStream implementation for UDP protocol.
RTPConnectorUDPOutputStream(DatagramSocket) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorUDPOutputStream
Initializes a new RTPConnectorUDPOutputStream.
rtpDiff(long, long) - Static method in class org.jitsi.util.TimeUtils
RtpdumpFileReader - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile
This class represent a rtpdump file and provide an API to get the payload of the rtp packet it contains.
RtpdumpFileReader(String) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.RtpdumpFileReader
Initialize a new instance of RtpdumpFileReader that will the rtpdump file located by filePath.
RtpdumpMediaDevice - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile
This class contains the method createRtpdumpMediaDevice that can create MediaDevices that will read the rtpdump file given.
RtpdumpMediaDevice() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.RtpdumpMediaDevice
 
RtpdumpStream - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile
Implements a PullBufferStream which read an rtpdump file to generate a RTP stream from the payloads recorded in a rtpdump file.
RtpdumpStream(DataSource, FormatControl) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.RtpdumpStream
Initializes a new RtpdumpStream instance
RTPEncodingDesc - Class in org.jitsi.impl.neomedia.rtp
Keeps track of how many channels receive it, its subjective quality index, its last stable bitrate and other useful things for adaptivity/routing.
RTPEncodingDesc(MediaStreamTrackDesc, long) - Constructor for class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Ctor.
RTPEncodingDesc(MediaStreamTrackDesc, int, long, int, int, int, double, RTPEncodingDesc[]) - Constructor for class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Ctor.
RTPExtension - Class in org.jitsi.service.neomedia
RTP extensions are defined by RFC 5285 and they allow attaching additional information to some or all RTP packets of an RTP stream.
RTPExtension(URI) - Constructor for class org.jitsi.service.neomedia.RTPExtension
Creates an RTPExtension instance for the specified extensionURI using a default SENDRECV direction and no extension attributes.
RTPExtension(URI, MediaDirection) - Constructor for class org.jitsi.service.neomedia.RTPExtension
Creates an RTPExtension instance for the specified extensionURI and direction.
RTPExtension(URI, String) - Constructor for class org.jitsi.service.neomedia.RTPExtension
Creates an RTPExtension instance for the specified extensionURI using a default SENDRECV direction and extensionAttributes.
RTPExtension(URI, MediaDirection, String) - Constructor for class org.jitsi.service.neomedia.RTPExtension
Creates an RTPExtension instance for the specified extensionURI and direction and sets the specified extensionAttributes.
RTPFB - Static variable in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
 
rtpPacketCacheMiss() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Notifies this instance that the remote endpoint requested retransmission of a packet, and it was not found in the local cache.
rtpPacketCacheMiss(long) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
Notifies this instance that the remote endpoint requested retransmission of a packet with a given SSRC, and it was not found in the local cache.
rtpPacketNotRetransmitted(long) - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Notifies this instance that an RTP packet with a given length was retransmitted.
rtpPacketNotRetransmitted(long, long) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
Notifies this instance that an RTP packet with a given SSRC and a given length was not retransmitted (that is, the remote endpoint requested it, and it was found in the local cache, but it was not retransmitted).
RTPPacketParserEx - Class in org.jitsi.impl.neomedia.rtp
Extends the FMJ RTPPacketParser with additional functionality.
RTPPacketParserEx() - Constructor for class org.jitsi.impl.neomedia.rtp.RTPPacketParserEx
 
RTPPacketPredicate - Class in org.jitsi.impl.neomedia
Represents a predicate (boolean-valued function) of a RawPacket.
RTPPacketPredicate() - Constructor for class org.jitsi.impl.neomedia.RTPPacketPredicate
Ctor.
rtpPacketReceived(long, int, int) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
Notifies this instance that an RTP packet with a particular SSRC, sequence number and length was received.
rtpPacketReceived(int, int) - Method in class org.jitsi.impl.neomedia.stats.ReceiveTrackStatsImpl
Notifies this instance that an RTP packet with a given length and sequence number was received.
rtpPacketRetransmitted(long) - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Notifies this instance that an RTP packet with a given length was not retransmitted (that is, the remote endpoint requested it, and it was found in the local cache, but it was not retransmitted).
rtpPacketRetransmitted(long, long) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
Notifies this instance that an RTP packet with a given SSRC and a given length was retransmitted.
rtpPacketSent(long, int, int) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
Notifies this instance that an RTP packet with a particular SSRC, sequence number and length was sent (or is about to be sent).
rtpPacketSent(int, int) - Method in class org.jitsi.impl.neomedia.stats.SendTrackStatsImpl
Notifies this instance that an RTP packet with a particular sequence number was sent (or is about to be sent).
RTPSessionMgr - Class in org.jitsi.impl.neomedia.jmfext.media.rtp
Implements RTPManager for the purposes of the libjitsi library in general and the neomedia package in particular.
RTPSessionMgr() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.rtp.RTPSessionMgr
Initializes a new RTPSessionMgr instance.
rtpTimestampDiff(long, long) - Static method in class org.jitsi.util.RTPUtils
Returns the difference between two RTP timestamps.
RTPTransformTCPConnector - Class in org.jitsi.impl.neomedia.transform
TransformConnector implements the RTPConnector interface.
RTPTransformTCPConnector(StreamConnector) - Constructor for class org.jitsi.impl.neomedia.transform.RTPTransformTCPConnector
Initializes a new TransformConnector which is to use a given pair of datagram sockets for RTP and RTCP traffic specified in the form of a StreamConnector.
RTPTransformUDPConnector - Class in org.jitsi.impl.neomedia.transform
TransformConnector implements the RTPConnector interface.
RTPTransformUDPConnector(StreamConnector) - Constructor for class org.jitsi.impl.neomedia.transform.RTPTransformUDPConnector
Initializes a new TransformConnector which is to use a given pair of datagram sockets for RTP and RTCP traffic specified in the form of a StreamConnector.
rtpTranslator - Variable in class org.jitsi.service.neomedia.AbstractMediaStream
The RTPTranslator, if any, which forwards RTP and RTCP traffic between this and other MediaStreams.
RTPTranslator - Interface in org.jitsi.service.neomedia
Represents an RTP translator which forwards RTP and RTCP traffic between multiple MediaStreams.
RTPTranslator.WriteFilter - Interface in org.jitsi.service.neomedia
Defines a packet filter which allows an observer of an RTPTranslator to disallow the writing of specific packets into a specific destination identified by a MediaStream.
RTPTranslatorBuffer - Class in org.jitsi.impl.neomedia.rtp.translator
Privately used by OutputDataStreamImpl at the time of this writing and extracted into its own file for the sake of readability.
RTPTranslatorBuffer() - Constructor for class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorBuffer
 
RTPTranslatorImpl - Class in org.jitsi.impl.neomedia.rtp.translator
Implements RTPTranslator which represents an RTP translator which forwards RTP and RTCP traffic between multiple MediaStreams.
RTPTranslatorImpl() - Constructor for class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Initializes a new RTPTranslatorImpl instance.
RTPUtils - Class in org.jitsi.util
RTP-related static utility methods.
RTPUtils() - Constructor for class org.jitsi.util.RTPUtils
 
RTX - Static variable in class org.jitsi.service.neomedia.codec.Constants
The RTX constant
RTX_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
The RTX/rtp constant.
RtxTransformer - Class in org.jitsi.impl.neomedia.transform
Intercepts RTX (RFC-4588) packets coming from an MediaStream, and removes their RTX encapsulation.
RtxTransformer(MediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.transform.RtxTransformer
Initializes a new RtxTransformer with a specific MediaStreamImpl.
run() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPReceiverFeedbackTermination
run() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
 
run() - Method in class org.jitsi.impl.neomedia.rtp.translator.OutputDataStreamImpl
 
run() - Method in class org.jitsi.impl.neomedia.rtp.translator.PushSourceStreamImpl
Runs in PushSourceStreamImpl.transferDataThread and invokes SourceTransferHandler.transferData(PushSourceStream) on PushSourceStreamImpl._transferHandler.
run() - Method in class org.jitsi.impl.neomedia.rtp.translator.RTCPFeedbackMessageSender.KeyframeRequester
run() - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
run() - Method in class org.jitsi.impl.neomedia.transform.csrc.CsrcAudioLevelDispatcher
Waits for new levels to be reported via the addLevels() method and then delivers them to the AudioMediaStream that we are associated with.
run() - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
run() - Method in class org.jitsi.util.concurrent.PeriodicRunnable
run() - Method in class org.jitsi.util.concurrent.PeriodicRunnableWithObject
runInDecisionMaker(DominantSpeakerIdentification.DecisionMaker) - Method in class org.jitsi.impl.neomedia.DominantSpeakerIdentification
Runs in the background/daemon Thread of a specific DecisionMaker and makes the decision whether there has been a speaker switch event.
runOnceInPlayThread() - Method in class org.jitsi.impl.neomedia.notify.AudioSystemClipImpl
Plays this audio once.
runOnceInPlayThread() - Method in class org.jitsi.impl.neomedia.notify.JavaSoundClipImpl
Plays this audio once.
runOnceInPlayThread() - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Plays this audio once.

S

S - Variable in class org.jitsi.impl.neomedia.transform.srtp.SRTPCipherF8.F8Context
 
S_FALSE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
 
S_FALSE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
S_HP_8_kHz - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_detect_SWB_state
 
S_OK - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
 
S_OK - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
SA_THRES_Q8 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PLC
 
saltKey - Variable in class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
Derived session salting key
SAMPLE_FORMAT_FLOAT32 - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
A type used to specify one or more sample formats.
SAMPLE_FORMAT_INT16 - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
A type used to specify one or more sample formats.
SAMPLE_FORMAT_INT24 - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
A type used to specify one or more sample formats.
SAMPLE_FORMAT_INT32 - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
A type used to specify one or more sample formats.
SAMPLE_FORMAT_INT8 - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
A type used to specify one or more sample formats.
SAMPLE_FORMAT_UINT8 - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
A type used to specify one or more sample formats.
SAMPLE_INVALID - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
The pa_sample_format_t value which specifies an invalid value.
SAMPLE_S16LE - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
The pa_sample_format_t value which specifies signed 16-bit PCM, little endian.
sample_spec_free(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sample_spec_new(int, int, int) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
SampleCB(long, long, int) - Method in interface org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice.ISampleGrabberCB
Notifies this instance that a specific video frame has been captured/grabbed.
SampleClient - Class in org.jitsi.sctp4j
Sample SCTP client that uses UDP socket for transfers.
SampleClient() - Constructor for class org.jitsi.sctp4j.SampleClient
 
samplecopy(long, long, long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
 
SampleLoop - Class in org.jitsi.sctp4j
Sample that uses two SctpSockets with DirectLink.
SampleLoop() - Constructor for class org.jitsi.sctp4j.SampleLoop
 
SampleServer - Class in org.jitsi.sctp4j
Sample SCTP server that uses UDP socket for transfers.
SampleServer() - Constructor for class org.jitsi.sctp4j.SampleServer
 
sAR2_Q14 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_nsq_state
 
sAR_shp1 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_prefilter_state_FLP
 
sAR_shp2 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_prefilter_state_FLP
 
sAR_shp_buf_idx2 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_prefilter_state_FLP
 
SASVerified() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Set the SAS as verified internally if the user confirms it
SAVED_CALLS_PATH - Static variable in interface org.jitsi.service.neomedia.recording.Recorder
The name of the configuration property the value of which specifies the full path to the directory with media recorded by Recorder (e.g.
saveMedia(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
Makes a copy of p into mediaPackets.
scale_bits - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
scale_bits_20ms - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
scale_bits_30ms - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
SCALE_Q16 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.GainQuant
 
ScaleCopyVectorFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
copy and multiply a vector by a constant
ScaleCopyVectorFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ScaleCopyVectorFLP
 
scaleFactor - Variable in enum org.jitsi.service.neomedia.recording.RecorderEvent.AspectRatio
 
ScaleVectorFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
scale a vector.
ScaleVectorFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ScaleVectorFLP
 
SCAudioClip - Interface in org.jitsi.service.audionotifier
Represents an audio clip which could be played (optionally, in a loop) and stopped..
schedule(RawPacket) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.RawPacketScheduler
puts the current thread to sleep for X milis, where X is such that RTP timestamps and a given clock are respected.
SchurFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
SchurFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SchurFLP
 
sCmn - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
sCmn - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
sCNG - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
SCRATCH_SIZE - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PitchAnalysisCoreFLP
 
ScreenCapture - Class in org.jitsi.impl.neomedia.imgstreaming
This class uses native code to capture desktop screen.
ScreenCapture() - Constructor for class org.jitsi.impl.neomedia.imgstreaming.ScreenCapture
 
ScreenDevice - Interface in org.jitsi.service.neomedia.device
Represents a physical screen display.
ScreenDeviceImpl - Class in org.jitsi.impl.neomedia.device
Implementation of ScreenDevice.
ScreenDeviceImpl(int, GraphicsDevice) - Constructor for class org.jitsi.impl.neomedia.device.ScreenDeviceImpl
Constructor.
Sctp - Class in org.jitsi.sctp4j
Class encapsulates native SCTP counterpart.
Sctp() - Constructor for class org.jitsi.sctp4j.Sctp
 
SCTP_ADAPTATION_INDICATION - Static variable in class org.jitsi.sctp4j.SctpNotification
 
SCTP_ADDR_ADDED - Static variable in class org.jitsi.sctp4j.SctpNotification.PeerAddressChange
 
SCTP_ADDR_AVAILABLE - Static variable in class org.jitsi.sctp4j.SctpNotification.PeerAddressChange
 
SCTP_ADDR_CONFIRMED - Static variable in class org.jitsi.sctp4j.SctpNotification.PeerAddressChange
 
SCTP_ADDR_MADE_PRIM - Static variable in class org.jitsi.sctp4j.SctpNotification.PeerAddressChange
 
SCTP_ADDR_REMOVED - Static variable in class org.jitsi.sctp4j.SctpNotification.PeerAddressChange
 
SCTP_ADDR_UNREACHABLE - Static variable in class org.jitsi.sctp4j.SctpNotification.PeerAddressChange
 
SCTP_ASSOC_CHANGE - Static variable in class org.jitsi.sctp4j.SctpNotification
Notifications
SCTP_ASSOC_RESET_EVENT - Static variable in class org.jitsi.sctp4j.SctpNotification
 
SCTP_ASSOC_SUPPORTS_ASCONF - Static variable in class org.jitsi.sctp4j.SctpNotification.AssociationChange
 
SCTP_ASSOC_SUPPORTS_AUTH - Static variable in class org.jitsi.sctp4j.SctpNotification.AssociationChange
 
SCTP_ASSOC_SUPPORTS_MAX - Static variable in class org.jitsi.sctp4j.SctpNotification.AssociationChange
 
SCTP_ASSOC_SUPPORTS_MULTIBUF - Static variable in class org.jitsi.sctp4j.SctpNotification.AssociationChange
 
SCTP_ASSOC_SUPPORTS_PR - Static variable in class org.jitsi.sctp4j.SctpNotification.AssociationChange
 
SCTP_ASSOC_SUPPORTS_RE_CONFIG - Static variable in class org.jitsi.sctp4j.SctpNotification.AssociationChange
 
SCTP_AUTHENTICATION_EVENT - Static variable in class org.jitsi.sctp4j.SctpNotification
 
SCTP_CANT_STR_ASSOC - Static variable in class org.jitsi.sctp4j.SctpNotification.AssociationChange
 
SCTP_COMM_LOST - Static variable in class org.jitsi.sctp4j.SctpNotification.AssociationChange
 
SCTP_COMM_UP - Static variable in class org.jitsi.sctp4j.SctpNotification.AssociationChange
 
SCTP_DATA_SENT - Static variable in class org.jitsi.sctp4j.SctpNotification.SendFailed
On wire at failure.
SCTP_DATA_UNSENT - Static variable in class org.jitsi.sctp4j.SctpNotification.SendFailed
Inqueue never on wire.
SCTP_NOTIFICATIONS_STOPPED_EVENT - Static variable in class org.jitsi.sctp4j.SctpNotification
 
SCTP_PARTIAL_DELIVERY_EVENT - Static variable in class org.jitsi.sctp4j.SctpNotification
 
SCTP_PEER_ADDR_CHANGE - Static variable in class org.jitsi.sctp4j.SctpNotification
 
SCTP_REMOTE_ERROR - Static variable in class org.jitsi.sctp4j.SctpNotification
 
SCTP_RESTART - Static variable in class org.jitsi.sctp4j.SctpNotification.AssociationChange
 
SCTP_SEND_FAILED - Static variable in class org.jitsi.sctp4j.SctpNotification
 
SCTP_SEND_FAILED_EVENT - Static variable in class org.jitsi.sctp4j.SctpNotification
 
SCTP_SENDER_DRY_EVENT - Static variable in class org.jitsi.sctp4j.SctpNotification
When the SCTP implementation has no user data anymore to send or retransmit this notification is given to the user.
SCTP_SHUTDOWN_COMP - Static variable in class org.jitsi.sctp4j.SctpNotification.AssociationChange
 
SCTP_SHUTDOWN_EVENT - Static variable in class org.jitsi.sctp4j.SctpNotification
 
SCTP_STREAM_CHANGE_EVENT - Static variable in class org.jitsi.sctp4j.SctpNotification
 
SCTP_STREAM_CHANGED_DENIED - Static variable in class org.jitsi.sctp4j.SctpNotification.StreamReset
 
SCTP_STREAM_RESET_DENIED - Static variable in class org.jitsi.sctp4j.SctpNotification.StreamReset
 
SCTP_STREAM_RESET_EVENT - Static variable in class org.jitsi.sctp4j.SctpNotification
 
SCTP_STREAM_RESET_FAILED - Static variable in class org.jitsi.sctp4j.SctpNotification.StreamReset
 
SCTP_STREAM_RESET_INCOMING - Static variable in class org.jitsi.sctp4j.SctpNotification.StreamReset
 
SCTP_STREAM_RESET_INCOMING_SSN - Static variable in class org.jitsi.sctp4j.SctpNotification.StreamReset
 
SCTP_STREAM_RESET_OUTGOING - Static variable in class org.jitsi.sctp4j.SctpNotification.StreamReset
 
SCTP_STREAM_RESET_OUTGOING_SSN - Static variable in class org.jitsi.sctp4j.SctpNotification.StreamReset
 
SctpDataCallback - Interface in org.jitsi.sctp4j
Callback used to listen for incoming data on SCTP socket.
SctpNotification - Class in org.jitsi.sctp4j
Partially implemented SCTP notifications for which the native wrapper currently registers for.
SctpNotification.AssociationChange - Class in org.jitsi.sctp4j
Association change event struct sctp_assoc_change { uint16_t sac_type; uint16_t sac_flags; uint32_t sac_length; uint16_t sac_state; uint16_t sac_error; uint16_t sac_outbound_streams; uint16_t sac_inbound_streams; sctp_assoc_t sac_assoc_id; //uint32_t uint8_t sac_info[]; // not available yet };
SctpNotification.PeerAddressChange - Class in org.jitsi.sctp4j
Address event struct sctp_paddr_change { uint16_t spc_type; uint16_t spc_flags; uint32_t spc_length; struct sockaddr_storage spc_aaddr; uint32_t spc_state; uint32_t spc_error; sctp_assoc_t spc_assoc_id; //uint32_t uint8_t spc_padding[4]; };
SctpNotification.SenderDry - Class in org.jitsi.sctp4j
SCTP sender dry event struct sctp_sender_dry_event { uint16_t sender_dry_type; uint16_t sender_dry_flags; uint32_t sender_dry_length; sctp_assoc_t sender_dry_assoc_id; };
SctpNotification.SendFailed - Class in org.jitsi.sctp4j
SCTP send failed event struct sctp_send_failed_event { uint16_t ssfe_type; uint16_t ssfe_flags; uint32_t ssfe_length; uint32_t ssfe_error; struct sctp_sndinfo ssfe_info; sctp_assoc_t ssfe_assoc_id; uint8_t ssfe_data[]; }; struct sctp_sndinfo { uint16_t snd_sid; uint16_t snd_flags; uint32_t snd_ppid; uint32_t snd_context; sctp_assoc_t snd_assoc_id; // uint32 };
SctpNotification.StreamReset - Class in org.jitsi.sctp4j
Stream reset event struct sctp_stream_reset_event { uint16_t strreset_type; uint16_t strreset_flags; uint32_t strreset_length; sctp_assoc_t strreset_assoc_id; uint16_t strreset_stream_list[]; };
SctpSocket - Class in org.jitsi.sctp4j
SCTP socket implemented using "usrsctp" lib.
SctpSocket(long, int) - Constructor for class org.jitsi.sctp4j.SctpSocket
Creates new instance of SctpSocket.
SctpSocket.NotificationListener - Interface in org.jitsi.sctp4j
Interface used to listen for SCTP notifications on specific socket.
SD_QUALITY - Static variable in class org.jitsi.service.neomedia.QualityPreset
SD
SDES_CIPHER_SUITES - Static variable in interface org.jitsi.service.neomedia.SDesControl
Name of the config setting that supplies the default enabled cipher suites.
SDesControl - Interface in org.jitsi.service.neomedia
SDES based SRTP MediaStream encryption control.
SDesControlImpl - Class in org.jitsi.impl.neomedia.transform.sdes
Default implementation of SDesControl that supports the crypto suites of the original RFC4568 and the KDR parameter, but nothing else.
SDesControlImpl() - Constructor for class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
SDESControl
SDesTransformEngine - Class in org.jitsi.impl.neomedia.transform.sdes
TransformEngine for SDES based SRTP encryption.
SDesTransformEngine(SrtpCryptoAttribute, SrtpCryptoAttribute) - Constructor for class org.jitsi.impl.neomedia.transform.sdes.SDesTransformEngine
Creates a new instance of this class.
SDKAPI - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
SDKAPI() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SDKAPI
 
sDown2 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
sDownPre - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
SDP_ATTRIBUTE - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
 
SDP_PARAMETER - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
search_rangeTbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
secureOff() - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
Inform user interface that security is not active any more.
secureOn(String) - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
Reports the security algorithm that the ZRTP protocol negotiated.
SecurityEventManager - Class in org.jitsi.impl.neomedia.transform.zrtp
The user callback class for ZRTP4J.
SecurityEventManager(ZrtpControlImpl) - Constructor for class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
The class constructor.
securityMessageReceived(String, String, int) - Method in interface org.jitsi.service.neomedia.event.SrtpListener
Indicates that a security message has occurred associated with a failure/warning or information coming from the encryption protocol/secure transport.
securityNegotiationStarted() - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
Indicates that we started the process of securing the the connection.
securityNegotiationStarted(MediaType, SrtpControl) - Method in interface org.jitsi.service.neomedia.event.SrtpListener
Indicates that we started the process of securing the connection.
SecurityProviderBlockCipherFactory - Class in org.jitsi.impl.neomedia.transform.srtp
Implements a BlockCipherFactory which initializes BlockCiphers that are implemented by a java.security.Provider.
SecurityProviderBlockCipherFactory(String, Provider) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SecurityProviderBlockCipherFactory
Initializes a new SecurityProvider instance which is to initialize BlockCiphers that are implemented by a specific java.security.Provider.
SecurityProviderBlockCipherFactory(String, String) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SecurityProviderBlockCipherFactory
Initializes a new SecurityProvider instance which is to initialize BlockCiphers that are implemented by a specific java.security.Provider.
securityTimeout(MediaType) - Method in interface org.jitsi.service.neomedia.event.SrtpListener
Indicates that the other party has timed out replying to our offer to secure the connection.
securityTurnedOff(MediaType) - Method in interface org.jitsi.service.neomedia.event.SrtpListener
Indicates that the security has been turned off.
securityTurnedOn(MediaType, String, SrtpControl) - Method in interface org.jitsi.service.neomedia.event.SrtpListener
Indicates that the security has been turned on.
seed - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
Seed - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.NSQDelDecStruct
 
Seed - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_control
 
Seed - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control
 
SeedInit - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.NSQDelDecStruct
 
SEEK_RELATIVE - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
selectVideoSize(DataSource, int, int) - Static method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Selects the VideoFormat from the list of supported formats of a specific video DataSource which has a size as close as possible to a specific size and sets it as the format of the specified video DataSource.
send(byte[], int, int) - Method in class org.jitsi.impl.neomedia.transform.dtls.DatagramTransportImpl
send(byte[], boolean, int, int) - Method in class org.jitsi.sctp4j.SctpSocket
Sends given data on selected SCTP stream using given payload protocol identifier.
send(byte[], int, int, boolean, int, int) - Method in class org.jitsi.sctp4j.SctpSocket
Sends given data on selected SCTP stream using given payload protocol identifier.
sendApplicationData(byte[], int, int) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsPacketTransformer
Sends the data contained in a specific byte array as application data through the DTLS connection of this DtlsPacketTransformer.
sendDataZRTP(byte[]) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
The callback method required by the ZRTP implementation.
sendDTMF(Buffer, DTMFInbandTone) - Static method in class org.jitsi.impl.neomedia.protocol.RewritablePushBufferDataSource
Replaces the media data contained in a specific Buffer with an inband DTMF tone signal.
senderSSRC - Variable in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
SSRC of packet sender.
sendFIR(int) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTCPFeedbackMessageSender
Deprecated.
sendFIR(int[]) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTCPFeedbackMessageSender
Deprecated.
sendInfo(ZrtpCodes.MessageSeverity, EnumSet<?>) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Send information messages to the hosting environment.
sendPadding(long, int) - Method in class org.jitsi.impl.neomedia.transform.RtxTransformer
Sends padding packets with the RTX SSRC associated to the media SSRC that is passed as a parameter.
sendSASRelayPacket(byte[], ZrtpConstants.SupportedSASTypes) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Send the SAS relay packet.
SendSideBandwidthEstimation - Class in org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation
Implements the send-side bandwidth estimation described in https://tools.ietf.org/html/draft-ietf-rmcat-gcc-01 Heavily based on code from webrtc.org (send_side_bandwidth_estimation.cc, commit ID 7ad9e661f8a035d49d049ccdb87c77ae8ecdfa35).
SendSideBandwidthEstimation(MediaStreamImpl, long) - Constructor for class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation
 
SendSideBandwidthEstimation.StatisticsImpl - Class in org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation
This class records statistics information about how much time we spend in different loss-states (loss-free, loss-limited and loss-degraded).
sendStream - Variable in class org.jitsi.impl.neomedia.rtp.translator.SendStreamDesc
The SendStream created from the stream of SendStreamDesc.dataSource at index SendStreamDesc.streamIndex.
SendStreamDesc - Class in org.jitsi.impl.neomedia.rtp.translator
Describes a SendStream created by the RTPManager of an RTPTranslatorImpl.
SendStreamDesc(RTPTranslatorImpl, DataSource, int, SendStream) - Constructor for class org.jitsi.impl.neomedia.rtp.translator.SendStreamDesc
 
sendStreamDesc - Variable in class org.jitsi.impl.neomedia.rtp.translator.SendStreamImpl
 
SendStreamImpl - Class in org.jitsi.impl.neomedia.rtp.translator
Implements a SendStream which is an endpoint-specific view of an actual SendStream of the RTPManager of an RTPTranslatorImpl.
SendStreamImpl(StreamRTPManager, SendStreamDesc) - Constructor for class org.jitsi.impl.neomedia.rtp.translator.SendStreamImpl
 
sendStreamsAreCreated - Variable in class org.jitsi.impl.neomedia.MediaStreamImpl
The indicator which determines whether MediaStreamImpl.createSendStreams() has been executed for MediaStreamImpl.rtpManager.
sendToTarget(RawPacket, InetSocketAddress) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Sends a specific RawPacket through this OutputDataStream to a specific InetSocketAddress.
sendToTarget(RawPacket, InetSocketAddress) - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPOutputStream
Sends a specific RawPacket through this OutputDataStream to a specific InetSocketAddress.
sendToTarget(RawPacket, InetSocketAddress) - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPOutputStream
Sends a specific RawPacket through this OutputDataStream to a specific InetSocketAddress.
SendTrackStats - Interface in org.jitsi.service.neomedia.stats
Extends TrackStats with methods specific for streams that we send.
SendTrackStatsImpl - Class in org.jitsi.impl.neomedia.stats
Media stream statistics implementation per send SSRC.
SendTrackStatsImpl(int, long) - Constructor for class org.jitsi.impl.neomedia.stats.SendTrackStatsImpl
Initializes a new instance.
seqNumBase - Variable in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Header
The base sequence number from which the mask defines the sequence numbers of the media packets protected by this packet
seqnumDelta - Variable in class org.jitsi.impl.neomedia.rtp.ResumableStreamRewriter
The sequence number delta between what's been accepted and what's been received, mod 2^16.
SeqNumPacketTranslation<T extends ByteArrayBuffer> - Class in org.jitsi.util.function
 
SeqNumPacketTranslation(int) - Constructor for class org.jitsi.util.function.SeqNumPacketTranslation
 
SeqNumTranslation - Class in org.jitsi.util.function
 
SeqNumTranslation(int) - Constructor for class org.jitsi.util.function.SeqNumTranslation
Ctor.
SEQUENCE_MAX - Static variable in class org.jitsi.impl.neomedia.codec.AbstractCodec2
The maximum (RTP) sequence number value.
SEQUENCE_MIN - Static variable in class org.jitsi.impl.neomedia.codec.AbstractCodec2
The minimum (RTP) sequence number value.
sequenceNumberComparator - Static variable in class org.jitsi.util.RTPUtils
A Comparator implementation for unsigned 16-bit Integers.
SERIAL_SIZE - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Bits per frame.
set(long, int, byte[]) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.VP8Frame
Set all the attributes of the VP8Frame.
set(int) - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
Set the bit (set to 1) at the given index
set_firstpart(int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.bitpack
 
set_rest(int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.bitpack
 
set_zero(float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Util
Assigns the value zero to element of the specified array of floats.
set_zero(float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Util
Assigns the value zero to element of the specified array of floats.
setAdditionalCodecSettings(Map<String, String>) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
Sets additional settings on this Codec.
setAdditionalCodecSettings(Map<String, String>) - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Sets additional codec settings.
setAdditionalCodecSettings(Map<String, String>) - Method in interface org.jitsi.service.neomedia.format.MediaFormat
Sets additional codec settings.
setAdvancedAttributes(Map<String, String>) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaEncoder
Sets the additional attributes to attributes
setAdvancedAttributes(Map<String, String>) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
Sets the additional attributes to attributes
setAdvancedAttributes(Map<String, String>) - Method in interface org.jitsi.service.neomedia.control.AdvancedAttributesAwareCodec
Sets the additional attributes to attributes
setArbitraryLoggingEnabled(boolean) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Change whether packet logging for arbitrary packets is enabled.
setAspectRatio(RecorderEvent.AspectRatio) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setAstExtensionID(int) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Sets the ID of the abs-send-time RTP extension.
setAudioLevelCache(AudioLevelMap, long) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEventDispatcher
Sets an AudioLevelMap that this dispatcher could use to cache levels it's measuring in addition to simply delivering them to a listener.
setAudioLevelListener(SimpleAudioLevelListener) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
Sets (or unsets if listener is null), the listener that is going to be notified of audio level changes detected by this effect.
setAudioLevelListener(SimpleAudioLevelListener) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEventDispatcher
Sets the new listener that will be gathering all events from this dispatcher.
setAudioSsrc(long) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setAudioSystem(AudioSystem, boolean) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
 
setAuthKeyLength(int) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
Set the authentication key length
setAuthTagLength(int) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
Set the authentication tag length
setAuthType(int) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
Set the authentication type
setAutomaticallyDropsLateVideoFrames(boolean) - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput
 
setAutomaticGainControl(boolean) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Sets the indicator which determines whether automatic gain control (AGC) is to be performed for captured audio.
setAuxSecret(byte[]) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Sets the auxilliary secret data
setBitRate(int) - Method in class org.jitsi.impl.neomedia.rtp.translator.SendStreamImpl
Not implemented because there are currently no uses of the underlying functionality.
setBounds(Rectangle) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
 
setBounds(Rectangle) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Sets the region in the component of this VideoRenderer where the video is to be rendered.
setBuffer(Buffer) - Method in class org.jitsi.impl.neomedia.conference.InStreamDesc
Sets the Buffer into which media data is to be read from the SourceStream described by this instance.
setBuffer(byte[]) - Method in class org.jitsi.service.neomedia.RawPacket
 
setBufferLength(long) - Method in class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
Implements BufferControl.setBufferLength(long).
setBurstDensity(short) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Sets the fraction of RTP data packets within burst periods since the beginning of reception that were either lost or discarded.
setBurstDuration(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setCaptureDeviceFormat(DataSource, MediaFormatImpl<? extends Format>) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
 
setCaptureDeviceInfo(CaptureDeviceInfo) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Sets a specific CaptureDeviceInfo on this CaptureDevice.
setCaptureDevices(List<CaptureDeviceInfo2>) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Sets the list of a kind of devices: capture, notify or playback.
setCData(Element, String) - Static method in class org.jitsi.util.xml.XMLUtils
Sets data to be the CDATA content of element
setClientId(String) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Sets the client ID
setComponent(Component) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
 
setComponent(Component) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Sets the AWT Component into which this VideoRenderer is to draw.
setConnector(AbstractRTPConnector) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Sets the RTPConnector that will be used to initialize some codec for RTCP feedback.
setConnector(StreamConnector) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Sets the StreamConnector to be used by this instance for sending and receiving media.
setConnector(AbstractRTPConnector) - Method in class org.jitsi.impl.neomedia.transform.dtls.DatagramTransportImpl
Sets the RTPConnector which represents and implements the actual DatagramSocket to be adapted by this instance.
setConnector(AbstractRTPConnector) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Sets the RTPConnector which is to use or uses this SRTP engine.
setConnector(AbstractRTPConnector) - Method in class org.jitsi.impl.neomedia.transform.NullSrtpControl
Sets the RTPConnector which is to use or uses this SRTP engine.
setConnector(AbstractRTPConnector) - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
Sets the RTPConnector which is to use or uses this SRTP engine.
setConnector(AbstractRTPConnector) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Sets the RTPConnector which is to use or uses this ZRTP engine.
setConnector(AbstractRTPConnector) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Sets the RTP connector using this ZRTP engine
setConnector(StreamConnector) - Method in interface org.jitsi.service.neomedia.MediaStream
Sets the StreamConnector to be used by this MediaStream for sending and receiving media.
setConnector(AbstractRTPConnector) - Method in interface org.jitsi.service.neomedia.SrtpControl
Sets the RTPConnector which is to use or uses this SRTP engine.
setContentDescriptor(ContentDescriptor) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Sets the ContentDescriptor which specifies the content type in which this MediaDeviceSession is to output the media captured by its MediaDevice.
setContextFactory(SRTPContextFactory, boolean) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPTransformer
Sets a new key factory when key material has changed.
setCrc() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpRawPacket
Set ZRTP CRC in this packet
setCsrcAudioLevelExtensionID(byte, MediaDirection) - Method in class org.jitsi.impl.neomedia.transform.csrc.CsrcTransformEngine
Sets the ID that this transformer should be using for audio level extensions or disables audio level extensions if extID is -1.
setCsrcAudioLevelListener(CsrcAudioLevelListener) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Registers listener as the CsrcAudioLevelListener that will receive notifications for changes in the levels of conference participants that the remote party could be mixing.
setCsrcAudioLevelListener(CsrcAudioLevelListener) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
Registers listener as the CsrcAudioLevelListener that will receive notifications for changes in the levels of conference participants that the remote party could be mixing.
setCsrcList(long[]) - Method in class org.jitsi.service.neomedia.RawPacket
Replaces the existing CSRC list (even if empty) with newCsrcList and updates the CC (CSRC count) field of this RawPacket accordingly.
setData(Object) - Method in class org.jitsi.impl.neomedia.rtp.translator.SourcePacket
setDataCallback(SctpDataCallback) - Method in class org.jitsi.sctp4j.SctpSocket
Sets the callback that will be fired when new data is received.
setDB(float) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Set the gain in decibels.
setDelegate(DSCaptureDevice.ISampleGrabberCB) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
Set a delegate to use when a frame is received.
setDelegate(QTCaptureDecompressedVideoOutput.Delegate) - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput
 
setDenoise(boolean) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Sets the indicator which determines whether noise suppression is to be performed for captured audio.
setDenoise(long, boolean) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Sets the indicator which determines whether a specific (input) PortAudio stream is to have denoise performed on the audio data it provides.
setDest(long[]) - Method in class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
 
setDevice(AudioSystem.DataFlow, CaptureDeviceInfo2, boolean) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Selects the active device.
setDevice(CaptureDeviceInfo2, boolean) - Method in class org.jitsi.impl.neomedia.device.Devices
Selects the active device.
setDevice(DSCaptureDevice) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DirectShowStream
Sets the DSCaptureDevice of this instance which identifies the DirectShow video capture device this SourceStream is to capture data from.
setDevice(MediaDevice) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Sets the MediaDevice that this stream should use to play back and capture media.
setDevice(MediaDevice) - Method in interface org.jitsi.service.neomedia.MediaStream
Sets the device that this stream should use to play back and capture media.
setDeviceID(String) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.PortAudioStream
Sets the device index of the PortAudio device to be read through this PullBufferStream.
setDevices(List<CaptureDeviceInfo2>) - Method in class org.jitsi.impl.neomedia.device.CaptureDevices
Sets the list of CaptureDeviceInfo2s which are active/plugged-in.
setDevices(List<CaptureDeviceInfo2>) - Method in class org.jitsi.impl.neomedia.device.Devices
Sets the list of CaptureDeviceInfo2s which are active/plugged-in.
setDevicesChangedCallback(Runnable) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
 
setDevicesChangedCallback(Runnable) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
 
setDeviceUID(String) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.MacCoreaudioStream
Sets the device index of the MacCoreaudio device to be read through this PullBufferStream.
setDirection(MediaDirection) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Configures this AbstractRTPConnector to allow RTP in the specified direction.
setDirection(MediaDirection) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Sets the direction in which media in this MediaStream is to be streamed.
setDirection(MediaDirection) - Method in interface org.jitsi.service.neomedia.MediaStream
Sets the direction in which media in this MediaStream is to be streamed.
setDisableOtherVideosOnTop(boolean) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setDiscardRate(short) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Sets the fraction of RTP data packets from the source that have been discarded since the beginning of reception, due to late or early arrival, under-run or overflow at the receiving jitter buffer.
setDisplayIndex(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.ImageStream
Sets the index of the display to be used by this ImageStream.
setDisposePlayerOnClose(boolean) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Sets the indicator which determines whether this instance is to dispose of its associated player upon closing.
setDuration(long) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setEchoCancel(boolean) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Sets the indicator which determines whether echo cancellation is to be performed for captured audio.
setEchoCancel(boolean) - Method in class org.jitsi.impl.neomedia.device.MacCoreaudioSystem
Sets the indicator which determines whether echo cancellation is to be performed for captured audio.
setEchoFilterLengthInMillis(long, long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Sets the number of milliseconds of echo to be canceled in the audio data provided by a specific (input) PortAudio stream.
setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
Enables or disables this AudioLevelEffect2 according to the value of enabled.
setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.control.AbstractFormatControl
Implements FormatControl.setEnabled(boolean).
setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.control.ReadOnlyFormatControlDelegate
Implements FormatControl.setEnabled(boolean).
setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Enables or disables this RTPConnectorInputStream.
setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Enables or disables this RTPConnectorOutputStream.
setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
Enables/disables the caching of packets.
setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.transform.REDFilterTransformEngine
Enables or disables this transformer.
setEnabledCiphers(Iterable<String>) - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
 
setEnabledCiphers(Iterable<String>) - Method in interface org.jitsi.service.neomedia.SDesControl
Sets the enabled SDES ciphers.
setEnabledThreshold(boolean) - Method in class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
Implements BufferControl.setEnabledThreshold(boolean).
setEnableZrtp(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Sets the enableZrtp flag.
setEncKeyLength(int) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
Set the encryption key length
setEncodingPreference(String, double, int) - Method in class org.jitsi.impl.neomedia.codec.EncodingConfigurationImpl
Sets pref as the preference associated with encoding.
setEncodingPreference(String, double, int) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
Sets pref as the preference associated with encoding.
setEncType(int) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
Set the encryption type
setEnd(int) - Method in class org.jitsi.impl.neomedia.rtp.FrameDesc
Sets the end sequence number of this source frame.
setEndpoint(long, String) - Method in class org.jitsi.impl.neomedia.recording.SynchronizerImpl
Sets the endpoint identifier for a specific SSRC.
setEndpoint(long, String) - Method in interface org.jitsi.service.neomedia.recording.Synchronizer
Sets the endpoint identifier for a specific SSRC.
setEndpointId(String) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setEndSystemDelay(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setEngine(TransformEngine) - Method in class org.jitsi.impl.neomedia.transform.RTPTransformTCPConnector
Sets the customized TransformEngine which contains the concrete transform logic.
setEngine(TransformEngine) - Method in class org.jitsi.impl.neomedia.transform.RTPTransformUDPConnector
Sets the customized TransformEngine which contains the concrete transform logic.
setEnrollmentMode(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Set the state of the enrollment mode.
setEstimate(long, long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.AimdRateControl
 
setEventHandler(RecorderEventHandler) - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
Sets the RecorderEventHandler which this Recorder should notify when events related to recording (such as start/end of a recording) occur.
setEventHandler(RecorderEventHandler) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
Sets the instance which should be notified when events related to recordings (such as the start or end of a recording) occur.
setEventHandler(RecorderEventHandler) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
 
setEventHandler(RecorderEventHandler) - Method in interface org.jitsi.service.neomedia.recording.Recorder
Sets the RecorderEventHandler which this Recorder should notify when events related to recording (such as start/end of a recording) occur.
setExpectedPacketLoss(int) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
Updates the encoder's expected packet loss percentage to the bigger of percentage and this.minPacketLoss.
setExpectedPacketLoss(int) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
Updates the encoder's packet loss percentage.
setExpectedPacketLoss(int) - Method in interface org.jitsi.service.neomedia.control.PacketLossAwareEncoder
Tells the encoder to expect percentage percent packet loss.
setExtendedPictureId(byte[], int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
Sets the extended picture ID for the VP8 payload specified in the buffer that is passed as an argument.
setExtensionID(int) - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine
Sets the ID of the transport-cc RTP extension.
setExtensionID(int) - Method in class org.jitsi.impl.neomedia.transform.AbsSendTimeEngine
Sets the ID of the abs-send-time RTP extension.
setExtensionID(int) - Method in class org.jitsi.impl.neomedia.transform.OriginalHeaderBlockTransformEngine
Sets the ID of the abs-send-time RTP extension.
setExternalTransformer(TransformEngine) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Sets the external (application-provided) TransformEngine of this MediaStream.
setExternalTransformer(TransformEngine) - Method in interface org.jitsi.service.neomedia.MediaStream
Sets the external (application-provided) TransformEngine of this MediaStream.
setExtRFactor(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setFd(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2Stream
Sets the file descriptor of the Video for Linux Two API Specification device which is to be read through this PullBufferStream.
setFecRate(int) - Method in class org.jitsi.impl.neomedia.transform.fec.FECSender
Updates the fecRate property.
setFecRate(int) - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
Sets the rate at which ulpfec packets will be generated and added to the stream by this PacketTransformer.
setFecTransformEngine(FECTransformEngine) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Sets the FECTransformEngine for this MediaStream By default, nothing is done with the passed engine, allowing extenders to implement it
setFecTransformEngine(FECTransformEngine) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Sets the FECTransformEngine for this MediaStream By default, nothing is done with the passed engine, allowing extenders to implement it
setFeedbackMessageType(int) - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
Sets the feedback message type (FMT) of this RTCPFeedbackMessagePacket.
setFilename(String) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setFlags(int) - Method in class org.jitsi.service.neomedia.RawPacket
Sets the bitmap/flag mask that specifies the set of boolean attributes enabled for this RawPacket.
setFormat(Format) - Method in class org.jitsi.impl.neomedia.control.AbstractFormatControl
Implements FormatControl.setFormat(Format).
setFormat(FormatControl, Format) - Static method in class org.jitsi.impl.neomedia.control.AbstractFormatControl
Implements setting the Format of a specific FormatControl as documented for FormatControl.setFormat(Format) in the case of not supporting Format setting.
setFormat(Format) - Method in class org.jitsi.impl.neomedia.control.ReadOnlyFormatControlDelegate
Implements FormatControl.setFormat(Format).
setFormat(MediaFormat) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Sets the MediaFormat in which this MediaDeviceSession outputs the media captured by its MediaDevice.
setFormat(MediaFormat) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Sets the MediaFormat in which this MediaDeviceSession outputs the media captured by its MediaDevice.
setFormat(int, Format, Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Attempts to set the Format to be reported by the FormatControl of a AbstractBufferStream at a specific zero-based index in the list of streams of this AbstractBufferCaptureDevice.
setFormat(int, Format, Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Attempts to set the Format to be reported by the FormatControl of a PullBufferStream at a specific zero-based index in the list of streams of this PullBufferDataSource.
setFormat(int, Format, Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Attempts to set the Format to be reported by the FormatControl of a PushBufferStream at a specific zero-based index in the list of streams of this PushBufferDataSource.
setFormat(int, Format, Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DataSource
Attempts to set the Format to be reported by the FormatControl of a PushBufferStream at a specific zero-based index in the list of streams of this PushBufferDataSource.
setFormat(DSFormat) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
Set format to use with this capture device.
setFormat(int, Format, Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Attempts to set the Format to be reported by the FormatControl of a PushBufferStream at a specific zero-based index in the list of streams of this PushBufferDataSource.
setFormat(MediaFormat) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Sets the MediaFormat that this MediaStream should transmit in.
setFormat(int, Format, Format) - Method in class org.jitsi.impl.neomedia.protocol.FakePushBufferDataSource
Attempts to set the Format to be reported by the FormatControl of a PushBufferStream at a specific zero-based index in the list of streams of this PushBufferDataSource.
setFormat(MediaFormat) - Method in interface org.jitsi.service.neomedia.MediaStream
Sets the MediaFormat that this MediaStream should transmit in.
setFormatParameters(Map<String, String>) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaEncoder
Sets the format parameters to fmtps
setFormatParameters(Map<String, String>) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
Sets the format parameters.
setFormatParameters(Map<String, String>) - Method in interface org.jitsi.service.neomedia.control.FormatParametersAwareCodec
Sets the format parameters to fmtps
setFrameRate(float) - Method in class org.jitsi.impl.neomedia.control.FrameRateControlAdapter
Sets the output frame rate.
setFrameRate(int) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Sets and stores the frame rate.
setFrameRate(float) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.QuickTimeStream
Sets the output frame rate of the QTCaptureDecompressedVideoOutput represented by this QuickTimeStream.
setFramesBehind(float) - Method in class org.jitsi.impl.neomedia.control.FrameProcessingControlImpl
Sets the number of frames the owner of this FrameProcessingControl is lagging behind.
setGapDensity(short) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Sets the fraction of RTP data packets within inter-burst gaps since the beginning of reception that were either lost or discarded.
setGapDuration(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setGlobalLoggingEnabled(boolean) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Change whether packet logging is enabled.
setGMin(short) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setIce4JLoggingEnabled(boolean) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Change whether packet logging for Ice4J is enabled.
setIncomingPT(byte) - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
Sets the payload type for incoming ulpfec packets.
setIncomingPT(byte) - Method in class org.jitsi.impl.neomedia.transform.REDTransformEngine
Sets the RED payload type for incoming red packets.
setInputDeviceVolume(String, float) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
 
setInputDeviceVolume(String, float) - Method in class org.jitsi.impl.neomedia.HardwareVolumeControl
Changes the device volume via the system API.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
Sets the format of the data to be input to this codec.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
Sets the format of the data to be input to this codec.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
 
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.JNIDecoder
Additionally, determines whether this JNIDecoder is to perform RTP depacketization.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Decoder
 
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.DePacketizer
 
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Encoder
 
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Packetizer
 
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
Makes sure that the outputFormat of this instance is in accord with the inputFormat of this instance.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
Automatically tracks and calculates the size in bytes of an audio frame (to be) output by this instance.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIDecoder
Sets the Format of the media data to be input for processing in this Codec.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder
Sets the input format.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.SpeexResampler
Sets the Format of the media data to be input for processing in this Codec.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h263p.JNIDecoder
Sets the Format of the media data to be input for processing in this Codec.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h263p.JNIEncoder
Sets the Format of the media data to be input to this Codec.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h263p.Packetizer
Sets the input format.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
Sets the Format of the media data to be input for processing in this Codec.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
Sets the Format of the media data to be input to this Codec.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.Packetizer
Sets the input format.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
Sets the input format.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXDecoder
Sets the Format of the media data to be input for processing in this Codec.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXEncoder
Sets the input format.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.AbstractRenderer
Sets the Format of the media data to be rendered by this Renderer.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
Sets the Format of the media data to be rendered by this Renderer.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
Sets the Format of the input to be processed by this Renderer.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Sets the Format of the input to be processed by this Renderer.
setInputFormat(Format, int) - Method in class org.jitsi.impl.neomedia.recording.BasicWavMux
setInSamples(short[][], int, long) - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
Sets the collection of audio sample sets to be mixed in the sense of audio mixing by this stream when data is read from it.
setInstant(long) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setInStream(SourceStream) - Method in class org.jitsi.impl.neomedia.conference.InStreamDesc
Sets the SourceStream to be described by this instance.
setInStreams(Collection<InStreamDesc>) - Method in class org.jitsi.impl.neomedia.conference.AudioMixerPushBufferStream
Sets the SourceStreams (in the form of InStreamDesc) from which this instance is to read audio samples and push them to the AudioMixingPushBufferStreams for audio mixing.
setIntForKey(int, long) - Method in class org.jitsi.impl.neomedia.quicktime.NSMutableDictionary
 
setInvalid(boolean) - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Sets the indicator which determines whether this instance is invalid.
setJabberLoggingEnabled(boolean) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Change whether packet logging for jabber protocol is enabled.
setJitter(double) - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Sets the last jitter that was sent/received.
setJitterBufferAbsoluteMaximumDelay(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setJitterBufferAdaptive(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Sets whether the jitter buffer is adaptive.
setJitterBufferMaximumDelay(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setJitterBufferNominalDelay(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setJitterBufferRate(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Sets the implementation specific adjustment rate of a jitter buffer in adaptive mode.
setKeyFrameControl(KeyFrameControl) - Method in class org.jitsi.impl.neomedia.codec.video.h264.DePacketizer
Sets the KeyFrameControl to be used by this DePacketizer as a means of control over its key frame-related logic.
setKeyFrameControl(KeyFrameControl) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
Sets the KeyFrameControl to be used by this DePacketizer as a means of control over its key frame-related logic.
setKeyFrameControl(KeyFrameControl) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
Sets the KeyFrameControl to be used by this JNIEncoder as a means of control over its key frame-related logic.
setKeyFrameControl(KeyFrameControl) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Sets the KeyFrameControl to be used by this VideoMediaDeviceSession as a means of control over its key frame-related logic.
setKeyFrameControl(KeyFrameControl) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
 
setLength(int) - Method in class org.jitsi.impl.neomedia.codec.REDBlock
Sets the length of the data in the buffer.
setLength(int) - Method in class org.jitsi.impl.neomedia.codec.video.ByteBuffer
Sets the number of bytes of valid data that the native memory represented by this instance contains.
SetLength(int) - Method in interface org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.IMediaBuffer
 
SetLength(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.PtrMediaBuffer
 
setLength(int) - Method in interface org.jitsi.service.neomedia.ByteArrayBuffer
Sets the length of the data in the buffer.
setLength(int) - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
Sets the length of the data in the buffer.
setLength(int) - Method in class org.jitsi.service.neomedia.RawPacket
 
setLevel(float) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Set the gain using a floating point scale with values between 0.0 and 1.0.
setLevel(Level) - Method in class org.jitsi.util.InstanceLogger
Set logging level for all handlers to level
setLevel(Level) - Method in class org.jitsi.util.Logger
Set logging level for all handlers to level
setLevel(Level) - Method in class org.jitsi.util.LoggerImpl
Set logging level for all handlers to level
setLevelAll() - Method in class org.jitsi.util.Logger
Set logging level for all handlers to ALL (allow all log messages)
setLevelDebug() - Method in class org.jitsi.util.Logger
Set logging level for all handlers to DEBUG
setLevelError() - Method in class org.jitsi.util.Logger
Set logging level for all handlers to ERROR
setLevelFatal() - Method in class org.jitsi.util.Logger
Set logging level for all handlers to FATAL
setLevelInfo() - Method in class org.jitsi.util.Logger
Set logging level for all handlers to INFO
setLevelOff() - Method in class org.jitsi.util.Logger
Set logging level for all handlers to OFF (allow no log messages)
setLevelTrace() - Method in class org.jitsi.util.Logger
Set logging level for all handlers to TRACE
setLevelWarn() - Method in class org.jitsi.util.Logger
Set logging level for all handlers to WARNING
setLimit(long) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Changes the file size limit.
setLink(NetworkLink) - Method in class org.jitsi.sctp4j.SctpSocket
Sets the link that will be used to send network packets.
setListener(SilenceEffect.Listener) - Method in class org.jitsi.impl.neomedia.codec.SilenceEffect
 
setLocalSourceID(long) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Sets the local SSRC identifier and fires the corresponding PropertyChangeEvent.
setLocalSourceID(long) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Sets the local SSRC identifier and fires the corresponding PropertyChangeEvent.
setLocalSSRC(long) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Set the local SSRC.
setLocalSSRC(long) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Sets the local SSRC for this RTPTranslatorImpl.
setLocalUserAudioLevelListener(SimpleAudioLevelListener) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Sets listener as the SimpleAudioLevelListener registered to receive notifications from our device session for changes in the levels of the audio that this stream is sending out.
setLocalUserAudioLevelListener(SimpleAudioLevelListener) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
Sets the SimpleAudioLevelListener that this session should be notifying about changes in local audio level related information.
setLocalUserAudioLevelListener(SimpleAudioLevelListener) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
Sets listener as the SimpleAudioLevelListener registered to receive notifications for changes in the levels of the audio that this stream is sending out.
setLocator(MediaLocator) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Sets the MediaLocator which specifies the media source of this DataSource.
setLocator(MediaLocator) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPIStream
Sets the MediaLocator of this instance which identifies the audio endpoint device this SourceStream is to capture data from.
setLocator(MediaLocator) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
Sets the MediaLocator which specifies the playback device to be used by this Renderer.
setLocator(MediaLocator) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
Sets the MediaLocator which specifies the device index of the MacCoreaudio device to be used by this instance for rendering.
setLocator(MediaLocator) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Sets the MediaLocator which specifies the device index of the PortAudio device to be used by this instance for rendering.
setLogfileCount(int) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Changes file count.
setLooping(boolean) - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Sets the indicator which determines whether this audio is to play in a loop.
setLoopInterval(int) - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Sets the interval of time in milliseconds between consecutive plays of this audio in a loop.
setLossRate(short) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Sets the fraction of RTP data packets from the source lost since the beginning of reception.
setMarker(boolean) - Method in class org.jitsi.service.neomedia.RawPacket
Sets or resets the marker bit of this packet according to the marker parameter.
setMasterEventManager(SecurityEventManager) - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
Sets the event manager that belongs to the ZRTP master session.
setMasterSession(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
When in multistream mode, enables the master session.
setMasterSession(boolean) - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
When in multistream mode, enables the master session.
setMasterSession(boolean) - Method in interface org.jitsi.service.neomedia.SrtpControl
When in multistream mode, enables the master session.
setMaxPacketsPerMillis(int, long) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Sets the maximum number of RTP packets to be sent by this OutputDataStream through its DatagramSocket per a specific number of milliseconds.
setMediaStream(AudioMediaStreamImpl) - Method in class org.jitsi.impl.neomedia.transform.csrc.CsrcAudioLevelDispatcher
Causes our run method to exit so that this thread would stop handling levels.
setMediaStreamTracks(MediaStreamTrackDesc[]) - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackReceiver
Updates this MediaStreamTrackReceiver with the new RTP encoding parameters.
setMediaType(MediaType) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setMinBitrate(long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.AimdRateControl
 
setMinBitrate(int) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorAbsSendTime
Sets the minimum bitrate for this instance.
setMinBitrate(int) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorSingleStream
 
setMinBitrate(int) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Sets the minimum bitrate for this instance.
setMinBitrate(int) - Method in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
Sets the minimum bitrate for this instance.
setMinimalProcessing(boolean) - Method in class org.jitsi.impl.neomedia.control.FrameProcessingControlImpl
Sets the indicator which determines whether the owner of this FrameProcessingControl is to perform only the minimal operations necessary to keep it working normally but without producing output.
setMinimumThreshold(long) - Method in class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
Implements BufferControl.setMinimumThreshold(long).
setMinimumVideoFrameInterval(double) - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput
Sets the minimum time interval between which this QTCaptureDecompressedVideoOutput is to output consecutive video frames.
setMinMaxBitrate(int, int) - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation
void SendSideBandwidthEstimation::SetMinMaxBitrate
setMitmMode(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Set the state of the MitM mode flag.
setMosCq(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setMosLq(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setMultistream(SrtpControl) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Start multi-stream ZRTP sessions.
setMultistream(SrtpControl) - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
Sets the multistream data, which means that the master stream has successfully started and this will start all other streams in this session.
setMultistream(SrtpControl) - Method in interface org.jitsi.service.neomedia.SrtpControl
Sets the multistream data, which means that the master stream has successfully started and this will start all other streams in this session.
setMultiStrParams(byte[]) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Sets the multistream params (The multistream part needs further development)
setMute(boolean) - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Sets the mute state of this DataSource.
setMute(boolean) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Sets the indicator which determines whether this MediaDeviceSession is set to output "silence" instead of the actual media fed from its CaptureDevice.
setMute(boolean) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Causes this MediaStream to stop transmitting the media being fed from this stream's MediaDevice and transmit "silence" instead.
setMute(boolean) - Method in class org.jitsi.impl.neomedia.notify.AudioNotifierServiceImpl
Enables or disables the sound in the application.
setMute(boolean) - Method in interface org.jitsi.impl.neomedia.protocol.MuteDataSource
Sets the mute state of this DataSource.
setMute(boolean) - Method in class org.jitsi.impl.neomedia.protocol.RewritablePullBufferDataSource
Sets the mute state of this DataSource.
setMute(boolean) - Method in class org.jitsi.impl.neomedia.protocol.RewritablePushBufferDataSource
Sets the mute state of this DataSource.
setMute(boolean) - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
Put the recorder in mute state.
setMute(boolean) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
setMute(boolean) - Method in interface org.jitsi.service.audionotifier.AudioNotifierService
Stops/Restores all currently playing sounds.
setMute(boolean) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Mutes current sound.
setMute(boolean) - Method in interface org.jitsi.service.neomedia.MediaStream
Causes this MediaStream to stop transmitting the media being fed from this stream's MediaDevice and transmit "silence" instead.
setMute(boolean) - Method in interface org.jitsi.service.neomedia.recording.Recorder
Put the recorder in mute state.
setMute(boolean) - Method in interface org.jitsi.service.neomedia.VolumeControl
Mutes current sound playback.
setName(String) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Sets the name of this stream.
setName(String) - Method in interface org.jitsi.service.neomedia.MediaStream
Sets the name of this stream.
setNoiseLevel(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setNonSystemProperty(String, Object) - Method in interface org.jitsi.impl.configuration.ConfigurationStore
Sets the value of a non-system property with a specific name to a specific value in this ConfigurationStore.
setNonSystemProperty(String, Object) - Method in class org.jitsi.impl.configuration.HashtableConfigurationStore
setNonSystemProperty(String, Object) - Method in class org.jitsi.impl.configuration.PropertyConfigurationStore
setNonSystemProperty(String, Object) - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
setNotificationListener(SctpSocket.NotificationListener) - Method in class org.jitsi.sctp4j.SctpSocket
Sets the listener that will be notified about SCTP event.
setNtpTime(double) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setNullTransferHandler(ReceiveStream) - Static method in class org.jitsi.impl.neomedia.device.ReceiveStreamPushBufferDataSource
Sets a BufferTransferHandler on a specific ReceiveStream which reads data as soon as possible and throws it away.
setOctetCount(ByteArrayBuffer, int) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPSenderInfoUtils
Sets the octet count in the SR that is specified in the arguments.
setOffset(int) - Method in class org.jitsi.impl.neomedia.codec.REDBlock
Sets the offset of the data in the buffer.
setOffset(int) - Method in interface org.jitsi.service.neomedia.ByteArrayBuffer
Sets the offset of the data in the buffer.
setOffset(int) - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
Sets the offset of the data in the buffer.
setOffset(int) - Method in class org.jitsi.service.neomedia.RawPacket
 
setOffsetLength(int, int) - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
Sets the offset and the length of this ByteArrayBuffer
setOrigin(int, int, int, int) - Method in interface org.jitsi.impl.neomedia.control.ImgStreamingControl
Set the display index and the origin of the stream associated with a specific index in the DataSource of this Control.
setOrigin(int, int, int, int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.DataSource
Set the display index and the origin of the ImageStream associated with a specific index in this DataSource.
setOrigin(int, int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.ImageStream
Sets the origin to be captured by this ImageStream.
setOriginalSequenceNumber(int) - Method in class org.jitsi.service.neomedia.RawPacket
Sets the OSN value of an RTX packet.
setOutgoingPT(byte) - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
Sets the payload type for outgoing ulpfec packets.
setOutgoingPT(byte) - Method in class org.jitsi.impl.neomedia.transform.REDTransformEngine
Sets the RED payload type for outgoing red packets.
setOutputDeviceVolume(String, float) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
 
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
Sets the format for the data this codec outputs.
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
Sets the format for the data this codec outputs.
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
 
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.JNIEncoder
Additionally, determines whether this JNIEncoder is to perform RTP packetization.
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Decoder
 
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.DePacketizer
 
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Encoder
 
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Packetizer
 
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h263p.JNIEncoder
Sets the Format in which this Codec is to output media data.
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h263p.Packetizer
Sets the Format in which this Codec is to output media data.
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
Sets the Format in which this Codec is to output media data.
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.Packetizer
Sets the Format in which this Codec is to output media data.
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
Sets the Format in which this Codec is to output media data.
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXEncoder
Sets the Format in which this Codec is to output media data.
setOutputLocator(MediaLocator) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
setOutputSize(Dimension) - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
Sets the output size.
setOutputSize(Dimension) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Sets the size of the output video.
setOutputVolumeControl(VolumeControl) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Sets the VolumeControl which is to control the volume (level) of the audio received in/by this AudioMediaStream and played back.
setOutputVolumeControl(VolumeControl) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
Sets the VolumeControl which is to control the volume (level) of the audio (to be) played back by this instance.
setOutputVolumeControl(VolumeControl) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
Sets the VolumeControl which is to control the volume (level) of the audio received in/by this AudioMediaStream and played back.
setOwnSSRC(long) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Set the SSRC of the RTP transmitter stream.
setPacketCount(ByteArrayBuffer, int) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPSenderInfoUtils
Sets the packet count in the SR that is specified in the arguments.
setPacketizationMode(String) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
Sets the packetization mode to be used for the H.264 RTP payload output by this JNIEncoder and the associated packetizer.
setPacketLossConcealment(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Sets the type of packet loss concealment (PLC).
setPaddingSize(int) - Method in class org.jitsi.service.neomedia.RawPacket
Sets the padding length for this RTP packet.
setParanoidMode(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Enables or disables paranoid mode.
setParticipantDescription(String) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setParticipantName(String) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setPayloadType(int) - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
Sets the packet type (PT) of this RTCPFeedbackMessagePacket.
setPayloadType(byte) - Method in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
Sets the ulpfec payload type.
setPayloadType(byte) - Method in class org.jitsi.service.neomedia.RawPacket
Sets the payload type of this packet.
setPeriod(long) - Method in class org.jitsi.util.concurrent.PeriodicRunnable
Sets the period in milliseconds at which PeriodicRunnable.run() is to be invoked.
setPixelBufferAttributes(NSDictionary) - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput
 
setPlaybackDevices(List<CaptureDeviceInfo2>) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Sets the list of the active devices.
setPreferredRemoteSendMaxPreset(QualityPreset) - Method in class org.jitsi.impl.neomedia.QualityControlImpl
Does nothing specific locally.
setPreferredRemoteSendMaxPreset(QualityPreset) - Method in interface org.jitsi.service.neomedia.QualityControl
Changes remote send preset and protocols who can handle the changes will implement this for re-inviting the other party or just sending that media has changed.
setPriority(MediaFormat, int) - Method in class org.jitsi.impl.neomedia.codec.EncodingConfigurationConfigImpl
Sets the preference associated with encoding to priority, and stores the appropriate property in the configuration service.
setPriority(int) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Changes current thread priority.
setPriority(int) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Changes current thread priority.
setPriority(MediaFormat, int) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
Sets priority as the preference associated with encoding.
setProcessorFormat(Processor, MediaFormatImpl<? extends Format>) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Sets the MediaFormatImpl in which a specific Processor producing media to be streamed to the remote peer is to output.
setProcessorFormat(TrackControl, MediaFormatImpl<? extends Format>, Format) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Sets the MediaFormatImpl of a specific TrackControl of the Processor which produces the media to be streamed by this MediaDeviceSession to the remote peer.
setProcessorFormat(Processor, MediaFormatImpl<? extends Format>) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Sets the MediaFormatImpl in which a specific Processor producing media to be streamed to the remote peer is to output.
setProcessorFormat(TrackControl, MediaFormatImpl<? extends Format>, Format) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Sets the MediaFormatImpl of a specific TrackControl of the Processor which produces the media to be streamed by this MediaDeviceSession to the remote peer.
setProperties(Map<String, Object>) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Sets a set of specific properties to specific values as a batch operation meaning that first VetoableChangeListeners are asked to approve the modifications of the specified properties to the specified values, then the modifications are performed if no complaints have been raised in the form of PropertyVetoException and finally PropertyChangeListeners are notified about the changes of each of the specified properties.
setProperties(Map<String, Object>) - Method in interface org.jitsi.service.configuration.ConfigurationService
Sets a set of specific properties to specific values as a batch operation meaning that first VetoableChangeListeners are asked to approve the modifications of the specified properties to the specified values, then the modifications are performed if no complaints have been raised in the form of PropertyVetoException and finally PropertyChangeListeners are notified about the changes of each of the specified properties.
setProperty(String, Object) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Sets the property with the specified name to the specified value.
setProperty(String, Object, boolean) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Sets the property with the specified name to the specified value.
setProperty(String, Object) - Method in interface org.jitsi.service.configuration.ConfigurationService
Sets the property with the specified name to the specified value.
setProperty(String, Object, boolean) - Method in interface org.jitsi.service.configuration.ConfigurationService
Sets the property with the specified name to the specified value.
setProperty(String, Object) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Sets the value of a specific opaque property of this MediaStream.
setProperty(String, Object) - Method in interface org.jitsi.service.neomedia.MediaStream
Sets the value of a specific opaque property of this MediaStream.
setPtr(long) - Method in class org.jitsi.impl.neomedia.quicktime.CVImageBuffer
Sets the CoreVideo CVImageBufferRef represented by this instance.
setPtr(long) - Method in class org.jitsi.impl.neomedia.quicktime.NSObject
Sets the pointer to the Objective-C object represented by this instance.
setReceiveBufferSize(int) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Provides a dummy implementation to RTPConnector.setReceiveBufferSize(int).
setReceiveBufferSize(int) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPConnectorImpl
Not implemented because there are currently no uses of the underlying functionality.
setReceiveBufferSize(int) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
 
setReceiveBufferSize(int) - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPInputStream
 
setReceiveBufferSize(int) - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPInputStream
 
setReceiveStreamBufferListener(ReceiveStreamBufferListener) - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
Set the listener which gets notified when this MediaDevice reads data from a ReceiveStream
setRemoteFingerprints(Map<String, String>) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Sets the certificate fingerprints presented by the remote endpoint via the signaling path.
setRemoteFingerprints(Map<String, String>) - Method in interface org.jitsi.service.neomedia.DtlsControl
Sets the certificate fingerprints presented by the remote endpoint via the signaling path.
setRemoteReceiveResolution(Dimension) - Method in class org.jitsi.impl.neomedia.QualityControlImpl
Sets maximum resolution.
setRemoteSendMaxPreset(QualityPreset) - Method in class org.jitsi.impl.neomedia.QualityControlImpl
Changes remote send preset, the one we will receive.
setRemoteSendMaxPreset(QualityPreset) - Method in interface org.jitsi.service.neomedia.QualityControl
Changes remote send preset.
setRemoteSSRC(long) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Set the remote SSRC.
setResidualEchoReturnLoss(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setRFactor(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setRoundTripDelay(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setRTCPFeedbackPLI(boolean) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Sets the indicator which determines whether RTCP feedback Picture Loss Indication (PLI) is to be used to request keyframes.
setRtcpmux(boolean) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Enables/disables rtcp-mux.
setRtcpmux(boolean) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsPacketTransformer
Enables/disables rtcp-mux.
setRtcpmux(boolean) - Method in interface org.jitsi.service.neomedia.DtlsControl
Enables/disables rtcp-mux.
setRtpClockRate(long, long) - Method in class org.jitsi.impl.neomedia.recording.SynchronizerImpl
Sets the clock rate of the RTP clock for a specific SSRC.
setRtpClockRate(long, long) - Method in interface org.jitsi.service.neomedia.recording.Synchronizer
Sets the clock rate of the RTP clock for a specific SSRC.
setRtpHeaderExtensionId(byte) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
Sets the ID of the RTP header extension which will be added.
setRTPLoggingEnabled(boolean) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Change whether packet logging for RTP is enabled.
setRtpTimestamp(long) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setRTPTranslator(RTPTranslator) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Sets the RTPTranslator which is to forward RTP and RTCP traffic between this and other MediaStreams.
setRTPTranslator(RTPTranslator) - Method in interface org.jitsi.service.neomedia.MediaStream
Sets the RTPTranslator which is to forward RTP and RTCP traffic between this and other MediaStreams.
setRtt(long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.AimdRateControl
 
setRtt(long) - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Sets AbstractTrackStats.rtt to a specific value in milliseconds.
setSaltKeyLength(int) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
Set the salt key length
setSASVerification(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Sets the SAS verification
setSASVerification(boolean) - Method in interface org.jitsi.service.neomedia.ZrtpControl
Sets the SAS verification
setSASVerified(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
Sets current SAS verification status.
setSendBufferSize(int) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Provides a dummy implementation to RTPConnector.setSendBufferSize(int).
setSendBufferSize(int) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPConnectorImpl
Not implemented because there are currently no uses of the underlying functionality.
setSenderSSRC(long) - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
Sets the synchronization source identifier (SSRC) of the originator of this packet.
setSenderSsrc(long) - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
setSenderSsrc(long) - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterImpl
Sets the SSRC to be used by this RetransmissionRequester as "packet sender SSRC" in outgoing NACK packets.
setSenderSsrc(long) - Method in interface org.jitsi.service.neomedia.RetransmissionRequester
Sets the SSRC to be used by this RetransmissionRequester as "packet sender SSRC" in outgoing NACK packets.
setSenderSSRC(ByteArrayBuffer, int) - Static method in class org.jitsi.util.RTCPUtils
Sets the RTCP sender SSRC.
setSeqNum(short) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpRawPacket
Set the sequence number in this packet.
setSequenceNumber(int) - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
Sets the (command) sequence number of this Full Intra Request (FIR) RTCP feedback message as defined by RFC 5104 "Codec Control Messages in the RTP Audio-Visual Profile with Feedback (AVPF)".
setSequenceNumber(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Set sequence number for an RTP buffer
setSequenceNumber(ByteArrayBuffer, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Sets the sequence number of an RTP packet.
setSequenceNumber(int) - Method in class org.jitsi.service.neomedia.RawPacket
Set the RTP sequence number of an RTP packet
setSessionType(MediaType) - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
Set the type of this session.
setSetup(DtlsControl.Setup) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Sets the value of the setup SDP attribute defined by RFC 4145 "TCP-Based Media Transport in the Session Description Protocol (SDP)" which determines whether this instance is to act as a DTLS client or a DTLS server.
setSetup(DtlsControl.Setup) - Method in interface org.jitsi.service.neomedia.DtlsControl
Sets the value of the setup SDP attribute defined by RFC 4145 "TCP-Based Media Transport in the Session Description Protocol (SDP)" which determines whether this instance is to act as a DTLS client or a DTLS server.
setSignalLevel(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setSignatureData(byte[]) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Sets signature data for the Confirm packets
setSipLoggingEnabled(boolean) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Change whether packet logging for sip protocol is enabled.
setSource(DataSource) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
setSourceDescription(SourceDescription[]) - Method in class org.jitsi.impl.neomedia.rtp.translator.SendStreamImpl
Not implemented because there are currently no uses of the underlying functionality.
setSourceSSRC(long) - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
Sets the synchronization source identifier (SSRC) of the media source that this piece of feedback information is related to.
setSourceSSRC(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Sets the synchronization source identifier (SSRC) of the RTP data packet source being reported upon by this report block.
setSrtcpIn(SinglePacketTransformer) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTCPTransformer
 
setSrtcpOut(SinglePacketTransformer) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTCPTransformer
 
setSrtpListener(SrtpListener) - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
Sets a new receiver of the security callback events.
setSrtpListener(SrtpListener) - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
Sets a SrtpListener that will listen for security events.
setSrtpListener(SrtpListener) - Method in interface org.jitsi.service.neomedia.SrtpControl
Sets a SrtpListener that will listen for security events.
setSsrc(long) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
 
setSSRC(int) - Method in class org.jitsi.service.neomedia.RawPacket
Set the SSRC of this packet
setSsrc(long) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setSSRC(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
Sets the synchronization source identifier (SSRC) of the originator of this XR packet.
setSsrcAudioLevelExtensionID(byte, MediaDirection) - Method in class org.jitsi.impl.neomedia.transform.csrc.SsrcTransformEngine
 
setSSRCFactory(SSRCFactory) - Method in class org.jitsi.impl.neomedia.jmfext.media.rtp.RTPSessionMgr
Sets the SSRCFactory to be utilized by this instance to generate new synchronization source (SSRC) identifiers.
setSSRCFactory(SSRCFactory) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Sets the SSRCFactory which is to generate new synchronization source (SSRC) identifiers.
setSSRCFactory(SSRCFactory) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
Sets the SSRCFactory to be utilized by this instance to generate new synchronization source (SSRC) identifiers.
setSSRCFactory(SSRCFactory) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Sets the SSRCFactory which is to generate new synchronization source (SSRC) identifiers.
setSSRCFactory(SSRCFactory) - Method in interface org.jitsi.service.neomedia.MediaStream
Sets the SSRCFactory which is to generate new synchronization source (SSRC) identifiers.
setStart(int) - Method in class org.jitsi.impl.neomedia.rtp.FrameDesc
Sets the start sequence number of this source frame.
setStartMuted(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
 
setStreamAudioLevelListener(SimpleAudioLevelListener) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Sets listener as the SimpleAudioLevelListener registered to receive notifications from our device session for changes in the levels of the party that's at the other end of this stream.
setStreamAudioLevelListener(SimpleAudioLevelListener) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
Sets listener as the SimpleAudioLevelListener that we are going to notify every time a change occurs in the audio level of the media that this device session is receiving from the remote party.
setStreamAudioLevelListener(SimpleAudioLevelListener) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
Sets listener as the SimpleAudioLevelListener registered to receive notifications for changes in the levels of the party that's at the other end of this stream.
setSupportsFir(boolean) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Sets the value of the flag which indicates whether the remote end supports RTCP FIR or not.
setSupportsPli(boolean) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Sets the value of the flag which indicates whether the remote end supports RTCP PLI or not.
setSupportsRemb(boolean) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Sets the value of the flag which indicates whether the remote end supports RTCP REMB or not.
setSupportsRemb(boolean) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Sets the value of the flag which indicates whether the remote end supports RTCP REMB or not.
setSuppressDisconnect(boolean) - Method in class org.jitsi.impl.neomedia.device.ReceiveStreamPushBufferDataSource
Sets the indicator which determines whether calls to DataSource.disconnect() on the wrapped DataSource are to be suppressed when there are such calls on this instance.
setSynchronizer(Synchronizer) - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
Sets the Synchronizer that this instance should use.
setSynchronizer(Synchronizer) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
 
setSynchronizer(Synchronizer) - Method in interface org.jitsi.service.neomedia.recording.Recorder
Sets the Synchronizer that this instance should use.
setSystemProperty(String) - Method in interface org.jitsi.impl.configuration.ConfigurationStore
Sets a property with a specific name to be considered a system property by the ConfigurationStore.
setSystemProperty(String) - Method in class org.jitsi.impl.configuration.HashtableConfigurationStore
setSystemProperty(String) - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
setSystemTimeStamp(long) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
Sets the System time in milliseconds at which this RTCPExtendedReport has been received or sent by the local endpoint.
setTarget(MediaStreamTarget) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Sets the target of this MediaStream to which it is to send and from which it is to receive data (e.g.
setTarget(MediaStreamTarget) - Method in interface org.jitsi.service.neomedia.MediaStream
Sets the target of this MediaStream to which it is to send and from which it is to receive data (e.g.
setTccExtensionID(int) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Sets the ID of the transport-cc RTP extension.
setText(Element, String) - Static method in class org.jitsi.util.xml.XMLUtils
Sets data to be the TEXT content of element
setThreadPriority(Thread, int) - Static method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Sets a specific priority on a specific Thread.
setTimeStamp(long) - Method in class org.jitsi.impl.neomedia.conference.InSampleDesc
Sets the time stamp of inSamples to be reported in the Buffers of the AudioMixingPushBufferStreams when mixes are read from them.
setTimestamp(byte[], int, int, int) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPSenderInfoUtils
Sets the RTP timestamp in an SR.
setTimestamp(ByteArrayBuffer, int) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPSenderInfoUtils
Sets the RTP timestamp in an SR.
setTimestamp(byte[], int, int, long) - Static method in class org.jitsi.service.neomedia.RawPacket
Set the RTP timestamp for an RTP buffer.
setTimestamp(ByteArrayBuffer, long) - Static method in class org.jitsi.service.neomedia.RawPacket
Sets the RTP timestamp of an RTP packet.
setTimestamp(long) - Method in class org.jitsi.service.neomedia.RawPacket
Set the timestamp value of the RTP Packet
setTL0PICIDX(byte[], int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
Sets the TL0PICIDX field for the VP8 payload specified in the buffer that is passed as an argument.
setTransferHandler(BufferTransferHandler) - Method in class org.jitsi.impl.neomedia.conference.AudioMixerPushBufferStream
Implements PushBufferStream.setTransferHandler(BufferTransferHandler).
setTransferHandler(BufferTransferHandler) - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
Implements PushBufferStream.setTransferHandler(BufferTransferHandler).
setTransferHandler(BufferTransferHandler) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferStream
Sets the BufferTransferHandler which is to be notified by this PushBufferStream when data is available for reading.
setTransferHandler(BufferTransferHandler) - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
Implements PushBufferStream.setTransferHandler(BufferTransferHandler).
setTransferHandler(BufferTransferHandler) - Method in class org.jitsi.impl.neomedia.protocol.PushBufferStreamAdapter
Implements PushBufferStream#setTransferHandler(BufferTransferHandler).
setTransferHandler(SourceTransferHandler) - Method in class org.jitsi.impl.neomedia.rtp.translator.PushSourceStreamImpl
 
setTransferHandler(SourceTransferHandler) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Sets the transferHandler that this connector should be notifying when new data is available for reading.
setTransformer(PacketTransformer) - Method in class org.jitsi.impl.neomedia.transform.AbstractTransformOutputStream
Sets the PacketTransformer to be used by this instance to transform RawPackets.
setTransformer(PacketTransformer) - Method in class org.jitsi.impl.neomedia.transform.TransformInputStream
Sets the PacketTransformer which is to be used to reverse-transform packets.
setTransformer(PacketTransformer) - Method in interface org.jitsi.impl.neomedia.transform.TransformOutputStream
Sets the PacketTransformer to be used by this instance to transform RawPackets.
setTransformer(PacketTransformer) - Method in class org.jitsi.impl.neomedia.transform.TransformOutputStreamImpl
Sets the PacketTransformer to be used by this instance to transform RawPackets.
setTransformer(PacketTransformer) - Method in class org.jitsi.impl.neomedia.transform.TransformTCPOutputStream
Sets the PacketTransformer to be used by this instance to transform RawPackets.
setTransformer(PacketTransformer) - Method in class org.jitsi.impl.neomedia.transform.TransformUDPOutputStream
Sets the PacketTransformer to be used by this instance to transform RawPackets.
setTransportCCEngine(TransportCCEngine) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Sets the TransportCCEngine of this media stream.
setTransportCCEngine(TransportCCEngine) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Sets the TransportCCEngine of this media stream.
setTransportCCEngine(TransportCCEngine) - Method in interface org.jitsi.service.neomedia.MediaStream
Sets the TransportCCEngine of this media stream.
setType(RecorderEvent.Type) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setUlpfecPT(byte) - Method in class org.jitsi.impl.neomedia.transform.fec.FECSender
Sets the ulpfec payload type.
SETUP_PNAME - Static variable in class org.jitsi.impl.neomedia.transform.dtls.Properties
The value of the setup SDP attribute defined by RFC 4145 "TCP-Based Media Transport in the Session Description Protocol (SDP)" which determines whether this instance acts as a DTLS client or a DTLS server.
setUserCallback(SecurityEventManager) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Sets the user callback class used to maintain the GUI ZRTP part
setVersion() - Method in class org.jitsi.service.neomedia.RawPacket
Sets the RTP version in this RTP packet.
setVideoBitrate(int) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Sets and stores the video bitrate.
setVideoCaptureDevice(CaptureDeviceInfo, boolean) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Sets the device which is to be used by this DeviceConfiguration for video capture.
setVideoRTPPacingThreshold(int) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Sets and stores the maximum allowed video bandwidth.
setVideoSize(Dimension) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Sets and stores the video size.
setVolume(float) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Changes volume level.
setVolume(float) - Method in interface org.jitsi.service.neomedia.VolumeControl
Sets the current volume value/level.
setVolumeControl(Renderer, VolumeControl) - Static method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
Implements a utility which facilitates setting a specific VolumeControl on a specific Renderer for the purposes of control over the volume (level) of the audio (to be) played back by the specified Renderer.
setVolumeControl(VolumeControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
Sets the VolumeControl which is to control the volume (level) of the audio (to be) played back by this Renderer.
setWorkReadyCallback(Runnable) - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
 
setWrapped(T) - Method in class org.jitsi.impl.neomedia.transform.TransformEngineWrapper
 
SEVERE - Static variable in interface org.jitsi.service.neomedia.event.SrtpListener
This is a severe error.
sFIR - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
SHA1 - Static variable in class org.jitsi.impl.neomedia.transform.srtp.OpenSSLHMAC
The algorithm of the SHA-1 cryptographic hash function/digest.
SHAPE_LPC_ORDER_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
SHAPE_LPC_WIN_16_KHZ - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
SHAPE_LPC_WIN_24_KHZ - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
SHAPE_LPC_WIN_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
SHAPE_LPC_WIN_MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
SHAPE_MIN_ENERGY_RATIO - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
Shape_Q10 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.NSQDelDecStruct
 
SHAPE_WHITE_NOISE_FRACTION - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
shapingLPCOrder - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
sHarmHP - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_prefilter_state_FLP
 
SHARPMAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Maximum value of pitch sharpening
SHARPMIN - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
minimum value of pitch sharpening
SHELL_CODEC_FRAME_LENGTH - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
ShellCoder - Class in org.jitsi.impl.neomedia.codec.audio.silk
shell coder; pulse-subframe length is hardcoded.
ShellCoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ShellCoder
 
ShortArrayCache - Class in org.jitsi.impl.neomedia.conference
Caches short arrays for the purposes of reducing garbage collection.
ShortArrayCache() - Constructor for class org.jitsi.impl.neomedia.conference.ShortArrayCache
 
showMessage(ZrtpCodes.MessageSeverity, EnumSet<?>) - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
Show some information to user.
showSAS(String, boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
ZRTP computes the SAS string after nearly all the negotiation and computations are done internally.
shrink(int) - Method in class org.jitsi.service.neomedia.RawPacket
Shrink the buffer of this packet by specified length
SIG_TYPE_UNVOICED - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
SIG_TYPE_VOICED - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
sigm_LUT_neg_Q15 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.SigmQ15
 
sigm_LUT_pos_Q15 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.SigmQ15
 
sigm_LUT_slope_Q10 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.SigmQ15
 
SigmQ15 - Class in org.jitsi.impl.neomedia.codec.audio.silk
approximate sigmoid function.
SigmQ15() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SigmQ15
 
SIGNALING - Static variable in interface org.jitsi.service.neomedia.control.KeyFrameControl.KeyFrameRequester
The value of the KeyFrameControl.KeyFrameRequester.PREFERRED_PNAME ConfigurationService property which indicates that the signaling/protocol KeyFrameRequester is preferred.
signalMainloop(boolean) - Method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
Signals all threads waiting for a signalling event in PulseAudioSystem.waitMainloop().
signSAS(byte[]) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
 
SigProc_PITCH_EST_MAX_COMPLEX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFLPConstants
 
SigProc_PITCH_EST_MID_COMPLEX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFLPConstants
 
SigProc_PITCH_EST_MIN_COMPLEX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFLPConstants
 
SigProcFIX - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
SigProcFIX() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SigProcFIXConstants - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
SigProcFIXConstants() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIXConstants
 
SigProcFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
SigProcFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFLP
 
SigProcFLPConstants - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
SigProcFLPConstants() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFLPConstants
 
sigtype - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_control
 
sigtype - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control
 
sigtypeFlags - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_TOC_struct
 
sIIR - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
SilenceEffect - Class in org.jitsi.impl.neomedia.codec
An Effect which detects discontinuities in an audio stream by monitoring the input Buffers' timestamps and lengths, and inserts silence to account for missing data.
SilenceEffect() - Constructor for class org.jitsi.impl.neomedia.codec.SilenceEffect
Initializes a new SilenceEffect, which is to use the input Buffers' timestamps (as opposed to using their RTP timestamps).
SilenceEffect(int) - Constructor for class org.jitsi.impl.neomedia.codec.SilenceEffect
Initializes a new SilenceEffect, which is to use the input Buffers' RTP timestamps.
SilenceEffect.Listener - Interface in org.jitsi.impl.neomedia.codec
 
SILK - Static variable in class org.jitsi.service.neomedia.codec.Constants
The SILK constant.
SILK_MAX_FRAMES_PER_PACKET - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.SDKAPI
 
SILK_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
The SILK/rtp constant.
SimpleAnalysis(float[], float[]) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
SimpleAudioLevelListener - Interface in org.jitsi.service.neomedia.event
A very simple listener that delivers int values every time the audio level of an audio source changes.
SimpleInterpolateLSF(float[], float[], float[], float[], float[], float[], int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
SimplelsfDEQ(float[], int[], int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
SimplelsfQ(float[], int[], float[], int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
SINGLE_CHANNEL_AEC - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
The value of the AEC_SYSTEM_MODE enumeration which is used with the MFPKEY_WMAAECMA_SYSTEM_MODE property to indicate that the Voice Capture DSP is to operate in acoustic echo cancellation (AEC) only mode.
SinglePacketTransformer - Class in org.jitsi.impl.neomedia.transform
Extends the PacketTransformer interface with methods which allow the transformation of a single packet into a single packet.
SinglePacketTransformer() - Constructor for class org.jitsi.impl.neomedia.transform.SinglePacketTransformer
Ctor.
SinglePacketTransformer(Predicate<ByteArrayBuffer>) - Constructor for class org.jitsi.impl.neomedia.transform.SinglePacketTransformer
Ctor.
SinglePacketTransformerAdapter - Class in org.jitsi.impl.neomedia.transform
 
SinglePacketTransformerAdapter() - Constructor for class org.jitsi.impl.neomedia.transform.SinglePacketTransformerAdapter
Ctor.
SinglePacketTransformerAdapter(Predicate<ByteArrayBuffer>) - Constructor for class org.jitsi.impl.neomedia.transform.SinglePacketTransformerAdapter
Ctor.
sink_info_get_description(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sink_info_get_flags(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sink_info_get_formats(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sink_info_get_index(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sink_info_get_monitor_source(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sink_info_get_monitor_source_name(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sink_info_get_name(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sink_info_get_sample_spec_channels(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sink_info_get_sample_spec_format(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sink_info_get_sample_spec_rate(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
SIZ_RES2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
SIZ_TAB_HUP_L - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
SIZ_TAB_HUP_S - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
SIZ_Y_UP - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
size - Variable in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Header
The size of the FlexFec header (in bytes) in this packet
size() - Method in class org.jitsi.util.ByteBufferOutputStream
Returns the number of bytes written into this OutputStream.
size_lsfCbTbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
SIZE_WORD - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Size of bitstream frame.
sizeBits() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
Get the size of this set, in bits
sizeBytes() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
Get the size of this set, in bytes
SizeChangeVideoEvent - Class in org.jitsi.util.event
Represents a VideoEvent which notifies about an update to the size of a specific visual Component depicting video.
SizeChangeVideoEvent(Object, Component, int, int, int) - Constructor for class org.jitsi.util.event.SizeChangeVideoEvent
Initializes a new SizeChangeVideoEvent which is to notify about an update to the size of a specific visual Component depicting video.
sizeForKey(String) - Method in class org.jitsi.impl.neomedia.quicktime.QTFormatDescription
 
SKEIN_AUTHENTICATION - Static variable in class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
Skein Authentication
SKP_abs(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
(((a) > 0) ? (a) : -(a)) Be careful, SKP_abs returns wrong when input equals to SKP_intXX_MIN
SKP_abs_float(float) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFLP
 
SKP_abs_int(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_abs_int32(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_abs_int64(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_ADD16(short, short) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a) + (b))
SKP_ADD32(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a) + (b))
SKP_ADD64(long, long) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a) + (b))
SKP_ADD_LSHIFT(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a) + SKP_LSHIFT((b), (shift))) // shift >= 0
SKP_ADD_LSHIFT32(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
SKP_ADD32((a), SKP_LSHIFT32((b), (shift))) // shift >= 0
SKP_ADD_LSHIFT_uint(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a) + SKP_LSHIFT_uint((b), (shift))) // shift >= 0
SKP_ADD_POS_SAT16(short, short) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_ADD_POS_SAT32(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_ADD_POS_SAT64(long, long) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_ADD_POS_SAT8(byte, byte) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_ADD_RSHIFT(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a) + SKP_RSHIFT((b), (shift))) // shift >= 0
SKP_ADD_RSHIFT32(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
SKP_ADD32((a), SKP_RSHIFT32((b), (shift))) // shift >= 0
SKP_ADD_RSHIFT_uint(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a) + SKP_RSHIFT_uint((b), (shift))) // shift >= 0
SKP_ADD_SAT16(short, short) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_ADD_SAT32(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Macros
 
SKP_ADD_SAT64(long, long) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_assert(boolean) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Typedef
 
SKP_CHECK_FIT16(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
(a)
SKP_CHECK_FIT32(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
(a)
SKP_CHECK_FIT8(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
(a)
SKP_dec_map(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.CodeSigns
 
SKP_DIV32(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((SKP_int32)((a32) / (b32)))
SKP_DIV32_16(int, short) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((int)((a32) / (b16)))
SKP_DIV32_varQ(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Inlines
Divide two int32 values and return result as int32 in a given Q-domain.
SKP_DIV64_32(long, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a64)/(b32)) TODO: rewrite it as a set of SKP_DIV32.
SKP_enc_map(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.CodeSigns
 
SKP_FALSE - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Typedef
 
SKP_FIX_CONST(float, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((int)((C) * (1 << (Q)) + 0.5))
SKP_float2int(double) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFLP
 
SKP_float2short_array(short[], int, float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFLP
 
SKP_int16_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Typedef
 
SKP_int16_MIN - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Typedef
 
SKP_int32_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Typedef
 
SKP_int32_MIN - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Typedef
 
SKP_int64_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Typedef
 
SKP_int64_MIN - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Typedef
 
SKP_int8_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Typedef
 
SKP_int8_MIN - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Typedef
 
SKP_INVERSE32_varQ(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Inlines
Invert int32 value and return result as int32 in a given Q-domain.
SKP_LIMIT(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_LIMIT(float, float, float) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_LIMIT_16(short, short, short) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_LIMIT_32(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_LIMIT_float(float, float, float) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFLP
 
SKP_LIMIT_int(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_LSHIFT(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
(a, shift) SKP_LSHIFT32(a, shift) // shift >= 0, shift < 32
SKP_LSHIFT16(short, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a)<<(shift)) // shift >= 0, shift < 16
SKP_LSHIFT32(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a)<<(shift)) // shift >= 0, shift < 32
SKP_LSHIFT64(long, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a)<<(shift)) // shift >= 0, shift < 64
SKP_LSHIFT8(byte, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a)<<(shift)) // shift >= 0, shift < 8
SKP_LSHIFT_ovflw(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a)<<(shift)) // shift >= 0, allowed to overflow
SKP_LSHIFT_SAT16(short, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_LSHIFT_SAT32(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_LSHIFT_uint(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a)<<(shift)) // shift >= 0
SKP_max(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_max_16(short, short) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_max_32(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_max_64(long, long) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_max_float(float, float) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFLP
 
SKP_max_int(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_min(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_min_16(short, short) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_min_32(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_min_64(long, long) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_min_float(float, float) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFLP
 
SKP_min_int(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_MLA(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
a32 + (b32 * c32) output have to be 32bit int
SKP_MLA_ovflw(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
SKP_MLA(a32, b32, c32).
SKP_MLA_uint(long, long, long) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
a32 + (b32 * c32) output have to be 32bit uint
SKP_MUL(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
(a32 * b32) output have to be 32bit int
SKP_MUL_uint(long, long) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
(a32 * b32) output have to be 32bit uint.
SKP_NSHIFT_MUL_16_16(short, short) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_NSHIFT_MUL_32_32(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_P_Ana_calc_corr_st3(float[][][], float[], int, int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.PitchAnalysisCoreFLP
Internally used functions.
SKP_P_Ana_calc_energy_st3(float[][][], float[], int, int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.PitchAnalysisCoreFLP
 
SKP_P_log2(double) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.PitchAnalysisCoreFLP
 
SKP_POS_SAT32(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_RAND(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
PSEUDO-RANDOM GENERATOR Make sure to store the result as the seed for the next call (also in between frames), otherwise result won't be random at all.
SKP_ROR32(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
Rotate a32 right by 'rot' bits.
SKP_round(float) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFLP
 
SKP_RSHIFT(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
SKP_RSHIFT32(a, shift) // shift >= 0, shift < 32
SKP_RSHIFT16(short, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a)>>(shift)) // shift >= 0, shift < 16
SKP_RSHIFT32(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a)>>(shift)) // shift >= 0, shift < 32
SKP_RSHIFT64(long, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a)>>(shift)) // shift >= 0, shift < 64
SKP_RSHIFT8(byte, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a)>>(shift)) // shift >= 0, shift < 8
SKP_RSHIFT_ROUND(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((shift) == 1 ? ((a) >> 1) + ((a) & 1) : (((a) >> ((shift) - 1)) + 1) >> 1)
SKP_RSHIFT_ROUND64(long, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((shift) == 1 ? ((a) >> 1) + ((a) & 1) : (((a) >> ((shift) - 1)) + 1) >> 1)
SKP_RSHIFT_uint(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a)>>(shift)) // shift >= 0
SKP_SAT16(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_SAT32(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_SAT8(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_short2float_array(float[], int, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFLP
 
SKP_sigmoid(float) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFLP
 
SKP_sign(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_Silk_A2NLSF(int[], int[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.A2NLSF
Compute Normalized Line Spectral Frequencies (NLSFs) from whitening filter coefficients.
SKP_Silk_A2NLSF_eval_poly(int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.A2NLSF
Helper function for A2NLSF(..).
SKP_Silk_A2NLSF_FLP(float[], float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.WrappersFLP
 
SKP_Silk_A2NLSF_init(int[], int[], int[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.A2NLSF
 
SKP_Silk_A2NLSF_trans_poly(int[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.A2NLSF
Helper function for A2NLSF(..).
SKP_SILK_ADD_LBRR_TO_PLUS1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
SKP_SILK_ADD_LBRR_TO_PLUS2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
SKP_Silk_allpass_int(int[], int, int[], int, int, int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.AllpassInt
First-order allpass filter.
SKP_Silk_allpass_int_FLP(float[], int, float[], int, float, float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.AllpassIntFLP
first-order allpass filter.
SKP_Silk_ana_filt_bank_1(short[], int, int[], int, short[], int, short[], int, int[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.AnaFiltBank1
Split signal into two decimated bands using first-order allpass filters.
SKP_Silk_apply_sine_window_FLP(float[], int, float[], int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ApplySineWindowFLP
Apply sine window to signal vector.
SKP_Silk_autocorrelation_FLP(float[], int, float[], int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.AutocorrelationFLP
compute autocorrelation.
SKP_Silk_biquad(short[], int, short[], short[], int[], short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Biquad
Second order ARMA filter Can handle slowly varying filter coefficients
SKP_Silk_biquad_alt(short[], int, int[], int[], int[], short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.BiquadAlt
Second order ARMA filter, alternative implementation.
SKP_Silk_burg_modified_FLP(float[], float[], int, int, int, float, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.BurgModifiedFLP
Compute reflection coefficients from input signal.
SKP_Silk_bwexpander(short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Bwexpander
Chirp (bandwidth expand) LP AR filter.
SKP_Silk_bwexpander_32(int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Bwexpander32
Chirp (bandwidth expand) LP AR filter.
SKP_Silk_bwexpander_FLP(float[], int, int, float) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.BwexpanderFLP
Chirp (bw expand) LP AR filter.
SKP_Silk_CB_lags_stage2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PitchEstTables
 
SKP_Silk_CB_lags_stage3 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PitchEstTables
 
SKP_Silk_cbk_offsets_stage3 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PitchEstTables
 
SKP_Silk_cbk_sizes_stage3 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PitchEstTables
 
SKP_Silk_CLZ16(short) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Macros
 
SKP_Silk_CLZ32(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Macros
 
SKP_Silk_CLZ64(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Inlines
count leading zeros of long.
SKP_Silk_CLZ_FRAC(int, int[], int[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Inlines
get number of leading zeros and fractional part (the bits right after the leading one).
SKP_Silk_CNG(SKP_Silk_decoder_state, SKP_Silk_decoder_control, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.CNG
Updates CNG estimate, and applies the CNG when packet was lost.
SKP_Silk_CNG_exc(short[], int, int[], int, int, int, int[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.CNG
Generates excitation for CNG LPC synthesis.
SKP_Silk_CNG_Reset(SKP_Silk_decoder_state) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.CNG
Reset CNG.
SKP_Silk_CNG_struct - Class in org.jitsi.impl.neomedia.codec.audio.silk
Class for CNG.
SKP_Silk_CNG_struct() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_CNG_struct
 
SKP_Silk_control_encoder_FLP(SKP_Silk_encoder_state_FLP, int, int, int, int, int, int, int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ControlCodecFLP
Control encoder SNR.
SKP_Silk_copy_del_dec_state(NSQDelDecStruct, NSQDelDecStruct, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.NSQDelDec
 
SKP_Silk_corrMatrix_FLP(float[], int, int, int, float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.CorrMatrixFLP
Calculates correlation matrix X'*X.
SKP_Silk_corrVector_FLP(float[], int, float[], int, int, int, float[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.CorrMatrixFLP
Calculates correlation vector X'*t.
SKP_Silk_COS_APPROX_Q24(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Inlines
Cosine approximation; an input of 65536 corresponds to 2 * pi The relative error is below 1e-5
SKP_Silk_Dec_A_HP_12 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_Dec_A_HP_16 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_Dec_A_HP_24 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_Dec_A_HP_8 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_Dec_B_HP_12 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_Dec_B_HP_16 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_Dec_B_HP_24 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_Dec_B_HP_8 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_SILK_DEC_INVALID_SAMPLING_FREQUENCY - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Errors
Output sampling frequency lower than internal decoded sampling frequency
SKP_SILK_DEC_PAYLOAD_ERROR - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Errors
Payload has bit errors
SKP_SILK_DEC_PAYLOAD_TOO_LARGE - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Errors
Payload size exceeded the maximum allowed 1024 bytes
SKP_Silk_decimate2_coarse_FLP(float[], int, float[], int, float[], int, float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Decimate2CoarseFLP
downsample by a factor 2, coarser.
SKP_Silk_decimate2_coarsest_FLP(float[], int, float[], int, float[], int, float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Decimate2CoarsestFLP
downsample by a factor 2, coarsest.
SKP_Silk_decode_core(SKP_Silk_decoder_state, SKP_Silk_decoder_control, short[], int, int[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.DecodeCore
Core decoder.
SKP_Silk_decode_frame(SKP_Silk_decoder_state, short[], int, short[], byte[], int, int, int, int[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.DecodeFrame
Decode frame.
SKP_Silk_decode_parameters(SKP_Silk_decoder_state, SKP_Silk_decoder_control, int[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.DecodeParameters
Decode parameters from payload.
SKP_Silk_decode_pitch(int, int, int[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.DecodePitch
Pitch analyzer function.
SKP_Silk_decode_pulses(SKP_Silk_range_coder_state, SKP_Silk_decoder_control, int[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.DecodePulses
Decode quantization indices of excitation.
SKP_Silk_decode_signs(SKP_Silk_range_coder_state, int[], int, int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.CodeSigns
Decodes signs of excitation.
SKP_Silk_decoder_control - Class in org.jitsi.impl.neomedia.codec.audio.silk
Decoder control.
SKP_Silk_decoder_control() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_control
 
SKP_Silk_decoder_set_fs(SKP_Silk_decoder_state, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.DecoderSetFs
Set decoder sampling rate.
SKP_Silk_decoder_state - Class in org.jitsi.impl.neomedia.codec.audio.silk
Decoder state
SKP_Silk_decoder_state() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
SKP_Silk_delta_gain_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesGain
 
SKP_Silk_delta_gain_CDF_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesGain
 
SKP_Silk_detect_SWB_input(SKP_Silk_detect_SWB_state, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.DetectSWBInput
Detect SWB input by measuring energy above 8 kHz.
SKP_Silk_detect_SWB_state - Class in org.jitsi.impl.neomedia.codec.audio.silk
Input frequency range detection struct.
SKP_Silk_detect_SWB_state() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_detect_SWB_state
 
SKP_SILK_ENC_FS_NOT_SUPPORTED - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Errors
Sampling frequency not 8000, 12000, 16000 or 24000 Hertz
SKP_SILK_ENC_INPUT_INVALID_NO_OF_SAMPLES - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Errors
Input length is not a multiplum of 10 ms, or length is longer than the packet length.
SKP_SILK_ENC_INTERNAL_ERROR - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Errors
Internal encoder error
SKP_SILK_ENC_INVALID_COMPLEXITY_SETTING - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Errors
Complexity setting not valid, use 0, 1 or 2
SKP_SILK_ENC_INVALID_DTX_SETTING - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Errors
DTX setting not valid, use 0 or 1
SKP_SILK_ENC_INVALID_INBAND_FEC_SETTING - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Errors
Inband FEC setting not valid, use 0 or 1
SKP_SILK_ENC_INVALID_LOSS_RATE - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Errors
Loss rate not between 0 and 100 percent
SKP_SILK_ENC_PACKET_SIZE_NOT_SUPPORTED - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Errors
Packet size not 20, 40, 60, 80 or 100 ms
SKP_SILK_ENC_PAYLOAD_BUF_TOO_SHORT - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Errors
Allocated payload buffer too short
SKP_Silk_encode_frame_FLP(SKP_Silk_encoder_state_FLP, byte[], int, short[], short[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.EncodeFrameFLP
Encode frame.
SKP_Silk_encode_parameters(SKP_Silk_encoder_state, SKP_Silk_encoder_control, SKP_Silk_range_coder_state, byte[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.EncodeParameters
Encode parameters to create the payload.
SKP_Silk_encode_pulses(SKP_Silk_range_coder_state, int, int, byte[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.EncodePulses
Encode quantization indices of excitation.
SKP_Silk_encode_signs(SKP_Silk_range_coder_state, byte[], int, int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.CodeSigns
Encodes signs of excitation.
SKP_Silk_encoder_control - Class in org.jitsi.impl.neomedia.codec.audio.silk
Encoder control.
SKP_Silk_encoder_control() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control
 
SKP_Silk_encoder_control_FLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
Encoder control FLP
SKP_Silk_encoder_control_FLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
SKP_Silk_encoder_state - Class in org.jitsi.impl.neomedia.codec.audio.silk
Encoder state.
SKP_Silk_encoder_state() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
SKP_Silk_encoder_state_FLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
Encoder state FLP.
SKP_Silk_encoder_state_FLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
SKP_Silk_energy_FLP(float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.EnergyFLP
sum of squares of a float array, with result as double.
SKP_SILK_EXT_LAYER - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
SKP_Silk_find_LPC_FLP(float[], int[], float[], int, int, float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.FindLPCFLP
 
SKP_Silk_find_LTP_FLP(float[], float[], float[], float[], float[], int, int[], float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.FindLTPFLP
 
SKP_Silk_find_pitch_lags_FLP(SKP_Silk_encoder_state_FLP, SKP_Silk_encoder_control_FLP, float[], float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.FindPitchLagsFLP
 
SKP_Silk_find_pred_coefs_FLP(SKP_Silk_encoder_state_FLP, SKP_Silk_encoder_control_FLP, float[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.FindPredCoefsFLP
 
SKP_Silk_FrameTermination_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_FrameTermination_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_gain_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesGain
 
SKP_Silk_gain_CDF_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesGain
 
SKP_Silk_gains_dequant(int[], int[], int[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.GainQuant
Gains scalar dequantization, uniform on log scale.
SKP_Silk_gains_quant(int[], int[], int[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.GainQuant
Gain scalar quantization with hysteresis, uniform on log scale.
SKP_Silk_HarmShapeFIR_FLP - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOtherFLP
 
SKP_Silk_HP_variable_cutoff_FLP(SKP_Silk_encoder_state_FLP, SKP_Silk_encoder_control_FLP, short[], int, short[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.HPVariableCutoffFLP
High-pass filter with cutoff frequency adaptation based on pitch lag statistics.
SKP_Silk_init_decoder(SKP_Silk_decoder_state) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.CreateInitDestroy
Initialize decoder state.
SKP_Silk_init_encoder_FLP(SKP_Silk_encoder_state_FLP) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.InitEncoderFLP
Initialize Silk Encoder state.
SKP_Silk_inner_product_FLP(float[], int, float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.InnerProductFLP
inner product of two SKP_float arrays, with result as double.
SKP_Silk_insertion_sort_decreasing(int[], int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Sort
 
SKP_Silk_insertion_sort_decreasing_FLP(float[], int, int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SortFLP
 
SKP_Silk_insertion_sort_decreasing_int16(short[], int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Sort
 
SKP_Silk_insertion_sort_increasing(int[], int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Sort
 
SKP_Silk_insertion_sort_increasing_all_values(int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Sort
 
SKP_Silk_insertion_sort_increasing_all_values_FLP(float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SortFLP
 
SKP_Silk_insertion_sort_increasing_FLP(float[], int, int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SortFLP
 
SKP_Silk_interpolate(int[], int[], int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Interpolate
Interpolate two vectors.
SKP_Silk_interpolate_wrapper_FLP(float[], float[], float[], float, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.WrappersFLP
 
SKP_Silk_k2a_FLP(float[], float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.K2aFLP
step up function, converts reflection coefficients to prediction coefficients.
SKP_Silk_Lag_range_stage3 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PitchEstTables
 
SKP_SILK_LAST_FRAME - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
SKP_Silk_LBRR_ctrl_FLP(SKP_Silk_encoder_state_FLP, SKP_Silk_encoder_control) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ControlCodecFLP
Control low bitrate redundancy usage.
SKP_Silk_LBRR_encode_FLP(SKP_Silk_encoder_state_FLP, SKP_Silk_encoder_control_FLP, byte[], short[], float[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.EncodeFrameFLP
Low Bitrate Redundancy (LBRR) encoding.
SKP_Silk_LBRR_reset(SKP_Silk_encoder_state) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.LBRRReset
Resets LBRR buffer, used if packet size changes.
SKP_SILK_LBRR_struct - Class in org.jitsi.impl.neomedia.codec.audio.silk
Class for Low BitRate Redundant (LBRR) information.
SKP_SILK_LBRR_struct() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_SILK_LBRR_struct
 
SKP_SILK_LBRR_VER1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
SKP_SILK_LBRR_VER2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
SKP_Silk_LDL_FLP(float[], int, int, float[], float[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SolveLSFLP
LDL Factorisation.
SKP_Silk_levinsondurbin_FLP(float[], int, float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.LevinsondurbinFLP
Solve the normal equations using the Levinson-Durbin recursion.
SKP_Silk_lin2log(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Lin2log
Approximation of 128 * log2() (very close inverse of approx 2^() below) Convert input to a log scale.
SKP_Silk_log2(double) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.MainFLP
using log2() helps the fixed-point conversion.
SKP_Silk_log2lin(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Log2lin
Approximation of 2^() (very close inverse of Silk_lin2log.SKP_Silk_lin2log()) Convert input to a linear scale.
SKP_Silk_lowpass_int(int[], int, int[], int, int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.LowpassInt
First order low-pass filter, with input as SKP_int32, running at 48 kHz
SKP_Silk_lowpass_short(short[], int, int[], int, int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.LowpassShort
First order low-pass filter, with input as SKP_int16, running at 48 kHz.
SKP_Silk_LP_interpolate_filter_taps(int[], int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.LPVariableCutoff
Helper function, that interpolates the filter taps.
SKP_Silk_LP_state - Class in org.jitsi.impl.neomedia.codec.audio.silk
Variable cut-off low-pass filter state.
SKP_Silk_LP_state() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_LP_state
 
SKP_Silk_LP_variable_cutoff(SKP_Silk_LP_state, short[], int, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.LPVariableCutoff
Low-pass filter with variable cutoff frequency based on piece-wise linear interpolation between elliptic filters Start by setting psEncC->transition_frame_no = 1; Deactivate by setting psEncC->transition_frame_no = 0;
SKP_Silk_LPC_analysis_filter(short[], int, short[], short[], short[], int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.MA
 
SKP_Silk_LPC_analysis_filter10_FLP(float[], float[], float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.LPCAnalysisFilterFLP
10th order LPC analysis filter, does not write first 10 samples
SKP_Silk_LPC_analysis_filter12_FLP(float[], float[], float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.LPCAnalysisFilterFLP
12th order LPC analysis filter, does not write first 12 samples.
SKP_Silk_LPC_analysis_filter16_FLP(float[], float[], float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.LPCAnalysisFilterFLP
16th order LPC analysis filter, does not write first 16 samples.
SKP_Silk_LPC_analysis_filter8_FLP(float[], float[], float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.LPCAnalysisFilterFLP
8th order LPC analysis filter, does not write first 8 samples.
SKP_Silk_LPC_analysis_filter_FLP(float[], float[], float[], int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.LPCAnalysisFilterFLP
 
SKP_Silk_LPC_fit(short[], int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.LPCStabilize
 
SKP_Silk_LPC_inverse_pred_gain(int[], short[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.LPCInvPredGain
Compute inverse of LPC prediction gain, and test if LPC coefficients are stable (all poles within unit circle).
SKP_Silk_LPC_inverse_pred_gain_FLP(float[], float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.LPCInvPredGainFLP
compute inverse of LPC prediction gain, and test if LPC coefficients are stable (all poles within unit circle) this code is based on SKP_Silk_a2k_FLP().
SKP_Silk_LPC_inverse_pred_gain_Q13(int[], short[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.LPCInvPredGain
For input in Q13 domain.
SKP_Silk_LPC_stabilize(short[], int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.LPCStabilize
LPC stabilizer, for a single input data vector.
SKP_Silk_LPC_synthesis_filter(short[], short[], int, int[], short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.LPCSynthesisFilter
even order AR filter.
SKP_Silk_LPC_synthesis_order16(short[], short[], int, int[], short[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.LPCSynthesisOrder16
16th order AR filter
SKP_Silk_lsb_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_LSFCosTab_FIX_Q12 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.LSFCosTable
 
SKP_Silk_LTP_analysis_filter_FLP(float[], float[], int, float[], int[], float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.LTPAnalysisFilterFLP
 
SKP_Silk_LTP_gain_BITS_Q6_0 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesLTP
 
SKP_Silk_LTP_gain_BITS_Q6_1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesLTP
 
SKP_Silk_LTP_gain_BITS_Q6_2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesLTP
 
SKP_Silk_LTP_gain_BITS_Q6_ptrs - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesLTP
 
SKP_Silk_LTP_gain_CDF_0 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesLTP
 
SKP_Silk_LTP_gain_CDF_1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesLTP
 
SKP_Silk_LTP_gain_CDF_2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesLTP
 
SKP_Silk_LTP_gain_CDF_offsets - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesLTP
 
SKP_Silk_LTP_gain_CDF_ptrs - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesLTP
 
SKP_Silk_LTP_gain_middle_avg_RD_Q14 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesLTP
 
SKP_Silk_LTP_gain_vq_0_Q14 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesLTP
 
SKP_Silk_LTP_gain_vq_1_Q14 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesLTP
 
SKP_Silk_LTP_gain_vq_2_Q14 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesLTP
 
SKP_Silk_LTP_per_index_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesLTP
 
SKP_Silk_LTP_per_index_CDF_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesLTP
 
SKP_Silk_LTP_scale_ctrl_FLP(SKP_Silk_encoder_state_FLP, SKP_Silk_encoder_control_FLP) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.LTPScaleCtrlFLP
 
SKP_Silk_LTP_vq_ptrs_Q14 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesLTP
 
SKP_Silk_LTP_vq_sizes - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesLTP
 
SKP_Silk_LTPscale_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_LTPscale_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_LTPScales_table_Q14 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_MA(short[], int, short[], int[], short[], int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.MA
Variable order MA filter.
SKP_Silk_MA_Prediction(short[], int, short[], int, int[], short[], int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.MA
Variable order MA prediction error filter.
SKP_Silk_MA_Prediction_Q13(short[], int, short[], int[], short[], int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.MA
 
SKP_Silk_MAX_CORRELATION_LENGTH - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIXConstants
max input length to the correlation.
SKP_Silk_MAX_ORDER_LPC - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIXConstants
max order of the LPC analysis in schur() and k2a().
SKP_Silk_max_pulses_table - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPulsesPerBlock
 
SKP_SILK_MORE_FRAMES - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
SKP_Silk_NLSF2A(short[], int[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.NLSF2A
compute whitening filter coefficients from normalized line spectral frequencies.
SKP_Silk_NLSF2A_find_poly(int[], int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.NLSF2A
helper function for NLSF2A(..).
SKP_Silk_NLSF2A_stable(short[], int[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.NLSF2AStable
Convert NLSF parameters to stable AR prediction filter coefficients.
SKP_Silk_NLSF2A_stable_FLP(float[], float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.WrappersFLP
 
SKP_Silk_NLSF_CB0_10 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB010
 
SKP_Silk_NLSF_CB0_10_FLP - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB010FLP
 
SKP_Silk_NLSF_CB0_10_Stage_info - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB010
 
SKP_Silk_NLSF_CB0_10_Stage_info_FLP - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB010FLP
 
SKP_Silk_NLSF_CB0_16 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB016
 
SKP_Silk_NLSF_CB0_16_FLP - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB016FLP
 
SKP_Silk_NLSF_CB0_16_Stage_info - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB016
 
SKP_Silk_NLSF_CB0_16_Stage_info_FLP - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB016FLP
 
SKP_Silk_NLSF_CB1_10 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB110
 
SKP_Silk_NLSF_CB1_10_FLP - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB110FLP
 
SKP_Silk_NLSF_CB1_10_Stage_info - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB110
 
SKP_Silk_NLSF_CB1_10_Stage_info_FLP - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB110FLP
 
SKP_Silk_NLSF_CB1_16 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB116
 
SKP_Silk_NLSF_CB1_16_FLP - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB116FLP
 
SKP_Silk_NLSF_CB1_16_Stage_info - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB116
 
SKP_Silk_NLSF_CB1_16_Stage_info_FLP - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB116FLP
 
SKP_Silk_NLSF_CB_FLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
SKP_Silk_NLSF_CB_FLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CB_FLP
 
SKP_Silk_NLSF_CB_FLP(int, SKP_Silk_NLSF_CBS_FLP[], float[], int[], int[][], int[]) - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CB_FLP
 
SKP_Silk_NLSF_CB_struct - Class in org.jitsi.impl.neomedia.codec.audio.silk
Class containing NLSF MSVQ codebook.
SKP_Silk_NLSF_CB_struct(int, SKP_Silk_NLSF_CBS[], int[], int[], int[][], int[]) - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CB_struct
 
SKP_Silk_NLSF_CB_struct() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CB_struct
 
SKP_Silk_NLSF_CBS - Class in org.jitsi.impl.neomedia.codec.audio.silk
Class for one stage of MSVQ.
SKP_Silk_NLSF_CBS(int, short[], short[]) - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CBS
 
SKP_Silk_NLSF_CBS(int, short[], int, short[], int) - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CBS
 
SKP_Silk_NLSF_CBS() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CBS
 
SKP_Silk_NLSF_CBS_FLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
SKP_Silk_NLSF_CBS_FLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CBS_FLP
 
SKP_Silk_NLSF_CBS_FLP(int, float[], float[]) - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CBS_FLP
 
SKP_Silk_NLSF_CBS_FLP(int, float[], int, float[], int) - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CBS_FLP
 
SKP_Silk_NLSF_interpolation_factor_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_NLSF_interpolation_factor_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_NLSF_MSVQ_CB0_10 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB010FLP
 
SKP_Silk_NLSF_MSVQ_CB0_10_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB010
 
SKP_Silk_NLSF_MSVQ_CB0_10_CDF_middle_idx - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB010
 
SKP_Silk_NLSF_MSVQ_CB0_10_CDF_start_ptr - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB010
 
SKP_Silk_NLSF_MSVQ_CB0_10_ndelta_min - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB010FLP
 
SKP_Silk_NLSF_MSVQ_CB0_10_ndelta_min_Q15 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB010
 
SKP_Silk_NLSF_MSVQ_CB0_10_Q15 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB010
 
SKP_Silk_NLSF_MSVQ_CB0_10_rates - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB010FLP
 
SKP_Silk_NLSF_MSVQ_CB0_10_rates_Q5 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB010
 
SKP_Silk_NLSF_MSVQ_CB0_16 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB016FLP
 
SKP_Silk_NLSF_MSVQ_CB0_16_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB016
 
SKP_Silk_NLSF_MSVQ_CB0_16_CDF_middle_idx - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB016
 
SKP_Silk_NLSF_MSVQ_CB0_16_CDF_start_ptr - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB016
 
SKP_Silk_NLSF_MSVQ_CB0_16_ndelta_min - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB016FLP
 
SKP_Silk_NLSF_MSVQ_CB0_16_ndelta_min_Q15 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB016
 
SKP_Silk_NLSF_MSVQ_CB0_16_Q15 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB016
 
SKP_Silk_NLSF_MSVQ_CB0_16_rates - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB016FLP
 
SKP_Silk_NLSF_MSVQ_CB0_16_rates_Q5 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB016
 
SKP_Silk_NLSF_MSVQ_CB1_10 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB110FLP
 
SKP_Silk_NLSF_MSVQ_CB1_10_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB110
 
SKP_Silk_NLSF_MSVQ_CB1_10_CDF_middle_idx - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB110
 
SKP_Silk_NLSF_MSVQ_CB1_10_CDF_start_ptr - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB110
 
SKP_Silk_NLSF_MSVQ_CB1_10_ndelta_min - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB110FLP
 
SKP_Silk_NLSF_MSVQ_CB1_10_ndelta_min_Q15 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB110
 
SKP_Silk_NLSF_MSVQ_CB1_10_Q15 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB110
 
SKP_Silk_NLSF_MSVQ_CB1_10_rates - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB110FLP
 
SKP_Silk_NLSF_MSVQ_CB1_10_rates_Q5 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB110
 
SKP_Silk_NLSF_MSVQ_CB1_16 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB116FLP
 
SKP_Silk_NLSF_MSVQ_CB1_16_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB116
 
SKP_Silk_NLSF_MSVQ_CB1_16_CDF_middle_idx - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB116
 
SKP_Silk_NLSF_MSVQ_CB1_16_CDF_start_ptr - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB116
 
SKP_Silk_NLSF_MSVQ_CB1_16_ndelta_min - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB116FLP
 
SKP_Silk_NLSF_MSVQ_CB1_16_ndelta_min_Q15 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB116
 
SKP_Silk_NLSF_MSVQ_CB1_16_Q15 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB116
 
SKP_Silk_NLSF_MSVQ_CB1_16_rates - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB116FLP
 
SKP_Silk_NLSF_MSVQ_CB1_16_rates_Q5 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB116
 
SKP_Silk_NLSF_MSVQ_decode(int[], SKP_Silk_NLSF_CB_struct, int[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.NLSFMSVQDecode
NLSF vector decoder.
SKP_Silk_NLSF_MSVQ_decode_FLP(float[], SKP_Silk_NLSF_CB_FLP, int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.NLSFMSVQDecodeFLP
NLSF vector decoder.
SKP_Silk_NLSF_MSVQ_encode_FLP(int[], float[], SKP_Silk_NLSF_CB_FLP, float[], float[], float, float, int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.NLSFMSVQEncodeFLP
NLSF vector encoder.
SKP_Silk_NLSF_stabilize(int[], int, int[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.NLSFStabilize
NLSF stabilizer, for a single input data vector.
SKP_Silk_NLSF_stabilize_FLP(float[], float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.WrappersFLP
 
SKP_Silk_NLSF_stabilize_multi(int[], int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.NLSFStabilize
NLSF stabilizer, over multiple input column data vectors.
SKP_Silk_NLSF_VQ_rate_distortion_FLP(float[], SKP_Silk_NLSF_CBS_FLP, float[], float[], float[], float, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.NLSFVQRateDistortionFLP
Rate-Distortion calculations for multiple input data vectors.
SKP_Silk_NLSF_VQ_sum_error_FLP(float[], float[], float[], float[], int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.NLSFVQSumErrorFLP
compute weighted quantization errors for LPC_order element input vectors, over one codebook stage.
SKP_Silk_NLSF_VQ_weights_laroia_FLP(float[], float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.NLSFVQWeightsLaroiaFLP
Laroia low complexity NLSF weights.
SKP_SILK_NO_ERROR - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Errors
 
SKP_SILK_NO_LBRR - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
SKP_Silk_noise_shape_analysis_FLP(SKP_Silk_encoder_state_FLP, SKP_Silk_encoder_control_FLP, float[], int, float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.NoiseShapeAnalysisFLP
Compute noise shaping coefficients and initial gain values.
SKP_Silk_noise_shape_quantizer(SKP_Silk_nsq_state, int, int[], byte[], int, short[], int, int[], short[], int, short[], int, short[], int, int, int, int, int, int, int, int, int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.NSQ
SKP_Silk_noise_shape_quantizer.
SKP_Silk_noise_shape_quantizer_del_dec(SKP_Silk_nsq_state, NSQDelDecStruct[], int, int[], byte[], int, short[], int, int[], short[], int, short[], int, short[], int, int, int, int, int, int, int, int, int, int, int, int, int, int[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.NSQDelDec
Noise shape quantizer for one subframe.
SKP_Silk_norm16(short) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Inlines
returns the number of left shifts before overflow for a 16 bit number (ITU definition with norm(0)=0).
SKP_Silk_norm32(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Inlines
returns the number of left shifts before overflow for a 32 bit number (ITU definition with norm(0)=0)
SKP_Silk_NSQ(SKP_Silk_encoder_state, SKP_Silk_encoder_control, SKP_Silk_nsq_state, short[], byte[], int, short[], short[], short[], int[], int[], int[], int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.NSQ
 
SKP_Silk_NSQ_del_dec(SKP_Silk_encoder_state, SKP_Silk_encoder_control, SKP_Silk_nsq_state, short[], byte[], int, short[], short[], short[], int[], int[], int[], int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.NSQDelDec
 
SKP_Silk_nsq_del_dec_scale_states(SKP_Silk_nsq_state, NSQDelDecStruct[], short[], int, int[], int, short[], int[], int, int, int, int, int[], int[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.NSQDelDec
 
SKP_Silk_nsq_scale_states(SKP_Silk_nsq_state, short[], int, int[], int, short[], int[], int, int, int[], int[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.NSQ
 
SKP_Silk_nsq_state - Class in org.jitsi.impl.neomedia.codec.audio.silk
Noise shaping quantization state.
SKP_Silk_nsq_state() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_nsq_state
 
SKP_Silk_NSQ_wrapper_FLP(SKP_Silk_encoder_state_FLP, SKP_Silk_encoder_control_FLP, float[], int, byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.WrappersFLP
 
SKP_Silk_pitch_analysis_core_FLP(float[], int[], int[], int[], float[], int, float, float, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.PitchAnalysisCoreFLP
CORE PITCH ANALYSIS FUNCTION.
SKP_Silk_pitch_contour_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPitchLag
 
SKP_Silk_pitch_contour_CDF_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPitchLag
 
SKP_Silk_pitch_contour_NB_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPitchLag
 
SKP_Silk_pitch_contour_NB_CDF_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPitchLag
 
SKP_Silk_pitch_delta_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPitchLag
 
SKP_Silk_pitch_delta_CDF_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPitchLag
 
SKP_Silk_PITCH_EST_MAX_COMPLEX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIXConstants
 
SKP_Silk_PITCH_EST_MID_COMPLEX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIXConstants
 
SKP_Silk_PITCH_EST_MIN_COMPLEX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIXConstants
 
SKP_Silk_pitch_lag_MB_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPitchLag
 
SKP_Silk_pitch_lag_MB_CDF_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPitchLag
 
SKP_Silk_pitch_lag_NB_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPitchLag
 
SKP_Silk_pitch_lag_NB_CDF_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPitchLag
 
SKP_Silk_pitch_lag_SWB_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPitchLag
 
SKP_Silk_pitch_lag_SWB_CDF_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPitchLag
 
SKP_Silk_pitch_lag_WB_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPitchLag
 
SKP_Silk_pitch_lag_WB_CDF_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPitchLag
 
SKP_Silk_PLC(SKP_Silk_decoder_state, SKP_Silk_decoder_control, short[], int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.PLC
 
SKP_Silk_PLC_conceal(SKP_Silk_decoder_state, SKP_Silk_decoder_control, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.PLC
 
SKP_Silk_PLC_glue_frames(SKP_Silk_decoder_state, SKP_Silk_decoder_control, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.PLC
Glues concealed frames with new good recieved frames.
SKP_Silk_PLC_Reset(SKP_Silk_decoder_state) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.PLC
PLC reset.
SKP_Silk_PLC_struct - Class in org.jitsi.impl.neomedia.codec.audio.silk
Class for Packet Loss Concealment.
SKP_Silk_PLC_struct() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_PLC_struct
 
SKP_Silk_PLC_update(SKP_Silk_decoder_state, SKP_Silk_decoder_control, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.PLC
Update state of PLC
SKP_Silk_predict_state_FLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
Prediction analysis state
SKP_Silk_predict_state_FLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_predict_state_FLP
 
SKP_Silk_prefilt_FLP(SKP_Silk_prefilter_state_FLP, float[], int, float[], int, float[], float, float, float, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.PrefilterFLP
SKP_Silk_prefilter_part1.
SKP_Silk_prefilter_FLP(SKP_Silk_encoder_state_FLP, SKP_Silk_encoder_control_FLP, float[], float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.PrefilterFLP
SKP_Silk_prefilter.
SKP_Silk_prefilter_state_FLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
Prefilter state
SKP_Silk_prefilter_state_FLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_prefilter_state_FLP
 
SKP_Silk_process_gains_FLP(SKP_Silk_encoder_state_FLP, SKP_Silk_encoder_control_FLP) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ProcessGainsFLP
Processing of gains.
SKP_Silk_process_NLSFs_FLP(SKP_Silk_encoder_state_FLP, SKP_Silk_encoder_control_FLP, float[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ProcessNLSFsFLP
Limit, stabilize, convert and quantize NLSFs.
SKP_Silk_pulses_per_block_BITS_Q6 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPulsesPerBlock
 
SKP_Silk_pulses_per_block_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPulsesPerBlock
 
SKP_Silk_pulses_per_block_CDF_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPulsesPerBlock
 
SKP_Silk_quant_LTP_gains_FLP(float[], int[], int[], float[], float, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.QuantLTPGainsFLP
 
SKP_Silk_Quantization_Offsets - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOtherFLP
 
SKP_Silk_Quantization_Offsets_Q10 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_range_coder_check_after_decoding(SKP_Silk_range_coder_state) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.RangeCoder
Check that any remaining bits in the last byte are set to 1.
SKP_Silk_range_coder_get_length(SKP_Silk_range_coder_state, int[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.RangeCoder
Determine length of bitstream.
SKP_Silk_range_coder_state - Class in org.jitsi.impl.neomedia.codec.audio.silk
Range encoder/decoder state.
SKP_Silk_range_coder_state() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_range_coder_state
 
SKP_Silk_range_dec_init(SKP_Silk_range_coder_state, byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.RangeCoder
Initialize range decoder.
SKP_Silk_range_decoder(int[], int, SKP_Silk_range_coder_state, int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.RangeCoder
Range decoder for one symbol.
SKP_Silk_range_decoder_multi(int[], SKP_Silk_range_coder_state, int[][], int[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.RangeCoder
Range decoder for multiple symbols.
SKP_Silk_range_enc_init(SKP_Silk_range_coder_state) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.RangeCoder
Initialize range encoder.
SKP_Silk_range_enc_wrap_up(SKP_Silk_range_coder_state) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.RangeCoder
Write shortest uniquely decodable stream to buffer, and determine its length.
SKP_Silk_range_encoder(SKP_Silk_range_coder_state, int, int[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.RangeCoder
Range encoder for one symbol.
SKP_Silk_range_encoder_multi(SKP_Silk_range_coder_state, int[], int[][], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.RangeCoder
Range encoder for multiple symbols.
SKP_Silk_rate_levels_BITS_Q6 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPulsesPerBlock
 
SKP_Silk_rate_levels_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPulsesPerBlock
 
SKP_Silk_rate_levels_CDF_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPulsesPerBlock
 
SKP_Silk_regularize_correlations_FLP(float[], int, float[], int, float, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.RegularizeCorrelationsFLP
 
SKP_Silk_resampler(SKP_Silk_resampler_state_struct, short[], int, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Resampler
Resampler: convert from one sampling rate to another.
SKP_Silk_Resampler_120_441_ARMA4_COEFS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
SKP_Silk_Resampler_160_441_ARMA4_COEFS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
SKP_Silk_Resampler_1_2_COEFS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
SKP_Silk_Resampler_1_3_COEFS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
SKP_Silk_Resampler_1_3_COEFS_LQ - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
SKP_Silk_Resampler_240_441_ARMA4_COEFS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
SKP_Silk_Resampler_2_3_COEFS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
SKP_Silk_Resampler_2_3_COEFS_LQ - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
SKP_Silk_Resampler_320_441_ARMA4_COEFS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
SKP_Silk_Resampler_3_4_COEFS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
SKP_Silk_Resampler_3_8_COEFS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
SKP_Silk_Resampler_80_441_ARMA4_COEFS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
SKP_Silk_resampler_clear(SKP_Silk_resampler_state_struct) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Resampler
Clear the states of all resampling filters, without resetting sampling rate ratio.
SKP_Silk_resampler_down2(int[], int, short[], int, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerDown2
Downsample by a factor 2, mediocre quality.
SKP_Silk_resampler_down2_0 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
SKP_Silk_resampler_down2_1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
SKP_Silk_resampler_down2_3(int[], int, short[], int, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerDown23
Downsample by a factor 2/3, low quality.
SKP_Silk_resampler_down3(int[], int, short[], int, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerDown3
Downsample by a factor 3, low quality.
SKP_Silk_resampler_frac_FIR_144 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
SKP_Silk_resampler_init(SKP_Silk_resampler_state_struct, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Resampler
Initialize/reset the resampler state for a given pair of input/output sampling rates.
SKP_Silk_RESAMPLER_MAX_FIR_ORDER - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerStructs
 
SKP_Silk_RESAMPLER_MAX_IIR_ORDER - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerStructs
 
SKP_Silk_resampler_private_AR2(int[], int, int[], int, short[], int, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateAR2
Second order AR filter with single delay elements.
SKP_Silk_resampler_private_ARMA4(int[], int, short[], int, short[], int, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateARMA4
 
SKP_Silk_resampler_private_copy(Object, short[], int, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateCopy
Simple copy.
SKP_Silk_resampler_private_down4(int[], int, short[], int, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateDown4
Downsample by a factor 4.
SKP_Silk_resampler_private_down_FIR(Object, short[], int, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateDownFIR
Resample with a 2x downsampler (optional), a 2nd order AR filter followed by FIR interpolation.
SKP_Silk_resampler_private_IIR_FIR(Object, short[], int, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateIIRFIR
Upsample using a combination of allpass-based 2x upsampling and FIR interpolation.
SKP_Silk_resampler_private_up2_HQ(int[], int, short[], int, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateUp2HQ
Upsample by a factor 2, high quality.
SKP_Silk_resampler_private_up2_HQ_wrapper(Object, short[], int, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateUp2HQ
the wrapper method.
SKP_Silk_resampler_private_up4(int[], int, short[], int, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateUp4
Upsample by a factor 4.
SKP_Silk_resampler_state_struct - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
SKP_Silk_resampler_state_struct() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
SKP_Silk_resampler_up2(int[], int, short[], int, short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerUp2
Up-sample by a factor 2, low quality.
SKP_Silk_resampler_up2_hq_0 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
SKP_Silk_resampler_up2_hq_1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
SKP_Silk_resampler_up2_hq_notch - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
SKP_Silk_resampler_up2_lq_0 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
SKP_Silk_resampler_up2_lq_1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
SKP_Silk_residual_energy_covar_FLP(float[], int, float[], int, float[], float, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ResidualEnergyFLP
Residual energy: nrg = wxx - 2 * wXx * c + c' * wXX * c.
SKP_Silk_residual_energy_FLP(float[], float[], float[][], float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ResidualEnergyFLP
Calculates residual energies of input subframes where all subframes have LPC_order of preceeding samples
SKP_Silk_SamplingRates_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_SamplingRates_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_SamplingRates_table - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_scale_copy_vector_FLP(float[], int, float[], int, float, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ScaleCopyVectorFLP
copy and multiply a vector by a constant.
SKP_Silk_scale_vector_FLP(float[], int, float, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ScaleVectorFLP
multiply a vector by a constant.
SKP_Silk_schur_FLP(float[], int, float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SchurFLP
 
SKP_SILK_SDK_DecControlStruct - Class in org.jitsi.impl.neomedia.codec.audio.silk
Class for controlling decoder operation and reading decoder status.
SKP_SILK_SDK_DecControlStruct() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_DecControlStruct
 
SKP_Silk_SDK_Decode(Object, SKP_SILK_SDK_DecControlStruct, int, byte[], int, int, short[], int, short[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.DecAPI
Decode a frame.
SKP_SILK_SDK_EncControlStruct - Class in org.jitsi.impl.neomedia.codec.audio.silk
Class for controlling encoder operation
SKP_SILK_SDK_EncControlStruct() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_EncControlStruct
 
SKP_Silk_SDK_Encode(Object, SKP_SILK_SDK_EncControlStruct, short[], int, int, byte[], int, short[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.EncAPI
Encode frame with Silk.
SKP_Silk_SDK_get_TOC(byte[], short, SKP_Silk_TOC_struct) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.DecAPI
Getting type of content for a packet.
SKP_Silk_SDK_get_version() - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.DecAPI
Get the version number.
SKP_Silk_SDK_InitDecoder(Object) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.DecAPI
Reset the decoder state.
SKP_Silk_SDK_InitEncoder(Object, SKP_SILK_SDK_EncControlStruct) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.EncAPI
Init or Reset encoder.
SKP_Silk_SDK_QueryEncoder(Object, SKP_SILK_SDK_EncControlStruct) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.EncAPI
Read control structure from encoder.
SKP_Silk_SDK_search_for_LBRR(byte[], int, short, int, byte[], int, short[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.DecAPI
Find LBRR information in a packet.
SKP_Silk_Seed_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_Seed_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_shape_state_FLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
Noise shaping analysis state.
SKP_Silk_shape_state_FLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_shape_state_FLP
 
SKP_Silk_shell_code_table0 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPulsesPerBlock
 
SKP_Silk_shell_code_table1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPulsesPerBlock
 
SKP_Silk_shell_code_table2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPulsesPerBlock
 
SKP_Silk_shell_code_table3 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPulsesPerBlock
 
SKP_Silk_shell_code_table_offsets - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesPulsesPerBlock
 
SKP_Silk_shell_decoder(int[], int, SKP_Silk_range_coder_state, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ShellCoder
Shell decoder, operates on one shell code frame of 16 pulses.
SKP_Silk_shell_encoder(SKP_Silk_range_coder_state, int[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.ShellCoder
Shell encoder, operates on one shell code frame of 16 pulses.
SKP_Silk_shell_insertion_sort_increasing(int[], int[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Sort
 
SKP_Silk_shell_sort_increasing_all_values(int[], int[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Sort
 
SKP_Silk_sigm_Q15(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigmQ15
 
SKP_Silk_sign_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesSign
 
SKP_Silk_SIN_APPROX_Q24(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Inlines
Sine approximation; an input of 65536 corresponds to 2 * pi Uses polynomial expansion of the input to the power 0, 2, 4 and 6 The relative error is below 1e-5
SKP_Silk_solve_LDL_FLP(float[], int, int, float[], float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SolveLSFLP
Function to solve linear equation Ax = b, when A is a MxM symmetric square matrix - using LDL factorisation.
SKP_Silk_SolveWithLowerTriangularWdiagOnes_FLP(float[], int, float[], float[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SolveLSFLP
Function to solve linear equation Ax = b, when A is a MxM lower triangular matrix, with ones on the diagonal.
SKP_Silk_SolveWithUpperTriangularFromLowerWdiagOnes_FLP(float[], int, float[], float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SolveLSFLP
Function to solve linear equation (A^T)x = b, when A is a MxM lower triangular, with ones on the diagonal.
SKP_Silk_SQRT_APPROX(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Inlines
Approximation of square root Accuracy: < +/- 10% for output values > 15 < +/- 2.5% for output values > 120
SKP_Silk_sum_sqr_shift(int[], int[], short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SumSqrShift
Compute number of bits to right shift the sum of squares of a vector of int16s to make it fit in an int32.
SKP_Silk_SWB_detect_A_HP_Q13 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_SWB_detect_B_HP_Q13 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_TOC_struct - Class in org.jitsi.impl.neomedia.codec.audio.silk
Struct for TOC (Table of Contents).
SKP_Silk_TOC_struct() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_TOC_struct
 
SKP_Silk_Transition_LP_A_Q28 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_Transition_LP_B_Q28 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_type_offset_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesTypeOffset
 
SKP_Silk_type_offset_CDF_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesTypeOffset
 
SKP_Silk_type_offset_joint_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesTypeOffset
 
SKP_Silk_VAD_FLP(SKP_Silk_encoder_state_FLP, SKP_Silk_encoder_control_FLP, short[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.WrappersFLP
 
SKP_Silk_VAD_GetNoiseLevels(int[], SKP_Silk_VAD_state) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.VAD
Noise level estimation.
SKP_Silk_VAD_GetSA_Q8(SKP_Silk_VAD_state, int[], int[], int[], int[], short[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.VAD
Get the speech activity level in Q8.
SKP_Silk_VAD_Init(SKP_Silk_VAD_state) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.VAD
Initialization of the Silk VAD.
SKP_Silk_VAD_state - Class in org.jitsi.impl.neomedia.codec.audio.silk
VAD state.
SKP_Silk_VAD_state() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_VAD_state
 
SKP_Silk_vadflag_CDF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_vadflag_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SKP_Silk_VQ_WMat_EC_FLP(int[], int, float[], float[], int, float[], int, short[], short[], float, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.VQNearestNeighborFLP
entropy constrained MATRIX-weighted VQ, for a single input data vector.
SKP_SIN_APPROX_CONST0 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.InlinesConstants
 
SKP_SIN_APPROX_CONST1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.InlinesConstants
 
SKP_SIN_APPROX_CONST2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.InlinesConstants
 
SKP_SIN_APPROX_CONST3 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.InlinesConstants
 
SKP_SMLABB(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Macros
 
SKP_SMLABB_ovflw(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
SKP_SMLABB(a32, b32, c32)
SKP_SMLABT(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Macros
 
SKP_SMLABT_ovflw(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
SKP_SMLABT(a32, b32, c32)
SKP_SMLAL(long, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Macros
 
SKP_SMLALBB(long, short, short) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
SKP_ADD64((a64),(SKP_int64)((SKP_int32)(b16) * (SKP_int32)(c16))).
SKP_SMLATT(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
a32 + ((b32 >> 16) * (c32 >> 16)) output have to be 32bit int
SKP_SMLATT_ovflw(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
SKP_SMLATT(a32, b32, c32)
SKP_SMLAWB(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Macros
 
SKP_SMLAWB_ovflw(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
SKP_SMLAWB(a32, b32, c32)
SKP_SMLAWT(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Macros
 
SKP_SMLAWT_ovflw(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
SKP_SMLAWT(a32, b32, c32)
SKP_SMLAWW(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Macros
 
SKP_SMMUL(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_SMULBB(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Macros
 
SKP_SMULBT(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Macros
 
SKP_SMULL(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
(a32 * b32)
SKP_SMULTT(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a32 >> 16) * (b32 >> 16)) output have to be 32bit int
SKP_SMULWB(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Macros
 
SKP_SMULWT(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Macros
 
SKP_SMULWW(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Macros
 
SKP_sqrt(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_STR_CASEINSENSITIVE_COMPARE(String, String) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Typedef
 
SKP_SUB16(short, short) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a) - (b))
SKP_SUB32(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a) - (b))
SKP_SUB64(long, long) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
((a) - (b))
SKP_SUB_LSHIFT32(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
SKP_SUB32((a), SKP_LSHIFT32((b), (shift))) // shift >= 0
SKP_SUB_RSHIFT32(int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
SKP_SUB32((a), SKP_RSHIFT32((b), (shift))) // shift >= 0
SKP_SUB_SAT16(short, short) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_SUB_SAT32(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.Macros
 
SKP_SUB_SAT64(long, long) - Static method in class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SKP_TRUE - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Typedef
 
SKP_uint16_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Typedef
 
SKP_uint16_MIN - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Typedef
 
SKP_uint32_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Typedef
 
SKP_uint32_MIN - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Typedef
 
SKP_uint8_MAX - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Typedef
 
SKP_uint8_MIN - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Typedef
 
sLF_AR_shp1 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_prefilter_state_FLP
 
sLF_AR_shp2 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_prefilter_state_FLP
 
sLF_AR_shp_Q12 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_nsq_state
 
sLF_MA_shp1 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_prefilter_state_FLP
 
sLF_MA_shp2 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_prefilter_state_FLP
 
sLP - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
sLPC_Q14 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.NSQDelDecStruct
 
sLPC_Q14 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
sLPC_Q14 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_nsq_state
 
sLTP_buf_idx - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_nsq_state
 
sLTP_Q16 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
sLTP_shp1 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_prefilter_state_FLP
 
sLTP_shp2 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_prefilter_state_FLP
 
sLTP_shp_buf_idx - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_nsq_state
 
sLTP_shp_buf_idx1 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_prefilter_state_FLP
 
sLTP_shp_buf_idx2 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_prefilter_state_FLP
 
sLTP_shp_Q10 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.NSQ_sample_struct
 
sLTP_shp_Q10 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_nsq_state
 
smath(float[], int, float[], int, float) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
sn_flags - Variable in class org.jitsi.sctp4j.SctpNotification
 
sn_length - Variable in class org.jitsi.sctp4j.SctpNotification
 
sn_type - Variable in class org.jitsi.sctp4j.SctpNotification
 
SNR_dB - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
SNR_table_one_bit_per_sample_Q7 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
SNR_table_Q1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
sNSQ - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
sNSQ_LBRR - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
socket - Variable in class org.jitsi.impl.neomedia.RTPConnectorInputStream
 
SolveLSFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
SolveLSFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SolveLSFLP
 
Sort - Class in org.jitsi.impl.neomedia.codec.audio.silk
Insertion sort (fast for already almost sorted arrays): Best case: O(n) for an already sorted array Worst case: O(n^2) for an inversely sorted array Shell short: http://en.wikipedia.org/wiki/Shell_sort
Sort() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Sort
 
sort_sq(int[], int, float, float[], int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
SortedProperties - Class in org.jitsi.impl.configuration
This class is a sorted version of classical java.util.Properties.
SortedProperties() - Constructor for class org.jitsi.impl.configuration.SortedProperties
 
SortFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
Insertion sort (fast for already almost sorted arrays): Best case: O(n) for an already sorted array Worst case: O(n^2) for an inversely sorted array To be implemented: Shell short: http://en.wikipedia.org/wiki/Shell_sort
SortFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SortFLP
 
SoundFileUtils - Class in org.jitsi.util
Defines the different permit extension file.
SoundFileUtils() - Constructor for class org.jitsi.util.SoundFileUtils
 
source_info_get_description(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
source_info_get_flags(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
source_info_get_formats(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
source_info_get_index(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
source_info_get_monitor_of_sink(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
source_info_get_name(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
source_info_get_sample_spec_channels(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
source_info_get_sample_spec_format(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
source_info_get_sample_spec_rate(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
SourcePacket - Class in org.jitsi.impl.neomedia.rtp.translator
Privately used by PushSourceStreamImpl at the time of this writing and extracted into its own file for the sake of readability.
SourcePacket(byte[], int, int) - Constructor for class org.jitsi.impl.neomedia.rtp.translator.SourcePacket
 
sourceSSRC - Variable in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
SSRC of media source.
SourceStreamDelegate<T extends javax.media.protocol.SourceStream> - Class in org.jitsi.impl.neomedia.protocol
Implements a SourceStream which wraps a specific SourceStream.
SourceStreamDelegate(T) - Constructor for class org.jitsi.impl.neomedia.protocol.SourceStreamDelegate
Initializes a new SourceStreamDelegate instance which is to wrap a specific SourceStream.
SPARSE_SNR_INCR_dB - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
sparseness - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
SPARSENESS_THRESHOLD_QNT_OFFSET - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
specialize(YUVFormat, Class<?>) - Static method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
 
speech_activity - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
SPEECH_ACTIVITY_DTX_THRES - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
Speex - Class in org.jitsi.impl.neomedia.codec.audio.speex
Provides the interface to the native Speex library.
SPEEX - Static variable in class org.jitsi.service.neomedia.codec.Constants
The SPEEX constant.
speex_bits_destroy(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_bits_init() - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_bits_nbytes(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_bits_read_from(long, byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_bits_remaining(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_bits_reset(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_bits_write(long, byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_decode_int(long, long, byte[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_decoder_ctl(long, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_decoder_ctl(long, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_decoder_destroy(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_decoder_init(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_encode_int(long, byte[], int, long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_encoder_ctl(long, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_encoder_ctl(long, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_encoder_destroy(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_encoder_init(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
SPEEX_GET_FRAME_SIZE - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_lib_get_mode(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
SPEEX_MODEID_NB - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
SPEEX_MODEID_UWB - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
SPEEX_MODEID_WB - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_resampler_destroy(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_resampler_init(int, int, int, int, long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_resampler_process_interleaved_int(long, byte[], int, int, byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
SPEEX_RESAMPLER_QUALITY_VOIP - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_resampler_set_rate(long, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
SPEEX_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
The SPEEX/RTP constant.
SPEEX_SET_ENH - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
SPEEX_SET_QUALITY - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
SPEEX_SET_SAMPLING_RATE - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
SpeexResampler - Class in org.jitsi.impl.neomedia.codec.audio.speex
Implements an audio resampler using Speex.
SpeexResampler() - Constructor for class org.jitsi.impl.neomedia.codec.audio.speex.SpeexResampler
Initializes a new SpeexResampler instance.
sPLC - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
SplitVQ(float[], int, int[], int, float[], int, float[], int, int[], int[]) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
sPred - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
sPrefilt - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
sRC - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
sRC - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
sRC_LBRR - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
srReceived(RTCPSRPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Notifies this instance that an RTCP SR packet was received.
srReceived(RTCPSRPacket) - Method in class org.jitsi.impl.neomedia.rtp.RTCPPacketListenerAdapter
Notifies this listener that an RTCPSRPacket has been received.
srReceived(RTCPSRPacket) - Method in interface org.jitsi.service.neomedia.rtp.RTCPPacketListener
Notifies this listener that an RTCPSRPacket has been received.
SRTCPCryptoContext - Class in org.jitsi.impl.neomedia.transform.srtp
SRTPCryptoContext class is the core class of SRTP implementation.
SRTCPCryptoContext(int) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTCPCryptoContext
Construct an empty SRTPCryptoContext using ssrc.
SRTCPCryptoContext(int, byte[], byte[], SRTPPolicy) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTCPCryptoContext
Construct a normal SRTPCryptoContext based on the given parameters.
SRTCPTransformer - Class in org.jitsi.impl.neomedia.transform.srtp
SRTCPTransformer implements PacketTransformer.
SRTCPTransformer(SRTPTransformer) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTCPTransformer
Constructs an SRTCPTransformer, sharing its SRTPContextFactory instances with a given SRTPTransformer.
SRTCPTransformer(SRTPContextFactory) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTCPTransformer
Constructs a SRTCPTransformer object.
SRTCPTransformer(SRTPContextFactory, SRTPContextFactory) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTCPTransformer
Constructs a SRTCPTransformer object.
SRTP_PROTECTION_PROFILES - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
The SRTPProtectionProfiles supported by DtlsControlImpl.
SRTPCipherCTR - Class in org.jitsi.impl.neomedia.transform.srtp
SRTPCipherCTR implementations implement SRTP Counter Mode Encryption.
SRTPCipherCTR() - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTPCipherCTR
 
SRTPCipherCTRJava - Class in org.jitsi.impl.neomedia.transform.srtp
 
SRTPCipherCTRJava(BlockCipher) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTPCipherCTRJava
 
SRTPCipherCTROpenSSL - Class in org.jitsi.impl.neomedia.transform.srtp
 
SRTPCipherCTROpenSSL() - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTPCipherCTROpenSSL
 
SRTPCipherF8 - Class in org.jitsi.impl.neomedia.transform.srtp
SRTPCipherF8 implements SRTP F8 Mode Encryption for 128 bits block cipher.
SRTPCipherF8(BlockCipher) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTPCipherF8
 
SRTPCipherF8.F8Context - Class in org.jitsi.impl.neomedia.transform.srtp
F8 mode encryption context, see RFC3711 section 4.1.2 for detailed description.
SRTPContextFactory - Class in org.jitsi.impl.neomedia.transform.srtp
The SRTPContextFactory creates the initial crypto contexts for RTP and RTCP encryption using the supplied key material.
SRTPContextFactory(boolean, byte[], byte[], SRTPPolicy, SRTPPolicy) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTPContextFactory
Construct a SRTPTransformEngine based on given master encryption key, master salt key and SRTP/SRTCP policy.
SrtpControl - Interface in org.jitsi.service.neomedia
Controls SRTP encryption in the MediaStream.
SrtpControl.TransformEngine - Interface in org.jitsi.service.neomedia
Adds a cleanup() method to org.jitsi.impl.neomedia.transform.TransformEngine which is to go in hand with the cleanup() method of SrtpControl.
SrtpControlType - Enum in org.jitsi.service.neomedia
The SrtpControlType enumeration contains all currently known SrtpControl implementations.
SRTPCryptoContext - Class in org.jitsi.impl.neomedia.transform.srtp
SRTPCryptoContext class is the core class of SRTP implementation.
SRTPCryptoContext(boolean, int) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext
Constructs an empty SRTPCryptoContext using ssrc.
SRTPCryptoContext(boolean, int, int, long, byte[], byte[], SRTPPolicy) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext
Constructs a normal SRTPCryptoContext based on the given parameters.
SrtpListener - Interface in org.jitsi.service.neomedia.event
The SrtpListener is meant to be used by the media stream creator, as the name indicates in order to be notified when a security event has occurred that concerns a secure (media) transport i.e.
SRTPPolicy - Class in org.jitsi.impl.neomedia.transform.srtp
SRTPPolicy holds the SRTP encryption / authentication policy of a SRTP session.
SRTPPolicy(int, int, int, int, int, int) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
Construct a SRTPPolicy object based on given parameters.
srtpSecretsOff(ZrtpCallback.EnableSecurity) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
This method shall clear the ZRTP secrets.
srtpSecretsOn(String, String, boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Switch on the security.
srtpSecretsReady(ZrtpSrtpSecrets, ZrtpCallback.EnableSecurity) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Switch on the security for the defined part.
SRTPTransformer - Class in org.jitsi.impl.neomedia.transform.srtp
SRTPTransformer implements PacketTransformer and provides implementations for RTP packet to SRTP packet transformation and SRTP packet to RTP packet transformation logic.
SRTPTransformer(SRTPContextFactory) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTPTransformer
Initializes a new SRTPTransformer instance.
SRTPTransformer(SRTPContextFactory, SRTPContextFactory) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTPTransformer
Constructs a SRTPTransformer object.
sShape - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
ssrc - Variable in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
The SSRC of the fec stream NOTE that for ulpfec this might be the same as the associated media stream, whereas for flexfec it will be different
ssrc - Variable in class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
RTP/RTCP SSRC of this cryptographic context
SSRC_AUDIO_LEVEL_URN - Static variable in class org.jitsi.service.neomedia.RTPExtension
The URN identifying the RTP extension that allows clients to send to conference mixers the audio level of their packet payload.
SSRC_LIST - Static variable in class org.jitsi.impl.neomedia.device.MediaDeviceSession
The name of the property that corresponds to the array of SSRC identifiers that we store in this MediaDeviceSession instance and that we update upon adding and removing ReceiveStream
SSRCFactory - Interface in org.jitsi.service.neomedia
Declares a factory of synchronization source (SSRC) identifiers.
SSRCFactoryImpl - Class in org.jitsi.impl.neomedia
An SSRCFactory implementation which allows the first generated SSRC to be set by the user.
SSRCFactoryImpl(long) - Constructor for class org.jitsi.impl.neomedia.SSRCFactoryImpl
 
SsrcTransformEngine - Class in org.jitsi.impl.neomedia.transform.csrc
Implements read-only support for "A Real-Time Transport Protocol (RTP) Header Extension for Client-to-Mixer Audio Level Indication".
SsrcTransformEngine(MediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.transform.csrc.SsrcTransformEngine
Initializes a new SsrcTransformEngine to be utilized by a specific MediaStreamImpl.
sSWBdetect - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
STANDARD_PACKET_LOSS_CONCEALMENT - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
A simple replay or interpolation algorithm is being used to fill-in the missing packet; this approach is typically able to conceal isolated lost packets at low packet loss rates.
start(AudioMixerPushBufferStream, long) - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
Starts the input DataSources of this AudioMixer.
start() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements DataSource.start().
start() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
Starts the pushing of data out of this stream.
start() - Method in class org.jitsi.impl.neomedia.conference.InDataSourceDesc
Starts the effective input DataSource described by this instance if it is connected.
start(MediaDirection) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Starts the processing of media in this instance in a specific direction.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Starts the transfer of media data from this AbstractBufferCaptureDevice.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
Starts the transfer of media data from this AbstractBufferStream.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Starts the transfer of media data from this DataSource
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Starts the transfer of media data from this DataSource.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferStream
Starts the transfer of media data from this AbstractBufferStream.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DirectShowStream
Starts the transfer of media data from this PushBufferStream.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
 
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.ImageStream
Start desktop capture stream.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.MacCoreaudioStream
Starts the transfer of media data from this PullBufferStream.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.PortAudioStream
Starts the transfer of media data from this PullBufferStream.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.QuickTimeStream
Starts the transfer of media data from this PushBufferStream.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2Stream
Starts the transfer of media data from this PullBufferStream.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.AudioCaptureClient
Starts the transfer of media from the IAudioCaptureClient identified by the MediaLocator with which this instance has been initialized.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPIStream
Starts the transfer of media data from this AbstractBufferStream.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
Starts the rendering process.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Starts the rendering process.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
 
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Starts the rendering process.
start() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Starts capturing media from this stream's MediaDevice and then streaming it through the local StreamConnector toward the stream's target address and port.
start() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements CaptureDevice.start().
start() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements CaptureDevice.start().
start() - Method in class org.jitsi.impl.neomedia.protocol.FakePushBufferDataSource
Starts the transfer of media data from this DataSource.
start() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements DataSource.start().
start() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceAdapter
Implements DataSource.start().
start() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements DataSource.start().
start() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
Implements DataSource.start().
start(String, String) - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
Starts the recording of the media associated with this Recorder (e.g.
start(String, String) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
Starts the recording of the media associated with this Recorder (e.g.
start() - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
start(SendStreamImpl) - Method in class org.jitsi.impl.neomedia.rtp.translator.SendStreamDesc
 
start() - Method in class org.jitsi.impl.neomedia.rtp.translator.SendStreamImpl
 
start(MediaType) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Starts and enables zrtp in the stream holding this control.
start(MediaType) - Method in class org.jitsi.impl.neomedia.transform.NullSrtpControl
Starts and enables zrtp in the stream holding this control.
start(MediaType) - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
 
start(MediaType) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Starts and enables zrtp in the stream holding this control.
start() - Static method in class org.jitsi.service.libjitsi.LibJitsi
Starts/initializes the use of the libjitsi library.
start(Object) - Static method in class org.jitsi.service.libjitsi.LibJitsi
Starts/initializes the use of the libjitsi library.
start(BundleContext) - Method in class org.jitsi.service.libjitsi.LibJitsiActivator
 
start() - Method in interface org.jitsi.service.neomedia.MediaStream
Starts capturing media from this stream's MediaDevice and then streaming it through the local StreamConnector toward the stream's target address and port.
start(String, String) - Method in interface org.jitsi.service.neomedia.recording.Recorder
Starts the recording of the media associated with this Recorder (e.g.
start(MediaType) - Method in interface org.jitsi.service.neomedia.SrtpControl
Starts and enables zrtp in the stream holding this control.
START_BITRATE_BPS_PNAME - Static variable in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
The system property name of the initial value of the estimation, in bits per second.
start_bits - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
start_bits_20ms - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
start_bits_30ms - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
started() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
Notifies this instance that utilization of its DatagramSockets for data and/or control traffic has started.
started() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
Notifies this instance that utilization of its Sockets for data and/or control traffic has started.
started() - Method in interface org.jitsi.service.neomedia.StreamConnector
Notifies this instance that utilization of its DatagramSockets for data and/or control traffic has started.
started() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
Notifies this instance that utilization of its DatagramSockets for data and/or control traffic has started.
startedDirectionChanged(MediaDirection, MediaDirection) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Notifies this instance that the value of its startedDirection property has changed from a specific oldValue to a specific newValue.
startedDirectionChanged(MediaDirection, MediaDirection) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Notifies this instance that the value of its startedDirection property has changed from a specific oldValue to a specific newValue.
startfirst_bits - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
startfirst_bits_20ms - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
startfirst_bits_30ms - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
startOrNotifyThread() - Method in class org.jitsi.util.concurrent.RecurringRunnableExecutor
Starts or notifies RecurringRunnableExecutor.thread depending on and in accord with the state of this instance.
startProcessorInAccordWithDirection(Processor) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Starts a specific Processor if this MediaDeviceSession has been started and the specified Processor is not started.
StartPtr - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CB_FLP
 
StartPtr - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_NLSF_CB_struct
 
startRunning() - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureSession
 
startSending(DTMFRtpTone, int, int, int) - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfTransformEngine
DTMF sending stub: this is where we should set the transformer in the proper state so that it would start replacing packets with dtmf codes.
startSendingDTMF(DTMFTone, DTMFMethod, int, int, int) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Starts sending the specified DTMFTone until the stopSendingDTMF() method is called (Excepts for INBAND DTMF, which stops by itself this is why where there is no need to call the stopSendingDTMF).
startSendingDTMF(DTMFTone, DTMFMethod, int, int, int) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
Starts sending the specified DTMFTone until the stopSendingDTMF() method is called (Excepts for INBAND DTMF, which stops by itself this is why where there is no need to call the stopSendingDTMF).
startStream(String, Object, float, int, int, boolean, boolean, boolean, boolean, boolean) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
StartStream(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Commences audio processing.
startZrtp() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Start the ZRTP stack immediately, not autosensing mode.
state - Variable in class org.jitsi.sctp4j.SctpNotification.AssociationChange
 
state - Variable in class org.jitsi.sctp4j.SctpNotification.PeerAddressChange
 
STATE_BITS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
state_bits - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
state_bits_20ms - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
state_bits_30ms - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
state_frgqTbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
STATE_LEN - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
state_short_len - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_ulp
 
STATE_SHORT_LEN_20MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
STATE_SHORT_LEN_30MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
state_sq3Tbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
StateConstructW(int, int[], float[], int, float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_common
 
StateSearchW(float[], int, float[], int, float[], int, int[], int[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
statistics - Variable in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
Statistics for this fec receiver
Statistics() - Constructor for class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver.Statistics
 
StatisticsEngine - Class in org.jitsi.impl.neomedia.transform.rtcp
Implements a TransformEngine monitors the incoming and outgoing RTCP packets, logs and stores statistical data about an associated MediaStream.
StatisticsEngine(MediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.transform.rtcp.StatisticsEngine
Creates Statistic engine.
StatisticsImpl() - Constructor for class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation.StatisticsImpl
 
STEP - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Step betweem position of the same pulse.
STGM_READ - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
stMemLTbl - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
stop(AudioMixerPushBufferStream, long) - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
Stops the input DataSources of this AudioMixer.
stop() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements DataSource.stop().
stop() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
Stops the pushing of data out of this stream.
stop() - Method in class org.jitsi.impl.neomedia.conference.InDataSourceDesc
Stops the effective input DataSource described by this instance if it is connected.
stop(MediaDirection) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Stops the processing of media in this instance in a specific direction.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Stops the transfer of media data from this AbstractBufferCaptureDevice.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferStream
Stops the transfer of media data from this AbstractBufferStream.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Stops the transfer of media data from this DataSource.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Stops the transfer of media data from this DataSource.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferStream
Stops the transfer of media data from this AbstractBufferStream.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DirectShowStream
Stops the transfer of media data from this PushBufferStream.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
 
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.ImageStream
Stop desktop capture stream.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.MacCoreaudioStream
Stops the transfer of media data from this PullBufferStream.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.PortAudioStream
Stops the transfer of media data from this PullBufferStream.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.QuickTimeStream
Stops the transfer of media data from this PushBufferStream.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2Stream
Stops the transfer of media data from this PullBufferStream.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.AudioCaptureClient
Stops the transfer of media from the IAudioCaptureClient identified by the MediaLocator with which this instance has been initialized.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPIStream
Stops the transfer of media data from this AbstractBufferStream.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
Stops the rendering process.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Stops the rendering process.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
 
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Stops the rendering process.
stop() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Stops all streaming and capturing in this MediaStream and closes and releases all open/allocated devices/resources.
stop() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements CaptureDevice.start().
stop() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements CaptureDevice.stop().
stop() - Method in class org.jitsi.impl.neomedia.protocol.FakePushBufferDataSource
Stops the transfer of media data from this DataSource.
stop() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements DataSource.stop().
stop() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceAdapter
Implements DataSource.start().
stop() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements DataSource.stop().
stop() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
Implements DataSource.stop().
stop() - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
Stops the recording of the media associated with this Recorder (e.g.
stop() - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
 
stop() - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
stop(SendStreamImpl) - Method in class org.jitsi.impl.neomedia.rtp.translator.SendStreamDesc
 
stop() - Method in class org.jitsi.impl.neomedia.rtp.translator.SendStreamImpl
 
stop() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfTransformEngine
Stops threads that this transform engine is using for even delivery.
stop() - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Stops playing this audio.
stop() - Method in interface org.jitsi.service.audionotifier.SCAudioClip
Stops playing this audio.
stop() - Static method in class org.jitsi.service.libjitsi.LibJitsi
Stops/uninitializes the use of the libjitsi library.
stop(BundleContext) - Method in class org.jitsi.service.libjitsi.LibJitsiActivator
 
stop() - Method in interface org.jitsi.service.neomedia.MediaStream
Stops all streaming and capturing in this MediaStream and closes and releases all open/allocated devices/resources.
stop() - Method in interface org.jitsi.service.neomedia.recording.Recorder
Stops the recording of the media associated with this Recorder (e.g.
stopped() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
Notifies this instance that utilization of its DatagramSockets for data and/or control traffic has temporarily stopped.
stopped() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
Notifies this instance that utilization of its Sockets for data and/or control traffic has temporarily stopped.
stopped() - Method in interface org.jitsi.service.neomedia.StreamConnector
Notifies this instance that utilization of its DatagramSockets for data and/or control traffic has temporarily stopped.
stopped() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
Notifies this instance that utilization of its DatagramSockets for data and/or control traffic has temporarily stopped.
stopRunning() - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureSession
 
stopSendingDTMF(DTMFMethod) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Interrupts transmission of a DTMFTone started with the startSendingDTMF() method.
stopSendingDTMF() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfTransformEngine
Interrupts transmission of a DTMFRtpTone started with the startSendingDTMF() method.
stopSendingDTMF(DTMFMethod) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
Interrupts transmission of a DTMFTone started with the startSendingDTMF method.
stopStream(String, long) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
StopStream(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Terminates audio processing.
stopZrtp() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Stop ZRTP engine.
storeConfiguration() - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
Store the current set of properties back to the configuration file.
storeConfiguration(OutputStream) - Method in interface org.jitsi.impl.configuration.ConfigurationStore
Stores/serializes the property name-value associations currently present in this ConfigurationStore into a specific OutputStream in the format represented by this instance.
storeConfiguration() - Method in class org.jitsi.impl.configuration.DatabaseConfigurationStore
Stores/serializes the property name-value associations currently present in this ConfigurationStore instance into its underlying database (storage).
storeConfiguration(OutputStream) - Method in class org.jitsi.impl.configuration.DatabaseConfigurationStore
Stores/serializes the property name-value associations currently present in this ConfigurationStore into a specific OutputStream in the format represented by this instance.
storeConfiguration(OutputStream) - Method in class org.jitsi.impl.configuration.PropertyConfigurationStore
storeConfiguration(OutputStream) - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
storeConfiguration() - Method in interface org.jitsi.service.configuration.ConfigurationService
Store the current set of properties back to the configuration file.
storeProperties(Map<String, String>, String) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
Stores the format preferences in this instance in the given Map, using prefix as a prefix to the key.
storeProperties(Map<String, String>) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
Stores the format preferences in this instance in the given Map.
stream - Variable in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
The SourceStream being adapted by this instance.
stream - Variable in class org.jitsi.impl.neomedia.protocol.SourceStreamDelegate
The SourceStreamDelegate wrapped by this instance.
stream - Variable in class org.jitsi.impl.neomedia.rtp.translator.OutputDataStreamDesc
The OutputDataStream associated with an endpoint to which an RTPTranslatorImpl is translating.
stream - Variable in class org.jitsi.impl.neomedia.rtp.translator.PushSourceStreamDesc
The PushSourceStream associated with an endpoint from which an RTPTranslatorImpl is translating.
STREAM_ADJUST_LATENCY - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_connect_playback(long, String, long, int, long, long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_connect_record(long, String, long, int) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_cork(long, boolean, PA.stream_success_cb_t) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_disconnect(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_drop(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
STREAM_FAILED - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
STREAM_FLAGS_CLIP_OFF - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
Disables default clipping of out of range samples.
STREAM_FLAGS_DITHER_OFF - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
Disables default dithering.
STREAM_FLAGS_NEVER_DROP_INPUT - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
Flag requests that where possible a full duplex stream will not discard overflowed input samples without calling the stream callback.
STREAM_FLAGS_NO_FLAG - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
Flags used to control the behavior of a stream.
STREAM_FLAGS_PLATFORM_SPECIFIC_FLAGS - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
A mask specifying the platform specific bits.
STREAM_FLAGS_PRIME_OUTPUT_BUFFERS_USING_STREAM_CALLBACK - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
Call the stream callback to fill initial output buffers, rather than the default behavior of priming the buffers with zeros (silence).
stream_get_device_name(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
Gets the name of the sink or source a specified pa_stream is connected to in the server.
stream_get_index(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_get_state(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_info_get_h(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns the h field of a vpx_codec_stream_info_t.
stream_info_get_is_kf(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns the is_kf field of a vpx_codec_stream_info_t.
stream_info_get_w(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns the w field of a vpx_codec_stream_info_t.
stream_info_malloc() - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Allocates memory for a vpx_codec_stream_info_t on the heap.
stream_new_with_proplist(long, String, long, long, long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
STREAM_NOFLAGS - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_peek(long, byte[], int) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_readable_size(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
STREAM_READY - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_set_read_callback(long, PA.stream_request_cb_t) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_set_state_callback(long, Runnable) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_set_write_callback(long, PA.stream_request_cb_t) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
STREAM_START_CORKED - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
STREAM_TERMINATED - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_unref(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_writable_size(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_write(long, byte[], int, int, Runnable, long, int) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
streamAsPushBufferStream - Variable in class org.jitsi.impl.neomedia.rtp.translator.PushSourceStreamDesc
The PushBufferStream control over PushSourceStreamDesc.stream, if available, which may provide Buffer properties other than data, length and offset such as flags.
StreamConnector - Interface in org.jitsi.service.neomedia
The StreamConnector interface represents a pair of datagram sockets that a media stream could use for RTP and RTCP traffic.
streamConnector - Variable in class org.jitsi.service.neomedia.StreamConnectorDelegate
The StreamConnector wrapped by this instance.
StreamConnector.Protocol - Enum in org.jitsi.service.neomedia
Enumerates the protocols supported by StreamConnector.
StreamConnectorDelegate<T extends StreamConnector> - Class in org.jitsi.service.neomedia
Implements a StreamConnector which wraps a specific StreamConnector instance.
StreamConnectorDelegate(T) - Constructor for class org.jitsi.service.neomedia.StreamConnectorDelegate
Initializes a new StreamConnectorDelegate which is to wrap a specific StreamConnector.
StreamConnectorFactory - Interface in org.jitsi.service.neomedia
Represents a factory of StreamConnector instances.
streamDesc - Variable in class org.jitsi.impl.neomedia.rtp.translator.SourcePacket
 
streamIndex - Variable in class org.jitsi.impl.neomedia.rtp.translator.SendStreamDesc
The index of the stream of SendStreamDesc.dataSource from which SendStreamDesc.sendStream has been created.
StreamInfo(int, byte[], int, int) - Constructor for class org.jitsi.impl.neomedia.codec.video.VPX.StreamInfo
Initializes this instance by parsing buf
StreamParameters_free(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Free StreamParameters resources specified by a pointer to it.
StreamParameters_new(int, int, long, double) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Creates parameters used for opening streams.
streamRTPManager - Variable in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
 
StreamRTPManager - Class in org.jitsi.impl.neomedia.rtp
Implements the RTPManager interface as used by a MediaStream.
StreamRTPManager(MediaStream, RTPTranslator) - Constructor for class org.jitsi.impl.neomedia.rtp.StreamRTPManager
Initializes a new StreamRTPManager instance which is, optionally, attached to a specific RTPTranslator which is to forward the RTP and RTCP flows of the associated MediaStream to other MediaStreams.
streamRTPManager - Variable in class org.jitsi.impl.neomedia.rtp.translator.SendStreamImpl
 
streamRTPManager - Variable in class org.jitsi.impl.neomedia.rtp.translator.StreamRTPManagerDesc
 
streamRTPManagerDesc - Variable in class org.jitsi.impl.neomedia.rtp.translator.RTPConnectorDesc
 
StreamRTPManagerDesc - Class in org.jitsi.impl.neomedia.rtp.translator
Describes additional information about a StreamRTPManager for the purposes of RTPTranslatorImpl.
StreamRTPManagerDesc(StreamRTPManager) - Constructor for class org.jitsi.impl.neomedia.rtp.translator.StreamRTPManagerDesc
Initializes a new StreamRTPManagerDesc instance which is to describe a specific StreamRTPManager.
streams() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Gets the internal array of AbstractBufferStreams through which this AbstractBufferCaptureDevice gives access to its media data.
streams() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the internal array of AbstractPushBufferStreams through which this AbstractPushBufferCaptureDevice gives access to its media data.
streams() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the internal array of AbstractPushBufferStreams through which this AbstractPushBufferCaptureDevice gives access to its media data.
StreamSubstituteBufferTransferHandler - Class in org.jitsi.impl.neomedia.protocol
Implements a BufferTransferHandler wrapper which doesn't expose a PushBufferStream but rather a specific substitute in order to give full control to the PushBufferStream.read(javax.media.Buffer) method of the substitute.
StreamSubstituteBufferTransferHandler(BufferTransferHandler, PushBufferStream, PushBufferStream) - Constructor for class org.jitsi.impl.neomedia.protocol.StreamSubstituteBufferTransferHandler
Initializes a new StreamSubstituteBufferTransferHandler instance which is to overwrite the source PushBufferStream of a specific BufferTransferHandler.
StringCompiler - Class in org.jitsi.util
Primarily meant for debugging purposes, the StringCompiler takes a string X in this format "The value of var1.field is {var1.field}" and a Map of "variable" bindings and it "compiles" the string X by replacing {var1.field} with the value of var1.field.
StringCompiler(Map<String, Object>) - Constructor for class org.jitsi.util.StringCompiler
 
StringCompiler() - Constructor for class org.jitsi.util.StringCompiler
 
StringUtils - Class in org.jitsi.util
Implements utility functions to facilitate work with Strings.
Structs - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
Structs() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Structs
 
StructsFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
StructsFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.StructsFLP
 
subfr_length - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
subfr_length - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
SUBFR_SMTH_COEF - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
SUBL - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
subtractAsUnsignedInt32(long, long) - Static method in class org.jitsi.impl.neomedia.rtp.TimestampUtils
Calculate the subtraction result of two long input as unsigned 32bit int.
subtractNumber(int, int) - Static method in class org.jitsi.util.RTPUtils
Returns result of the subtraction of one RTP sequence number from another (modulo 2^16).
SUCCEEDED(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
Determines whether a specific HRESULT value indicates success.
SumSqrShift - Class in org.jitsi.impl.neomedia.codec.audio.silk
compute number of bits to right shift the sum of squares of a vector of int16s to make it fit in an int32
SumSqrShift() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SumSqrShift
 
SunJCEBlockCipherFactory() - Constructor for class org.jitsi.impl.neomedia.transform.srtp.AES.SunJCEBlockCipherFactory
Initializes a new SunJCEBlockCipherFactory instance.
SunPKCS11BlockCipherFactory() - Constructor for class org.jitsi.impl.neomedia.transform.srtp.AES.SunPKCS11BlockCipherFactory
Initializes a new SunPKCS11BlockCipherFactory instance.
superCreateCaptureDevice() - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceImpl
Invokes the super (with respect to the AudioMediaDeviceImpl class) implementation of MediaDeviceImpl.createCaptureDevice().
SUPPORTED_FORMATS - Static variable in class org.jitsi.impl.neomedia.codec.SilenceEffect
The Formats supported as input/output by this Effect.
SUPPORTED_FORMATS - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.audiosilence.DataSource
The list of Formats supported by the AudioSilenceCaptureDevice instances.
SUPPORTED_FORMATS - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFMediaDevice
The list of Formats supported by the IVFCaptureDevice instances.
SUPPORTED_FORMATS - Static variable in class org.jitsi.impl.neomedia.recording.RecorderImpl
The list of formats in which RecorderImpl instances support recording media.
SUPPORTED_INPUT_FORMAT - Static variable in class org.jitsi.impl.neomedia.recording.BasicWavMux
The input formats supported by this BasicWavMux.
SUPPORTED_INPUT_FORMATS - Static variable in class org.jitsi.impl.neomedia.codec.audio.amrwb.JNIEncoder
The list of Formats of audio data supported as input by JNIEncoder instances.
SUPPORTED_INPUT_FORMATS - Static variable in class org.jitsi.impl.neomedia.codec.audio.amrwb.Packetizer
The list of Formats of audio data supported as input by Packetizer instances.
SUPPORTED_INPUT_FORMATS - Static variable in class org.jitsi.impl.neomedia.codec.audio.g722.JNIDecoderImpl
 
SUPPORTED_INPUT_FORMATS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
The list of Formats of audio data supported as input by JavaEncoder instances.
SUPPORTED_INPUT_SAMPLE_RATES - Static variable in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
The list of sample rates of audio data supported as input by JNIEncoder instances.
SUPPORTED_INPUT_SAMPLE_RATES - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder
The list of sample rates of audio data supported as input by JNIEncoder instances.
SUPPORTED_OUTPUT_FORMATS - Static variable in class org.jitsi.impl.neomedia.codec.audio.amrwb.JNIEncoder
The list of Formats of audio data supported as output by JNIEncoder instances.
SUPPORTED_OUTPUT_FORMATS - Static variable in class org.jitsi.impl.neomedia.codec.audio.amrwb.Packetizer
The list of Formats of audio data supported as output by Packetizer instances.
SUPPORTED_OUTPUT_FORMATS - Static variable in class org.jitsi.impl.neomedia.codec.audio.g722.JNIDecoderImpl
 
SUPPORTED_OUTPUT_FORMATS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
The list of Formats of audio data supported as output by JavaEncoder instances.
SUPPORTED_OUTPUT_FORMATS - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
The list of Formats supported by JNIEncoder instances as output.
SUPPORTED_OUTPUT_FORMATS - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.Packetizer
The Formats supported by Packetizer instances as output.
SUPPORTED_RESOLUTIONS - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
The currently supported resolutions we will show as option and user can select.
supportsFir() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
 
supportsFrameBoundaries(RawPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Returns a boolean that indicates whether or not our we're able to detect the frame boundaries for the codec of the packet that is specified as an argument.
supportsFrameBoundaries() - Method in class org.jitsi.impl.neomedia.rtp.FrameDesc
Gets a boolean that indicates whether or not we can read the frame boundaries of this frame.
supportsPli() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
 
sUpPost - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
SUSPENDED_INDEX - Static variable in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
The quality that is used to represent that forwarding is suspended.
sVAD - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
sw_volume_from_linear(double) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
SWB2WB_BITRATE_BPS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
SWB_BANDWIDTH_EXPANSION_REDUCTION - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
SWB_detected - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_detect_SWB_state
 
SWITCH_TRANSITION_FILTERING - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
SwScale - Class in org.jitsi.impl.neomedia.codec.video
Implements an FMJ Codec which uses libswscale to scale images and convert between color spaces (typically, RGB and YUV).
SwScale() - Constructor for class org.jitsi.impl.neomedia.codec.video.SwScale
Initializes a new SwScale instance which doesn't have an output size and will use a default one when it becomes necessary unless an explicit one is specified in the meantime.
SwScale(boolean) - Constructor for class org.jitsi.impl.neomedia.codec.video.SwScale
Initializes a new SwScale instance which can optionally attempt to keep the width and height of YUV 420 output even.
SwScale(boolean, boolean) - Constructor for class org.jitsi.impl.neomedia.codec.video.SwScale
Initializes a new SwScale instance which can optionally attempt to keep the width and height of YUV 420 output even and to preserve the aspect ratio of the video frames provided to the instance as input to be processed.
syn_filt(float[], int, float[], int, float[], int, int, float[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Filter
Filter with synthesis filter 1/A(z).
sync - Variable in class org.jitsi.service.audionotifier.AbstractSCAudioClip
The Object used for internal synchronization purposes which arise because this instance does the actual playback of audio in a separate thread.
SYNC_WORD - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Definition of frame erasure flag.
Synchronizer - Interface in org.jitsi.service.neomedia.recording
 
SynchronizerImpl - Class in org.jitsi.impl.neomedia.recording
 
SynchronizerImpl() - Constructor for class org.jitsi.impl.neomedia.recording.SynchronizerImpl
 
syncWrite(byte[], int, int) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Writes a byte[] to this RTPConnectorOutputStream synchronously ( even when RTPConnectorOutputStream.USE_SEND_THREAD is enabled).
syntFilter(float[], int, float[], int, int, float[]) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
syntMem - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 

T

tab_hup_l - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
tab_hup_s - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
TabLd8k - Class in org.jitsi.impl.neomedia.codec.audio.g729
 
TabLd8k() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
Tables - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
Tables() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Tables
 
TablesGain - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
TablesGain() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.TablesGain
 
TablesLTP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
TablesLTP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.TablesLTP
 
TablesNLSFCB010 - Class in org.jitsi.impl.neomedia.codec.audio.silk
This file has been automatically generated ROM usage: 0.29 + 2.66 kB
TablesNLSFCB010() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB010
 
TablesNLSFCB010FLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
This file has been automatically generated.
TablesNLSFCB010FLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB010FLP
 
TablesNLSFCB016 - Class in org.jitsi.impl.neomedia.codec.audio.silk
This file has been automatically generated ROM usage: 0.51 + 7.38 kB
TablesNLSFCB016() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB016
 
TablesNLSFCB016FLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
This file has been automatically generated.
TablesNLSFCB016FLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB016FLP
 
TablesNLSFCB110 - Class in org.jitsi.impl.neomedia.codec.audio.silk
This file has been automatically generated ROM usage: 0.19 + 1.61 kB.
TablesNLSFCB110() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB110
 
TablesNLSFCB110FLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
This file has been automatically generated.
TablesNLSFCB110FLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB110FLP
 
TablesNLSFCB116 - Class in org.jitsi.impl.neomedia.codec.audio.silk
This file has been automatically generated ROM usage: 0.29 + 3.57 kB.
TablesNLSFCB116() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB116
 
TablesNLSFCB116FLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
This file has been automatically generated.
TablesNLSFCB116FLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.TablesNLSFCB116FLP
 
TablesOther - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
TablesOther() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
TablesOtherFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
TablesOtherFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.TablesOtherFLP
 
TablesPitchLag - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
TablesPitchLag() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.TablesPitchLag
 
TablesPulsesPerBlock - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
TablesPulsesPerBlock() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.TablesPulsesPerBlock
 
TablesSign - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
TablesSign() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.TablesSign
 
TablesTypeOffset - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
TablesTypeOffset() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.TablesTypeOffset
 
tagStore - Variable in class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
Temp store.
Taming - Class in org.jitsi.impl.neomedia.codec.audio.g729
Taming functions.
Taming() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.Taming
 
TARGET_RATE_TAB_SZ - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
TargetRate_bps - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
TargetRate_table_MB - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
TargetRate_table_NB - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
TargetRate_table_SWB - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
TargetRate_table_WB - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.TablesOther
 
targets - Variable in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Stream targets' IP addresses and ports.
tccPacketReceived(RTCPTCCPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Notifies listeners that a transport-wide-cc packet was received.
tccReceived(RTCPTCCPacket) - Method in class org.jitsi.impl.neomedia.rtp.RTCPPacketListenerAdapter
Notifies this listener that an RTCPTCCPacket has been received.
tccReceived(RTCPTCCPacket) - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine
Handles an incoming RTCP transport-cc feedback packet.
tccReceived(RTCPTCCPacket) - Method in interface org.jitsi.service.neomedia.rtp.RTCPPacketListener
Notifies this listener that an RTCPTCCPacket has been received.
TELEPHONE_EVENT - Static variable in class org.jitsi.service.neomedia.codec.Constants
Pseudo format representing DTMF tones sent over RTP.
TEMP_FILE_PREFIX - Static variable in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
The file prefix for all temp files.
TEMP_FILE_SUFFIX - Static variable in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
The file suffix for all temp files.
TempFileManager - Class in org.jitsi.impl.fileaccess
Generates and properly cleans up temporary files.
TempFileManager() - Constructor for class org.jitsi.impl.fileaccess.TempFileManager
 
tempStore - Variable in class org.jitsi.impl.neomedia.transform.srtp.BaseSRTPCryptoContext
this is a working store, used by some methods to avoid new operations the methods must use this only to store results for immediate processing
test(ByteArrayBuffer) - Method in class org.jitsi.impl.neomedia.AbstractRTPPacketPredicate
test_err(int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.Taming
Computes the accumulated potential error in the adaptive codebook contribution
thr1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
thr2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.TabLd8k
 
threaded_mainloop_free(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
threaded_mainloop_get_api(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
threaded_mainloop_lock(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
threaded_mainloop_new() - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
threaded_mainloop_signal(long, boolean) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
threaded_mainloop_start(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
threaded_mainloop_stop(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
threaded_mainloop_unlock(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
threaded_mainloop_wait(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
THRESCRIT - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
threshold LT pst switch off
THRESH_ERR - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Error threshold taming
THRESH_H1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
THRESH_H2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
THRESH_L1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
THRESH_L2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
THRESHFCB - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
 
THRESHPIT - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
Threshold to favor smaller pitch lags
throwNewIOException(String, HResultException) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPIStream
Throws a new IOException instance initialized with a specific String message and a specific HResultException cause.
Tilt - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
Tilt_Q14 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_control_FLP
 
Tilt_smth - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_shape_state_FLP
 
tiltWeights - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.VAD
 
timeAdded - Variable in class org.jitsi.impl.neomedia.rtp.RawPacketCache.Container
The time (in milliseconds since the epoch) that the packet was added to the cache.
TIMEOUT_EXPERIMENT_PROBABILITY_PNAME - Static variable in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation
The name of the property that specifies the probability of enabling the timeout experiment.
timeProvider - Variable in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
 
TimeProvider - Class in org.jitsi.util
Class which provides the current time.
TimeProvider() - Constructor for class org.jitsi.util.TimeProvider
 
TimeSeriesLogger - Class in org.jitsi.util
 
TimeSeriesLogger(Logger) - Constructor for class org.jitsi.util.TimeSeriesLogger
Ctor.
TimeSeriesPoint(Map<String, Object>) - Constructor for class org.jitsi.util.DiagnosticContext.TimeSeriesPoint
 
timestamp - Variable in class org.jitsi.impl.neomedia.transform.dtls.CertificateInfo
The timestamp (in milliseconds of system time) of the generation of this CertificateInfo.
TimestampPacketTranslation<T extends ByteArrayBuffer> - Class in org.jitsi.util.function
 
TimestampPacketTranslation(long) - Constructor for class org.jitsi.util.function.TimestampPacketTranslation
Ctor.
TimestampTranslation - Class in org.jitsi.util.function
 
TimestampTranslation(long) - Constructor for class org.jitsi.util.function.TimestampTranslation
Ctor.
TimestampUtils - Class in org.jitsi.impl.neomedia.rtp
Helper class to perform various timestamp manipulations and comparisons
TimestampUtils() - Constructor for class org.jitsi.impl.neomedia.rtp.TimestampUtils
 
TimeUtils - Class in org.jitsi.util
Provides utility methods for converting between different time formats.
TimeUtils() - Constructor for class org.jitsi.util.TimeUtils
 
TlsClientImpl - Class in org.jitsi.impl.neomedia.transform.dtls
Implements TlsClient for the purposes of supporting DTLS-SRTP.
TlsClientImpl(DtlsPacketTransformer) - Constructor for class org.jitsi.impl.neomedia.transform.dtls.TlsClientImpl
Initializes a new TlsClientImpl instance.
TlsServerImpl - Class in org.jitsi.impl.neomedia.transform.dtls
Implements TlsServer for the purposes of supporting DTLS-SRTP.
TlsServerImpl(DtlsPacketTransformer) - Constructor for class org.jitsi.impl.neomedia.transform.dtls.TlsServerImpl
Initializes a new TlsServerImpl instance.
toArray() - Method in class org.jitsi.impl.neomedia.CircularByteArray
Copies the elements of this CircularByteArray into a new byte array.
toByteArray() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
Writes this bitset to a byte array, where the rightmost bit is treated as the least significant bit.
TOF_URN - Static variable in class org.jitsi.service.neomedia.RTPExtension
The URN which identifies the transmission time-offset extensions in "https://tools.ietf.org/html/rfc5450".
toHexString(byte[]) - Static method in class org.jitsi.util.RTPUtils
Return a string containing the hex string version of the given bytes
toHexString(byte[], int, int) - Static method in class org.jitsi.util.RTPUtils
Return a string containing the hex string version of the given byte
toMap(T...) - Static method in class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
Initializes a new Map from an array in which the key and the value of an association are expressed as consecutive elements.
toNtpShortFormat(long) - Static method in class org.jitsi.util.TimeUtils
Converts the given timestamp in NTP Timestamp Format into NTP Short Format (see "http://tools.ietf.org/html/rfc5905#section-6").
toNtpTime(long) - Static method in class org.jitsi.util.TimeUtils
Taken from from org.apache.commons.net.ntp.TimeStamp#toNtpTime(long) Converts Java time to 64-bit NTP time representation.
toRawPacket() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
 
toRawPacket(RTCPPacket) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPPacketParserEx
Initializes a new RawPacket instance from a specific RTCPPacket.
toString() - Method in class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
 
toString() - Method in interface org.jitsi.impl.neomedia.control.DiagnosticsControl
Returns a human-readable String representation of the associated procedure/process.
toString() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
Returns a human-readable representation of this DeviceSystem.
toString() - Method in class org.jitsi.impl.neomedia.device.MacCoreaudioSystem
Returns a human-readable representation of this DeviceSystem.
toString() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
Gets a human-readable String representation of this instance.
toString() - Method in class org.jitsi.impl.neomedia.device.NoneAudioSystem
 
toString() - Method in class org.jitsi.impl.neomedia.device.PortAudioSystem
Returns a human-readable representation of this DeviceSystem.
toString() - Method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
Returns a human-readable String representation of this PulseAudioSystem.
toString() - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
Returns a human-readable representation of this DeviceSystem.
toString() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Returns a String representation of this MediaFormat containing, among other things, its encoding and clockrate values.
toString() - Method in class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
 
toString() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
 
toString(int) - Static method in exception org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.HResultException
Returns a String representation of a specific HRESULT value.
toString(DataSource) - Static method in class org.jitsi.impl.neomedia.MediaStreamImpl
Returns a human-readable representation of a specific DataSource instance in the form of a String value.
toString() - Method in exception org.jitsi.impl.neomedia.portaudio.PortAudioException
Returns a human-readable representation/description of this Throwable.
toString() - Method in class org.jitsi.impl.neomedia.rtcp.NACKPacket
 
toString() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
 
toString() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
 
toString() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
 
toString() - Method in class org.jitsi.impl.neomedia.rtp.FrameDesc
 
toString() - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
toString() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
Print the bitmask in a manner where the left-most bit is the LSB
toString() - Method in class org.jitsi.sctp4j.SctpNotification.AssociationChange
 
toString() - Method in class org.jitsi.sctp4j.SctpNotification.PeerAddressChange
 
toString() - Method in class org.jitsi.sctp4j.SctpNotification.SenderDry
 
toString() - Method in class org.jitsi.sctp4j.SctpNotification.SendFailed
 
toString() - Method in class org.jitsi.sctp4j.SctpNotification
 
toString() - Method in enum org.jitsi.service.neomedia.DtlsControl.Setup
toString() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
Returns a String representation of this MediaFormat containing important format attributes such as the encoding for example.
toString() - Method in enum org.jitsi.service.neomedia.MediaDirection
Returns the name of this MediaDirection (e.g.
toString() - Method in class org.jitsi.service.neomedia.MediaStreamTarget
Returns a human-readable representation of this MediaStreamTarget instance in the form of a String value.
toString() - Method in enum org.jitsi.service.neomedia.MediaType
Returns the name of this MediaType (e.g.
toString() - Method in enum org.jitsi.service.neomedia.MediaUseCase
Returns the name of this MediaUseCase.
toString() - Method in class org.jitsi.service.neomedia.RawPacket
toString() - Method in enum org.jitsi.service.neomedia.recording.RecorderEvent.AspectRatio
 
toString() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
toString() - Method in enum org.jitsi.service.neomedia.recording.RecorderEvent.Type
 
toString() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
toString() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
toString() - Method in class org.jitsi.service.neomedia.RTPExtension
Returns a String representation of this RTPExtension's URI.
toString() - Method in enum org.jitsi.service.neomedia.SrtpControlType
 
toString() - Method in class org.jitsi.service.version.util.AbstractVersion
Returns a String representation of this Version instance in the generic form of major.minor[.nightly.build.id].
toString() - Method in interface org.jitsi.service.version.Version
Returns a String representation of this Version instance.
toString() - Method in enum org.jitsi.util.Logger.Category
toString() - Method in class org.jitsi.util.StringCompiler
 
trace(Object) - Method in class org.jitsi.util.Logger
Log a TRACE message.
trace(Object, Throwable) - Method in class org.jitsi.util.Logger
Log a message, with associated Throwable information.
trace(HashMap<String, Object>) - Method in class org.jitsi.util.TimeSeriesLogger
TrackStats - Interface in org.jitsi.service.neomedia.stats
Basic statistics for a single "stream".
TranscodingDataSource - Class in org.jitsi.impl.neomedia.protocol
Represents a DataSource which transcodes the tracks of a specific input DataSource into a specific output Format.
TranscodingDataSource(DataSource, Format) - Constructor for class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
Initializes a new TranscodingDataSource instance to transcode the tracks of a specific DataSource into a specific output Format.
transferData(Buffer) - Method in class org.jitsi.impl.neomedia.conference.AudioMixerPushBufferStream
Reads audio samples from the input SourceStreams of this instance and pushes them to its output AudioMixingPushBufferStreams for audio mixing.
transferData(BufferTransferHandler) - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
Reads data from the wrapped/input PushBufferStream into the cache of this stream if the cache accepts it.
transferData(PushBufferStream) - Method in class org.jitsi.impl.neomedia.protocol.NullBufferTransferHandler
 
transferData(PushBufferStream) - Method in class org.jitsi.impl.neomedia.protocol.StreamSubstituteBufferTransferHandler
Implements BufferTransferHandler#transferData(PushBufferStream).
transferData(PushBufferStream) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
transferData(PushSourceStream) - Method in class org.jitsi.impl.neomedia.rtp.translator.PushSourceStreamImpl
Implements SourceTransferHandler.transferData(PushSourceStream).
transferHandler - Variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferStream
The BufferTransferHandler which is notified by this PushBufferStream when data is available for reading.
transform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.recording.PacketBuffer
transform(RawPacket) - Method in class org.jitsi.impl.neomedia.rtcp.AudioRTCPTermination.RTCPTransformer
Transforms a specific packet.
transform(RawPacket) - Method in class org.jitsi.impl.neomedia.rtcp.RTCPReceiverFeedbackTermination.RTCPTransformer
Transforms a specific packet.
transform(RawPacket) - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine.EgressEngine
Transforms a specific packet.
transform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.AbsSendTimeEngine
transform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.AbstractTransformOutputStream
Transforms a specified array of RawPackets using the PacketTransformer associated with this instance (if any).
transform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
Transforms a specific packet.
transform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.csrc.CsrcTransformEngine
Extracts the list of CSRC identifiers representing participants currently contributing to the media being sent by the MediaStream associated with this engine and (unless the list is empty) encodes them into the RawPacket.
transform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.DebugTransformEngine.MyRTCPPacketTransformer
 
transform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.DebugTransformEngine.MyRTPPacketTransformer
 
transform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsPacketTransformer
Transforms each packet in an array of packets.
transform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfTransformEngine
Replaces pkt with a DTMF packet if this engine is in a DTMF transmission mode or returns it unchanged otherwise.
transform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
Transforms each packet in an array of packets.
transform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.fec.FECSender
Transforms each packet in an array of packets.
transform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
Transforms each packet in an array of packets.
transform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.OriginalHeaderBlockTransformEngine
Here we would re-form or remove the OHB extension to only include fields which we modified, in order to reduce the overhead.
transform(RawPacket[]) - Method in interface org.jitsi.impl.neomedia.transform.PacketTransformer
Transforms each packet in an array of packets.
transform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.pt.PayloadTypeTransformEngine
Checks if there are any override mappings, if no setting just pass through the packet.
transform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.REDFilterTransformEngine
Transforms a specific packet.
transform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.REDTransformEngine
Transforms each packet in an array of packets.
transform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.rtcp.CompoundPacketEngine
Transforms each packet in an array of packets.
transform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.rtcp.StatisticsEngine
Transfers RTCP sender report feedback as new information about the download stream for the MediaStreamStats.
transform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.SinglePacketTransformer
Transforms a specific packet.
transform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.SinglePacketTransformer
Transforms each packet in an array of packets.
transform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.SinglePacketTransformerAdapter
 
transform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTCPTransformer
Encrypts a SRTCP packet
transform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPTransformer
Transforms a specific packet.
transform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.TransformEngineChain.PacketTransformerChain
Transforms each packet in an array of packets.
transform(RawPacket[], TransformEngine) - Method in class org.jitsi.impl.neomedia.transform.TransformEngineChain.PacketTransformerChain
Transforms the specified pkts using the TransformEngines in the chain in order starting after a specific TransformEngine.
transform(RawPacket[], Object) - Method in class org.jitsi.impl.neomedia.transform.TransformOutputStreamImpl
Transforms a specified array of RawPackets using the PacketTransformer associated with this instance (if any).
transform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTCPTransformer
Encrypt a SRTCP packet Currently SRTCP packet encryption / decryption is not supported So this method does not change the packet content
transform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
The data output stream calls this method to transform outgoing packets.
TransformEngine - Interface in org.jitsi.impl.neomedia.transform
Defines how to get PacketTransformers for RTP and RTCP packets.
transformEngine - Variable in class org.jitsi.service.neomedia.AbstractSrtpControl
 
TransformEngineChain - Class in org.jitsi.impl.neomedia.transform
The engine chain allows using numerous TransformEngines on a single stream.
TransformEngineChain(TransformEngine[]) - Constructor for class org.jitsi.impl.neomedia.transform.TransformEngineChain
Creates a new TransformEngineChain using the engineChain array.
TransformEngineChain() - Constructor for class org.jitsi.impl.neomedia.transform.TransformEngineChain
Creates a new TransformEngineChain without initializing the array of transformers to be used.
TransformEngineChain.PacketTransformerChain - Class in org.jitsi.impl.neomedia.transform
A PacketTransformerChain is a meta PacketTransformer that applies all transformers present in this engine chain.
TransformEngineWrapper<T extends TransformEngine> - Class in org.jitsi.impl.neomedia.transform
Wraps a TransformerEngine (allows the wrapped instance to be swapped without modifications to the RTPConnector's transformer engine chain.
TransformEngineWrapper() - Constructor for class org.jitsi.impl.neomedia.transform.TransformEngineWrapper
 
TransformInputStream<T> - Class in org.jitsi.impl.neomedia.transform
Extends RTPConnectorInputStream with transform logic.
TransformInputStream(T) - Constructor for class org.jitsi.impl.neomedia.transform.TransformInputStream
Initializes a new TransformInputStream which is to transform the packets received from a specific (network) socket.
TransformOutputStream - Interface in org.jitsi.impl.neomedia.transform
Defines the public application programming interface (API) of an OutputDataStream which applies transformations via a PacketTransformer to the data written into it.
TransformOutputStreamImpl - Class in org.jitsi.impl.neomedia.transform
Facilitates OutputDataStream in the implementation of the interface TransformOutputStream.
TransformOutputStreamImpl(OutputDataStream) - Constructor for class org.jitsi.impl.neomedia.transform.TransformOutputStreamImpl
Initializes a new TransformOutputStreamImpl which is to facilitate a specific OutputDataStream in the implementation of the interface TransformOutputStream.
transformPacket(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTCPCryptoContext
Transform a RTP packet into a SRTP packet.
transformPacket(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPCryptoContext
Transforms an RTP packet into an SRTP packet.
TransformTCPOutputStream - Class in org.jitsi.impl.neomedia.transform
Extends RTPConnectorTCPOutputStream with transform logic.
TransformTCPOutputStream(Socket) - Constructor for class org.jitsi.impl.neomedia.transform.TransformTCPOutputStream
Initializes a new TransformTCPOutputStream which is to send packet data out through a specific TCP socket.
TransformUDPOutputStream - Class in org.jitsi.impl.neomedia.transform
Extends RTPConnectorUDPOutputStream with transform logic.
TransformUDPOutputStream(DatagramSocket) - Constructor for class org.jitsi.impl.neomedia.transform.TransformUDPOutputStream
Initializes a new TransformOutputStream which is to send packet data out through a specific UDP socket.
transition_frame_no - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_LP_state
 
TRANSITION_FRAMES_DOWN - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
TRANSITION_FRAMES_UP - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
TRANSITION_INT_NUM - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
TRANSITION_INT_STEPS_DOWN - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
TRANSITION_INT_STEPS_UP - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
TRANSITION_NA - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
TRANSITION_NB - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
TRANSITION_TIME_DOWN_MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
TRANSITION_TIME_UP_MS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
translator - Variable in class org.jitsi.impl.neomedia.rtp.translator.RTPConnectorImpl
 
TransmissionFailedException - Class in org.jitsi.service.neomedia
Signals that a packet transmission exception of some sort has occurred.
TransmissionFailedException(Exception) - Constructor for class org.jitsi.service.neomedia.TransmissionFailedException
Ctor.
TransparentPanel - Class in org.jitsi.util.swing
Represents a JPanel which sets its opaque property to false during its initialization.
TransparentPanel() - Constructor for class org.jitsi.util.swing.TransparentPanel
Initializes a new TransparentPanel instance.
TransparentPanel(LayoutManager) - Constructor for class org.jitsi.util.swing.TransparentPanel
Initializes a new TransparentPanel instance which is to use a specific LayoutManager.
TRANSPORT_CC_URN - Static variable in class org.jitsi.service.neomedia.RTPExtension
The URN which identifies the Transport-Wide Congestion Control RTP extension.
TransportCCEngine - Class in org.jitsi.impl.neomedia.rtp
Implements transport-cc functionality as a TransformEngine.
TransportCCEngine(DiagnosticContext) - Constructor for class org.jitsi.impl.neomedia.rtp.TransportCCEngine
Ctor.
TransportCCEngine.EgressEngine - Class in org.jitsi.impl.neomedia.rtp
Handles outgoing RTP packets for this TransportCCEngine.
TransportCCEngine.IngressEngine - Class in org.jitsi.impl.neomedia.rtp
Handles incoming RTP packets for this TransportCCEngine.
TWO_PI - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
TWOFISH_ENCRYPTION - Static variable in class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
Counter Mode TwoFish Cipher
TWOFISHF8_ENCRYPTION - Static variable in class org.jitsi.impl.neomedia.transform.srtp.SRTPPolicy
F8 Mode TwoFish Cipher
Typedef - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
Typedef() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Typedef
 
typeOffsetPrev - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
typeOffsetPrev - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
typeToString(int) - Static method in class org.jitsi.util.event.VideoEvent
Returns a human-readable representation of a specific VideoEvent type constant in the form of a String value.

U

UDP_TLS_RTP_SAVP - Static variable in interface org.jitsi.service.neomedia.DtlsControl
The transport protocol (i.e.
UDP_TLS_RTP_SAVPF - Static variable in interface org.jitsi.service.neomedia.DtlsControl
The transport protocol (i.e.
UdpLink - Class in org.jitsi.sctp4j
Class used in code samples to send SCTP packets through UDP sockets.
UdpLink(SctpSocket, String, int, String, int) - Constructor for class org.jitsi.sctp4j.UdpLink
Creates new instance of UdpConnection.
ULP_CLASSES - Static variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_constants
 
ULP_inst - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
ULP_inst - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
ULPFEC - Static variable in class org.jitsi.service.neomedia.codec.Constants
The name of the ulpfec RTP format (RFC5109)
ULPFECReceiver - Class in org.jitsi.impl.neomedia.transform.fec
This class handles the reception of incoming ULPFEC (RFC 5109) packets
ULPFECReceiver(long, byte) - Constructor for class org.jitsi.impl.neomedia.transform.fec.ULPFECReceiver
 
uniqueID() - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDevice
Gets the unique identifier of this QTCaptureDevice.
UNKNOWN_JITTER_BUFFER_ADAPTIVE - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
unlockMainloop() - Method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
Unlocks the PulseAudio event look object associated with this PulseAudioSystem, inverse of PulseAudioSystem.lockMainloop().
unpack(int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.bitstream
 
UnregisterEndpointNotificationCallback(IMMNotificationClient) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.MMNotificationClient
Deletes the registration of a specific IMMNotificationClient that the client registered in a previous call to MMNotificationClient.RegisterEndpointNotificationCallback(IMMNotificationClient).
UNSPECIFIED_PACKET_LOSS_CONCEALMENT - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
No information is available concerning the use of packet loss concealment (PLC); however, for some codecs this may be inferred.
up2_function - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
up2_function(int[], short[], int, short[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
up2_function(int[], short[], int, short[], int, int) - Method in interface org.jitsi.impl.neomedia.codec.audio.silk.Up2FP
 
up2_function(int[], short[], int, short[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.Up2ImplHQ
 
up2_function(int[], short[], int, short[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.Up2ImplUp2
 
up2CB - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
Up2FP - Interface in org.jitsi.impl.neomedia.codec.audio.silk
 
Up2ImplHQ - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
Up2ImplHQ() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Up2ImplHQ
 
Up2ImplUp2 - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
Up2ImplUp2() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Up2ImplUp2
 
up_post_function - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
up_post_function(int[], short[], int, short[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
up_post_function(int[], short[], int, short[], int, int) - Method in interface org.jitsi.impl.neomedia.codec.audio.silk.UpPostFP
 
up_post_function(int[], short[], int, short[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.UpPostImplUp2
 
up_post_function(int[], short[], int, short[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.UpPostImplUp4
 
UP_SAMP - Static variable in class org.jitsi.impl.neomedia.codec.audio.g729.Ld8k
resolution of fractional delays
update(Graphics) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent
Overrides Canvas.update(Graphics) to skip the filling with the background color in order to prevent flickering.
update(ReceiveStreamEvent) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Notifies this ReceiveStreamListener that the RTPManager it is registered with has generated an event related to a ReceiveStream.
update(RemoteEvent) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Method called back in the RemoteListener to notify listener of all RTP Remote Events.RemoteEvents are one of ReceiverReportEvent, SenderReportEvent or RemoteCollisionEvent
update(SendStreamEvent) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Notifies this SendStreamListener that the RTPManager it is registered with has generated an event related to a SendStream.
update(SessionEvent) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Notifies this SessionListener that the RTPManager it is registered with has generated an event which pertains to the session as a whole and does not belong to a ReceiveStream or a SendStream or a remote participant necessarily.
update(ReceiveStreamEvent) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
Implements ReceiveStreamListener.update(ReceiveStreamEvent).
update(RawPacket) - Method in class org.jitsi.impl.neomedia.rtp.FrameDesc
Updates the state of this FrameDesc.
update(RateControlInput, long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.AimdRateControl
 
update(long, double, int, BandwidthUsage, long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.OveruseEstimator
Update the estimator with a new sample.
update(RawPacket, long) - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
 
update(long) - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation.StatisticsImpl
 
update(long, boolean, SendSideBandwidthEstimation.LossRegion) - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation.StatisticsImpl
Records a state transition and updates the statistics information.
update(ReceiveStreamEvent) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Notifies this ReceiveStreamListener about a specific event related to a ReceiveStream.
update(SrtpCryptoAttribute, SrtpCryptoAttribute) - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesTransformEngine
Updates this instance with new key materials.
update(byte) - Method in class org.jitsi.impl.neomedia.transform.srtp.OpenSSLHMAC
update(byte[], int, int) - Method in class org.jitsi.impl.neomedia.transform.srtp.OpenSSLHMAC
update(long) - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator.Statistics
 
update_exc_err(float, int) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.Taming
Maintains the memory used to compute the error function due to an adaptive codebook mismatch between encoder and decoder
updateAvailableDeviceList() - Method in class org.jitsi.impl.neomedia.device.AudioSystem2
 
updateAvailableDeviceList() - Method in class org.jitsi.impl.neomedia.device.MacCoreaudioSystem
 
updateAvailableDeviceList() - Method in class org.jitsi.impl.neomedia.device.PortAudioSystem
 
UpdateAvailableDeviceList() - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
 
UpdateAvailableDeviceListListener - Interface in org.jitsi.impl.neomedia.device
Represents a listener which is to be notified before and after an associated DeviceSystem's function to update the list of available devices is invoked.
updateBandwidthEstimate(long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.AimdRateControl
 
updateEstimate(long) - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation
void SendSideBandwidthEstimation::UpdateEstimate(int64_t now_ms)
updateFactory(SRTPContextFactory, boolean) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTCPTransformer
Sets a new key factory when key material has changed.
updateHardwareVolume() - Method in class org.jitsi.impl.neomedia.HardwareVolumeControl
Modifies the hardware microphone sensibility (hardware amplification).
updateHardwareVolume() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Modifies the hardware microphone sensibility (hardware amplification).
updateInDataSource(DataSource) - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
The input DataSource has been updated.
updateJitter(long, MediaStreamStatsImpl.StreamDirection, double) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
Notifies this instance of a new value for the RTP jitter of the stream in a particular direction.
updateOutput(Buffer, Format, int, int) - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
Updates the format, length and offset of a specific output Buffer to specific values.
updateQualityControl(Map<String, String>) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Updates the QualityControl of this VideoMediaStream.
updateQualityControl(Map<String, String>) - Method in interface org.jitsi.service.neomedia.VideoMediaStream
Updates the QualityControl of this VideoMediaStream.
updateReceiverBlock(long, long, long) - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation
void SendSideBandwidthEstimation::UpdateReceiverBlock
updateReceiverEstimate(long) - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
void SendSideBandwidthEstimation::UpdateReceiverEstimate This is the entry/update point for the estimated bitrate in the REMBPacket or a Delay Based Controller estimated bitrate when the Delay based controller and the loss based controller lives on the send side.
updateReceiverEstimate(long) - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.SendSideBandwidthEstimation
void SendSideBandwidthEstimation::UpdateReceiverEstimate This is the entry/update point for the estimated bitrate in the REMBPacket or a Delay Based Controller estimated bitrate when the Delay based controller and the loss based controller lives on the send side.
updateReceiverEstimate(long) - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator
void SendSideBandwidthEstimation::UpdateReceiverEstimate This is the entry/update point for the estimated bitrate in the REMBPacket or a Delay Based Controller estimated bitrate when the Delay based controller and the loss based controller lives on the send side.
updateRemoteJitter(long) - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Notifies this instance that an RTCP report with the given value for RTP jitter was received.
updateRtt(long, long) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
Notifies this instance of a new value for the round trip time measured for the associated stream.
updateStats() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Computes and updates information for a specific stream.
updateStats() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Computes and updates information for a specific stream.
updateTimestamp(long, int, long) - Method in class org.jitsi.impl.neomedia.rtp.RawPacketCache
Updates the timestamp of the packet in the cache with SSRC ssrc and sequence number seq, if such a packet exists in the cache, setting it to ts.
upPostCB - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_resampler_state_struct
 
UpPostFP - Interface in org.jitsi.impl.neomedia.codec.audio.silk
 
UpPostImplUp2 - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
UpPostImplUp2() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.UpPostImplUp2
 
UpPostImplUp4 - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
UpPostImplUp4() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.UpPostImplUp4
 
uri - Variable in class org.jitsi.service.audionotifier.AbstractSCAudioClip
The String uri of the audio to be played by this instance.
usage - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_SILK_LBRR_struct
 
use_enhancer - Variable in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
USE_HARM_SHAPING - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
USE_LBRR - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
USE_SINGLE_TAP - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PLC
 
useAudioThreadPriority() - Static method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
Changes the priority of the current thread to a value which is considered appropriate for the purposes of audio processing.
useDTX - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
useDTX - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_EncControlStruct
(Input) Flag to enable discontinuous transmission (DTX); 0/1
useInBandFEC - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
useInBandFEC - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_SILK_SDK_EncControlStruct
(Input) Flag to enable in-band Forward Error Correction (FEC); 0/1
useInterpolatedNLSFs - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
useThreadPriority(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.renderer.AbstractRenderer
Changes the priority of the current thread to a specific value.
uShortToInt(short) - Static method in class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
Unsigned short to integer.
usrsctp_accept(long) - Static method in class org.jitsi.sctp4j.Sctp
Waits for incoming connection.
usrsctp_connect(long, int) - Static method in class org.jitsi.sctp4j.Sctp
Connects SCTP socket to remote socket on given SCTP port.
usrsctp_listen(long) - Static method in class org.jitsi.sctp4j.Sctp
Makes socket passive.
usrsctp_send(long, byte[], int, int, boolean, int, int) - Static method in class org.jitsi.sctp4j.Sctp
Sends given data on selected SCTP stream using given payload protocol identifier.
Util - Class in org.jitsi.impl.neomedia.codec.audio.g729
Auxiliary functions.
Util() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.Util
 
UYVY - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
The UYVY constant.

V

v4l2_buf_type_alloc(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
V4L2_BUF_TYPE_VIDEO_CAPTURE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_buffer_alloc(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_buffer_getBytesused(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_buffer_getIndex(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_buffer_getLength(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_buffer_getMOffset(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_buffer_setIndex(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_buffer_setMemory(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
V4L2_CAP_STREAMING - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
V4L2_CAP_VIDEO_CAPTURE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_capability_alloc() - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_capability_getCapabilities(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_capability_getCard(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
V4L2_FIELD_NONE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_format_alloc(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_format_getFmtPix(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
V4L2_MEMORY_MMAP - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
V4L2_MEMORY_USERPTR - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
V4L2_PIX_FMT_BGR24 - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
V4L2_PIX_FMT_JPEG - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
V4L2_PIX_FMT_MJPEG - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
V4L2_PIX_FMT_NONE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
V4L2_PIX_FMT_RGB24 - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
V4L2_PIX_FMT_UYVY - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
V4L2_PIX_FMT_VYUY - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
V4L2_PIX_FMT_YUV420 - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
V4L2_PIX_FMT_YUYV - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_pix_format_getHeight(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_pix_format_getPixelformat(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_pix_format_getWidth(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_pix_format_setBytesperline(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_pix_format_setField(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_pix_format_setPixelformat(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_pix_format_setWidthAndHeight(long, int, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_requestbuffers_alloc(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_requestbuffers_getCount(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_requestbuffers_setCount(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_requestbuffers_setMemory(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_streamparm_alloc(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
v4l2_streamparm_setFps(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
V_PITCH_GAIN_START_MAX_Q14 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PLC
 
V_PITCH_GAIN_START_MIN_Q14 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.PLC
 
VAD - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
VAD() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.VAD
 
VAD_INTERNAL_SUBFRAMES - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
VAD_INTERNAL_SUBFRAMES_LOG2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
VAD_N_BANDS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
VAD_NEGATIVE_OFFSET_Q5 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
VAD_NOISE_LEVEL_SMOOTH_COEF_Q16 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
VAD_NOISE_LEVELS_BIAS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
VAD_SNR_FACTOR_Q16 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
VAD_SNR_SMOOTH_COEF_Q18 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
vadFlag - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_decoder_state
 
vadFlag - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state
 
vadFlags - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_TOC_struct
 
validateByteArraySize(Buffer, int, boolean) - Static method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
Ensures that the value of the data property of a specific Buffer is an array of bytes whose length is at least a specific number of bytes.
validateShortArraySize(Buffer, int) - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
 
validateShortArraySize(Buffer, int) - Method in class org.jitsi.impl.neomedia.conference.ShortArrayCache
Ensures that the data property of a specific Buffer is set to an short array with length/size greater than or equal to a specific number.
value - Variable in class org.jitsi.impl.neomedia.codec.audio.g729.FloatReference
 
value - Variable in class org.jitsi.impl.neomedia.codec.audio.g729.IntReference
 
valueOf(String) - Static method in enum org.jitsi.impl.neomedia.device.AudioSystem.DataFlow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jitsi.impl.neomedia.MediaStreamStatsImpl.StreamDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jitsi.impl.neomedia.portaudio.Pa.HostApiTypeId
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum org.jitsi.impl.neomedia.portaudio.Pa.HostApiTypeId
Returns the PaHostApiTypeId which has a specific value or null if there is no such representation.
valueOf(String) - Static method in enum org.jitsi.impl.neomedia.quicktime.QTMediaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jitsi.impl.neomedia.rtp.remotebitrateestimator.BandwidthUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RateControlRegion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RateControlState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jitsi.impl.neomedia.transform.fec.FECTransformEngine.FecType
Returns the enum constant of this type with the specified name.
valueOf(byte[]) - Static method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
Parse the value of the given byte buffer into the bitset
valueOf(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
Parse the given bytes (at the given offset and length) into a FlexFec03BitSet
valueOf(String) - Static method in enum org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl.ZRTPCustomInfoCodes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jitsi.service.fileaccess.FileCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jitsi.service.neomedia.DtlsControl.Setup
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jitsi.service.neomedia.DTMFMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jitsi.service.neomedia.MediaDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jitsi.service.neomedia.MediaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jitsi.service.neomedia.MediaUseCase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jitsi.service.neomedia.recording.RecorderEvent.AspectRatio
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jitsi.service.neomedia.recording.RecorderEvent.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jitsi.service.neomedia.SrtpControlType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jitsi.service.neomedia.StreamConnector.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jitsi.service.packetlogging.PacketLoggingService.ProtocolName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jitsi.service.packetlogging.PacketLoggingService.TransportName
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jitsi.util.Logger.Category
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jitsi.impl.neomedia.device.AudioSystem.DataFlow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.impl.neomedia.MediaStreamStatsImpl.StreamDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.impl.neomedia.portaudio.Pa.HostApiTypeId
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.impl.neomedia.quicktime.QTMediaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.impl.neomedia.rtp.remotebitrateestimator.BandwidthUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RateControlRegion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RateControlState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.impl.neomedia.transform.fec.FECTransformEngine.FecType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl.ZRTPCustomInfoCodes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.service.fileaccess.FileCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.service.neomedia.DtlsControl.Setup
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.service.neomedia.DTMFMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.service.neomedia.MediaDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.service.neomedia.MediaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.service.neomedia.MediaUseCase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.service.neomedia.recording.RecorderEvent.AspectRatio
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.service.neomedia.recording.RecorderEvent.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.service.neomedia.SrtpControlType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.service.neomedia.StreamConnector.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.service.packetlogging.PacketLoggingService.ProtocolName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.service.packetlogging.PacketLoggingService.TransportName
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jitsi.util.Logger.Category
Returns an array containing the constants of this enum type, in the order they are declared.
VARIABLE_HP_MAX_DELTA_FREQ - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
VARIABLE_HP_MAX_FREQ - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
VARIABLE_HP_MIN_FREQ - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
variable_HP_smth1 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
variable_HP_smth2 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
VARIABLE_HP_SMTH_COEF1 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
VARIABLE_HP_SMTH_COEF2 - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
verifyAndValidateCertificate(Certificate) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Verifies and validates a specific certificate against the fingerprints presented by the remote endpoint via the signaling path.
verifyStapANaluLengths(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.h264.H264
Check if Single-Time Aggregation Packet (STAP-A) NAL unit is correctly formed.
Version - Interface in org.jitsi.service.version
Contains version information of the Jitsi instance that we're currently running.
VERSION - Static variable in class org.jitsi.util.RTCPUtils
The values of the Version field for RTCP packets.
VersionService - Interface in org.jitsi.service.version
The version service keeps track of the SIP Communicator version that we are currently running.
vetoableChange(PropertyChangeEvent) - Method in interface org.jitsi.service.configuration.ConfigVetoableChangeListener
Fired before a Bean's property changes.
Video4Linux2 - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2
Provides the interface to the native Video for Linux Two API Specification (http://v4l2spec.bytesex.org/spec/) implementation.
Video4Linux2() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
Video4Linux2Stream - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2
Implements a PullBufferStream using the Video for Linux Two API Specification.
Video4Linux2Stream(DataSource, FormatControl) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2Stream
Initializes a new Video4Linux2Stream instance which is to have its Format-related information abstracted by a specific FormatControl.
Video4Linux2System - Class in org.jitsi.impl.neomedia.device
Discovers and registers CaptureDevices which implement the Video for Linux Two API Specification with JMF.
Video4Linux2System() - Constructor for class org.jitsi.impl.neomedia.device.Video4Linux2System
Initializes a new Video4Linux2System instance which discovers and registers CaptureDevices which implement the Video for Linux Two API Specification with JMF.
VIDEO_ADDED - Static variable in class org.jitsi.util.event.VideoEvent
The type of a VideoEvent which notifies about a specific visual Component depicting video being made available by the firing provider.
VIDEO_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 video capture.
VIDEO_REMOVED - Static variable in class org.jitsi.util.event.VideoEvent
The type of a VideoEvent which notifies about a specific visual Component depicting video no longer being made available by the firing provider.
VIDEO_SIZE_CHANGE - Static variable in class org.jitsi.util.event.SizeChangeVideoEvent
The type of a VideoEvent which notifies about an update to the size of a specific visual Component depicting video.
videoAdded(VideoEvent) - Method in class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
Notifies that a visual Component representing video has been added to the provider this listener has been added to.
videoAdded(VideoEvent) - Method in interface org.jitsi.util.event.VideoListener
Notifies that a visual Component representing video has been added to the provider this listener has been added to.
VideoContainer - Class in org.jitsi.util.swing
Implements a Container for video/visual Components.
VideoContainer(Component, boolean) - Constructor for class org.jitsi.util.swing.VideoContainer
Initializes a new VideoContainer with a specific Component to be displayed when no remote video is available.
VideoEncodedPixelsSizeAttribute - Static variable in class org.jitsi.impl.neomedia.quicktime.QTFormatDescription
 
VideoEvent - Class in org.jitsi.util.event
Represents an event fired by providers of visual Components depicting video to notify about changes in the availability of such Components.
VideoEvent(Object, int, Component, int) - Constructor for class org.jitsi.util.event.VideoEvent
Initializes a new VideoEvent which is to notify about a specific change in the availability of a specific visual Component depicting video and being provided by a specific source.
VideoGreyFadingMediaDevice - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading
Implements a MediaDevice which provides a fading animation from white to black to white...
VideoGreyFadingMediaDevice() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading.VideoGreyFadingMediaDevice
Initializes a new VideoGreyFadingMediaDevice with default framerate and dimension.
VideoGreyFadingMediaDevice(int) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading.VideoGreyFadingMediaDevice
Initializes a new VideoGreyFadingMediaDevice with the given framerate and the default dimension.
VideoGreyFadingMediaDevice(Dimension) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading.VideoGreyFadingMediaDevice
Initializes a new VideoGreyFadingMediaDevice with the given dimension and the default framerate.
VideoGreyFadingMediaDevice(int, Dimension) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading.VideoGreyFadingMediaDevice
Initializes a new VideoGreyFadingMediaDevice with the given framerate and dimension.
VideoGreyFadingStream - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading
Implements a PullBufferStream which provides a fading animation from white to black to white...
VideoGreyFadingStream(DataSource, FormatControl) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading.VideoGreyFadingStream
Initializes a new VideoGreyFadingStream which is to be exposed by a specific VideoGreyFadingCaptureDevice and which is to have its Format-related information abstracted by a specific FormatControl.
VideoLayout - Class in org.jitsi.util.swing
Implements the LayoutManager which lays out the local and remote videos in a video Call.
VideoLayout(boolean) - Constructor for class org.jitsi.util.swing.VideoLayout
Creates an instance of VideoLayout by also indicating if this video layout is dedicated to a conference interface.
VideoListener - Interface in org.jitsi.util.event
Defines the notification support informing about changes in the availability of visual Components representing video such as adding and removing.
VideoMediaDeviceSession - Class in org.jitsi.impl.neomedia.device
Extends MediaDeviceSession to add video-specific functionality.
VideoMediaDeviceSession(AbstractMediaDevice) - Constructor for class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Initializes a new VideoMediaDeviceSession instance which is to represent the work of a MediaStream with a specific video MediaDevice.
VideoMediaFormat - Interface in org.jitsi.service.neomedia.format
The interface represents a video format.
VideoMediaFormatImpl - Class in org.jitsi.impl.neomedia.format
Implements VideoMediaFormat for the JMF VideoFormat.
VideoMediaFormatImpl(String) - Constructor for class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
Initializes a new VideoMediaFormatImpl instance with a specific encoding.
VideoMediaFormatImpl(String, double) - Constructor for class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
Initializes a new VideoMediaFormatImpl instance with a specific encoding and a specific clock rate.
VideoMediaFormatImpl(VideoFormat) - Constructor for class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
Initializes a new VideoMediaFormatImpl instance which is to provide an implementation of VideoMediaFormat for a specific JMF VideoFormat.
VideoMediaFormatImpl(VideoFormat, double) - Constructor for class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
Initializes a new VideoMediaFormatImpl instance which is to provide an implementation of VideoMediaFormat for a specific JMF VideoFormat and to have a specific clock rate.
VideoMediaFormatImpl(VideoFormat, double, float, Map<String, String>, Map<String, String>) - Constructor for class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
Initializes a new VideoMediaFormatImpl instance which is to provide an implementation of VideoMediaFormat for a specific JMF VideoFormat and to have specific clock rate and set of format-specific parameters.
VideoMediaStream - Interface in org.jitsi.service.neomedia
Extends the MediaStream interface and adds methods specific to video streaming.
VideoMediaStreamImpl - Class in org.jitsi.impl.neomedia
Extends MediaStreamImpl in order to provide an implementation of VideoMediaStream.
VideoMediaStreamImpl(StreamConnector, MediaDevice, SrtpControl) - Constructor for class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Initializes a new VideoMediaStreamImpl instance which will use the specified MediaDevice for both capture and playback of video exchanged via the specified StreamConnector.
VideoMediaStreamTrackReceiver - Class in org.jitsi.impl.neomedia.rtp
Extends the generic MediaStreamTrackReceiver with logic to update its MediaStreamTrackDescs with received packets.
VideoMediaStreamTrackReceiver(MediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.rtp.VideoMediaStreamTrackReceiver
Initializes a new VideoMediaStreamTrackReceiver instance.
VideoNotifierSupport - Class in org.jitsi.util.event
Represents a mechanism to easily add to a specific Object by means of composition support for firing VideoEvents to VideoListeners.
VideoNotifierSupport(Object) - Constructor for class org.jitsi.util.event.VideoNotifierSupport
Initializes a new VideoNotifierSupport instance which is to facilitate the management of VideoListeners and firing VideoEvents to them for a specific Object.
VideoNotifierSupport(Object, boolean) - Constructor for class org.jitsi.util.event.VideoNotifierSupport
Initializes a new VideoNotifierSupport instance which is to facilitate the management of VideoListeners and firing VideoEvents to them for a specific Object.
videoRemoved(VideoEvent) - Method in class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
Notifies that a visual Component representing video has been removed from the provider this listener has been added to.
videoRemoved(VideoEvent) - Method in interface org.jitsi.util.event.VideoListener
Notifies that a visual Component representing video has been removed from the provider this listener has been added to.
VideoTranslatorMediaDevice - Class in org.jitsi.impl.neomedia.device
Implements a MediaDevice which is to be used in video conferencing implemented with an RTP translator.
VideoTranslatorMediaDevice(MediaDeviceImpl) - Constructor for class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
Initializes a new VideoTranslatorMediaDevice which enables a specific MediaDevice to be used in video conferencing implemented with an RTP translator.
videoUpdate(VideoEvent) - Method in class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
Notifies about an update to a visual Component representing video.
videoUpdate(VideoEvent) - Method in interface org.jitsi.util.event.VideoListener
Notifies about an update to a visual Component representing video.
VIDIOC_DQBUF - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
VIDIOC_G_FMT - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
VIDIOC_QBUF - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
VIDIOC_QUERYBUF - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
VIDIOC_QUERYCAP - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
VIDIOC_REQBUFS - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
VIDIOC_S_FMT - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
VIDIOC_S_PARM - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
VIDIOC_STREAMOFF - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
VIDIOC_STREAMON - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
VOICE_ACTIVITY - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
VoiceCaptureDSP - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi
Defines the native interface of Voice Capture DSP as used by WASAPISystem and its associated CaptureDevice, DataSource and Renderer implementations.
VOIP_METRICS_REPORT_BLOCK_TYPE - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
VoIPMetricsReportBlock() - Constructor for class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Initializes a new VoIPMetricsReportBlock instance.
VoIPMetricsReportBlock(int, DataInputStream) - Constructor for class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Initializes a new VoIPMetricsReportBlock instance by deserializing/reading a binary representation from a DataInputStream.
volumeChange(VolumeChangeEvent) - Method in interface org.jitsi.service.neomedia.event.VolumeChangeListener
Notifies this instance that the volume level/value maintained by a source VolumeControl (to which this instance has previously been added) has changed.
VolumeChangeEvent - Class in org.jitsi.service.neomedia.event
Represents the event fired when playback volume value has changed.
VolumeChangeEvent(VolumeControl, float, boolean) - Constructor for class org.jitsi.service.neomedia.event.VolumeChangeEvent
Initializes a new VolumeChangeEvent which is to notify about a specific volume level and its mute state.
VolumeChangeListener - Interface in org.jitsi.service.neomedia.event
Represents a listener (to be) notified about changes in the volume level/value maintained by a VolumeControl.
VolumeControl - Interface in org.jitsi.service.neomedia
Control for volume level in (neo)media service.
volumeLevel - Variable in class org.jitsi.service.neomedia.BasicVolumeControl
The current volume level.
VP8 - Static variable in class org.jitsi.service.neomedia.codec.Constants
The VP8 constant
VP8_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
The VP8/rtp constant.
VP8Frame - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile
 
VP8Frame() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.VP8Frame
Create an empty VP8Frame that need to be set later.
VP8Frame(long, int, byte[]) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.VP8Frame
Create a VP8Frame filled with the data of the frame, its timestamp and the length of the data (in bytes)
VP8PayloadDescriptor() - Constructor for class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
 
VP8PayloadHeader() - Constructor for class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadHeader
 
VP9 - Static variable in class org.jitsi.service.neomedia.codec.Constants
The VP9 constant
VP9_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
The VP9/rtp constant.
VP9PayloadDescriptor() - Constructor for class org.jitsi.impl.neomedia.codec.video.vp9.DePacketizer.VP9PayloadDescriptor
 
VPX - Class in org.jitsi.impl.neomedia.codec.video
A wrapper for the libvpx native library.
VPX() - Constructor for class org.jitsi.impl.neomedia.codec.video.VPX
 
VPX.StreamInfo - Class in org.jitsi.impl.neomedia.codec.video
Java wrapper around vpx_codec_stream_info_t.
VPXDecoder - Class in org.jitsi.impl.neomedia.codec.video.vp8
Implements a VP8 decoder.
VPXDecoder() - Constructor for class org.jitsi.impl.neomedia.codec.video.vp8.VPXDecoder
Initializes a new VPXDecoder instance.
VPXEncoder - Class in org.jitsi.impl.neomedia.codec.video.vp8
Implements a VP8 encoder.
VPXEncoder() - Constructor for class org.jitsi.impl.neomedia.codec.video.vp8.VPXEncoder
Initializes a new VPXEncoder instance.
vq(float[], int, int[], int, float[], int, float[], int, int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
VQNearestNeighborFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
VQNearestNeighborFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.VQNearestNeighborFLP
 

W

w - Variable in class org.jitsi.impl.neomedia.codec.video.VPX.StreamInfo
Width
WAIT_ABANDONED - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
The return value of WASAPI.WaitForSingleObject(long, long) which indicates that the specified object is a mutex that was not released by the thread that owned the mutex before the owning thread terminated.
WAIT_FAILED - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
The return value of WASAPI.WaitForSingleObject(long, long) which indicates that the function has failed.
WAIT_OBJECT_0 - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
The return value of WASAPI.WaitForSingleObject(long, long) which indicates that the specified object is signaled.
WAIT_TIMEOUT - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
The return value of WASAPI.WaitForSingleObject(long, long) which indicates that the specified time-out interval has elapsed and the state of the specified object is non-signaled.
WaitForSingleObject(long, long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
Waits until the specified object is in the signaled state or the specified time-out interval elapses.
waitForState(Processor, int) - Method in class org.jitsi.impl.neomedia.ProcessorUtility
Waits until processor enters state and returns a boolean indicating success or failure of the operation.
waitForStreamState(long, int) - Method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
Waits for a specific PulseAudio stream to get into a specific state, PA_STREAM_FAILED, or PA_STREAM_TERMINATED.
waitMainloop() - Method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
Wait for an event to be signalled by the PulseAudio event loop thread associated with this PulseAudioSystem.
WAKEUP_INTERVAL_MILLIS - Static variable in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
The interval we'll ask the RecurringRunnableExecutor to check back in if there is no current work TODO(brian): i think we should actually be able to get rid of this and just rely on scheduled work and the 'work ready now' callback
warn(Object) - Method in class org.jitsi.util.Logger
Log a WARN message.
warn(Object, Throwable) - Method in class org.jitsi.util.Logger
Log a message, with associated Throwable information.
warn(HashMap<String, Object>) - Method in class org.jitsi.util.TimeSeriesLogger
Logs a DiagnosticContext.TimeSeriesPoint in WARNING level.
WARNING - Static variable in interface org.jitsi.service.neomedia.event.SrtpListener
This is a warning message.
WARNING_NO_EXPECTED_RS_MATCH - Static variable in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
A warning String that we display to the user.
WARNING_NO_RS_MATCH - Static variable in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
A warning String that we display to the user.
WASAPI - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi
Defines the native interface to Windows Audio Session API (WASAPI) and related Core Audio APIs such as Multimedia Device (MMDevice) API as used by WASAPISystem and its associated CaptureDevice, DataSource and Renderer implementations.
WASAPIRenderer - Class in org.jitsi.impl.neomedia.jmfext.media.renderer.audio
Implements an audio Renderer using Windows Audio Session API (WASAPI) and related Core Audio APIs such as Multimedia Device (MMDevice) API.
WASAPIRenderer() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
Initializes a new WASAPIRenderer instance which is to perform playback (as opposed to sound a notification).
WASAPIRenderer(AudioSystem.DataFlow) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
Initializes a new WASAPIRenderer instance which is to either perform playback or sound a notification.
WASAPIRenderer(boolean) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
Initializes a new WASAPIRenderer instance which is to either perform playback or sound a notification.
WASAPIStream - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi
Implements a PullBufferStream using Windows Audio Session API (WASAPI) and related Core Audio APIs such as Multimedia Device (MMDevice) API.
WASAPIStream(DataSource, FormatControl) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPIStream
Initializes a new WASAPIStream instance which is to have its Format-related information abstracted by a specific FormatControl.
WASAPISystem - Class in org.jitsi.impl.neomedia.device
Implements an AudioSystem using Windows Audio Session API (WASAPI) and related Core Audio APIs such as Multimedia Device (MMDevice) API.
WASAPISystem() - Constructor for class org.jitsi.impl.neomedia.device.WASAPISystem
Initializes a new WASAPISystem instance.
wav - Static variable in class org.jitsi.util.SoundFileUtils
Different extension of a sound file
WAVE_FORMAT_PCM - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
WAVEFORMATEX_alloc() - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
WAVEFORMATEX_fill(long, AudioFormat) - Static method in class org.jitsi.impl.neomedia.device.WASAPISystem
Sets the fields of a specific WAVEFORMATEX instance from a specific AudioFormat instance so that the two of them are equivalent in terms of the formats of audio data that they describe.
WAVEFORMATEX_fill(long, char, char, int, int, char, char, char) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
WAVEFORMATEX_getCbSize(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
WAVEFORMATEX_getNAvgBytesPerSec(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
WAVEFORMATEX_getNBlockAlign(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
WAVEFORMATEX_getNChannels(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
WAVEFORMATEX_getNSamplesPerSec(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
WAVEFORMATEX_getWBitsPerSample(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
WAVEFORMATEX_getWFormatTag(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
WAVEFORMATEX_setCbSize(long, char) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
WAVEFORMATEX_setNAvgBytesPerSec(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
WAVEFORMATEX_setNBlockAlign(long, char) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
WAVEFORMATEX_setNChannels(long, char) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
WAVEFORMATEX_setNSamplesPerSec(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
WAVEFORMATEX_setWBitsPerSample(long, char) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
WAVEFORMATEX_setWFormatTag(long, char) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
WAVEFORMATEX_sizeof() - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
WB2MB_BITRATE_BPS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
WB2SWB_BITRATE_BPS - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
WB_DETECT_ACTIVE_SPEECH_LEVEL_THRES - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
WB_DETECT_ACTIVE_SPEECH_MS_THRES - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
WB_detected - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_detect_SWB_state
 
WeakReferencePropertyChangeListener - Class in org.jitsi.util.event
Implements PropertyChangeListener which delegates to another PropertyChangeListener while weakly referencing it.
WeakReferencePropertyChangeListener(PropertyChangeListener) - Constructor for class org.jitsi.util.event.WeakReferencePropertyChangeListener
 
WebmDataSink - Class in org.jitsi.impl.neomedia.recording
A DataSink implementation which writes output in webm format.
WebmDataSink(String, DataSource) - Constructor for class org.jitsi.impl.neomedia.recording.WebmDataSink
Initialize a new WebmDataSink instance.
WebmWriter - Class in org.jitsi.impl.neomedia.recording
 
WebmWriter(String) - Constructor for class org.jitsi.impl.neomedia.recording.WebmWriter
 
WebmWriter.FrameDescriptor - Class in org.jitsi.impl.neomedia.recording
 
weight_az(float[], int, float, int, float[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.g729.Lpcfunc
Weighting of LPC coefficients ap[i] = a[i] * (gamma ** i)
willOpenStream() - Method in class org.jitsi.impl.neomedia.device.AudioSystem2
Notifies this AudioSystem that an API client will start executing a Pa_OpenStream-like function.
willReadBlock() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferStream
Determines if PullBufferStream.read(Buffer) will block.
willReadBlock() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferStreamAdapter
Implements PullBufferStream#willReadBlock().
willUpdateAvailableDeviceList() - 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 will be invoked.
willWrite(StreamRTPManagerDesc, RawPacket, StreamRTPManagerDesc, boolean) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Notifies this RTPTranslator that a buffer from a source will be written into a destination.
willWrite(MediaStream, RawPacket, MediaStream, boolean) - Method in class org.jitsi.service.neomedia.AbstractRTPTranslator
Notifies this RTPTranslator that a buffer from a source will be written into a destination.
willWrite(RTPTranslator.WriteFilter, MediaStream, RawPacket, MediaStream, boolean) - Method in class org.jitsi.service.neomedia.AbstractRTPTranslator
Invokes a specific WriteFilter.
window(float[], float[], float[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_encoder
 
wma - Static variable in class org.jitsi.util.SoundFileUtils
 
workReadyCallback - Variable in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
A callback which allows this class to signal it has nack work that is ready to be run
WrappersFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
WrappersFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.WrappersFLP
 
write(byte[], int, int) - Method in class org.jitsi.impl.neomedia.rtp.translator.OutputDataStreamImpl
 
write(byte[], int, int, Format, StreamRTPManagerDesc) - Method in class org.jitsi.impl.neomedia.rtp.translator.OutputDataStreamImpl
 
write(byte[], int, int) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Implements OutputDataStream.write(byte[], int, int).
write(byte[], int, int, Object) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Implements OutputDataStream.write(byte[], int, int).
write(byte[], int, int) - Method in class org.jitsi.impl.neomedia.transform.TransformOutputStreamImpl
write(int) - Method in class org.jitsi.util.ByteBufferOutputStream
write(Element, OutputStream) - Method in class org.jitsi.util.xml.DOMElementWriter
Writes a DOM tree to a stream in UTF8 encoding.
write(Node, Writer, int, String) - Method in class org.jitsi.util.xml.DOMElementWriter
Writes a DOM tree to a stream.
writeByte(int, byte) - Method in class org.jitsi.service.neomedia.RawPacket
Write a byte to this packet at specified offset
writeControlPayload(Payload, MediaStream) - Method in class org.jitsi.impl.neomedia.rtp.translator.OutputDataStreamImpl
Writes an RTCPFeedbackMessage into a destination identified by a specific MediaStream.
writeControlPayload(Payload, MediaStream) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPConnectorImpl
Writes an RTCPFeedbackMessage into a destination identified by a specific MediaStream.
writeControlPayload(Payload, MediaStream) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Writes an RTCPFeedbackMessage into a destination identified by a specific MediaStream.
writeFrame(WebmWriter.FrameDescriptor) - Method in class org.jitsi.impl.neomedia.recording.WebmWriter
 
writeHeader() - Method in class org.jitsi.impl.neomedia.recording.BasicWavMux
writeInt(int, int) - Method in class org.jitsi.service.neomedia.RawPacket
Set an integer at specified offset in network order.
writeInt(int, byte[], int) - Static method in class org.jitsi.util.ArrayIOUtils
Converts an integer to a series of bytes and writes the result into a specific output array of bytes starting the writing at a specific offset in it.
writeInt(byte[], int, int) - Static method in class org.jitsi.util.RTPUtils
Set an integer at specified offset in network order.
writeInt16(int, byte[], int) - Static method in class org.jitsi.util.ArrayIOUtils
Converts a short integer to a series of bytes and writes the result into a specific output array of bytes starting the writing at a specific offset in it.
writeOutput(byte[], int) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
Writes the data received to the buffer give in arguments, which is provided by the CoreAudio library.
writeShort(int, short) - Method in class org.jitsi.service.neomedia.RawPacket
Write a short to this packet at the specified offset.
writeShort(short, byte[], int) - Static method in class org.jitsi.util.ArrayIOUtils
Converts a short integer to a series of bytes and writes the result into a specific output array of bytes starting the writing at a specific offset in it.
writeShort(byte[], int, short) - Static method in class org.jitsi.util.RTPUtils
Set an integer at specified offset in network order.
writeSSRC(long, byte[], int) - Static method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
Writes a specific synchronization source identifier (SSRC) into a specific byte array starting at a specific offset.
WriteStream(long, byte[], int, long, int) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Writes samples to an output stream.
WriteStream(long, byte[], long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Write samples to an output stream.
writeTo(OutputDataStream) - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
Write the RTCP packet representation of this instance into a specific OutputDataStream.
writeTo(OutputDataStream) - Method in interface org.jitsi.impl.neomedia.rtp.translator.Payload
 
writeUint24(byte[], int, int) - Static method in class org.jitsi.util.RTPUtils
Writes the least significant 24 bits from the given integer into the given byte array at the given offset.
writeWebmFileHeader(int, int) - Method in class org.jitsi.impl.neomedia.recording.WebmWriter
 
writeXML(Document, File) - Static method in class org.jitsi.util.xml.XMLUtils
Writes the specified document to the given file adding indentatation.
writeXML(Document, Writer) - Static method in class org.jitsi.util.xml.XMLUtils
Writes the specified document to the given file adding indentatation.
writeXML(Document, StreamResult, String, String) - Static method in class org.jitsi.util.xml.XMLUtils
Writes the specified document to the given file adding indentatation.

X

X264_KEYINT_MAX_INFINITE - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
 
X264_KEYINT_MIN_AUTO - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
 
x_16_file_offset - Static variable in class org.jitsi.impl.neomedia.codec.audio.silk.WrappersFLP
 
x_buf - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
x_buf_offset - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_encoder_state_FLP
 
xCorrCoef(float[], int, float[], int, int) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_decoder
 
XMLConfigurationStore - Class in org.jitsi.impl.configuration.xml
Implements a ConfigurationStore which serializes property name-value associations in XML format.
XMLConfigurationStore() - Constructor for class org.jitsi.impl.configuration.xml.XMLConfigurationStore
 
XMLConfUtils - Class in org.jitsi.impl.configuration.xml
Common XML Tasks.
XMLConfUtils() - Constructor for class org.jitsi.impl.configuration.xml.XMLConfUtils
 
XMLException - Exception in org.jitsi.util.xml
The class is used to mask any XML specific exceptions thrown during parsing various descriptors.
XMLException(String, Throwable) - Constructor for exception org.jitsi.util.xml.XMLException
Constructs a new XMLException with the specified detail message and cause.
XMLException(String) - Constructor for exception org.jitsi.util.xml.XMLException
Constructs a new XMLException with the specified detail message.
XMLUtils - Class in org.jitsi.util.xml
Common XML Tasks
XMLUtils() - Constructor for class org.jitsi.util.xml.XMLUtils
 
XnrgSubfr - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_VAD_state
 
xq - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.SKP_Silk_nsq_state
 
Xq_Q10 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.NSQDelDecStruct
 
xq_Q14 - Variable in class org.jitsi.impl.neomedia.codec.audio.silk.NSQ_sample_struct
 
XR - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
The packet type (PT) constant 207 which identifies RTCP XR packets.

Y

Y211() - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
 
Y411 - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
The Y411 constant.
Y41P - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
The Y41P constant.
yield() - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.PortAudioStream
Causes the currently executing thread to temporarily pause and allow other threads to execute.
YUY2 - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
The YUY2 constant.
YV12() - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
 
YVU9() - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
 
YVYU() - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
 

Z

ZeroPoleFilter(float[], int, float[], float[], int, int, int, float[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.ilbc.ilbc_common
 
ZRTCPTransformer - Class in org.jitsi.impl.neomedia.transform.zrtp
PacketTransformer that delegates the forward/reverse transformation of packets to different packet transformers.
ZRTCPTransformer() - Constructor for class org.jitsi.impl.neomedia.transform.zrtp.ZRTCPTransformer
 
ZRTP_MAGIC - Static variable in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpRawPacket
Each ZRTP packet contains this magic number/cookie.
ZRTP_PACKET_HEADER - Static variable in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Each ZRTP packet has a fixed header of 12 bytes.
zrtpAskEnrollment(ZrtpCodes.InfoEnrollment) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Zrtp ask for Enrollment.
ZrtpConfigureUtils - Class in org.jitsi.impl.neomedia.transform.zrtp
 
ZrtpConfigureUtils() - Constructor for class org.jitsi.impl.neomedia.transform.zrtp.ZrtpConfigureUtils
 
ZrtpControl - Interface in org.jitsi.service.neomedia
ZRTP based SRTP MediaStream encryption control.
ZrtpControlImpl - Class in org.jitsi.impl.neomedia.transform.zrtp
Controls zrtp in the MediaStream.
ZrtpControlImpl() - Constructor for class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Creates the control.
ZrtpControlImpl.ZRTPCustomInfoCodes - Enum in org.jitsi.impl.neomedia.transform.zrtp
Additional info codes for and data to support ZRTP4J.
zrtpInformEnrollment(ZrtpCodes.InfoEnrollment) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
 
zrtpNegotiationFailed(ZrtpCodes.MessageSeverity, EnumSet<?>) - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
Negotiation has failed.
zrtpNegotiationFailed(ZrtpCodes.MessageSeverity, EnumSet<?>) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Comes a message that zrtp negotiation has failed.
zrtpNotSuppOther() - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
The other part does not support zrtp.
zrtpNotSuppOther() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
The other part doesn't support zrtp.
ZrtpRawPacket - Class in org.jitsi.impl.neomedia.transform.zrtp
ZRTP packet representation.
ZrtpRawPacket(RawPacket) - Constructor for class org.jitsi.impl.neomedia.transform.zrtp.ZrtpRawPacket
Construct an input ZrtpRawPacket using a received RTP raw packet.
ZrtpRawPacket(byte[], int, int) - Constructor for class org.jitsi.impl.neomedia.transform.zrtp.ZrtpRawPacket
Construct an output ZrtpRawPacket using specified value.
ZRTPTransformEngine - Class in org.jitsi.impl.neomedia.transform.zrtp
JMF extension/connector to support GNU ZRTP4J.
ZRTPTransformEngine() - Constructor for class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Construct a ZRTPTransformEngine.

_

_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
The /rtp constant.
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 _ 
Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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