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 _ 
All Classes All Packages

A

A2NLSF - Class in org.jitsi.impl.neomedia.codec.audio.silk
Conversion between prediction filter coefficients and NLSFs.
A2NLSF() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.A2NLSF
 
AbortStream(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Terminates audio processing immediately without waiting for pending buffers to complete.
ABS_SEND_TIME_URN - Static variable in class org.jitsi.service.neomedia.RTPExtension
The URN identifying the abs-send-time RTP extension.
AbsSendTimeEngine - Class in org.jitsi.impl.neomedia.transform
Implements a TransformEngine which replaces the timestamps in abs-send-time RTP extensions with timestamps generated locally.
AbsSendTimeEngine() - Constructor for class org.jitsi.impl.neomedia.transform.AbsSendTimeEngine
Initializes a new AbsSendTimeEngine instance.
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(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.
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.
AbstractBufferCaptureDevice<AbstractBufferStreamT extends org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferStream<?>> - Class in org.jitsi.impl.neomedia.jmfext.media.protocol
Facilitates the implementations of the CaptureDevice and DataSource interfaces provided by AbstractPullBufferCaptureDevice and AbstractPushBufferCaptureDevice.
AbstractBufferCaptureDevice() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
 
AbstractCodec2 - Class in org.jitsi.impl.neomedia.codec
Extends FMJ's AbstractCodec to make it even easier to implement a Codec.
AbstractCodec2(String, Class<? extends Format>, Format[]) - Constructor for class org.jitsi.impl.neomedia.codec.AbstractCodec2
Initializes a new AbstractCodec2 instance with a specific PlugIn name, a specific Class of input and output Formats and a specific list of Formats supported as output.
AbstractControls - Class in org.jitsi.impl.neomedia.control
Provides an abstract implementation of Controls which facilitates implementers by requiring them to only implement Controls.getControls().
AbstractControls() - Constructor for class org.jitsi.impl.neomedia.control.AbstractControls
 
AbstractFECReceiver - Class in org.jitsi.impl.neomedia.transform.fec
A PacketTransformer which handles incoming fec packets.
AbstractFFmpegAudioCodec - Class in org.jitsi.impl.neomedia.codec.audio
Implements an audio Codec using the FFmpeg library.
AbstractFFmpegAudioCodec(String, int, Format[]) - Constructor for class org.jitsi.impl.neomedia.codec.audio.AbstractFFmpegAudioCodec
Initializes a new AbstractFFmpegAudioCodec instance with a specific PlugIn name, a specific AVCodecID, and a specific list of Formats supported as output.
AbstractFormatControl - Class in org.jitsi.impl.neomedia.control
Provides an abstract implementation of FormatControl which facilitates implementers by requiring them to implement just FormatControl.getSupportedFormats() and FormatControl.getFormat().
AbstractFormatControl() - Constructor for class org.jitsi.impl.neomedia.control.AbstractFormatControl
 
AbstractMediaDevice - Class in org.jitsi.impl.neomedia.device
Defines the interface for MediaDevice required by the org.jitsi.impl.neomedia implementation of org.jitsi.service.neomedia.
AbstractMediaDevice() - Constructor for class org.jitsi.impl.neomedia.device.AbstractMediaDevice
 
AbstractMediaStream - Class in org.jitsi.service.neomedia
Abstract base implementation of MediaStream to ease the implementation of the interface.
AbstractMediaStream() - Constructor for class org.jitsi.service.neomedia.AbstractMediaStream
 
AbstractPullBufferCaptureDevice - Class in org.jitsi.impl.neomedia.jmfext.media.protocol
Provides a base implementation of PullBufferDataSource and CaptureDevice in order to facilitate implementers by taking care of boilerplate in the most common cases.
AbstractPullBufferCaptureDevice() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Initializes a new AbstractPullBufferCaptureDevice instance.
AbstractPullBufferCaptureDevice(MediaLocator) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Initializes a new AbstractPullBufferCaptureDevice instance from a specific MediaLocator.
AbstractPullBufferStream<T extends javax.media.protocol.PullBufferDataSource> - Class in org.jitsi.impl.neomedia.jmfext.media.protocol
Provides a base implementation of PullBufferStream in order to facilitate implementers by taking care of boilerplate in the most common cases.
AbstractPullBufferStream(T, FormatControl) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferStream
Initializes a new AbstractPullBufferStream instance which is to have its Format-related information abstracted by a specific FormatControl.
AbstractPushBufferCaptureDevice - Class in org.jitsi.impl.neomedia.jmfext.media.protocol
Provides a base implementation of PushBufferDataSource and CaptureDevice in order to facilitate implementers by taking care of boilerplate in the most common cases.
AbstractPushBufferCaptureDevice() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Initializes a new AbstractPushBufferCaptureDevice instance.
AbstractPushBufferCaptureDevice(MediaLocator) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Initializes a new AbstractPushBufferCaptureDevice instance from a specific MediaLocator.
AbstractPushBufferStream<T extends javax.media.protocol.PushBufferDataSource> - Class in org.jitsi.impl.neomedia.jmfext.media.protocol
Provides a base implementation of PushBufferStream in order to facilitate implementers by taking care of boilerplate in the most common cases.
AbstractPushBufferStream(T, FormatControl) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferStream
Initializes a new AbstractPushBufferStream instance which is to have its Format-related information abstracted by a specific FormatControl.
AbstractRenderer<T extends javax.media.Format> - Class in org.jitsi.impl.neomedia.jmfext.media.renderer
Provides an abstract base implementation of Renderer in order to facilitate extenders.
AbstractRenderer() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.renderer.AbstractRenderer
 
AbstractRTPConnector - Class in org.jitsi.impl.neomedia
Provides a base/default implementation of RTPConnector which has factory methods for its control and data input and output streams and has an associated StreamConnector.
AbstractRTPConnector(StreamConnector) - Constructor for class org.jitsi.impl.neomedia.AbstractRTPConnector
Initializes a new AbstractRTPConnector which is to use a given pair of datagram sockets for RTP and RTCP traffic specified in the form of a StreamConnector.
AbstractRTPPacketPredicate - Class in org.jitsi.impl.neomedia
 
AbstractRTPPacketPredicate(boolean) - Constructor for class org.jitsi.impl.neomedia.AbstractRTPPacketPredicate
Ctor.
AbstractRTPTranslator - Class in org.jitsi.service.neomedia
An abstract, base implementation of RTPTranslator which aid the implementation of the interface.
AbstractRTPTranslator() - Constructor for class org.jitsi.service.neomedia.AbstractRTPTranslator
 
AbstractSCAudioClip - Class in org.jitsi.service.audionotifier
An abstract base implementation of SCAudioClip which is provided in order to aid implementers by allowing them to extend AbstractSCAudioClip and focus on the task of playing actual audio once.
AbstractSCAudioClip(String, AudioNotifierService) - Constructor for class org.jitsi.service.audionotifier.AbstractSCAudioClip
 
AbstractSrtpControl<T extends SrtpControl.TransformEngine> - Class in org.jitsi.service.neomedia
Provides an abstract, base implementation of SrtpControl to facilitate implementers.
AbstractSrtpControl(SrtpControlType) - Constructor for class org.jitsi.service.neomedia.AbstractSrtpControl
Initializes a new AbstractSrtpControl instance with a specific SrtpControlType.
AbstractTrackStats - Class in org.jitsi.impl.neomedia.stats
Media stream statistics per send or receive SSRC.
AbstractTransformOutputStream - Class in org.jitsi.impl.neomedia.transform
Facilitates the implementation of the interface TransformOutputStream.
AbstractTransformOutputStream() - Constructor for class org.jitsi.impl.neomedia.transform.AbstractTransformOutputStream
 
AbstractVideoPullBufferCaptureDevice - Class in org.jitsi.impl.neomedia.jmfext.media.protocol
Provides a base implementation of PullBufferDataSource and CaptureDevice for the purposes of video in order to facilitate implementers by taking care of boilerplate in the most common cases.
AbstractVideoPullBufferCaptureDevice() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferCaptureDevice
Initializes a new AbstractVideoPullBufferCaptureDevice instance.
AbstractVideoPullBufferCaptureDevice(MediaLocator) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferCaptureDevice
Initializes a new AbstractVideoPullBufferCaptureDevice instance from a specific MediaLocator.
AbstractVideoPullBufferStream<T extends javax.media.protocol.PullBufferDataSource> - Class in org.jitsi.impl.neomedia.jmfext.media.protocol
Provides a base implementation of PullBufferStream for video in order to facilitate implementers by taking care of boilerplate in the most common cases.
AbstractVideoPullBufferStream(T, FormatControl) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferStream
Initializes a new AbstractVideoPullBufferStream instance which is to have its Format-related information abstracted by a specific FormatControl.
AbstractVideoPushBufferCaptureDevice - Class in org.jitsi.impl.neomedia.jmfext.media.protocol
Provides a base implementation of PushBufferDataSource and CaptureDevice for the purposes of video in order to facilitate implementers by taking care of boilerplate in the most common cases.
AbstractVideoPushBufferCaptureDevice() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPushBufferCaptureDevice
Initializes a new AbstractVideoPushBufferCaptureDevice instance.
AbstractVideoPushBufferCaptureDevice(MediaLocator) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPushBufferCaptureDevice
Initializes a new AbstractVideoPushBufferCaptureDevice instance from a specific MediaLocator.
accept(DataSource) - Method in interface org.jitsi.impl.neomedia.conference.DataSourceFilter
Determines whether a specific DataSource is accepted by this filter i.e.
accept(MediaStream, RawPacket, MediaStream, boolean) - Method in interface org.jitsi.service.neomedia.RTPTranslator.WriteFilter
 
acceptEnrollment(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Used to accept a PBX enrollment request (The PBX part needs further development)
activateTimer(int) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Activate timer.
ACTIVE - org.jitsi.service.neomedia.DtlsControl.Setup
 
activeSpeakerChanged(Long) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
Implements ActiveSpeakerChangedListener.activeSpeakerChanged(Object).
ACTPASS - org.jitsi.service.neomedia.DtlsControl.Setup
 
ADAPTIVE_JITTER_BUFFER_ADAPTIVE - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
The jitter buffer size is being dynamically adjusted to deal with varying levels of jitter.
add(Component) - Method in class org.jitsi.util.swing.VideoContainer
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.
addBit(int, boolean) - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
Add a bit with the given value in the given position.
addData(Buffer) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEventDispatcher
Adds data to be processed.
addDatagramPacketFilter(DatagramPacketFilter) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Adds a DatagramPacketFilter which allows dropping DatagramPackets before they are converted into RawPackets.
addDataSinkListener(DataSinkListener) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
addDTMF(DTMFInbandTone) - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Adds a new inband DTMF tone to send.
addDTMF(DTMFInbandTone) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Adds a new inband DTMF tone to send.
addDTMF(DTMFInbandTone) - Method in interface org.jitsi.impl.neomedia.protocol.InbandDTMFDataSource
Adds a new inband DTMF tone to send.
addDTMF(DTMFInbandTone) - Method in class org.jitsi.impl.neomedia.protocol.RewritablePullBufferDataSource
Adds a new inband DTMF tone to send.
addDTMF(DTMFInbandTone) - Method in class org.jitsi.impl.neomedia.protocol.RewritablePushBufferDataSource
Adds a new inband DTMF tone to send.
addDTMFListener(DTMFListener) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Adds a DTMFListener to this AudioMediaStream which is to receive notifications when the remote party starts sending DTMF tones to us.
addDTMFListener(DTMFListener) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
Registers a listener that would receive notification events if the remote party starts sending DTMF tones to us.
addDynamicRTPPayloadType(byte, MediaFormat) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Adds a new association in this MediaStream of the specified RTP payload type with the specified MediaFormat in order to allow it to report rtpPayloadType in RTP flows sending and receiving media in format.
addDynamicRTPPayloadType(byte, MediaFormat) - Method in interface org.jitsi.service.neomedia.MediaStream
Adds a new association in this MediaStream of the specified RTP payload type with the specified MediaFormat in order to allow it to report rtpPayloadType in RTP flows sending and receiving media in format.
addDynamicRTPPayloadTypeOverride(byte, byte) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
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, int) - Method in class org.jitsi.impl.neomedia.transform.TransformEngineChain
Adds a TransformEngine at a specific position in 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.
addExtension(byte, byte[]) - Method in class org.jitsi.service.neomedia.RawPacket
Adds the given buffer as a header extension of this packet according the rules specified in RFC 5285.
addExtension(byte, byte[], int) - Method in class org.jitsi.service.neomedia.RawPacket
Adds the given buffer as a header extension of this packet according the rules specified in RFC 5285.
addExtension(byte, int) - Method in class org.jitsi.service.neomedia.RawPacket
Adds an RTP header extension with a given ID and a given length to this packet.
addFormat(Format, int) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
addFormat(StreamRTPManager, Format, int) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Specifies the RTP payload type (number) to be used for a specific Format.
addGainChangeListener(GainChangeListener) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Register for gain change update events.
addInDataSource(DataSource) - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
Adds a new input DataSource to the collection of input DataSources from which this instance reads audio.
addInDataSource(DataSource) - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Adds a new input DataSource to be mixed by the associated AudioMixer of this instance and to not have its audio contributions included in the mixing output represented by this DataSource.
addInput(QTCaptureInput) - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureSession
 
addKeyFrameRequestee(int, KeyFrameControl.KeyFrameRequestee) - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl
Adds a KeyFrameRequestee to be made available through this KeyFrameControl.
addKeyFrameRequestee(int, KeyFrameControl.KeyFrameRequestee) - Method in class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
addKeyFrameRequester(int, KeyFrameControl.KeyFrameRequester) - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl
Adds a KeyFrameRequester to be made available through this KeyFrameControl.
addKeyFrameRequester(int, KeyFrameControl.KeyFrameRequester) - Method in class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
addLayoutComponent(String, Component) - Method in class org.jitsi.util.swing.FitLayout
Does nothing because this LayoutManager lays out only the first Component of the parent Container and thus doesn't need any String associations.
addLayoutComponent(String, Component) - Method in class org.jitsi.util.swing.VideoLayout
Adds the given component in this layout on the specified by name position.
addLevels(long[], long) - Method in class org.jitsi.impl.neomedia.transform.csrc.CsrcAudioLevelDispatcher
A level matrix that we should deliver to our media stream and its listeners in a separate thread.
addListener(Recorder.Listener) - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
Adds a new Recorder.Listener to the list of listeners interested in notifications from this Recorder.
addListener(Recorder.Listener) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
addListener(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 class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
 
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() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent
Overrides Component.addNotify() to reset the indicator which determines whether the native counterpart of this JAWTRenderer wants paint calls on its AWT Component to be delivered.
addOutput(QTCaptureOutput) - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureSession
 
addPlaybackDataSource(DataSource) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Adds a specific DataSource to the list of playbacks of ReceiveStreams and/or DataSources performed by respective Players on the MediaDevice represented by this instance.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
addPropertyChangeListener(PropertyChangeListener) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Adds a PropertyChangelistener to this stream which is to be notified upon property changes such as a SSRC ID which becomes known.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jitsi.service.neomedia.MediaService
Adds a PropertyChangeListener to be notified about changes in the values of the properties of this instance.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.jitsi.service.neomedia.MediaStream
Adds a property change listener to this stream so that it would be notified upon property change events like for example an SSRC ID which becomes known.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Add a PropertyChangeListener for a specific property.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
addPTMappingOverride(byte, byte) - Method in class org.jitsi.impl.neomedia.transform.pt.PayloadTypeTransformEngine
Adds an additional RTP payload type mapping used to override the payload type of outgoing RTP packets.
addReceiveStream(ReceiveStream) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Adds a specific ReceiveStream to the list of playbacks of ReceiveStreams and/or DataSources performed by respective Players on the MediaDevice represented by this instance.
addReceiveStreamListener(ReceiveStreamListener) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
addReceiveStreamListener(StreamRTPManager, ReceiveStreamListener) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Adds a ReceiveStreamListener to be notified about ReceiveStreamEvents related to a specific neomedia MediaStream (expressed as a StreamRTPManager for the purposes of and in the terms of RTPTranslator).
addRecorderListener(Recorder.Listener) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Those interested in Recorder events add listener through MediaService.
addRecorderListener(Recorder.Listener) - Method in interface org.jitsi.service.neomedia.MediaService
Those interested in Recorder events add listener through MediaService.
addRemoteListener(RemoteListener) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
addRemoteListener(StreamRTPManager, RemoteListener) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Adds a RemoteListener to be notified about RemoteEvents received by this RTPTranslatorImpl.
addRemoteSourceID(long) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Sets the remote SSRC identifier and fires the corresponding PropertyChangeEvent.
addRemoteSourceID(long) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Set remote SSRC.
addReportBlock(RTCPExtendedReport.ReportBlock) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
Adds an extended report block to this extended report.
addressesAreEqual(InetSocketAddress, InetSocketAddress) - Static method in class org.jitsi.service.neomedia.MediaStreamTarget
Determines whether two specific InetSocketAddress instances are equal.
addRTCPFeedbackMessageCreateListner(RTCPFeedbackMessageCreateListener) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Adds RTCPFeedbackMessageCreateListener.
addRTCPFeedbackMessageListener(RTCPFeedbackMessageListener) - Method in class org.jitsi.impl.neomedia.RTCPConnectorInputStream
Add an RTCPFeedbackMessageListener.
addRTCPFeedbackMessageListener(RTCPFeedbackMessageListener) - Method in class org.jitsi.impl.neomedia.transform.ControlTransformInputStream
Adds an RTCPFeedbackMessageListener.
addRTCPPacketListener(RTCPPacketListener) - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Adds a listener which will be notified when RTCP packets are received.
addRTCPPacketListener(RTCPPacketListener) - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Adds a listener which will be notified when RTCP packets are received.
addRTCPReportListener(RTCPReportListener) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Adds a new RTCPReportListener to be notified by this instance about the receiving and sending of RTCP RR, SR and XR.
addRTPExtension(byte, RTPExtension) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
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.
addTarget(InetAddress, int) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Add a target to stream targets list
addTarget(SessionAddress) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Add a stream target.
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(String, ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Add a VetoableChangeListener for a specific property.
addVetoableChangeListener(String, ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
addVetoableChangeListener(ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Add a VetoableChangeListener to the listener list.
addVetoableChangeListener(ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
addVideoListener(VideoListener) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Adds a specific VideoListener to this instance in order to receive notifications when visual/video Components are being added and removed.
addVideoListener(VideoListener) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Adds a specific VideoListener to this VideoMediaStream in order to receive notifications when visual/video Components are being added and removed.
addVideoListener(VideoListener) - Method in interface org.jitsi.service.neomedia.VideoMediaStream
Adds a specific VideoListener to this VideoMediaStream in order to receive notifications when visual/video Components are being added and removed.
addVideoListener(VideoListener) - Method in class org.jitsi.util.event.VideoNotifierSupport
Adds a specific VideoListener to this VideoNotifierSupport in order to receive notifications when visual/video Components are being added and removed.
addVolumeChangeListener(VolumeChangeListener) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Adds a VolumeChangeListener to be informed for any change in the volume levels.
addVolumeChangeListener(VolumeChangeListener) - Method in interface org.jitsi.service.neomedia.VolumeControl
Adds a VolumeChangeListener to be informed about changes in the volume level of this instance.
addWriteFilter(RTPTranslator.WriteFilter) - Method in class org.jitsi.service.neomedia.AbstractRTPTranslator
Adds a WriteFilter to this RTPTranslator.
addWriteFilter(RTPTranslator.WriteFilter) - Method in interface org.jitsi.service.neomedia.RTPTranslator
Adds a WriteFilter to this RTPTranslator.
advancedAttributesAreEqual(Map<String, String>, Map<String, String>) - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Determines whether a specific set of advanced attributes is equal to another set of advanced attributes in the sense that they define an equal number of parameters and assign them equal values.
AdvancedAttributesAwareCodec - Interface in org.jitsi.service.neomedia.control
An interface used to pass additional attributes (received via SDP/Jingle) to codecs.
aif - Static variable in class org.jitsi.util.SoundFileUtils
 
ALAW_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
The ALAW/rtp constant.
aLawEncode(boolean, byte[], int, int, byte[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
Encode an array of pcm values into a pre-allocated target array
aLawEncode(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
Encode a pcm value into a a-law byte
aLawEncodeBigEndian(byte[], int, int, byte[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
Encode big endian data.
aLawEncodeLittleEndian(byte[], int, int, byte[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
Encode little endian data.
allowsReceiving() - Method in enum org.jitsi.service.neomedia.MediaDirection
Determines whether the directions specified by this MediaDirection instance allow for incoming (i.e.
allowsSending() - Method in enum org.jitsi.service.neomedia.MediaDirection
Determines whether the directions specified by this MediaDirection instance allow for outgoing (i.e.
AllpassInt - Class in org.jitsi.impl.neomedia.codec.audio.silk
First-order allpass filter with transfer function: A + Z^(-1) H(z) = ------------ 1 + A*Z^(-1) Implemented using minimum multiplier filter design.
AllpassInt() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.AllpassInt
 
AllpassIntFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
first-order allpass filter.
AllpassIntFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.AllpassIntFLP
 
AMR_WB - Static variable in class org.jitsi.service.neomedia.codec.Constants
The AMR-WB constant.
AMR_WB_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
The AMR-WB/rtp constant.
AnaFiltBank1 - Class in org.jitsi.impl.neomedia.codec.audio.silk
Split signal into two decimated bands using first-order allpass filters.
AnaFiltBank1() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.AnaFiltBank1
 
and(MediaDirection) - Method in enum org.jitsi.service.neomedia.MediaDirection
Applies an extra direction constraint to this MediaDirection or in other words performs an and operation.
ANDROID_SURFACE - Static variable in class org.jitsi.service.neomedia.codec.Constants
The Android Surface constant.
ANY - org.jitsi.service.neomedia.MediaUseCase
Represents any usecase.
append(byte[], int) - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
append(byte[], int) - Method in class org.jitsi.service.neomedia.RawPacket
Append a byte array to the end of the packet.
apply(Integer) - Method in class org.jitsi.util.function.SeqNumTranslation
apply(Long) - Method in class org.jitsi.util.function.TimestampTranslation
apply(RTCPCompoundPacket) - Method in class org.jitsi.util.function.RTCPGenerator
 
apply(ByteArrayBuffer) - Method in class org.jitsi.util.function.SeqNumPacketTranslation
apply(T) - Method in class org.jitsi.util.function.TimestampPacketTranslation
applyGain(GainControl, byte[], int, int) - Static method in class org.jitsi.service.neomedia.BasicVolumeControl
Applies the gain specified by gainControl to the signal defined by the length number of samples given in buffer starting at offset.
applySequenceNumberDelta(int, int) - Static method in class org.jitsi.util.RTPUtils
Deprecated.
Apply a delta to a given sequence number and return the result (taking rollover into account)
ApplySineWindowFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
Apply sine window to signal vector.
ApplySineWindowFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ApplySineWindowFLP
 
ARBITRARY - org.jitsi.service.packetlogging.PacketLoggingService.ProtocolName
ARBITRARY protocol name.
areAspectRatiosEqual(Dimension, int, int) - Static method in class org.jitsi.util.swing.VideoLayout
Determines whether the aspect ratio of a specific Dimension is to be considered equal to the aspect ratio of specific width and height.
ARGB32 - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
The ARGB32 constant.
ArrayIOUtils - Class in org.jitsi.util
Implements functionality aiding the reading and writing in little endian of byte arrays and primitive types such as short.
ArrayIOUtils() - Constructor for class org.jitsi.util.ArrayIOUtils
 
as16Bits(int) - Static method in class org.jitsi.util.RTPUtils
Deprecated.
Returns the given integer masked to 16 bits
as32Bits(long) - Static method in class org.jitsi.util.RTPUtils
Deprecated.
Returns the given integer masked to 32 bits
ASPECT_RATIO_16_9 - org.jitsi.service.neomedia.recording.RecorderEvent.AspectRatio
 
ASPECT_RATIO_4_3 - org.jitsi.service.neomedia.recording.RecorderEvent.AspectRatio
 
ASPECT_RATIO_UNKNOWN - org.jitsi.service.neomedia.recording.RecorderEvent.AspectRatio
 
assemble(DataOutputStream) - Method in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
assemble(DataOutputStream) - Method in class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
 
assemble(DataOutputStream) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
assemble(DataOutputStream) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.ReportBlock
Serializes/writes the binary representation of this ReportBlock into a specific DataOutputStream.
assemble(DataOutputStream) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Serializes/writes the binary representation of this ReportBlock into a specific DataOutputStream.
assertDirection(MediaDirection, MediaDirection, String) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Asserts that the state of this instance will remain consistent if a specific MediaDirection (i.e.
assertFindAVCodec(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioDecoder
Asserts that an decoder with a specific AVCodecID is found by FFmpeg.
assertFindAVCodec(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioEncoder
Asserts that an encoder with a specific AVCodecID is found by FFmpeg.
assertOpusIsFunctional() - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Asserts that the Opus class and the JNI library which supports it are functional.
assertSpeexIsFunctional() - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
au - Static variable in class org.jitsi.util.SoundFileUtils
 
AUDCLNT_E_NOT_STOPPED - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
AUDCLNT_SHAREMODE_SHARED - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
AUDCLNT_STREAMFLAGS_EVENTCALLBACK - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
AUDCLNT_STREAMFLAGS_LOOPBACK - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
AUDCLNT_STREAMFLAGS_NOPERSIST - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
AUDIO_CAPTURE_DEVICE - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
The name of the DeviceConfiguration property which represents the device used by DeviceConfiguration for audio capture.
AUDIO_NOTIFY_DEVICE - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
The name of the DeviceConfiguration property which represents the device used by DeviceConfiguration for audio notify.
AUDIO_PLAYBACK_DEVICE - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
The name of the DeviceConfiguration property which represents the device used by DeviceConfiguration for audio playback.
AUDIO_SAMPLE_RATES - Static variable in class org.jitsi.service.neomedia.codec.Constants
The list of well-known sample rates of audio data used throughout neomedia.
AudioCaptureClient - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi
Abstracts the initialization of an IAudioCaptureClient instance from a MediaLocator, the input of data from that IAudioCaptureClient, the buffering of that data, the starting, stopping and closing of the IAudioCaptureClient.
AudioCaptureClient(WASAPISystem, MediaLocator, AudioSystem.DataFlow, int, long, AudioFormat, BufferTransferHandler) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.AudioCaptureClient
Initializes a new AudioCaptureClient instance.
AudioLevelCalculator - Class in org.jitsi.impl.neomedia.audiolevel
Implements the calculation of audio level as defined by RFC 6465 "A Real-time Transport Protocol (RTP) Header Extension for Mixer-to-Client Audio Level Indication".
AudioLevelCalculator() - Constructor for class org.jitsi.impl.neomedia.audiolevel.AudioLevelCalculator
 
audioLevelChanged(int) - Method in interface org.jitsi.service.neomedia.event.SimpleAudioLevelListener
Indicates a new audio level for the source that this listener was registered with.
AudioLevelEffect - Class in org.jitsi.impl.neomedia.audiolevel
An effect that would pass data to the AudioLevelEventDispatcher so that it would calculate levels and dispatch changes to interested parties.
AudioLevelEffect() - Constructor for class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
The minimum and maximum values of the scale
AudioLevelEffect2 - Class in org.jitsi.impl.neomedia.audiolevel
An Effect implementation which calculates audio levels based on the samples in the Buffer and includes them in the buffer's headerExtension field in the SSRC audio level format specified in RFC6464.
AudioLevelEffect2() - Constructor for class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
Initializes a new AudioLevelEffect2.
AudioLevelEventDispatcher - Class in org.jitsi.impl.neomedia.audiolevel
The class implements an audio level measurement thread.
AudioLevelEventDispatcher(String) - Constructor for class org.jitsi.impl.neomedia.audiolevel.AudioLevelEventDispatcher
Initializes a new AudioLevelEventDispatcher instance which is to use a specific name for its Thread which is to run the actual audio level calculations and to dispatch to its SimpleAudioLevelListener
AudioLevelMap - Class in org.jitsi.impl.neomedia.audiolevel
The class implements a basic mapping utility that allows binding long CSRC ID-s to int audio levels.
AudioLevelMap() - Constructor for class org.jitsi.impl.neomedia.audiolevel.AudioLevelMap
 
audioLevelsReceived(long[]) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Delivers the audioLevels map to whoever is interested.
audioLevelsReceived(long[]) - Method in interface org.jitsi.service.neomedia.event.CsrcAudioLevelListener
Called by the media service implementation after it has received audio levels for the various participants (Contributing SouRCes) that are taking part in a conference call.
AudioMediaDeviceImpl - Class in org.jitsi.impl.neomedia.device
Extends MediaDeviceImpl with audio-specific functionality.
AudioMediaDeviceImpl() - Constructor for class org.jitsi.impl.neomedia.device.AudioMediaDeviceImpl
Initializes a new AudioMediaDeviceImpl instance which represents a MediaDevice with MediaType AUDIO and a MediaDirection which does not allow sending.
AudioMediaDeviceImpl(CaptureDeviceInfo) - Constructor for class org.jitsi.impl.neomedia.device.AudioMediaDeviceImpl
Initializes a new AudioMediaDeviceImpl which is to provide an implementation of MediaDevice with MediaType AUDIO to a CaptureDevice with a specific CaptureDeviceInfo.
AudioMediaDeviceSession - Class in org.jitsi.impl.neomedia.device
Extends MediaDeviceSession to add audio-specific functionality.
AudioMediaDeviceSession(AbstractMediaDevice) - Constructor for class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
Initializes a new MediaDeviceSession instance which is to represent the use of a specific MediaDevice by a MediaStream.
AudioMediaFormat - Interface in org.jitsi.service.neomedia.format
The interface represents an audio format.
AudioMediaFormatImpl - Class in org.jitsi.impl.neomedia.format
Implements AudioMediaFormat for the JMF AudioFormat.
AudioMediaFormatImpl(String) - Constructor for class org.jitsi.impl.neomedia.format.AudioMediaFormatImpl
Initializes a new AudioMediaFormatImpl instance with the specified encoding and a single audio channel.
AudioMediaStream - Interface in org.jitsi.service.neomedia
Extends the MediaStream interface and adds methods specific to audio streaming.
AudioMediaStreamImpl - Class in org.jitsi.impl.neomedia
Extends MediaStreamImpl in order to provide an implementation of AudioMediaStream.
AudioMediaStreamImpl(StreamConnector, MediaDevice, SrtpControl) - Constructor for class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Initializes a new AudioMediaStreamImpl instance which will use the specified MediaDevice for both capture and playback of audio exchanged via the specified StreamConnector.
AudioMixer - Class in org.jitsi.impl.neomedia.conference
Represents an audio mixer which manages the mixing of multiple audio streams i.e.
AudioMixer(CaptureDevice) - Constructor for class org.jitsi.impl.neomedia.conference.AudioMixer
Initializes a new AudioMixer instance.
AudioMixerMediaDevice - Class in org.jitsi.impl.neomedia.device
Implements a MediaDevice which performs audio mixing using AudioMixer.
AudioMixerMediaDevice(AudioMediaDeviceImpl) - Constructor for class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
Initializes a new AudioMixerMediaDevice instance which is to enable audio mixing on a specific AudioMediaDeviceImpl.
AudioMixingPushBufferDataSource - Class in org.jitsi.impl.neomedia.conference
Represents a PushBufferDataSource which provides a single PushBufferStream containing the result of the audio mixing of DataSources.
AudioMixingPushBufferDataSource(AudioMixer) - Constructor for class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Initializes a new AudioMixingPushBufferDataSource instance which gives access to the result of the audio mixing performed by a specific AudioMixer.
AudioMixingPushBufferStream - Class in org.jitsi.impl.neomedia.conference
Represents a PushBufferStream containing the result of the audio mixing of DataSources.
audioNotifier - Variable in class org.jitsi.service.audionotifier.AbstractSCAudioClip
The AudioNotifierService which has initialized this instance.
AudioNotifierService - Interface in org.jitsi.service.audionotifier
The AudioNotifierService is meant to be used to control all sounds in the application.
AudioNotifierServiceImpl - Class in org.jitsi.impl.neomedia.notify
The implementation of AudioNotifierService.
AudioNotifierServiceImpl() - Constructor for class org.jitsi.impl.neomedia.notify.AudioNotifierServiceImpl
Initializes a new AudioNotifierServiceImpl instance.
audioOutAndNotificationsShareSameDevice() - Method in class org.jitsi.impl.neomedia.notify.AudioNotifierServiceImpl
Checks whether the playback and notification configuration share the same device.
audioOutAndNotificationsShareSameDevice() - Method in interface org.jitsi.service.audionotifier.AudioNotifierService
Checks whether the playback and notification configuration share the same device.
AudioRTCPTermination - Class in org.jitsi.impl.neomedia.rtcp
Provide RTCP termination facilities for audio
AudioRTCPTermination() - Constructor for class org.jitsi.impl.neomedia.rtcp.AudioRTCPTermination
 
AudioSilenceMediaDevice - Class in org.jitsi.impl.neomedia.device
Implements a MediaDevice which provides silence in the form of audio media and does not play back any (audio) media (because Jitsi Videobridge is a server-side technology).
AudioSilenceMediaDevice() - Constructor for class org.jitsi.impl.neomedia.device.AudioSilenceMediaDevice
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 AudioSystem which produces silence without capturing from an actual hardware device.
AudioSilenceSystem() - Constructor for class org.jitsi.impl.neomedia.device.AudioSilenceSystem
Initializes a new AudioSilenceSystem instance.
audioSystem - Variable in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
The AudioSystem which provides the playback device used by this Renderer.
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.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.
AUTO_DTMF - org.jitsi.service.neomedia.DTMFMethod
DTMFMethod.RTP_DTMF if telephony-event are available; otherwise, DTMFMethod.INBAND_DTMF.
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(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.
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.
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
 

B

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.
BASELINE_PROFILE - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
The name of the baseline H.264 (encoding) profile.
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.
BC_TLS_CRYPTO - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsUtils
A crypto instance initialized with the default SecureRandom.
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.
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
 
bitrate - Variable in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
The bitrate.
blockType - Variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.ReportBlock
The block type/format of this report block.
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.recording.WebmWriter.FrameDescriptor
 
buffer - Variable in class org.jitsi.service.neomedia.ByteArrayBufferImpl
The byte array represented by this ByteArrayBufferImpl.
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.
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
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
 
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
 
ByteArrayBufferImpl - Class in org.jitsi.service.neomedia
Implements ByteArrayBuffer.
ByteArrayBufferImpl(byte[]) - Constructor for class org.jitsi.service.neomedia.ByteArrayBufferImpl
Initializes a new ByteArrayBufferImpl instance.
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.
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

CACHE - org.jitsi.service.fileaccess.FileCategory
For files or directories that contain cached data.
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.
CALL - org.jitsi.service.neomedia.MediaUseCase
Represents a standard call (voice/video).
callback(long, boolean) - Method in interface org.jitsi.impl.neomedia.pulseaudio.PA.context_success_cb_t
 
callback(long, boolean) - Method in interface org.jitsi.impl.neomedia.pulseaudio.PA.stream_success_cb_t
 
callback(long, int) - Method in interface org.jitsi.impl.neomedia.pulseaudio.PA.stream_request_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(ByteBuffer, ByteBuffer) - Method in interface org.jitsi.impl.neomedia.portaudio.PortAudioStreamCallback
Callback.
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 - org.jitsi.impl.neomedia.device.AudioSystem.DataFlow
 
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(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.
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.
CaptureDevices - Class in org.jitsi.impl.neomedia.device
Manages the list of active (currently plugged-in) capture devices and manages user preferences between all known devices (previously and actually plugged-in).
CaptureDevices(AudioSystem) - Constructor for class org.jitsi.impl.neomedia.device.CaptureDevices
Initializes the capture device list management.
captureScreen() - Method in interface org.jitsi.impl.neomedia.imgstreaming.DesktopInteract
Capture the full desktop screen.
captureScreen() - Method in class org.jitsi.impl.neomedia.imgstreaming.DesktopInteractImpl
Capture the full desktop screen using java.awt.Robot.
captureScreen(int, byte[]) - Method in interface org.jitsi.impl.neomedia.imgstreaming.DesktopInteract
Capture the full desktop screen using native grabber.
captureScreen(int, byte[]) - Method in class org.jitsi.impl.neomedia.imgstreaming.DesktopInteractImpl
Capture the full desktop screen using native grabber.
captureScreen(int, int, int, int) - Method in interface org.jitsi.impl.neomedia.imgstreaming.DesktopInteract
Capture a part of the desktop screen.
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.
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, 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 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 class org.jitsi.impl.neomedia.imgstreaming.DesktopInteractImpl
Capture a part of the 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, long, int) - Method in class org.jitsi.impl.neomedia.imgstreaming.DesktopInteractImpl
Capture the full desktop screen using native grabber.
CENTER_REMOTE - Static variable in class org.jitsi.util.swing.VideoLayout
The center remote video constraint.
CERT_CACHE_EXPIRE_TIME - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
The certificate cache expiration time to use, in milliseconds.
CERT_CACHE_EXPIRE_TIME_PNAME - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
The name of the property to specify DTLS certificate cache expiration.
changeEndianness(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFFileReader
Change the endianness of a 32bits int.
changeEndianness(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFFileReader
Change the endianness of a 64bits long.
changeEndianness(short) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFFileReader
Change the endianness of a 16bits short.
ChangeEventDispatcher - Class in org.jitsi.impl.configuration
This is a utility class that can be used by objects that support constrained properties.
ChangeEventDispatcher(Object) - Constructor for class org.jitsi.impl.configuration.ChangeEventDispatcher
Constructs a VetoableChangeSupport object.
CHANNELS_NOT_SPECIFIED - Static variable in interface org.jitsi.service.neomedia.format.MediaFormatFactory
The constant to be used as an argument representing number of channels to denote that a specific number of channels is not specified.
checkCrc() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpRawPacket
Check if the CRC of this packet is ok.
checkDevice(AbstractMediaDevice) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Asserts that a specific MediaDevice is acceptable to be set as the MediaDevice of this instance.
checkDevice(AbstractMediaDevice) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Asserts that a specific MediaDevice is acceptable to be set as the MediaDevice of this instance.
checkFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
Check Format.
checkSASSignature(byte[]) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
 
CircularByteArray - Class in org.jitsi.impl.neomedia
Implements a circular byte array.
CircularByteArray(int) - Constructor for class org.jitsi.impl.neomedia.CircularByteArray
Initializes a new CircularBufferArray instance with a specific length.
clean(long) - Method in class org.jitsi.impl.neomedia.rtp.RawPacketCache
Checks for RawPacketCache.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() - Method in interface org.jitsi.service.neomedia.SrtpControl.TransformEngine
Cleans up this TransformEngine and prepares it for garbage collection.
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.
clear(int) - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
Clear the bit (set to 0) at the given index
clearDynamicRTPPayloadTypes() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Clears the dynamic RTP payload type associations in this MediaStream.
clearDynamicRTPPayloadTypes() - Method in interface org.jitsi.service.neomedia.MediaStream
Clears the dynamic RTP payload type associations in this MediaStream.
clearRTPExtensions() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Clears the RTP header extension associations stored in this instance.
clearRTPExtensions() - Method in interface org.jitsi.service.neomedia.MediaStream
Clears the RTP header extension associations stored in this instance.
clearSendSsrc(long) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
Schedules ssrc for clear from the send stats per ssrc.
clearSendSsrc(long) - Method in interface org.jitsi.service.neomedia.stats.MediaStreamStats2
Clears send ssrc stats.
CLOCK_RATE_NOT_SPECIFIED - Static variable in interface org.jitsi.service.neomedia.format.MediaFormatFactory
The constant to be used as an argument representing a clock rate to denote that a specific clock rate is not specified.
CLOCK_RATE_PNAME - Static variable in class org.jitsi.impl.neomedia.format.MediaFormatImpl
The name of the clockRate property of MediaFormatImpl.
clone() - Method in class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
Initializes a new AVFrameFormat instance which has the same properties as this instance.
clone() - Method in class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
Initializes a new ParameterizedVideoFormat instance which has the same properties as this instance.
clone(Object) - Method in class org.jitsi.util.event.SizeChangeVideoEvent
Initializes a new instance of the run-time type of this instance which has the same property values as this instance except for the source which is set on the new instance to a specific value.
clone(Object) - Method in class org.jitsi.util.event.VideoEvent
Initializes a new instance of the run-time type of this instance which has the same property values as this instance except for the source which is set on the new instance to a specific value.
close() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Closes all sockets, stream, and the StreamConnector that this RTPConnector is using.
close() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
Closes this effect.
close() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
close() - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Releases the resources allocated by this instance in the course of its execution and prepares it to be garbage collected.
close() - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
 
close() - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.DePacketizer
Clean up
close() - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
No resources used to be cleared.
close() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Decoder
 
close() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.DePacketizer
 
close() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Encoder
 
close() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Packetizer
 
close() - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
Close Codec.
close() - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
Closes this Codec.
close() - Method in class org.jitsi.impl.neomedia.codec.video.h264.Packetizer
Close this Packetizer.
close() - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
Close codec.
close() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Releases the resources allocated by this instance in the course of its execution and prepares it to be garbage collected.
close() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.QuickTimeStream
Releases the resources used by this instance throughout its existence and makes it available for garbage collection.
close() - 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.RTPConnectorInputStream
Close this stream, stops the worker thread.
close() - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Close this output stream.
close() - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
Closes this PacketTransformer i.e.
close() - Method in class org.jitsi.impl.neomedia.transform.csrc.CsrcAudioLevelDispatcher
Closes current CsrcAudioLevelDispatcher to prevent further audio level updates delivery to associated media stream.
close() - Method in class org.jitsi.impl.neomedia.transform.csrc.CsrcTransformEngine
Closes this PacketTransformer i.e.
close() - Method in class org.jitsi.impl.neomedia.transform.csrc.SsrcTransformEngine
Closes this PacketTransformer i.e.
close() - Method in class org.jitsi.impl.neomedia.transform.dtls.DatagramTransportImpl
close() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsPacketTransformer
Closes this PacketTransformer i.e.
close() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfTransformEngine
Close the transformer and underlying transform engine.
close() - Method in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
Closes this PacketTransformer i.e.
close() - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
Closes this PacketTransformer i.e.
close() - Method in interface org.jitsi.impl.neomedia.transform.PacketTransformer
Closes this PacketTransformer i.e.
close() - Method in class org.jitsi.impl.neomedia.transform.pt.PayloadTypeTransformEngine
Closes this PacketTransformer i.e.
close() - Method in class org.jitsi.impl.neomedia.transform.REDTransformEngine
Closes this PacketTransformer i.e.
close() - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterImpl
Closes this PacketTransformer i.e.
close() - Method in class org.jitsi.impl.neomedia.transform.rtcp.CompoundPacketEngine
Closes the transformer and underlying transform engine.
close() - Method in class org.jitsi.impl.neomedia.transform.SinglePacketTransformer
Closes this PacketTransformer i.e.
close() - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTCPTransformer
Closes this SRTCPTransformer and the underlying transform engine.
close() - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPTransformer
Closes this SRTPTransformer and the underlying transform engines.It closes all stored crypto contexts.
close() - Method in class org.jitsi.impl.neomedia.transform.TransformEngineChain.PacketTransformerChain
Close the transformer and underlying transform engines.
close() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTCPTransformer
Close the transformer engine.
close() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Close the transformer and underlying transform engine.
close() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Releases the resources allocated by this instance in the course of its execution and prepares it to be garbage collected.
close() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
Releases the resources allocated by this instance in the course of its execution and prepares it to be garbage collected.
close() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
Releases the resources allocated by this instance in the course of its execution and prepares it to be garbage collected.
close() - Method in interface org.jitsi.service.neomedia.MediaStream
Releases the resources allocated by this instance in the course of its execution and prepares it to be garbage collected.
close() - Method in interface org.jitsi.service.neomedia.recording.RecorderEventHandler
Closes the RecorderEventHandler.
close() - Method in interface org.jitsi.service.neomedia.StreamConnector
Releases the resources allocated by this instance in the course of its execution and prepares it to be garbage collected.
close() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
Releases the resources allocated by this instance in the course of its execution and prepares it to be garbage collected.
close(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
CLOSE_LOCAL_BUTTON - Static variable in class org.jitsi.util.swing.VideoLayout
The close local video constraint.
CloseHandle(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
CloseStream(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Closes an audio stream.
CLSCTX_ALL - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
CLSID_CWMAudioAEC - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
 
CLSID_MMDeviceEnumerator - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
CNG - Class in org.jitsi.impl.neomedia.codec.audio.silk
SILK CNG.
CNG() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.CNG
 
CoCreateGuid() - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
CoCreateInstance(String, long, int, String) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
codec_ctx_malloc() - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Allocates memory for a vpx_codec_ctx_t on the heap.
CODEC_CX_FRAME_PKT - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
Compressed video frame packet type.
codec_cx_pkt_get_data(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns a pointer to the data in the vpx_codec_cx_pkt_t pointed to bypkt.
codec_cx_pkt_get_kind(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns the kind of the vpx_codec_cx_pkt_t pointed to by pkt.
codec_cx_pkt_get_size(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns the size of the data in the vpx_codec_cx_pkt_t pointed to by pkt.
codec_dec_cfg_malloc() - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Allocates memory for a vpx_codec_dec_cfg_t on the heap.
codec_dec_cfg_set_h(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the h field of a vpx_codec_dec_cfg_t.
codec_dec_cfg_set_w(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the w field of a vpx_codec_dec_cfg_t.
codec_dec_init(long, int, long, long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Initializes a vpx decoder context.
codec_decode(long, byte[], int, int, long, long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Decodes the frame in buf, at offset buf_offset.
codec_destroy(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Destroys a codec context, freeing any associated memory buffers.
codec_enc_cfg_malloc() - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Allocates memory for a vpx_codec_enc_cfg_t on the heap.
codec_enc_cfg_set_error_resilient(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the g_error_resilient field of a vpx_codec_enc_cfg_t.
codec_enc_cfg_set_h(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the g_h field of a vpx_codec_enc_cfg_t.
codec_enc_cfg_set_kf_max_dist(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the kf_max_dist field of a vpx_codec_enc_cfg_t.
codec_enc_cfg_set_kf_min_dist(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the kf_min_dist field of a vpx_codec_enc_cfg_t.
codec_enc_cfg_set_kf_mode(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the kf_mode field of a vpx_codec_enc_cfg_t.
codec_enc_cfg_set_profile(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the g_profile field of a vpx_codec_enc_cfg_t.
codec_enc_cfg_set_rc_buf_initial_sz(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the rc_buf_initial_sz field of a vpx_codec_enc_cfg_t.
codec_enc_cfg_set_rc_buf_optimal_sz(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the rc_buf_optimal_sz field of a vpx_codec_enc_cfg_t.
codec_enc_cfg_set_rc_buf_sz(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the rc_buf_sz field of a vpx_codec_enc_cfg_t.
codec_enc_cfg_set_rc_dropframe_thresh(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the rc_dropframe_thresh field of a vpx_codec_enc_cfg_t.
codec_enc_cfg_set_rc_end_usage(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the rc_end_usage field of a vpx_codec_enc_cfg_t.
codec_enc_cfg_set_rc_max_quantizer(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the rc_max_quantizer field of a vpx_codec_enc_cfg_t.
codec_enc_cfg_set_rc_min_quantizer(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the rc_min_quantizer field of a vpx_codec_enc_cfg_t.
codec_enc_cfg_set_rc_overshoot_pct(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the rc_overshoot_pct field of a vpx_codec_enc_cfg_t.
codec_enc_cfg_set_rc_resize_allowed(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the rc_resize_allowed field of a vpx_codec_enc_cfg_t.
codec_enc_cfg_set_rc_resize_down_thresh(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the rc_resize_down_thresh field of a vpx_codec_enc_cfg_t.
codec_enc_cfg_set_rc_resize_up_thresh(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the rc_resize_up_thresh field of a vpx_codec_enc_cfg_t.
codec_enc_cfg_set_rc_target_bitrate(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the rc_target_bitrate field of a vpx_codec_enc_cfg_t.
codec_enc_cfg_set_rc_undershoot_pct(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the rc_undershoot_pct field of a vpx_codec_enc_cfg_t.
codec_enc_cfg_set_threads(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the g_threads field of a vpx_codec_enc_cfg_t.
codec_enc_cfg_set_w(long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Sets the g_w field of a vpx_codec_enc_cfg_t.
codec_enc_config_default(int, long, int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Initializes a encoder configuration structure with default values.
codec_enc_config_set(long, long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
 
codec_enc_init(long, int, long, long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Initializes a vpx encoder context.
codec_encode(long, long, byte[], int, int, int, long, long, long, long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Encodes the frame described by img, buf, offset0, offset1 and offset2.
codec_err_to_string(int) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns a String describing the error code err.
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_get_cx_data(long, long[]) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Encoded data iterator.
codec_get_frame(long, long[]) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Gets the next frame available to display from the decoder context context.
CODEC_LIST_END - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
An iterator reached the end of list.
CODEC_OK - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
Operation completed without error.
codec_peek_stream_info(int, byte[], int, int, long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Performs high level parsing of the bitstream.
CODEC_USE_OUTPUT_PARTITION - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
Output one partition at a time.
CODEC_USE_XMA - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
Use eXternal Memory Allocation mode flag Corresponds to VPX_CODEC_USE_XMA from vpx/vpx_codec.h
codecID - Variable in class org.jitsi.impl.neomedia.codec.audio.AbstractFFmpegAudioCodec
codecIDToString(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.AbstractFFmpegAudioCodec
Returns a String representation of a specific AVCodecID.
CodeSigns - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
CodeSigns() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.CodeSigns
 
COINIT_MULTITHREADED - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
CoInitializeEx() - Static method in class org.jitsi.impl.neomedia.device.WASAPISystem
Invokes the Windows API function CoInitializeEx (by way of WASAPI.CoInitializeEx(long, int)) with arguments suitable to the operation of WASAPIRenderer, WASAPIStream and WASAPISystem.
CoInitializeEx(long, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
commit() - Method in class org.jitsi.impl.fileaccess.FailSafeTransactionImpl
Closes the transaction and commit the changes.
commit() - Method in interface org.jitsi.service.fileaccess.FailSafeTransaction
Closes the transaction and commit the changes.
CommonPitchEstDefines - Class in org.jitsi.impl.neomedia.codec.audio.silk
Definitions For Fix pitch estimator.
CommonPitchEstDefines() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.CommonPitchEstDefines
 
compareEncodingPreferences(MediaFormat, MediaFormat) - Method in class org.jitsi.impl.neomedia.codec.EncodingConfigurationImpl
Compares the two formats for order.
compareEncodingPreferences(MediaFormat, MediaFormat) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
Compares the two formats for order.
compareTo(QualityPreset) - Method in class org.jitsi.service.neomedia.QualityPreset
Compares to presets and its dimensions.
CompoundPacketEngine - Class in org.jitsi.impl.neomedia.transform.rtcp
Implements a TransformEngine which splits incoming RTCP compound packets into individual packets.
CompoundPacketEngine() - Constructor for class org.jitsi.impl.neomedia.transform.rtcp.CompoundPacketEngine
 
ConfigurationServiceImpl - Class in org.jitsi.impl.configuration
A straightforward implementation of the ConfigurationService using an XML or a .properties file for storing properties.
ConfigurationServiceImpl() - Constructor for class org.jitsi.impl.configuration.ConfigurationServiceImpl
 
ConfigurationStore - Interface in org.jitsi.impl.configuration
Abstracts the runtime storage, the serialization and deserialization of the configuration properties and their associated values of ConfigurationServiceImpl and the format of the configuration file.
configureAVCodecContext(long, AudioFormat) - Method in class org.jitsi.impl.neomedia.codec.audio.AbstractFFmpegAudioCodec
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.
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.AudioMixingPushBufferDataSource
Implements DataSource.connect().
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(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(DataSource, DataSource) - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
Connects to a specific DataSource which this AudioMixer will read audio from.
connect(Recorder) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
 
connector - Variable in class org.jitsi.impl.neomedia.AbstractRTPConnector
The pair of datagram sockets for RTP and RTCP traffic that this instance uses in the form of a StreamConnector.
Constants - Class in org.jitsi.service.neomedia.codec
Defines constants which are used by both neomedia clients and implementations.
Constants() - Constructor for class org.jitsi.service.neomedia.codec.Constants
 
consume() - Method in class org.jitsi.util.event.VideoEvent
Consumes this event and, more specifically, marks the Component it describes as owned, referenced in order to let other potential consumers know about its current ownership status (which is important because Components belong to a single Container at a time).
Container() - Constructor for class org.jitsi.impl.neomedia.rtp.RawPacketCache.Container
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.
containsPoint(Point) - Method in class org.jitsi.impl.neomedia.device.ScreenDeviceImpl
If the screen contains specified point.
containsPoint(Point) - Method in interface org.jitsi.service.neomedia.device.ScreenDevice
Determines whether this screen contains a specified point.
CONTEXT_AUTHORIZING - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
context_connect(long, String, int, long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
CONTEXT_CONNECTING - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
context_disconnect(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
CONTEXT_FAILED - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
context_get_sink_info_list(long, PA.sink_info_cb_t) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
context_get_source_info_list(long, PA.source_info_cb_t) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
context_get_state(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
context_new_with_proplist(long, String, long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
CONTEXT_NOFAIL - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
CONTEXT_NOFLAGS - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
CONTEXT_READY - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
context_set_sink_input_volume(long, int, long, PA.context_success_cb_t) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
context_set_source_output_volume(long, int, long, PA.context_success_cb_t) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
context_set_state_callback(long, Runnable) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
CONTEXT_SETTING_NAME - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
CONTEXT_TERMINATED - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
CONTEXT_UNCONNECTED - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
context_unref(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
Control - Class in org.jitsi.impl.neomedia.codec.audio.silk
Silk codec encoder/decoder control class.
Control() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Control
 
ControlCodecFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
ControlCodecFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ControlCodecFLP
 
controllerUpdate(ControllerEvent) - Method in class org.jitsi.impl.neomedia.ProcessorUtility
This method is called when an event is generated by a Controller that this listener is registered with.
controllerUpdate(ControllerEvent) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
Implements ControllerListener.controllerUpdate(ControllerEvent).
ControlsAdapter - Class in org.jitsi.impl.neomedia.control
Provides a default implementation of Controls which does not expose any controls.
ControlsAdapter() - Constructor for class org.jitsi.impl.neomedia.control.ControlsAdapter
 
controlSocket - Variable in class org.jitsi.service.neomedia.DefaultStreamConnector
The DatagramSocket that a stream should use for control data (e.g.
controlSocket - Variable in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
The Socket that a stream should use for control data (e.g.
ControlTransformInputStream - Class in org.jitsi.impl.neomedia.transform
Implement control channel (RTCP) for TransformInputStream which notify listeners when RTCP feedback messages are received.
ControlTransformInputStream(DatagramSocket) - Constructor for class org.jitsi.impl.neomedia.transform.ControlTransformInputStream
Initializes a new ControlTransformInputStream which is to receive packet data from a specific UDP socket.
convertMsTo24Bits(long) - Static method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorAbsSendTime
Converts rtp timestamps to 24bit timestamp equivalence
copy(Format) - Method in class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
Copies the properties of the specified Format into this instance.
copy(Format) - Method in class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
Copies the properties of the specified Format into this instance.
copyPlayback(MediaDeviceSession) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
Copies the playback part of a specific MediaDeviceSession into this instance.
copyPlayback(MediaDeviceSession) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Copies the playback part of a specific MediaDeviceSession into this instance.
CoreAudioDevice - Class in org.jitsi.impl.neomedia.device
JNI link to the MacOsX / Windows CoreAudio library.
CoreAudioDevice() - Constructor for class org.jitsi.impl.neomedia.device.CoreAudioDevice
 
corkStream(long, boolean) - Static method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
Pause or resume the playback of a specific PulseAudio stream temporarily.
CorrMatrixFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
Correlation matrix computations for LS estimate.
CorrMatrixFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.CorrMatrixFLP
 
CoTaskMemFree(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
CoUninitialize() - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
countInputChannels(String) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
countOutputChannels(String) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
create(boolean) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
Returns a simple Payload Descriptor, with PartID = 0, the 'start of partition' bit set according to startOfPartition, and all other bits set to 0.
create(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Packet
create(RawPacket) - 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) - Method in interface org.jitsi.service.audionotifier.AudioNotifierService
Creates an SCAudioClip and returns it.
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, boolean) - Method in interface org.jitsi.service.audionotifier.AudioNotifierService
Creates an SCAudioClip and returns it.
createAudioConfigPanel() - Method in interface org.jitsi.service.neomedia.MediaConfigurationService
Returns a Component for audio configuration
createCachingTransformer() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
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) - Static method in class org.jitsi.util.xml.XMLUtils
Creates W3C Document from the xml.
createDocument(String, boolean) - 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.
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(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(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(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.
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(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(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) - 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 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, 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, 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(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(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, 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.
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(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(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, 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, 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, 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) - 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, 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, MediaType, SrtpControl) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Initializes a new MediaStream instance which is to exchange media of a specific MediaType via a specific StreamConnector.
createMediaStream(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.
createMediaStream(MediaType) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Initializes a new MediaStream of a specific MediaType.
createMediaStream(MediaType) - Method in interface org.jitsi.service.neomedia.MediaService
Initializes a new MediaStream of a specific MediaType.
createMixer(MediaDevice) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Creates a new MediaDevice which uses a specific MediaDevice to capture and play back media and performs mixing of the captured media and the media played back by any other users of the returned MediaDevice.
createMixer(MediaDevice) - Method in interface org.jitsi.service.neomedia.MediaService
Creates a new MediaDevice which uses a specific MediaDevice to capture and play back media and performs mixing of the captured media and the media played back by any other users of the returned MediaDevice.
createNackPackets(long, List<RetransmissionRequesterDelegate.Requester>) - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
Gather the packets currently marked as missing and create NACKs for them
createOutDataSource() - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
Creates a new AudioMixingPushBufferDataSource which gives access to a single audio stream representing the mix of the audio streams input into this AudioMixer through its input DataSources.
createOutputDataSource() - Method in class org.jitsi.impl.neomedia.device.AbstractMediaDevice
Creates a DataSource instance for this MediaDevice which gives access to the captured media.
createOutputDataSource() - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
Creates a DataSource instance for this MediaDevice which gives access to the captured media.
createOutputDataSource() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
Creates a DataSource instance for this MediaDevice which gives access to the captured media.
createOutputDataSource() - Method in class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
Creates a DataSource instance for this MediaDevice which gives access to the captured media.
createPacketTransformer(int) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsTransformEngine
Initializes a new DtlsPacketTransformer instance which is to work on control/RTCP or data/RTP packets.
createPlayer(DataSource) - Method in class org.jitsi.impl.neomedia.device.AbstractMediaDevice
Initializes a new Processor instance which is to be used to play back media on this MediaDevice.
createPlayer(DataSource) - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
Initializes a new Processor instance which is to be used to play back media on this MediaDevice.
createPlayer(DataSource) - Method in class org.jitsi.impl.neomedia.device.AudioSilenceMediaDevice
Initializes a new Processor instance which is to be used to play back media on this MediaDevice.
createPlayer(DataSource) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Creates a new Player for a specific DataSource so that it is played back on the MediaDevice represented by this instance.
createProcessor() - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
Performs additional configuration on the Processor, after it is configured, but before it is realized.
createProcessor() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
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(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 class org.jitsi.impl.neomedia.MediaServiceImpl
Creates a new Recorder instance that can be used to record media from a specific RTPTranslator.
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() - 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() - 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(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(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.
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(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.
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.
createSrtpControl(SrtpControlType) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Initializes a new SrtpControl instance with a specific SrtpControlType.
createSrtpControl(SrtpControlType) - Method in interface org.jitsi.service.neomedia.MediaService
Initializes a new SrtpControl instance with a specific SrtpControlType.
createSsrcTransformEngine() - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
createSsrcTransformEngine() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
 
createStream(int, int, String, String) - Method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
Initializes a new PulseAudio stream which is to input or output audio at a specific sample rate and with a specific number of channels.
createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Create a new AbstractBufferStream which is to be at a specific zero-based index in the list of streams of this AbstractBufferCaptureDevice.
createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Creates a new PullBufferStream which is to be at a specific zero-based index in the list of streams of this PullBufferDataSource.
createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Create a new PushBufferStream which is to be at a specific zero-based index in the list of streams of this PushBufferDataSource.
createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.audiosilence.DataSource
Create a new PushBufferStream which is to be at a specific zero-based index in the list of streams of this PushBufferDataSource.
createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DataSource
Create a new PushBufferStream which is to be at a specific zero-based index in the list of streams of this PushBufferDataSource.
createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading.DataSource
Creates a new PullBufferStream which is to be at a specific zero-based index in the list of streams of this PullBufferDataSource.
createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.DataSource
Creates a new PullBufferStream which is to be at a specific zero-based index in the list of streams of this PullBufferDataSource.
createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.DataSource
Creates a new PullBufferStream which is to be at a specific zero-based index in the list of streams of this PullBufferDataSource.
createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.DataSource
Creates a new PullBufferStream which is to be at a specific zero-based index in the list of streams of this PullBufferDataSource.
createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
Creates a new PullBufferStream which is to be at a specific zero-based index in the list of streams of this PullBufferDataSource.
createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.pulseaudio.DataSource
Creates a new PullBufferStream which is to be at a specific zero-based index in the list of streams of this PullBufferDataSource.
createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Creates a new PushBufferStream which is to be at a specific zero-based index in the list of streams of this PushBufferDataSource.
createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.DataSource
Creates a new PullBufferStream which is to be at a specific zero-based index in the list of streams of this PullBufferDataSource.
createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
Creates a new PullBufferStream which is to be at a specific zero-based index in the list of streams of this PullBufferDataSource.
createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.DataSource
Create a new PushBufferStream which is to be at a specific zero-based index in the list of streams of this PushBufferDataSource.
createStream(int, FormatControl) - Method in class org.jitsi.impl.neomedia.protocol.FakePushBufferDataSource
Create a new PushBufferStream which is to be at a specific zero-based index in the list of streams of this PushBufferDataSource.
createStreamConnector() - Method in interface org.jitsi.service.neomedia.StreamConnectorFactory
Initializes a StreamConnector instance.
createTempFile(String, String) - Static method in class org.jitsi.impl.fileaccess.TempFileManager
Creates a temporary file in the proper directory to allow for cleanup after execution.
createTracingCaptureDevice(CaptureDevice, Logger) - Static method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
Creates a new CaptureDevice which traces calls to a specific CaptureDevice for debugging purposes.
createTransformEngine() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Initializes a new DtlsTransformEngine instance to be associated with and used by this DtlsControlImpl instance.
createTransformEngine() - Method in class org.jitsi.impl.neomedia.transform.NullSrtpControl
Initializes a new TransformEngine instance to be associated with and used by this SrtpControl instance.
createTransformEngine() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
Initializes a new SDesTransformEngine instance to be associated with and used by this SDesControlImpl instance.
createTransformEngine() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Initializes a new ZRTPTransformEngine instance to be associated with and used by this ZrtpControlImpl instance.
createTransformEngine() - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
Initializes a new TransformEngine instance to be associated with and used by this SrtpControl instance.
createUnknownMediaFormat(MediaType) - Method in class org.jitsi.impl.neomedia.format.MediaFormatFactoryImpl
Creates an unknown MediaFormat.
createUnknownMediaFormat(MediaType) - Method in interface org.jitsi.service.neomedia.format.MediaFormatFactory
Creates an unknown MediaFormat.
createVideoConfigPanel() - Method in interface org.jitsi.service.neomedia.MediaConfigurationService
Returns a Component for video configuration
createXml(Document) - Static method in class org.jitsi.util.xml.XMLUtils
Creates XML from W3C Document from the xml.
CSRC_AUDIO_LEVEL_URN - Static variable in class org.jitsi.service.neomedia.RTPExtension
The URN identifying the RTP extension that allows mixers to send to conference participants the audio levels of all contributing sources.
CsrcAudioLevelDispatcher - Class in org.jitsi.impl.neomedia.transform.csrc
A simple dispatcher that handles new audio levels reported from incoming RTP packets and then asynchronously delivers them to associated AudioMediaStreamImpl.
CsrcAudioLevelDispatcher(AudioMediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.transform.csrc.CsrcAudioLevelDispatcher
Initializes a new CsrcAudioLevelDispatcher to dispatch events to a specific AudioMediaStreamImpl.
CsrcAudioLevelListener - Interface in org.jitsi.service.neomedia.event
The CsrcAudioLevelListener delivers audio level events reported by the remote party in cases where it (the remote party) is acting as a mixer, mixing flows from numerous contributors.
CsrcTransformEngine - Class in org.jitsi.impl.neomedia.transform.csrc
We use this engine to add the list of CSRC identifiers in RTP packets that we send to conference participants during calls where we are the mixer.
CsrcTransformEngine(MediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.transform.csrc.CsrcTransformEngine
Creates an engine instance that will be adding CSRC lists to the specified stream.
CVImageBuffer - Class in org.jitsi.impl.neomedia.quicktime
Represents a CoreVideo CVImageBufferRef.
CVImageBuffer(long) - Constructor for class org.jitsi.impl.neomedia.quicktime.CVImageBuffer
Initializes a new CVImageBuffer instance which is to represent a specific CoreVideo CVImageBufferRef.
cvolume_free(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
cvolume_new() - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
cvolume_set(long, int, int) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
CVPixelBuffer - Class in org.jitsi.impl.neomedia.quicktime
Represents a CoreVideo CVPixelBufferRef.
CVPixelBuffer(long) - Constructor for class org.jitsi.impl.neomedia.quicktime.CVPixelBuffer
Initializes a new CVPixelBuffer instance which is to represent a specific CoreVideo CVPixelBufferRef.
CVPixelBufferAttributeKey - Class in org.jitsi.impl.neomedia.quicktime
 
CVPixelFormatType - Class in org.jitsi.impl.neomedia.quicktime
Defines the types of CVPixelBuffers to be output by QTCaptureDecompressedVideoOutput.

D

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.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 - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.audiosilence
Implements a CaptureDevice which provides silence in the form of audio media.
DataSource - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.directshow
Implements a CaptureDevice and a DataSource using DirectShow.
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 - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming
Implements CaptureDevice and DataSource for the purposes of image and desktop streaming.
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 - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio
Implements DataSource and CaptureDevice for MacCoreaudio.
DataSource - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio
Implements DataSource and CaptureDevice for PortAudio.
DataSource - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.pulseaudio
Implements CaptureDevice and DataSource using the native PulseAudio API/library.
DataSource - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime
Implements a PushBufferDataSource and CaptureDevice using QuickTime/QTKit.
DataSource - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile
Implements the CaptureDevice and DataSource for the purpose of rtpdump file streaming.
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 - 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.audiosilence.DataSource
 
DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DataSource
Constructor.
DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading.DataSource
 
DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.DataSource
Initializes a new DataSource instance.
DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.DataSource
 
DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.DataSource
Initializes a new DataSource instance.
DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
Initializes a new DataSource instance.
DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.pulseaudio.DataSource
Initializes a new DataSource instance.
DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Initializes a new DataSource instance.
DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.DataSource
 
DataSource() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
Initializes a new DataSource instance.
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.directshow.DataSource
Initializes a new DataSource instance from a specific MediaLocator.
DataSource(MediaLocator) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.DataSource
Initializes a new DataSource instance from a specific MediaLocator.
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) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
Initializes a new DataSource instance from a specific MediaLocator.
DataSource(MediaLocator) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Initializes a new DataSource instance from a specific MediaLocator.
DataSource(MediaLocator) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
Initializes a new DataSource instance from a specific MediaLocator.
DataSource(MediaLocator) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.DataSource
Initializes a new DataSource instance with 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(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.
DataSourceFilter - Interface in org.jitsi.impl.neomedia.conference
Represents a filter which determines whether a specific DataSource is to be selected or deselected by the caller of the filter.
DebugTransformEngine - Class in org.jitsi.impl.neomedia.transform
Logs all the packets that go in and out of a MediaStream.
DecAPI - Class in org.jitsi.impl.neomedia.codec.audio.silk
The Decoder API.
DecAPI() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.DecAPI
 
Decimate2CoarseFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
Decimate2CoarseFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Decimate2CoarseFLP
 
Decimate2CoarsestFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
Decimate2CoarsestFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Decimate2CoarsestFLP
 
decode(long, byte[], int, int, byte[], int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Decodes an opus packet from input into output.
DecodeCore - Class in org.jitsi.impl.neomedia.codec.audio.silk
Core decoder.
DecodeCore() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.DecodeCore
 
DecodeFrame - Class in org.jitsi.impl.neomedia.codec.audio.silk
Decode frame
DecodeFrame() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.DecodeFrame
 
decodeName(String) - Static method in class org.jitsi.util.xml.DOMElementWriter
Decodes an XML (element) name according to http://www.w3.org/TR/xml/#NT-Name.
DecodeParameters - Class in org.jitsi.impl.neomedia.codec.audio.silk
Decode parameters from payload
DecodeParameters() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.DecodeParameters
 
DecodePitch - Class in org.jitsi.impl.neomedia.codec.audio.silk
Pitch analyzer function.
DecodePitch() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.DecodePitch
 
DecodePulses - Class in org.jitsi.impl.neomedia.codec.audio.silk
Decode quantization indices of excitation.
DecodePulses() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.DecodePulses
 
Decoder - Class in org.jitsi.impl.neomedia.codec.audio.gsm
GSM to PCM java decoder.
Decoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.gsm.Decoder
Constructs a new Decoder.
decoder_create(int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Creates an OpusDecoder structure, returns a pointer to it or 0 on error.
decoder_destroy(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Destroys an OpusDecoder, freeing it's resources.
decoder_get_nb_samples(long, byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Returns the number of samples in an opus packet
decoder_get_size(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.opus.Opus
Returns the size in bytes required for an OpusDecoder structure.
DecoderSetFs - Class in org.jitsi.impl.neomedia.codec.audio.silk
Set decoder sampling rate.
DecoderSetFs() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.DecoderSetFs
 
decrease(long) - Method in class org.jitsi.util.concurrent.MonotonicAtomicLong
Updates the value of this AtomicLong if it is smaller than the current value, and returns the actual new value.
DEFAULT_AUDIO_DENOISE - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
The default value to be used for the PROP_AUDIO_DENOISE property when it does not have a value.
DEFAULT_AUDIO_ECHOCANCEL - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
The default value to be used for the PROP_AUDIO_ECHOCANCEL property when it does not have a value.
DEFAULT_AUDIO_ECHOCANCEL_FILTER_LENGTH_IN_MILLIS - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
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.
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(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.
DefaultStreamConnector(InetAddress) - Constructor for class org.jitsi.service.neomedia.DefaultStreamConnector
Initializes a new DefaultStreamConnector instance with a specific bind InetAddress.
DefaultTCPStreamConnector - Class in org.jitsi.service.neomedia
Represents a default implementation of StreamConnector which is initialized with a specific pair of control and data Sockets and which closes them (if they exist) when its DefaultTCPStreamConnector.close() is invoked.
DefaultTCPStreamConnector() - Constructor for class org.jitsi.service.neomedia.DefaultTCPStreamConnector
Initializes a new DefaultTCPStreamConnector instance with no control and data Sockets.
DefaultTCPStreamConnector(Socket, Socket) - Constructor for class org.jitsi.service.neomedia.DefaultTCPStreamConnector
Initializes a new DefaultTCPStreamConnector instance which is to represent a specific pair of control and data Sockets.
DefaultTCPStreamConnector(Socket, Socket, boolean) - Constructor for class org.jitsi.service.neomedia.DefaultTCPStreamConnector
Initializes a new DefaultTCPStreamConnector instance which is to represent a specific pair of control and data Sockets.
Define - Class in org.jitsi.impl.neomedia.codec.audio.silk
This class contains a number of defines that controls the operation of SILK.
Define() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Define
 
DefineFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
DefineFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.DefineFLP
 
DelayingTransformEngine - Class in org.jitsi.impl.neomedia.transform.delay
A TransformEngine that delays the RTP stream by specified packet count by holding them in a buffer.
DelayingTransformEngine(int) - Constructor for class org.jitsi.impl.neomedia.transform.delay.DelayingTransformEngine
Creates new instance of DelayingTransformEngine which will delay the RTP stream by given amount of packets.
Delegate() - Constructor for class org.jitsi.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput.Delegate
 
DePacketizer - Class in org.jitsi.impl.neomedia.codec.audio.alaw
DePacketizer for ALAW codec
DePacketizer - Class in org.jitsi.impl.neomedia.codec.audio.amrwb
Implements an RTP depacketizer for Adaptive Multi-Rate Wideband (AMR-WB).
DePacketizer - Class in org.jitsi.impl.neomedia.codec.audio.gsm
DePacketizer for GSM/RTP.
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 - Class in org.jitsi.impl.neomedia.codec.video.vp8
A depacketizer from VP8.
DePacketizer - Class in org.jitsi.impl.neomedia.codec.video.vp9
A depacketizer from VP9.
DePacketizer() - Constructor for class org.jitsi.impl.neomedia.codec.audio.alaw.DePacketizer
Creates DePacketizer
DePacketizer() - Constructor for class org.jitsi.impl.neomedia.codec.audio.amrwb.DePacketizer
Initializes a new DePacketizer instance.
DePacketizer() - Constructor for class org.jitsi.impl.neomedia.codec.audio.gsm.DePacketizer
Constructs a new DePacketizer.
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() - Constructor for class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer
Initializes a new JNIEncoder instance.
DePacketizer() - Constructor for class org.jitsi.impl.neomedia.codec.video.vp9.DePacketizer
 
DePacketizer.VP8KeyframeHeader - Class in org.jitsi.impl.neomedia.codec.video.vp8
A class that represents a keyframe header structure (see RFC 6386, paragraph 9.1).
DePacketizer.VP8PayloadDescriptor - Class in org.jitsi.impl.neomedia.codec.video.vp8
A class that represents the VP8 Payload Descriptor structure defined in 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 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 draft-ietf-payload-vp9-02
DESKTOP - org.jitsi.service.neomedia.MediaUseCase
Represents a desktop streaming/sharing session.
DesktopInteract - Interface in org.jitsi.impl.neomedia.imgstreaming
Interface to capture desktop screen.
DesktopInteractImpl - Class in org.jitsi.impl.neomedia.imgstreaming
Capture desktop screen either via native code (JNI) if available or by using java.awt.Robot.
DesktopInteractImpl() - Constructor for class org.jitsi.impl.neomedia.imgstreaming.DesktopInteractImpl
Constructor.
dest - Variable in class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
one or more SSRC entries which this feedback message applies to.
destinationSupportsRtx() - Method in class org.jitsi.impl.neomedia.transform.RtxTransformer
Returns a boolean that indicates whether or not the destination endpoint supports RTX.
DetectSWBInput - Class in org.jitsi.impl.neomedia.codec.audio.silk
Detect SWB input by measuring energy above 8 kHz.
DetectSWBInput() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.DetectSWBInput
 
DEVICE_STATE_ACTIVE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
DeviceConfiguration - Class in org.jitsi.impl.neomedia.device
This class aims to provide a simple configuration interface for JMF.
DeviceConfiguration() - Constructor for class org.jitsi.impl.neomedia.device.DeviceConfiguration
Initializes a new DeviceConfiguration instance.
DeviceInfo_getDefaultHighInputLatency(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Returns defaultHighInputLatency for the device.
DeviceInfo_getDefaultHighOutputLatency(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Returns defaultHighOutputLatency for the device.
DeviceInfo_getDefaultLowInputLatency(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Returns defaultLowInputLatency for the device.
DeviceInfo_getDefaultLowOutputLatency(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Returns defaultLowOutputLatency for the device.
DeviceInfo_getDefaultSampleRate(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
The default sample rate for the device.
DeviceInfo_getDeviceUID(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Device UID for the device (persistent across boots).
DeviceInfo_getDeviceUIDBytes(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Device UID for the device (persistent across boots).
DeviceInfo_getHostApi(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
The host api of the device.
DeviceInfo_getMaxInputChannels(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Maximum input channels for the device.
DeviceInfo_getMaxOutputChannels(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Maximum output channels for the device.
DeviceInfo_getName(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Gets the human-readable name of the PaDeviceInfo specified by a pointer to it.
DeviceInfo_getTransportType(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Transport type for the device: BuiltIn, USB, BLuetooth, etc.
DeviceInfo_getTransportTypeBytes(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Transport type for the device: BuiltIn, USB, BLuetooth, etc.
deviceInputWithDevice(QTCaptureDevice) - Static method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDeviceInput
 
Devices - Class in org.jitsi.impl.neomedia.device
Manages the list of active (currently plugged-in) capture/notify/playback devices and manages user preferences between all known devices (previously and actually plugged-in).
Devices(AudioSystem) - Constructor for class org.jitsi.impl.neomedia.device.Devices
Initializes the device list management.
devicesChangedCallback() - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
Implements a callback which gets called by the native coreaudio counterpart to notify the Java counterpart that the list of devices has changed.
devicesChangedCallback() - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Implements a callback which gets called by the native PortAudio counterpart to notify the Java counterpart that the list of PortAudio devices has changed.
deviceSessionChanged(MediaDeviceSession, MediaDeviceSession) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Notifies this MediaStream that the MediaDevice (and respectively the MediaDeviceSession with it) which this instance uses for capture and playback of media has been changed.
deviceSessionChanged(MediaDeviceSession, MediaDeviceSession) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Notifies this MediaStream that the MediaDevice (and respectively the MediaDeviceSession with it) which this instance uses for capture and playback of media has been changed.
deviceSessionChanged(MediaDeviceSession, MediaDeviceSession) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Notifies this MediaStream that the MediaDevice (and respectively the MediaDeviceSession with it) which this instance uses for capture and playback of media has been changed.
DeviceSystem - Class in org.jitsi.impl.neomedia.device
Represents the base of a supported device system/backend such as DirectShow, PortAudio, PulseAudio, QuickTime, video4linux2.
DeviceSystem(MediaType, String) - Constructor for class org.jitsi.impl.neomedia.device.DeviceSystem
 
DeviceSystem(MediaType, String, int) - Constructor for class org.jitsi.impl.neomedia.device.DeviceSystem
 
deviceWithUniqueID(String) - Static method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDevice
Gets the QTCaptureDevice with a specific unique identifier.
DiagnosticsControl - Interface in org.jitsi.impl.neomedia.control
Defines an FMJ Control which allows the diagnosis of the functional health of a procedure/process.
didOpenStream() - Method in class org.jitsi.impl.neomedia.device.AudioSystem2
Notifies this AudioSystem that an API client finished executing a Pa_OpenStream-like function.
didUpdateAvailableDeviceList() - Method in interface org.jitsi.impl.neomedia.device.UpdateAvailableDeviceListListener
Notifies this listener that the associated DeviceSystem's function to update the list of available devices was invoked.
DirectShowStream - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.directshow
Implements a PushBufferStream using DirectShow.
DirectShowSystem - Class in org.jitsi.impl.neomedia.device
Discovers and registers DirectShow video capture devices with JMF.
DirectShowSystem() - Constructor for class org.jitsi.impl.neomedia.device.DirectShowSystem
Constructor.
DISABLE_AUDIO_SUPPORT_PNAME - Static variable in class org.jitsi.impl.neomedia.MediaServiceImpl
The name of the boolean ConfigurationService property which indicates whether the detection of audio CaptureDevices is to be disabled.
DISABLE_DTMF_HANDLING_PNAME - Static variable in interface org.jitsi.service.neomedia.AudioMediaStream
The name of the property which controls whether handling of RFC4733 DTMF packets should be disabled or enabled.
DISABLE_NACK_TERMINATION_PNAME - Static variable in class org.jitsi.impl.neomedia.transform.RtxTransformer
The name of the property used to disable NACK termination.
DISABLE_SET_AUDIO_SYSTEM_PNAME - Static variable in class org.jitsi.impl.neomedia.MediaServiceImpl
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.AudioMixingPushBufferDataSource
Implements DataSource.disconnect().
disconnect() - Method in class org.jitsi.impl.neomedia.device.ReceiveStreamPushBufferDataSource
Implements DataSource.disconnect().
disconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Closes the connection to the media source specified of this AbstractBufferCaptureDevice.
disconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Closes the connection to the media source specified by the MediaLocator of this DataSource.
disconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Closes the connection to the media source specified by the MediaLocator of this DataSource.
disconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
Disconnects from this DirectShow video capture device.
disconnect() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements CaptureDevice.disconnect().
disconnect() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements CaptureDevice.disconnect().
disconnect() - Method in class org.jitsi.impl.neomedia.protocol.FakePushBufferDataSource
Closes the connection to the media source specified of this AbstractBufferCaptureDevice.
disconnect() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements DataSource.disconnect().
disconnect() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceAdapter
Implements DataSource.disconnect().
disconnect() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements DataSource.disconnect().
disconnect() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
Implements DataSource.disconnect().
dispose() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSManager
Dispose the object.
dispose() - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
dispose() - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Releases the resources allocated by this instance in the course of its execution and prepares it to be garbage collected.
dispose() - 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.
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).
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
 
DNS - org.jitsi.service.packetlogging.PacketLoggingService.ProtocolName
DNS protocol name.
doCleanup() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Prepares this SrtpControl for garbage collection.
doCleanup() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Prepares this SrtpControl for garbage collection.
doCleanup() - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
Prepares this SrtpControl for garbage collection.
doClose() - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
 
doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.AbstractFFmpegAudioCodec
doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.DePacketizer
doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.Packetizer
doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioDecoder
doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioEncoder
doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.g722.JNIDecoderImpl
 
doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.g722.JNIEncoderImpl
 
doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaDecoder
 
doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaEncoder
 
doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaDecoder
doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaEncoder
doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
 
doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaDecoder
 
doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
 
doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIDecoder
 
doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder
 
doClose() - Method in class org.jitsi.impl.neomedia.codec.audio.speex.SpeexResampler
 
doClose() - Method in class org.jitsi.impl.neomedia.codec.SilenceEffect
doClose() - Method in class org.jitsi.impl.neomedia.codec.video.h264.DePacketizer
Close the Codec.
doClose() - Method in class org.jitsi.impl.neomedia.codec.video.HFlip
Closes this Effect.
doClose() - Method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer
doClose() - Method in class org.jitsi.impl.neomedia.codec.video.vp8.Packetizer
doClose() - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXDecoder
doClose() - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXEncoder
doConnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Opens a connection to the media source of this AbstractBufferCaptureDevice.
doConnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Opens a connection to the media source specified by the MediaLocator of this DataSource.
doConnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Opens a connection to the media source specified by the MediaLocator of this DataSource.
doConnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DataSource
Opens a connection to the media source specified by the MediaLocator of this DataSource.
doConnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.DataSource
doConnect allows us to initialize the DataSource with information that we couldn't have in the constructor, like the MediaLocator that give us the path of the ivf file which give us information on the format
doConnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.DataSource
Opens a connection to the media source specified by the MediaLocator of this DataSource.
doConnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
Opens a connection to the media source specified by the MediaLocator of this DataSource.
doConnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Opens a connection to the media source specified by the MediaLocator of this DataSource.
doConnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
Opens a connection to the media source specified by the MediaLocator of this DataSource.
doConnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.DataSource
Opens a connection to the media source specified by the MediaLocator of this DataSource.
doDisconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Closes the connection to the media source of this AbstractBufferCaptureDevice.
doDisconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Closes the connection to the media source specified by the MediaLocator of this DataSource.
doDisconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Closes the connection to the media source specified by the MediaLocator of this DataSource.
doDisconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DataSource
Closes the connection to the media source specified by the MediaLocator of this DataSource.
doDisconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.DataSource
Closes the connection to the media source specified by the MediaLocator of this DataSource.
doDisconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.DataSource
Closes the connection to the media source specified by the MediaLocator of this DataSource.
doDisconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.pulseaudio.DataSource
Closes the connection to the media source specified by the MediaLocator of this DataSource.
doDisconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Closes the connection to the media source specified by the MediaLocator of this DataSource.
doDisconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
Closes the connection to the media source specified by the MediaLocator of this DataSource.
doDisconnect() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.DataSource
Closes the connection to the media source specified by the MediaLocator of this DataSource.
doFireVideoEvent(VideoEvent) - Method in class org.jitsi.util.event.VideoNotifierSupport
 
doGetFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DirectShowStream
Gets the Format of this PushBufferStream as directly known by it.
doGetFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.MacCoreaudioStream
Gets the Format of this PullBufferStream as directly known by it.
doGetFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.PortAudioStream
Gets the Format of this PullBufferStream as directly known by it.
doGetFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.QuickTimeStream
Gets the Format of this PushBufferStream as directly known by it.
doGetFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2Stream
Gets the Format of this PullBufferStream as directly known by it.
doGetFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPIStream
Gets the Format of this AbstractBufferStream as directly known by it.
doInitialize() - Method in class org.jitsi.impl.neomedia.device.AudioSilenceSystem
 
doInitialize() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
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(DatagramPacket) - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPInputStream
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.RTPConnectorOutputStream
Logs a specific RawPacket associated with a specific remote address.
doLogPacket(RawPacket, InetSocketAddress) - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPOutputStream
Log the packet.
doLogPacket(RawPacket, InetSocketAddress) - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPOutputStream
Log the packet.
DOMElementWriter - Class in org.jitsi.util.xml
Writes a DOM tree to a given Writer.
DOMElementWriter() - Constructor for class org.jitsi.util.xml.DOMElementWriter
 
doOpen() - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.AbstractFFmpegAudioCodec
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.DePacketizer
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.Packetizer
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioDecoder
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.g722.JNIDecoderImpl
 
doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.g722.JNIEncoderImpl
 
doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaDecoder
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaEncoder
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaDecoder
doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaEncoder
doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaDecoder
 
doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
 
doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIDecoder
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class org.jitsi.impl.neomedia.codec.audio.speex.SpeexResampler
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class org.jitsi.impl.neomedia.codec.SilenceEffect
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class org.jitsi.impl.neomedia.codec.video.h264.DePacketizer
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class org.jitsi.impl.neomedia.codec.video.HFlip
Opens this Effect.
doOpen() - Method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class org.jitsi.impl.neomedia.codec.video.vp8.Packetizer
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXDecoder
Opens this Codec and acquires the resources that it needs to operate.
doOpen() - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXEncoder
Opens this Codec and acquires the resources that it needs to operate.
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
 
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.DePacketizer
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.JNIDecoder
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.JNIEncoder
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.Packetizer
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioDecoder
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioEncoder
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.g722.JNIDecoderImpl
 
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.g722.JNIEncoderImpl
 
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaDecoder
 
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaEncoder
 
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaDecoder
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaEncoder
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
Decodes an Opus packet.
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
Processes (i.e.
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaDecoder
 
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
 
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIDecoder
Decodes Speex media from a specific input Buffer
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder
Processes (encode) a specific input Buffer.
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.SpeexResampler
Resamples audio from a specific input Buffer into a specific output Buffer.
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.SilenceEffect
Processes inBuf, and either copies its data to outBuf or copies silence
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.video.h264.DePacketizer
Processes (depacketizes) a buffer.
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.video.HFlip
Performs the media processing defined by this Effect.
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.Packetizer
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXDecoder
Decodes a VP8 frame contained in inputBuffer into outputBuffer (in AVFrameFormat)
doProcess(Buffer, Buffer) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXEncoder
Encodes the frame in inputBuffer (in YUVFormat) into a VP8 frame (in outputBuffer)
doRead(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferStream
Blocks and reads into a Buffer from this PullBufferStream.
doRead(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading.VideoGreyFadingStream
Reads available media data from this instance into a specific Buffer.
doRead(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.ImageStream
Blocks and reads into a Buffer from this PullBufferStream.
doRead(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFStream
Reads available media data from this instance into a specific Buffer.
doRead(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.RtpdumpStream
Reads available media data from this instance into a specific Buffer.
doRead(Buffer) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2Stream
Reads media data from this PullBufferStream into a specific Buffer with blocking.
doRead(Buffer, byte[], int, int) - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
Reads byte data from this stream into a specific array of bytes starting the storing at a specific offset and reading at most a specific number of bytes.
doRead(Buffer, byte[], int, int) - Method in class org.jitsi.impl.neomedia.protocol.PullBufferStreamAdapter
Implements BufferStreamAdapter#doRead(Buffer, byte[], int, int).
doRead(Buffer, byte[], int, int) - Method in class org.jitsi.impl.neomedia.protocol.PushBufferStreamAdapter
Implements BufferStreamAdapter#doRead(Buffer, byte[], int, int).
doReverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
Perform fec receive logic specific to the fec implementation
doReverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Receiver
Perform fec receive logic specific to the fec implementation
doReverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.fec.ULPFECReceiver
 
doSetFormat(Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DirectShowStream
Attempts to set the Format of this AbstractBufferStream.
doStart() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Starts the transfer of media data from this AbstractBufferCaptureDevice.
doStart() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Starts the transfer of media data from this DataSource.
doStart() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Starts the transfer of media data from this DataSource.
doStart() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Starts the transfer of media data from this DataSource.
doStop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Stops the transfer of media data from this AbstractBufferCaptureDevice.
doStop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Stops the transfer of media data from this DataSource.
doStop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Stops the transfer of media data from this DataSource.
doStop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Stops the transfer of media data from this DataSource.
DOWNLOAD - org.jitsi.impl.neomedia.MediaStreamStatsImpl.StreamDirection
 
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_SRTP - org.jitsi.service.neomedia.SrtpControlType
Datagram Transport Layer Security (DTLS) Extension to Establish Keys for the Secure Real-time Transport Protocol (SRTP)
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.
DtlsUtils - Class in org.jitsi.impl.neomedia.transform.dtls
Utilities and constants for use with the BouncyCastle API.
DtlsUtils() - Constructor for class org.jitsi.impl.neomedia.transform.dtls.DtlsUtils
 
DTMF_0 - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
The "0" DTMF Tone
DTMF_0 - Static variable in class org.jitsi.service.neomedia.DTMFTone
The "0" DTMF Tone
DTMF_1 - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
The "1" DTMF Tone
DTMF_1 - Static variable in class org.jitsi.service.neomedia.DTMFTone
The "1" DTMF Tone
DTMF_2 - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
The "2" DTMF Tone
DTMF_2 - Static variable in class org.jitsi.service.neomedia.DTMFTone
The "2" DTMF Tone
DTMF_3 - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
The "3" DTMF Tone
DTMF_3 - Static variable in class org.jitsi.service.neomedia.DTMFTone
The "3" DTMF Tone
DTMF_4 - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
The "4" DTMF Tone
DTMF_4 - Static variable in class org.jitsi.service.neomedia.DTMFTone
The "4" DTMF Tone
DTMF_5 - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
The "5" DTMF Tone
DTMF_5 - Static variable in class org.jitsi.service.neomedia.DTMFTone
The "5" DTMF Tone
DTMF_6 - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
The "6" DTMF Tone
DTMF_6 - Static variable in class org.jitsi.service.neomedia.DTMFTone
The "6" DTMF Tone
DTMF_7 - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
The "7" DTMF Tone
DTMF_7 - Static variable in class org.jitsi.service.neomedia.DTMFTone
The "7" DTMF Tone
DTMF_8 - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
The "8" DTMF Tone
DTMF_8 - Static variable in class org.jitsi.service.neomedia.DTMFTone
The "8" DTMF Tone
DTMF_9 - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
The "9" DTMF Tone
DTMF_9 - Static variable in class org.jitsi.service.neomedia.DTMFTone
The "9" DTMF Tone
DTMF_A - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
The "A" DTMF Tone
DTMF_A - Static variable in class org.jitsi.service.neomedia.DTMFTone
The "A" DTMF Tone
DTMF_B - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
The "B" DTMF Tone
DTMF_B - Static variable in class org.jitsi.service.neomedia.DTMFTone
The "B" DTMF Tone
DTMF_C - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
The "C" DTMF Tone
DTMF_C - Static variable in class org.jitsi.service.neomedia.DTMFTone
The "C" DTMF Tone
DTMF_D - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
The "D" DTMF Tone
DTMF_D - Static variable in class org.jitsi.service.neomedia.DTMFTone
The "D" DTMF Tone
DTMF_INBAND_0 - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
The "0" DTMF Inband Tone.
DTMF_INBAND_1 - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
The "1" DTMF Inband Tone.
DTMF_INBAND_2 - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
The "2" DTMF Inband Tone.
DTMF_INBAND_3 - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
The "3" DTMF Inband Tone.
DTMF_INBAND_4 - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
The "4" DTMF Inband Tone.
DTMF_INBAND_5 - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
The "5" DTMF Inband Tone.
DTMF_INBAND_6 - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
The "6" DTMF Inband Tone.
DTMF_INBAND_7 - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
The "7" DTMF Inband Tone.
DTMF_INBAND_8 - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
The "8" DTMF Inband Tone.
DTMF_INBAND_9 - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
The "9" DTMF Inband Tone.
DTMF_INBAND_A - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
The "A" DTMF Inband Tone.
DTMF_INBAND_B - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
The "B" DTMF Inband Tone.
DTMF_INBAND_C - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
The "C" DTMF Inband Tone.
DTMF_INBAND_D - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
The "D" DTMF Inband Tone.
DTMF_INBAND_SHARP - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
The "#" DTMF Inband Tone.
DTMF_INBAND_STAR - Static variable in class org.jitsi.service.neomedia.DTMFInbandTone
The "*" DTMF Inband Tone.
DTMF_SHARP - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
The "#" DTMF Tone
DTMF_SHARP - Static variable in class org.jitsi.service.neomedia.DTMFTone
The "#" DTMF Tone
DTMF_STAR - Static variable in class org.jitsi.service.neomedia.DTMFRtpTone
The "*" DTMF Tone
DTMF_STAR - Static variable in class org.jitsi.service.neomedia.DTMFTone
The "*" DTMF Tone
DTMFInbandTone - Class in org.jitsi.service.neomedia
Manages the generation of the inband DMTF signal.
DTMFInbandTone(String, double, double) - Constructor for class org.jitsi.service.neomedia.DTMFInbandTone
Creates a new instance of an inband tone.
DTMFListener - Interface in org.jitsi.service.neomedia.event
The purpose of a DTMFListener is to notify implementors when new DMTF tones are received by this MediaService implementation.
DTMFMethod - Enum in org.jitsi.service.neomedia
Enumerates all available DTMF methods.
DtmfRawPacket - Class in org.jitsi.impl.neomedia.transform.dtmf
DtmfRawPacket represent an RTP Packet.
DtmfRawPacket(byte[], int, int, byte) - Constructor for class org.jitsi.impl.neomedia.transform.dtmf.DtmfRawPacket
Creates a DtmfRawPacket using the specified buffer.
DtmfRawPacket(RawPacket) - Constructor for class org.jitsi.impl.neomedia.transform.dtmf.DtmfRawPacket
Used for incoming DTMF packets, creating DtmfRawPacket from RTP one.
DTMFRtpTone - Class in org.jitsi.service.neomedia
Represents all DTMF tones for RTP method (RFC4733).
DTMFTone - Class in org.jitsi.service.neomedia
Class for representing all the different DTMF tones.
DTMFToneEvent - Class in org.jitsi.service.neomedia.event
This event represents starting or ending reception of a specific DTMFRtpTone.
DTMFToneEvent(AudioMediaStream, DTMFRtpTone) - Constructor for class org.jitsi.service.neomedia.event.DTMFToneEvent
Creates an instance of this DTMFToneEvent with the specified source stream and DTMF tone.
dtmfToneReceptionEnded(DTMFToneEvent) - Method in interface org.jitsi.service.neomedia.event.DTMFListener
Indicates that reception of a DTMF tone has stopped.
dtmfToneReceptionStarted(DTMFToneEvent) - Method in interface org.jitsi.service.neomedia.event.DTMFListener
Indicates that we have started receiving a DTMFTone.
DtmfTransformEngine - Class in org.jitsi.impl.neomedia.transform.dtmf
The class is responsible for sending DTMF tones in an RTP audio stream as described by RFC4733.
DtmfTransformEngine(AudioMediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.transform.dtmf.DtmfTransformEngine
Creates an engine instance that will be replacing audio packets with DTMF ones upon request.

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_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.
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_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.
EncAPI - Class in org.jitsi.impl.neomedia.codec.audio.silk
Encoder API.
EncAPI() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.EncAPI
 
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 <, > & &apos;, " as their entities and drop characters that are illegal in XML documents.
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.AudioMixingPushBufferStream
Implements SourceStream.endOfStream().
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.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.
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.
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.
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.
eRender - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
ERROR - Static variable in interface org.jitsi.service.neomedia.event.SrtpListener
This is an error message.
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
 
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.
EXTENDED_PICTURE_ID_MASK - Static variable in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
The bitmask for the extended picture id field.
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

FAILED(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
Determines whether a specific HRESULT value indicates failure.
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 RTPTranslator 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.
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
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.
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.
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.
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.
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.
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(long) - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackReceiver
Finds the RTPEncodingDesc that matches ByteArrayBuffer passed in as a parameter.
findRTPEncodingDesc(RawPacket) - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackReceiver
Finds the RTPEncodingDesc that matches the RawPacket 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.
finishedCallback() - Method in interface org.jitsi.impl.neomedia.portaudio.PortAudioStreamCallback
Finished callback.
fireDTMFEvent(DTMFRtpTone, boolean) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Delivers the DTMF tones.
firePropertyChange(PropertyChangeEvent) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Fire an existing PropertyChangeEvent to any registered listeners.
firePropertyChange(String, Object, Object) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Report a bound property update to any registered listeners.
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.
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(PropertyChangeEvent) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Fire a vetoable property update to any registered listeners.
fireVetoableChange(String, Object, Object) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Report 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(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(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.impl.neomedia.device.VideoMediaDeviceSession
Notifies the VideoListeners registered with this instance about a specific VideoEvent.
fireVideoEvent(VideoEvent, boolean) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Notifies the VideoListeners registered with this instance about a specific VideoEvent.
fireVideoEvent(VideoEvent, boolean) - Method in class org.jitsi.util.event.VideoNotifierSupport
Notifies the VideoListeners registered with this instance about a specific VideoEvent.
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
 
FLEXFEC_03 - org.jitsi.impl.neomedia.transform.fec.FECTransformEngine.FecType
 
FLEXFEC_03 - Static variable in class org.jitsi.service.neomedia.codec.Constants
The name of the flexfec-03 rtp format
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(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
 
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 - Variable in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
Feedback message type (FMT).
FMT - Static variable in class org.jitsi.impl.neomedia.rtcp.NACKPacket
The value of the "fmt" field for a NACK packet.
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.format.MediaFormatImpl
The JMF Format this instance wraps and provides an implementation of MediaFormat for.
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
 
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(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.
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.
FormatParametersAwareCodec - Interface in org.jitsi.service.neomedia.control
An interface used to pass additional format parameters (received via SDP/Jingle) to codecs.
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 class org.jitsi.impl.neomedia.format.MediaFormatImpl
Determines whether the format parameters of this MediaFormat match a specific set of format parameters.
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(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.
formatParametersMatch(Format) - Method in class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
Returns whether or not the format parameters match.
FRAME_MARKING_URN - Static variable in class org.jitsi.service.neomedia.RTPExtension
The URN which identifies the framemarking RTP extension defined at draft-ietf-avtext-framemarking-03
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.
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.
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
 

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.
GainQuant - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
GainQuant() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.GainQuant
 
GENERAL_ERROR - Static variable in exception org.jitsi.service.neomedia.MediaException
The error code value which specifies that the MediaException carrying it does not give more information about its specifics.
generateSSRC(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.
generateSSRC(GenerateSSRCCause) - Method in class org.jitsi.impl.neomedia.jmfext.media.rtp.RTPSessionMgr
get(int) - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
Get the bit at the given index
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_library_version() - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
getAbsSendTime(RawPacket, byte) - Static method in class org.jitsi.impl.neomedia.transform.AbsSendTimeEngine
1 2 3 4 5 6 7 8 9 10 11 12 ....
getActiveRTPExtensionID(RTPExtension) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Returns the ID currently assigned to a specific RTP extension.
getActiveRTPExtensions() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Returns a map containing all currently active RTPExtensions in use by this stream.
getActiveRTPExtensions() - Method in interface org.jitsi.service.neomedia.MediaStream
Returns a map containing all currently active RTPExtensions in use by this stream.
getAdditionalCodecSettings() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Returns additional codec settings.
getAdditionalCodecSettings() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
Returns additional codec settings.
getAdvancedAttributes() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Implements MediaFormat#getAdvancedAttributes().
getAdvancedAttributes() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
Returns a Map containing advanced parameters specific to this particular MediaFormat.
getAECSupportedFormats() - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
Gets the List of AudioFormats supported by the voice capture DMO that supports/implements the acoustic echo cancellation (AEC) feature.
getAllEncodings(MediaType) - Method in class org.jitsi.impl.neomedia.codec.EncodingConfigurationImpl
Returns all the available encodings for a specific MediaType.
getAllEncodings(MediaType) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
Returns all the available encodings for a specific MediaType.
getAllPropertyNames() - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
getAllReceiveStats() - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
getAllReceiveStats() - Method in interface org.jitsi.service.neomedia.stats.MediaStreamStats2
 
getAllSendStats() - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
getAllSendStats() - Method in interface org.jitsi.service.neomedia.stats.MediaStreamStats2
 
getApiName() - Method in enum org.jitsi.impl.neomedia.portaudio.Pa.HostApiTypeId
 
getAspectRatio() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getAttribute(Node, String) - Static method in class org.jitsi.util.xml.XMLUtils
Extracts from node the attribute with the specified name.
getAudioCaptureDevice() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Returns a device that we could use for audio capture.
getAudioInputStream(String) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Obtains an audio input stream from the URL provided.
getAudioLevelListener() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
Returns the audio level listener.
getAudioNotifierService() - Static method in class org.jitsi.service.libjitsi.LibJitsi
Gets the AudioNotifierService instance.
getAudioNotifyDevice() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
 
getAudioSampleContinuous(double, int) - Method in class org.jitsi.service.neomedia.DTMFInbandTone
Generates a sample for the current tone signal.
getAudioSampleDiscrete(double, int, int) - Method in class org.jitsi.service.neomedia.DTMFInbandTone
Generates a sample for the current tone signal converted into a discrete signal.
getAudioSamples(double, int) - Method in class org.jitsi.service.neomedia.DTMFInbandTone
Generates a signal sample for the current tone signal and stores it into the byte data array.
getAudioSsrc() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getAudioSystem() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
 
getAudioSystem(String) - Static method in class org.jitsi.impl.neomedia.device.AudioSystem
 
getAudioSystems() - Static method in class org.jitsi.impl.neomedia.device.AudioSystem
 
getAuthentication() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsClientImpl
getAvailableAudioCaptureDevices() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Gets the list of audio capture devices which are available through this DeviceConfiguration.
getAvailableAudioSystems() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Returns a list of available AudioSystems.
getAvailableLocales() - Method in interface org.jitsi.service.resources.ResourceManagementService
All the locales in the language pack.
getAvailableScreenDevices() - Static method in class org.jitsi.impl.neomedia.device.ScreenDeviceImpl
Returns all available ScreenDevices.
getAvailableScreenDevices() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Get available screens.
getAvailableScreenDevices() - Method in interface org.jitsi.service.neomedia.MediaService
Get available ScreenDevices.
getAvailableVideoCaptureDevices(MediaUseCase) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
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
 
getBoolean(String, boolean) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
getBounds() - Method in class org.jitsi.impl.neomedia.device.ScreenDeviceImpl
Get bounds of the screen.
getBounds() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
 
getBounds() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Gets the region in the component of this VideoRenderer where the video is rendered.
getBps(int) - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackDesc
Gets the last "stable" bitrate (in bps) of the encoding of the specified index.
getBuffer() - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
getBuffer() - Method in class org.jitsi.service.neomedia.RawPacket
Get buffer containing the content of this packet
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.
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() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
getBytes() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
 
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.
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.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() - 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().
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.
getCaptureDeviceInfoLocatorProtocol() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
Gets the protocol of the MediaLocator of the CaptureDeviceInfo represented by this instance.
getCaptureDevices() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSManager
Get the array of capture devices.
getCaptureDeviceUID() - Method in class org.jitsi.impl.neomedia.HardwareVolumeControl
Returns the selected input device UID.
getCData(Element) - Static method in class org.jitsi.util.xml.XMLUtils
Extract the CDATA content of the specified element.
getCDataNode(Element) - Static method in class org.jitsi.util.xml.XMLUtils
Returns element's CDATA child node (if it has one).
getCertificateRequest() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsServerImpl
getChannels() - Method in class org.jitsi.impl.neomedia.format.AudioMediaFormatImpl
Gets the number of audio channels associated with this AudioMediaFormat.
getChannels() - Method in interface org.jitsi.service.neomedia.format.AudioMediaFormat
Returns the number of audio channels associated with this AudioMediaFormat.
getChildByType(Element, short) - Static method in class org.jitsi.util.xml.XMLUtils
Returns first of the element's child nodes that is of type nodeType.
getChildElementByChain(Element, String[]) - Static method in class org.jitsi.impl.configuration.xml.XMLConfUtils
Returns the element which is at the end of the specified String chain.
getCipherString() - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
Gets the cipher information for the current media stream.
getCipherString() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
 
getCipherString() - Method in interface org.jitsi.service.neomedia.ZrtpControl
Gets the cipher information for the current media stream.
getCipherSuites() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsServerImpl
Overrides the super implementation to explicitly specify cipher suites which we know to be supported by Bouncy Castle and provide Perfect Forward Secrecy.
getClientExtensions() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsClientImpl
Includes the use_srtp extension in the DTLS extended client hello.
getClockRate() - Method in class org.jitsi.impl.neomedia.format.AudioMediaFormatImpl
Gets the clock rate associated with this MediaFormat.
getClockRate() - Method in class org.jitsi.impl.neomedia.format.VideoMediaFormatImpl
Gets the clock rate associated with this MediaFormat.
getClockRate() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
Returns the clock rate associated with this MediaFormat.
getClockRateString() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Returns a String representation of the clock rate associated with this MediaFormat making sure that the value appears as an integer (i.e.
getClockRateString() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
Returns a String representation of the clock rate associated with this MediaFormat making sure that the value appears as an integer (i.e.
getCode() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfRawPacket
The event code of the current packet.
getCode() - Method in class org.jitsi.service.neomedia.DTMFRtpTone
Returns the RFC 4733 code of this DTMF tone.
getCodec() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
Get the codec of the ivf file
getColor(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns the int representation of the color corresponding to the given key.
getColorString(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns the string representation of the color corresponding to the given key.
getComponent() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
 
getComponent() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Gets the AWT Component into which this VideoRenderer draws.
getComponent(Container) - Method in class org.jitsi.util.swing.FitLayout
Gets the first Component of a specific Container if there is such a Component.
getComponent(Container) - Method in class org.jitsi.util.swing.VideoLayout
Returns the remote video component.
getComponentConstraints(Component) - Method in class org.jitsi.util.swing.VideoLayout
Returns the constraints for the given component.
getConfiguration() - Method in interface org.jitsi.service.packetlogging.PacketLoggingService
Returns the current Packet Logging Configuration.
getConfigurationFilename() - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
getConfigurationService() - Static method in class org.jitsi.service.libjitsi.LibJitsi
Gets the ConfigurationService instance.
getConnectedCaptureDevice() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
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.AudioMixingPushBufferStream
Implements SourceStream.getContentDescriptor().
getContentDescriptor() - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
Implements SourceStream#getContentDescriptor().
getContentDescriptor() - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
Implements SourceStream.getContentDescriptor().
getContentDescriptor() - Method in class org.jitsi.impl.neomedia.protocol.SourceStreamDelegate
Implements SourceStream.getContentDescriptor().
getContentDescriptor() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Provides a dummy implementation of SourceStream.getContentDescriptor() that always returns null.
getContentLength() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
Implements SourceStream.getContentLength().
getContentLength() - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
Implements SourceStream#getContentLength().
getContentLength() - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
Implements SourceStream.getContentLength().
getContentLength() - Method in class org.jitsi.impl.neomedia.protocol.SourceStreamDelegate
Implements SourceStream.getContentLength().
getContentLength() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Provides a dummy implementation of SourceStream.getContentLength() that always returns LENGTH_UNKNOWN.
getContentType() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements DataSource.getContentType().
getContentType() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the content type of the media represented by this instance.
getContentType() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the content type of the media represented by this instance.
getContentType() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements DataSource.getContentType().
getContentType() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements DataSource.getContentType().
getContentType() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements DataSource.getContentType().
getContentType() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements DataSource.getContentType().
getContentType() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
Implements DataSource.getContentType().
getContentType() - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
getContext() - Method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
Returns the connection context for asynchronous communication with the PulseAudio server.
getControl(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.conference.AudioMixingPushBufferDataSource
Implements Controls.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.control.AbstractControls
Implements Controls.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Gets the control of the specified type available for this instance.
getControl(String) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the control of the specified type available for this instance.
getControl(String) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the control of the specified type available for this instance.
getControl(String) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.DataSource
Gets the control of the specified type available for this instance.
getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
Implements Controls#getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
Implements Controls.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements Controls.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements Controls.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements Controls.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements Controls.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.RewritablePullBufferDataSource
Implements Controls.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.RewritablePushBufferDataSource
Implements Controls.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.SourceStreamDelegate
Implements Controls.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
Implements Controls.getControl(String).
getControl(String) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
getControl(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.RTPConnectorInputStream
Provides a dummy implementation of Controls.getControl(String) that always returns null.
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(StreamRTPManager, String) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Exposes Controls.getControl(String) on the internal/underlying RTPManager.
getControlAddress() - Method in class org.jitsi.service.neomedia.MediaStreamTarget
Returns the InetSocketAddress that this MediaTarget is pointing to for all media (RTP) traffic.
getControlComponent() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaEncoder
Not used.
getControlComponent() - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaEncoder
Implements Control.getControlComponent().
getControlComponent() - Method in class org.jitsi.impl.neomedia.codec.audio.mp3.JNIEncoder
getControlComponent() - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
Implements Control.getControlComponent().
getControlComponent() - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
Implements Control.getControlComponent().
getControlComponent() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
Stub.
getControlComponent() - Method in class org.jitsi.impl.neomedia.control.AbstractFormatControl
Implements Control.getControlComponent().
getControlComponent() - Method in class org.jitsi.impl.neomedia.control.FrameProcessingControlImpl
Gets the UI Component associated with this Control object.
getControlComponent() - Method in class org.jitsi.impl.neomedia.control.FrameRateControlAdapter
Gets the UI Component associated with this Control object.
getControlComponent() - Method in class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
Implements Control.getControlComponent().
getControlComponent() - Method in class org.jitsi.impl.neomedia.control.ReadOnlyFormatControlDelegate
Implements Control.getControlComponent().
getControlComponent() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Not used.
getControlInputStream() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Returns the input stream that is handling incoming RTCP packets.
getControlInputStream(boolean) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Gets the PushSourceStream which gives access to the RTCP data received from the remote targets and optionally creates it if it does not exist yet.
getControlOutputStream() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Returns the input stream that is handling outgoing RTCP packets.
getControlOutputStream(boolean) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Gets the OutputDataStream which is used to write RTCP data to be sent to from the remote targets and optionally creates it if it does not exist yet.
getControls() - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.Packetizer
 
getControls() - Method in class org.jitsi.impl.neomedia.codec.audio.ulaw.JavaDecoder
 
getControls() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements Controls.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.control.ControlsAdapter
Implements Controls.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Implements Controls.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Implements Controls.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Implements Controls.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
Implements Controls.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
Implements Controls#getControls().
getControls() - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
Implements Controls.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements Controls.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements Controls.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements Controls.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements Controls.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.protocol.SourceStreamDelegate
Implements Controls.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
Implements Controls.getControls().
getControls() - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
getControls() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Provides a dummy implementation of Controls.getControls() that always returns EMPTY_CONTROLS.
getControlSocket() - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPImpl
Gets the TCP Socket this instance uses to send and receive RTCP packets.
getControlSocket() - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPImpl
Gets the UDP Socket this instance uses to send and receive RTCP packets.
getControlSocket() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
Returns a reference to the DatagramSocket that a stream should use for control data (e.g.
getControlSocket() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
Returns a reference to the DatagramSocket that a stream should use for control data (e.g.
getControlSocket() - Method in interface org.jitsi.service.neomedia.StreamConnector
Returns a reference to the DatagramSocket that a stream should use for control data (e.g.
getControlSocket() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
Returns a reference to the DatagramSocket that a stream should use for control data (e.g.
getControlTCPSocket() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
Returns a reference to the Socket that a stream should use for control data (e.g.
getControlTCPSocket() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
Returns a reference to the Socket that a stream should use for control data (e.g.
getControlTCPSocket() - Method in interface org.jitsi.service.neomedia.StreamConnector
Returns a reference to the Socket that a stream should use for control data (e.g.
getControlTCPSocket() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
Returns a reference to the Socket that a stream should use for control data (e.g.
getCsrcCount() - Method in class org.jitsi.service.neomedia.RawPacket
Returns the number of CSRC identifiers currently included in this packet.
getCsrcCount(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Returns the number of CSRC identifiers currently included in this packet.
getCsrcEngine() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Returns the engine that is responsible for adding the list of CSRC identifiers to outgoing RTP packets during a conference.
getCurrentBytes() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
getCurrentBytes() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
 
getCurrentEncodingConfiguration() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Returns the current encoding configuration -- the instance that contains the global settings.
getCurrentEncodingConfiguration() - Method in interface org.jitsi.service.neomedia.MediaService
Returns the current EncodingConfiguration instance.
getCurrentPackets() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
getCurrentPackets() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
 
getCurrentPacketsLost() - Method in class org.jitsi.impl.neomedia.stats.ReceiveTrackStatsImpl
getCurrentPacketsLost() - Method in interface org.jitsi.service.neomedia.stats.ReceiveTrackStats
 
getCurrentProtocolVersion() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Get negotiated ZRTP protocol version.
getCurrentProtocolVersion() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Get negotiated ZRTP protocol version.
getCurrentProtocolVersion() - Method in interface org.jitsi.service.neomedia.ZrtpControl
Gets the negotiated ZRTP protocol version.
getData() - Method in class org.jitsi.impl.neomedia.codec.video.AVFrame
Gets the ByteBuffer whose native memory is set on the native counterpart of this instance/AVFrame.
getDataAddress() - Method in class org.jitsi.service.neomedia.MediaStreamTarget
Returns the InetSocketAddress that this MediaTarget is pointing to for all media (RTP) traffic.
getDatagramPacketFilters() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Gets the DatagramPacketFilters which allow dropping DatagramPackets before they are converted into RawPackets.
getDataInputStream() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Returns the input stream that is handling incoming RTP packets.
getDataInputStream(boolean) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Gets the PushSourceStream which gives access to the RTP data received from the remote targets and optionally creates it if it does not exist yet.
getDataOutputStream() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Returns the input stream that is handling outgoing RTP packets.
getDataOutputStream(boolean) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Gets the OutputDataStream which is used to write RTP data to be sent to from the remote targets and optionally creates it if it does not exist yet.
getDataSocket() - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPImpl
Gets the TCP socket this instance uses to send and receive RTP packets.
getDataSocket() - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPImpl
Gets the UDP socket this instance uses to send and receive RTP packets.
getDataSocket() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
Returns a reference to the DatagramSocket that a stream should use for data (e.g.
getDataSocket() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
Returns a reference to the DatagramSocket that a stream should use for data (e.g.
getDataSocket() - Method in interface org.jitsi.service.neomedia.StreamConnector
Returns a reference to the DatagramSocket that a stream should use for data (e.g.
getDataSocket() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
Returns a reference to the DatagramSocket that a stream should use for data (e.g.
getDataSource() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
Gets the AudioMixingPushBufferDataSource which created and owns this instance and defines the input data which is to not be mixed in the output of this PushBufferStream.
getDataSource() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
Gets the DataSource wrapped by this instance.
getDataSource() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
Gets the DataSource wrapped by this instance.
getDataTCPSocket() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
Returns a reference to the Socket that a stream should use for data (e.g.
getDataTCPSocket() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
Returns a reference to the Socket that a stream should use for data (e.g.
getDataTCPSocket() - Method in interface org.jitsi.service.neomedia.StreamConnector
Returns a reference to the Socket that a stream should use for data (e.g.
getDataTCPSocket() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
Returns a reference to the Socket that a stream should use for data (e.g.
getDB() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Get the current gain set for this object in dB.
getDecoderControls(ReceiveStream, Class<T>) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Searches for controls of type controlType in the TrackControls of the Processor used to decode receiveStream.
getDefaultDevice(MediaType, MediaUseCase) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Gets the default MediaDevice for the specified MediaType.
getDefaultDevice(MediaType, MediaUseCase) - Method in interface org.jitsi.service.neomedia.MediaService
Returns the default MediaDevice for the specified media type.
getDefaultDownloadDirectory() - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
Returns the default download directory.
getDefaultDownloadDirectory() - Method in interface org.jitsi.service.fileaccess.FileAccessService
Returns the default download directory depending on the operating system.
GetDefaultInputDevice() - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Retrieve the index of the default input device.
getDefaultInputDeviceUID() - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
getDefaultInputDeviceUIDBytes() - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
GetDefaultOutputDevice() - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Retrieve the index of the default output device.
getDefaultOutputDeviceUID() - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
getDefaultOutputDeviceUIDBytes() - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
getDefaultScreenDevice() - Static method in class org.jitsi.impl.neomedia.device.ScreenDeviceImpl
Gets the default ScreenDevice.
getDefaultScreenDevice() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Get default screen device.
getDefaultScreenDevice() - Method in interface org.jitsi.service.neomedia.MediaService
Get default ScreenDevice device.
getDefaultVolumeLevel() - Static method in class org.jitsi.impl.neomedia.HardwareVolumeControl
Returns the default volume level.
getDefaultVolumeLevel() - Static method in class org.jitsi.service.neomedia.BasicVolumeControl
Returns the default volume level.
getDest() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
 
getDevice() - 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.
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(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.
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() - 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(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(MediaType, MediaUseCase) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Gets a list of the MediaDevices known to this MediaService and handling the specified MediaType.
getDevices(MediaType, MediaUseCase) - Method in interface org.jitsi.service.neomedia.MediaService
Returns a list containing all devices known to this service implementation and handling the specified MediaType.
getDeviceSession() - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Returns the MediaDeviceSession associated with this stream after first casting it to AudioMediaDeviceSession since this is, after all, an AudioMediaStreamImpl.
getDeviceSession() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the MediaDeviceSession which represents the work of this MediaStream with its associated MediaDevice.
getDeviceSystemPixFmt() - Method in class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
Gets the DeviceSystem-specific format represented by this instance.
getDeviceSystems(MediaType) - Static method in class org.jitsi.impl.neomedia.device.DeviceSystem
 
getDeviceUIDList() - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
getDiagnosticContext() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the DiagnosticContext of this instance.
getDimension() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
Get the dimension (height x width) of the video of the ivf file.
getDirection() - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
Returns the MediaDirection supported by this device.
getDirection() - Method in class org.jitsi.impl.neomedia.device.AudioSilenceMediaDevice
Returns the MediaDirection supported by this device.
getDirection() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
Returns the MediaDirection supported by this device.
getDirection() - Method in class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
Returns the MediaDirection supported by this device.
getDirection() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the direction in which this MediaStream is allowed to stream media.
getDirection() - Method in interface org.jitsi.service.neomedia.device.MediaDevice
Returns the MediaDirection supported by this device.
getDirection() - Method in interface org.jitsi.service.neomedia.MediaStream
Gets the direction in which this MediaStream is allowed to stream media.
getDirection() - Method in class org.jitsi.service.neomedia.RTPExtension
Returns the direction that the corresponding MediaDevice supports for this extension.
getDirectionForAnswer(MediaDirection) - Method in enum org.jitsi.service.neomedia.MediaDirection
Returns the MediaDirection value corresponding to a remote party's perspective of this MediaDirection applying a remote party constraint.
getDisableOtherVideosOnTop() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getDiscardRate() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Gets the fraction of RTP data packets from the source that have been discarded since the beginning of reception, due to late or early arrival, under-run or overflow at the receiving jitter buffer.
getDouble(String, double) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
getDownloadJitterMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the jitter average of this download stream.
getDownloadJitterMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
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.
getDtmfTone() - Method in class org.jitsi.service.neomedia.event.DTMFToneEvent
Returns the DTMFTone instance that this event pertains to.
getDTMFTone(String) - Static method in class org.jitsi.service.neomedia.DTMFTone
Parses input value and return the corresponding tone.
getDuration() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements Duration.getDuration().
getDuration() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the duration of the media represented by this instance.
getDuration() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the duration of the media represented by this instance.
getDuration() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements Duration.getDuration().
getDuration() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements Duration.getDuration().
getDuration() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements Duration.getDuration().
getDuration() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements Duration.getDuration().
getDuration() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
Implements Duration.getDuration().
getDuration() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfRawPacket
The duration of the current event.
getDuration() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getDynamicPayloadTypePreferences() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Returns a Map that binds indicates whatever preferences this media service implementation may have for the RTP payload type numbers that get dynamically assigned to MediaFormats with no static payload type.
getDynamicPayloadTypePreferences() - Method in interface org.jitsi.service.neomedia.MediaService
Returns a Map that binds indicates whatever preferences the media service implementation may have for the RTP payload type numbers that get dynamically assigned to MediaFormats with no static payload type.
getDynamicRTPPayloadType(String) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Returns the payload type number that has been negotiated for the specified encoding or -1 if no payload type has been negotiated for it.
getDynamicRTPPayloadType(String) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Returns the payload type number that has been negotiated for the specified encoding or -1 if no payload type has been negotiated for it.
getDynamicRTPPayloadType(String) - Method in interface org.jitsi.service.neomedia.MediaStream
Returns the payload type number that has been negotiated for the specified encoding or -1 if no payload type has been negotiated for it.
getDynamicRTPPayloadTypes() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the existing associations in this MediaStream of RTP payload types to MediaFormats.
getDynamicRTPPayloadTypes() - Method in interface org.jitsi.service.neomedia.MediaStream
Gets the existing associations in this MediaStream of RTP payload types to MediaFormats.
getEchoCancelFilterLengthInMillis() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Get the echo cancellation filter length (in milliseconds).
getEgressEngine() - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine
Gets the engine which handles outgoing RTP packets for this instance.
getEnabledEncodings(MediaType) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
Returns the supported MediaFormats i.e.
getEnabledThreshold() - Method in class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
Implements BufferControl.getEnabledThreshold().
getEncoderControls(Class<T>) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Searches for controls of type controlType in the TrackControls of the Processor used to transcode the MediaDevice of this instance into the format of this instance.
getEncoding() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Implements MediaFormat#getEncoding() and returns the encoding of the JMF Format that we are encapsulating here but it is the RFC-known encoding and not the internal JMF encoding.
getEncoding() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the MediaStream enconding.
getEncoding() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
Returns the name of the encoding (i.e.
getEncoding() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the MediaStream enconding.
getEncodingClockRate() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the MediaStream enconding rate (in Hz)..
getEncodingClockRate() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the MediaStream enconding rate (in Hz).
getEncodingPreferenceKey(MediaFormat) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
Gets the key in EncodingConfiguration.encodingPreferences which is associated with the priority of a specific MediaFormat.
getEndpointId() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getEndSystemDelay() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getEngine() - Method in class org.jitsi.impl.neomedia.transform.RTPTransformTCPConnector
Gets the customized TransformEngine which contains the concrete transform logic.
getEngine() - Method in class org.jitsi.impl.neomedia.transform.RTPTransformUDPConnector
Gets the customized TransformEngine which contains the concrete transform logic.
getEngineChain() - Method in class org.jitsi.impl.neomedia.transform.TransformEngineChain
Gets the sequence of TransformEngines whose PacketTransformers this engine chain applies to RTP and RTCP packets.
getError() - Method in exception org.jitsi.impl.neomedia.quicktime.NSErrorException
Gets the NSError reported by this instance.
getErrorCode() - Method in exception org.jitsi.impl.neomedia.portaudio.PortAudioException
Gets the code of the error as defined by the native PortAudio library represented by this instance if it is known.
getErrorCode() - Method in exception org.jitsi.service.neomedia.MediaException
Gets the error code carried by this MediaException which gives more information about the specifics of this MediaException.
getEventHandler() - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
 
getExtension(File) - Static method in class org.jitsi.util.SoundFileUtils
Gets the file extension.
getExtensionAttributes() - Method in class org.jitsi.service.neomedia.RTPExtension
Returns the extension attributes associated with this RTPExtension or null if this extension does not have any.
getExtensionBit() - Method in class org.jitsi.service.neomedia.RawPacket
Returns true if the extension bit of this packet has been set and false otherwise.
getExtensionBit(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Returns true if the extension bit of this packet has been set and false otherwise.
getExtensionLength() - Method in class org.jitsi.service.neomedia.RawPacket
Returns the length of the extensions currently added to this packet.
getExtensionLength(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Returns the length of the extensions currently added to this packet.
getExtId() - Method in class org.jitsi.service.neomedia.RawPacket.HeaderExtension
 
getExtLength() - Method in class org.jitsi.service.neomedia.RawPacket.HeaderExtension
 
getExtRFactor() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getFameRate() - Method in class org.jitsi.service.neomedia.QualityPreset
Returns this preset frame rate.
getFbPacketCount() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
 
getFCI(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
Gets the Feedback Control Information (FCI) field of an RTCP FB message.
getFeatures() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
Gets the flags indicating the optional features supported by this DeviceSystem.
getFecRate() - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
Get the rate at which ulpfec packets will be generated and added to the stream by this PacketTransformer.
getFecTransformEngine() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Creates the FECTransformEngine for this MediaStream.
getFecTransformEngine() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Creates the FECTransformEngine for this MediaStream.
getFeedbackMessageType() - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
Gets the feedback message type (FMT) of this RTCPFeedbackMessagePacket.
getFeedbackMessageType() - Method in class org.jitsi.service.neomedia.event.RTCPFeedbackMessageEvent
Get feedback message type (FMT).
getFFmpegPixFmt(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DataSource
Gets the DirectShow pixel format matching a specific FFmpeg pixel format.
getFFmpegPixFmt(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
Gets the Video for Linux Two API Specification pixel format matching a specific FFmpeg pixel format.
getFieldOrder() - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl.GUID
 
getFileAccessService() - Static method in class org.jitsi.service.libjitsi.LibJitsi
Gets the FileAccessService instance.
getFilename() - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
Returns the filename we are last started or stopped recording to, null if not started.
getFilename() - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
getFilename() - Method in interface org.jitsi.service.neomedia.recording.Recorder
Returns the filename we are last started or stopped recording to, null if not started.
getFilename() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getFlags() - Method in class org.jitsi.service.neomedia.RawPacket
Gets the bitmap/flag mask that specifies the set of boolean attributes enabled for this RawPacket.
getFlexFecHeaderOffset() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Packet
Get the offset at which the FlexFEC header starts
getFlexFecHeaderSize() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Packet
Get the size of the flexfec header for this packet
getFlexFecPayloadLength() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Packet
Returns the size of the FlexFEC payload, in bytes
getFormat() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
Implements PushBufferStream.getFormat().
getFormat() - Method in class org.jitsi.impl.neomedia.control.ReadOnlyFormatControlDelegate
Gets the Format of the owner of this FormatControl.
getFormat() - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
Gets the MediaFormat in which this MediaDevice captures media.
getFormat() - 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() - 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() - 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() - 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 class org.jitsi.impl.neomedia.MediaStreamImpl
Returns the MediaFormat that is associated to the payload type passed in as a parameter.
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(byte) - Method in interface org.jitsi.service.neomedia.MediaStream
Returns the MediaFormat that is associated to the payload type passed in as a parameter.
getFormat(int, Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Gets the Format to be reported by the FormatControl of an AbstractBufferStream at a specific zero-based index in the list of streams of this AbstractBufferCaptureDevice.
getFormat(int, Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the Format to be reported by the FormatControl of a PullBufferStream at a specific zero-based index in the list of streams of this PullBufferDataSource.
getFormat(int, Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the Format to be reported by the FormatControl of a PushBufferStream at a specific zero-based index in the list of streams of this PushBufferDataSource.
getFormat(InputStream) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Returns the FMJ format of a specific InputStream providing audio media.
getFormatControls() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements CaptureDevice.getFormatControls().
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().
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.
getFormatFactory() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Gets the MediaFormatFactory through which MediaFormat instances may be created for the purposes of working with the MediaStreams created by this MediaService.
getFormatFactory() - Method in interface org.jitsi.service.neomedia.MediaService
Gets the MediaFormatFactory through which MediaFormat instances may be created for the purposes of working with the MediaStreams created by this MediaService.
getFormatParameter(String) - Method in class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
Returns the format parameters value for the specified name.
getFormatParameters() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Implements MediaFormat#getFormatParameters().
getFormatParameters() - Method in class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
Returns the format parameters Map.
getFormatParameters() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
Returns a Map containing parameters specific to this particular MediaFormat.
getFormatsToInitializeIAudioClient(AudioFormat) - Static method in class org.jitsi.impl.neomedia.device.WASAPISystem
Gets an array of alternative AudioFormats based on format with which an attempt is to be made to initialize a new IAudioClient instance.
getFrameData() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.VP8Frame
Get the data composing the VP8 frame.
getFrameLength() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.VP8Frame
Get the length of the frame (in bytes) as declared in its header.
getFramerate() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
Get the framerate declared by the header of the ivf file
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.rtp.RTPEncodingDesc
Gets the max frame rate (in fps) of the bitstream that this instance represents.
getFrameRate() - Method in interface org.jitsi.service.neomedia.format.VideoMediaFormat
Returns the frame rate associated with this MediaFormat.
getFramesDropped() - Method in class org.jitsi.impl.neomedia.control.FrameProcessingControlImpl
Gets the number of output frames that were dropped during processing since the last call to this method.
getFrequency1() - Method in class org.jitsi.service.neomedia.DTMFInbandTone
Returns the first frequency coded by this tone.
getFrequency2() - Method in class org.jitsi.service.neomedia.DTMFInbandTone
Returns the second frequency coded by this tone.
getGainControl() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
Gets the GainControl, if any, which controls the volume level of the audio (to be) played back by this Renderer.
getGainReferenceLevel() - Static method in class org.jitsi.impl.neomedia.HardwareVolumeControl
Returns the reference volume level for computing the gain.
getGainReferenceLevel() - Static method in class org.jitsi.service.neomedia.BasicVolumeControl
Returns the reference volume level for computing the gain.
getGapDensity() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Get the fraction of RTP data packets within inter-burst gaps since the beginning of reception that were either lost or discarded.
getGapDuration() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getGlobalReceptionStats() - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
getGlobalReceptionStats(StreamRTPManager) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Exposes RTPManager.getGlobalReceptionStats() on the internal/underlying RTPManager.
getGlobalTransmissionStats() - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
getGlobalTransmissionStats(StreamRTPManager) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Exposes RTPManager.getGlobalTransmissionStats() on the internal/underlying RTPManager.
getGMin() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getHandle() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Gets the handle to the native counterpart of this JAWTRenderer.
getHandle() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent
Gets the handle of the native counterpart of the JAWTRenderer which paints in this AWTVideoComponent.
getHandleLock() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Gets the Object which synchronizes the access to the handle to the native counterpart of this JAWTRenderer.
getHandleLock() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent
Gets the synchronization lock which protects the access to the handle property of this AWTVideoComponent.
getHeader() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFFileReader
Get the header of the IVF file.
getHeaderExtension(byte) - Method in class org.jitsi.service.neomedia.RawPacket
 
getHeaderExtensions() - Method in class org.jitsi.service.neomedia.RawPacket
 
getHeaderExtensionType() - Method in class org.jitsi.service.neomedia.RawPacket
Return the define by profile part of the extension header.
getHeaderLength() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
Get the header length of the ivf file
getHeaderLength() - Method in class org.jitsi.service.neomedia.RawPacket
Get RTP header length from a RTP packet
getHeaderLength(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Get RTP header length from a RTP packet
getHeight() - 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.
getHeight(byte[], int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8KeyframeHeader
 
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, 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.
getI18NString(String, Locale) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns an internationalized string corresponding to the given key.
getIdentifier() - Method in class org.jitsi.impl.neomedia.device.CaptureDeviceInfo2
Returns the device identifier used to save and load device preferences.
getImage(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Constructs an ImageIcon from the specified image ID and returns it.
getImageBytes(BufferedImage, byte[]) - Static method in class org.jitsi.impl.neomedia.imgstreaming.ImgStreamingUtils
Get raw bytes from ARGB BufferedImage.
getImageInBytes(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Loads the image with the specified ID and returns a byte array containing it.
getImageInputStream(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns the InputStream of the image corresponding to the given key.
getImageInputStreamForPath(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns the InputStream of the image corresponding to the given path.
getImagePath(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns the image path corresponding to the given key.
getImageURL(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns the URL of the image corresponding to the given key.
getImageURLForPath(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns the URL of the image corresponding to the given path.
getIMMDevice(String) - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
Gets an audio endpoint device that is identified by a specific endpoint ID string.
getIMMDeviceDataFlow(long) - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
Gets the data flow of a specific IMMDevice in the form of an EDataFlow value.
getIMMDeviceIndex(String, int) - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
Gets the zero-based index within the IMMDeviceCollection interface of an audio endpoint device specified by an endpoint ID string.
getInAttribute() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
 
getInAttribute() - Method in interface org.jitsi.service.neomedia.SDesControl
Gets the crypto attribute of the incoming MediaStream.
getIncomingRawPacketCache() - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
Gets the incoming RawPacketCache.
getIndex() - Method in class org.jitsi.impl.neomedia.device.ScreenDeviceImpl
Get the screen index.
getIndex() - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Gets the subjective quality index of this instance.
getIndex() - Method in interface org.jitsi.service.neomedia.device.ScreenDevice
Gets this screen's index.
getIngressEngine() - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine
Gets the engine which handles incoming RTP packets for this instance.
getInitiatorCryptoAttributes() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
Returns the crypto attributes enabled on this computer.
getInitiatorCryptoAttributes() - Method in interface org.jitsi.service.neomedia.SDesControl
Returns the crypto attributes enabled on this computer.
getInputDeviceVolume(String) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
 
getInputDeviceVolume(String) - Method in class org.jitsi.impl.neomedia.HardwareVolumeControl
Returns the device volume via the system API.
getInputFormat() - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
Gets the Format in which this Codec is currently configured to accept input media data.
getInputVolumeControl() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Gets the VolumeControl which controls the volume level of audio input/capture.
getInputVolumeControl() - Method in interface org.jitsi.service.neomedia.MediaService
Gets the VolumeControl which controls the volume level of audio input/capture.
getInstant() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getInt(String, int) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
getInterval() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
getInterval() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
 
getJitter() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
getJitter() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
 
getJitterBufferAbsoluteMaximumDelay() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getJitterBufferAdaptive() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Gets whether the jitter buffer is adaptive.
getJitterBufferControl(ReceiveStream) - Static method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Gets the JitterBufferControl of a ReceiveStream.
getJitterBufferDelayMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the delay in milliseconds introduced by the jitter buffer.
getJitterBufferDelayMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the delay in milliseconds introduced by the jitter buffer.
getJitterBufferDelayPackets() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the delay in number of packets introduced by the jitter buffer.
getJitterBufferDelayPackets() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the delay in number of packets introduced by the jitter buffer.
getJitterBufferMaximumDelay() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getJitterBufferNominalDelay() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getJitterBufferRate() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Gets the implementation specific adjustment rate of a jitter buffer in adaptive mode.
getJMFEncoding() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Gets the encoding of the JMF Format represented by this instance as it is known to JMF (in contrast to its RFC name).
getKeyFrameControl() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
getKeyFrameControl() - Method in interface org.jitsi.service.neomedia.VideoMediaStream
Gets the KeyFrameControl of this VideoMediaStream.
getKeyFrameRequestees() - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl
Gets the KeyFrameRequestees made available through this KeyFrameControl.
getKeyFrameRequestees() - Method in class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
getKeyFrameRequesters() - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl
Gets the KeyFrameRequesters made available through this KeyFrameControl.
getKeyFrameRequesters() - Method in class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
getLastActivityTime() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Gets the time in milliseconds of the last activity related to this RTPConnectorInputStream.
getLastInputActivityTime() - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Gets the time in milliseconds of the last input activity related to this AudioMediaStream.
getLastMeasuredAudioLevel(long) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Returns the last audio level that was measured by the underlying device session for the specified ssrc (where ssrc could also correspond to our local sync source identifier).
getLastMeasuredAudioLevel(long) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
Returns the last audio level that was measured by this device session for the specified ssrc.
getLastMeasuredLocalUserAudioLevel() - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
Returns the last audio level that was measured by the underlying mixer for local user.
getLastStableBitrateBps(long) - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Gets the last stable bitrate (in bps) for this instance.
getLatestEstimate() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorAbsSendTime
Returns the estimated payload bitrate in bits per second if a valid estimate exists; otherwise, -1.
getLatestEstimate() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorSingleStream
Returns the estimated payload bitrate in bits per second if a valid estimate exists; otherwise, -1.
getLatestEstimate() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Returns the estimated payload bitrate in bits per second if a valid estimate exists; otherwise, -1.
getLatestEstimate() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
getLatestEstimate() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator
 
getLatestEstimate() - Method in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
Returns the estimated payload bitrate in bits per second if a valid estimate exists; otherwise, -1.
getLatestFractionLoss() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
getLatestFractionLoss() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator
 
getLatestREMB() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
getLatestREMB() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator
 
getLength() - Method in class org.jitsi.impl.neomedia.codec.video.ByteBuffer
Gets the number of bytes of valid data that the native memory represented by this instance contains.
getLength() - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
getLength() - Method in class org.jitsi.service.neomedia.RawPacket
Get the length of this packet's data
getLength(byte[], int, int) - Static method in class org.jitsi.util.RTCPUtils
Deprecated.
Gets the RTCP packet length in bytes as specified by the length field of the RTCP packet (does not verify that the buffer is actually large enough).
getLength(ByteArrayBuffer) - Static method in class org.jitsi.util.RTCPUtils
Deprecated.
Gets the RTCP packet length in bytes.
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
 
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(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.
getLimit() - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
The limit for the file size.
getLocal() - Method in class org.jitsi.util.swing.VideoLayout
Returns the local video component.
getLocalCloseButton() - Method in class org.jitsi.util.swing.VideoLayout
Returns the local video close button.
getLocalContributingSourceIDs() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Returns the list of CSRC identifiers for all parties currently known to contribute to the media that this stream is sending toward its remote counter part.
getLocalControlAddress() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the local address that this stream is sending RTCP traffic from.
getLocalDataAddress() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the local address that this stream is sending RTP traffic from.
getLocalFingerprint() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Gets the fingerprint of the local certificate that this instance uses to authenticate its ends of DTLS sessions.
getLocalFingerprint() - Method in interface org.jitsi.service.neomedia.DtlsControl
Gets the fingerprint of the local certificate that this instance uses to authenticate its ends of DTLS sessions.
getLocalFingerprintHashFunction() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Gets the hash function with which the fingerprint of the local certificate is computed i.e.
getLocalFingerprintHashFunction() - Method in interface org.jitsi.service.neomedia.DtlsControl
Gets the hash function with which the fingerprint of the local certificate is computed i.e.
getLocalIPAddress() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the local IP address of the MediaStream.
getLocalIPAddress() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the local IP address of the MediaStream.
getLocalOutDataSource() - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
Gets the AudioMixingPushBufferDataSource containing the mix of all input DataSources excluding the CaptureDevice of this AudioMixer and is thus meant for playback on the local peer in a call.
getLocalPlayer() - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Return the Player instance which provides the local visual/video Component.
getLocalPort() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the local port of the MediaStream.
getLocalPort() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the local port of the MediaStream.
getLocalSourceID() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the synchronization source (SSRC) identifier of the local peer or -1 if it is not yet known.
getLocalSourceID() - Method in interface org.jitsi.service.neomedia.MediaStream
Returns the synchronization source (SSRC) identifier of the local participant or -1 if that identifier is not yet known at this point.
getLocalSSRC() - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
getLocalSSRC(StreamRTPManager) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Exposes RTPSessionMgr.getLocalSSRC() on the internal/underlying RTPSessionMgr.
getLocalTime(long, long) - Method in class org.jitsi.impl.neomedia.recording.SynchronizerImpl
Tries to find the local time (as returned by System.currentTimeMillis()) that corresponds to the RTP timestamp rtpTime for the SSRC ssrc.
getLocalTime(long, long) - Method in interface org.jitsi.service.neomedia.recording.Synchronizer
Tries to find the local time (as returned by System.currentTimeMillis()) that corresponds to the RTP timestamp rtpTime for the SSRC ssrc.
getLocalVisualComponent() - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Gets the visual Component, if any, depicting the video streamed from the local peer to the remote peer.
getLocalVisualComponent() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Gets the visual Component, if any, depicting the video streamed from the local peer to the remote peer.
getLocalVisualComponent() - Method in interface org.jitsi.service.neomedia.VideoMediaStream
Gets the visual Component, if any, depicting the video streamed from the local peer to the remote peer.
getLocator() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
Gets the MediaLocator which specifies the playback device to be used by this Renderer.
getLocator() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements DataSource.getLocator().
getLocator() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements DataSource.getLocator().
getLocatorProtocol() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
Gets the protocol of the MediaLocators of the CaptureDeviceInfos (to be) registered (with FMJ) by this DeviceSystem.
getLogfileCount() - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
The counter for number of files.
getLong(String, long) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
getLoopInterval() - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Gets the interval of time in milliseconds between consecutive plays of this audio.
getLossDegradedMs() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator.Statistics
 
getLossFreeMs() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator.Statistics
 
getLossLimitedMs() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator.Statistics
 
getLossRate() - Method in class org.jitsi.impl.neomedia.stats.ReceiveTrackStatsImpl
getLossRate() - Method in class org.jitsi.impl.neomedia.stats.SendTrackStatsImpl
Returns an estimation of the loss rate based on the most recent RTCP Receiver Report that we received, and the rate of "non-sent" packets (i.e.
getLossRate() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Gets the fraction of RTP data packets from the source lost since the beginning of reception.
getLossRate() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
 
getLostPackets() - Method in class org.jitsi.impl.neomedia.rtcp.NACKPacket
 
getLostPackets(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.NACKPacket
 
getLostPacketsFci(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.NACKPacket
 
getMalfunctioningSince() - Method in interface org.jitsi.impl.neomedia.control.DiagnosticsControl
Gets the time in milliseconds at which the associated procedure/process has started malfunctioning.
getMany(long, int) - Method in class org.jitsi.impl.neomedia.rtp.RawPacketCache
Gets the most recent packets from the cache that pertains to the SSRC that is specified as an argument, not exceeding the number of bytes specified as an argument.
getMaskWithKBits() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Mask
 
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
Gets the Formats which are supported by this Codec as output when the input is in a specific Format.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
Returns the output formats according to the input.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.Packetizer
 
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaDecoder
 
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
Gets the Formats which are supported by this Codec as output when the input is in a specific Format.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaDecoder
Get the output formats matching a specific input format.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
Get the output formats matching a specific input format.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIDecoder
Get all supported output Formats.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder
Get the output formats matching a specific input format.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.SpeexResampler
Get the output formats matching a specific input format.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.ulaw.JavaDecoder
 
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.ulaw.JavaEncoder
 
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.DePacketizer
Gets the Formats which are supported by this Codec as output when the input is in a specific Format.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
Get matching outputs for a specified input Format.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXDecoder
Get matching outputs for a specified input Format.
getMatchingOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXEncoder
Gets the matching output formats for a specific format.
getMaxDownloadJitterMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Gets the maximum RTP jitter value reported by us in an RTCP report, in milliseconds.
getMaxDownloadJitterMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Gets the maximum RTP jitter value reported by us in an RTCP report, in milliseconds.
getMaximalNominalSampleRate(String, boolean, boolean) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
getMaxInterArrivalJitter() - Method in class org.jitsi.impl.neomedia.transform.rtcp.StatisticsEngine
The minimum inter arrival jitter value we have reported.
GetMaxLength() - Method in interface org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.IMediaBuffer
 
GetMaxLength() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.PtrMediaBuffer
 
getMaxSupportedFrameRate() - Method in class org.jitsi.impl.neomedia.control.FrameRateControlAdapter
Gets the maximum supported output frame rate.
getMaxUploadJitterMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Gets the maximum RTP jitter value reported to us in an RTCP report, in milliseconds.
getMaxUploadJitterMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Gets the maximum RTP jitter value reported to us in an RTCP report, in milliseconds.
getMaxValue() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Returns the maximum allowed volume value.
getMaxValue() - Method in interface org.jitsi.service.neomedia.VolumeControl
Returns the maximum allowed volume value/level.
getMediaDeviceForPartialDesktopStreaming(int, int, int, int) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Get a MediaDevice for a part of desktop streaming/sharing.
getMediaDeviceForPartialDesktopStreaming(int, int, int, int) - Method in interface org.jitsi.service.neomedia.MediaService
Get a MediaDevice for a part of desktop streaming/sharing.
getMediaFormat(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.
getMediaFormat(Format) - Static method in class org.jitsi.impl.neomedia.MediaUtils
Gets a MediaFormat predefined in MediaUtils which represents a specific JMF Format.
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(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".
getMediaFormats(MediaType) - Static method in class org.jitsi.impl.neomedia.MediaUtils
Gets the MediaFormats known to MediaUtils and being of the specified MediaType.
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.RTPConnectorInputStream
Provides a dummy implementation of PushSourceStream.getMinimumTransferSize() that always returns 2 * 1024.
getMinInterArrivalJitter() - Method in class org.jitsi.impl.neomedia.transform.rtcp.StatisticsEngine
The maximum inter arrival jitter value we have reported.
getMinUploadJitterMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Gets the minimum RTP jitter value reported to us in an RTCP report, in milliseconds.
getMinUploadJitterMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Gets the minimum RTP jitter value reported to us in an RTCP report, in milliseconds.
getMinValue() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Returns the minimum allowed volume value.
getMinValue() - Method in interface org.jitsi.service.neomedia.VolumeControl
Returns the minimum allowed volume value/level.
getModelIdentifier() - Method in class org.jitsi.impl.neomedia.device.CaptureDeviceInfo2
Returns the model identifier of this instance.
getMosCq() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getMosLq() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getMultiStrParams() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Gets the multistream params
getMute() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Get mute state of sound.
getMute() - Method in class org.jitsi.service.neomedia.event.VolumeChangeEvent
Gets the indicator which determines whether the volume is muted.
getMute() - Method in interface org.jitsi.service.neomedia.VolumeControl
Get mute state of sound playback.
getName() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
Gets the name of this plug-in as a human-readable string.
getName() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
Gets the name of this plug-in as a human-readable string.
getName() - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
 
getName() - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.DePacketizer
Returns the name of the DePacketizer
getName() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Decoder
 
getName() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.DePacketizer
 
getName() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Encoder
 
getName() - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Packetizer
 
getName() - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
Get plugin name.
getName() - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
Gets the name of this Codec.
getName() - Method in class org.jitsi.impl.neomedia.codec.video.h264.Packetizer
Gets the name of this PlugIn.
getName() - Method in class org.jitsi.impl.neomedia.device.ScreenDeviceImpl
Get the identifier of the screen.
getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
Get name of the capture device.
getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
Gets the descriptive/human-readable name of this JMF plug-in.
getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Gets the descriptive/human-readable name of this JMF plug-in.
getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer
getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
 
getName() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Gets the human-readable name of this PlugIn.
getName() - Method in class org.jitsi.impl.neomedia.recording.BasicWavMux
getName() - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Returns the name of this stream or null if no name has been set.
getName() - Method in interface org.jitsi.service.neomedia.MediaStream
Returns the name of this stream or null if no name has been set.
getNamespaceUri(Node) - Static method in class org.jitsi.util.xml.XMLUtils
Gets the node namespace.
getNbDiscarded() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the total number of Protocol Data Units (PDU) discarded by the FMJ packet queue since the beginning of the session.
getNbDiscarded() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the total number of discarded packets since the beginning of the session.
getNbDiscardedFull() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the number of Protocol Data Units (PDU) discarded by the FMJ packet queue since the beginning of the session because it was full.
getNbDiscardedFull() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the number of packets discarded since the beginning of the session, because the packet queue was full.
getNbDiscardedLate() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the number of Protocol Data Units (PDU) discarded by the FMJ packet queue since the beginning of the session because they were late.
getNbDiscardedLate() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the number of packets discarded since the beginning of the session, because they were late.
getNbDiscardedReset() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the number of Protocol Data Units (PDU) discarded by the FMJ packet queue since the beginning of the session during resets.
getNbDiscardedReset() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the number of packets discarded since the beginning of the session, because the packet queue was reset.
getNbDiscardedShrink() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the number of Protocol Data Units (PDU) discarded by the FMJ packet queue since the beginning of the session due to shrinking.
getNbDiscardedShrink() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the number of packets discarded since the beginning of the session, while the packet queue was shrinking.
getNbFec() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the number of packets for which FEC data was decoded.
getNbFec() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the number of packets for which FEC data was decoded.
getNbPackets() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the total number of packets that are send or receive for this stream since the stream is created.
getNbPackets() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
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.
getNoiseLevel() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getNominalSampleRate(String, boolean, boolean) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
getNtpTime() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getNumberOfBytesSent() - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Returns the number of bytes sent trough this stream
getNumberOfFramesInFile() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
Get the 'number of frames' field from the IVF file header.
getNumberOfReceivedBytes() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Returns the number of received bytes for the stream.
getNumberSupportedVersions() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Get number of supported ZRTP protocol versions.
getNumberSupportedVersions() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Get number of supported ZRTP protocol versions.
getNumberSupportedVersions() - Method in interface org.jitsi.service.neomedia.ZrtpControl
Gets the number of supported ZRTP protocol versions.
getOffset() - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
getOffset() - Method in class org.jitsi.service.neomedia.RawPacket
Get the start offset of this packet's data inside storing buffer
getOrCreateBandwidthEstimator() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
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.
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.amrwb.JNIEncoder
Gets the Format of the media output by this Codec.
getOutputFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.g722.JNIEncoderImpl
Get the output Format.
getOutputFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaEncoder
Get the output format.
getOutputFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaEncoder
Get the output format.
getOutputFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
Gets the Format of the media output by this Codec.
getOutputFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
Get the output format.
getOutputFormat() - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder
Get the output format.
getOutputLocator() - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
getOutputSize() - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
Gets the output size.
getOutputVolumeControl() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Gets the VolumeControl which controls the volume level of audio output/playback.
getOutputVolumeControl() - Method in interface org.jitsi.service.neomedia.MediaService
Gets the VolumeControl which controls the volume level of audio output/playback.
getOwner() - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackDesc
 
getPacketLoggingService() - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Gets the PacketLoggingService (to be) utilized by this instance.
getPacketLoggingService() - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Gets the PacketLoggingService (to be) utilized by this instance.
getPacketLoggingService() - Static method in class org.jitsi.service.libjitsi.LibJitsi
Gets the PacketLoggingService instance.
getPacketLossConcealment() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Gets the type of packet loss concealment (PLC).
getPacketQueueCountPackets() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the number of packets in the first JitterBufferControl found via getJitterBufferControls.
getPacketQueueCountPackets() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the number of packets currently in the packet queue.
getPacketQueueSize() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the size of the first JitterBufferControl found via getJitterBufferControls.
getPacketQueueSize() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the current size of the packet queue.
getPacketRate() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
getPacketRate() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
 
getPackets() - 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
 
getPackets(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
 
getPacketsFromFci(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
 
getPacketsLost() - Method in class org.jitsi.impl.neomedia.stats.ReceiveTrackStatsImpl
getPacketsLost() - Method in interface org.jitsi.service.neomedia.stats.ReceiveTrackStats
 
getPacketsMissingFromCache() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Gets the number of packets for which retransmission was requested, but they were missing from the cache.
getPacketsMissingFromCache() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
Gets the number of packets for which retransmission was requested, but they were missing from the cache.
getPacketsNotRetransmitted() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Gets the number of packets which were requested and found in the cache, but were intentionally not retransmitted.
getPacketsNotRetransmitted() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
Gets the number of packets which were requested and found in the cache, but were intentionally not retransmitted.
getPacketsRetransmitted() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Gets the number of packets retransmitted.
getPacketsRetransmitted() - Method in interface org.jitsi.service.neomedia.stats.TrackStats
Gets the number of packets retransmitted.
getPacketType(byte[], int, int) - Static method in class org.jitsi.util.RTCPUtils
Deprecated.
Gets the RTCP packet type.
getPacketType(ByteArrayBuffer) - Static method in class org.jitsi.util.RTCPUtils
Deprecated.
Gets the RTCP packet type.
getPaddingSize() - Method in class org.jitsi.service.neomedia.RawPacket
Get RTP padding size from a RTP packet
getPaddingSize(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Get RTP padding size from a RTP packet
getPaddingTermination() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
getPaddingTermination() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
getParticipantDescription() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getParticipantName() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getPartitionId(byte[], int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
Returns the value of the PID (partition ID) field of the VP8 Payload Descriptor at offset offset in input.
getPaSampleFormat(int) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Gets the native PaSampleFormat with a specific size in bits.
getPayload() - Method in class org.jitsi.service.neomedia.RawPacket
Get the RTP payload (bytes) of this RTP packet.
getPayloadLength() - Method in class org.jitsi.service.neomedia.RawPacket
Get RTP payload length from a RTP packet
getPayloadLength(boolean) - Method in class org.jitsi.service.neomedia.RawPacket
Get RTP payload length from a RTP packet
getPayloadLength(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Get RTP payload length from a RTP packet
getPayloadLength(byte[], int, int, boolean) - Static method in class org.jitsi.service.neomedia.RawPacket
Get RTP payload length from a RTP packet
getPayloadOffset() - Method in class org.jitsi.service.neomedia.RawPacket
Get the RTP payload offset of an RTP packet.
getPayloadOffset(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Get the RTP payload offset of an RTP packet.
getPayloadType() - Method in class org.jitsi.impl.neomedia.codec.REDBlock
Gets the payload type of this RED block.
getPayloadType() - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
Gets the packet type (PT) of this RTCPFeedbackMessagePacket.
getPayloadType() - Method in class org.jitsi.service.neomedia.event.RTCPFeedbackMessageEvent
Get payload type (PT) of RTCP packet.
getPayloadType() - Method in class org.jitsi.service.neomedia.RawPacket
Get RTP payload type from a RTP packet
getPayloadType(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Get RTP payload type from a RTP packet
getPayloadType(RawPacket) - Static method in class org.jitsi.service.neomedia.RawPacket
Get RTP payload type from a RTP packet
getPeerHelloHash() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Get the peer's Hello Hash data.
getPeerHelloHash() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Get the peer's Hello Hash data.
getPeerHelloHash() - Method in interface org.jitsi.service.neomedia.ZrtpControl
Gets the peer's Hello Hash data as a String.
getPeerZid() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
 
getPeerZid() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Get other party's ZID (ZRTP Identifier) data This functions returns the other party's ZID that was receivied during ZRTP processing.
getPeerZid() - Method in interface org.jitsi.service.neomedia.ZrtpControl
Gets other party's ZID (ZRTP Identifier) data that was received during ZRTP processing.
getPeerZidString() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
 
getPeerZidString() - Method in interface org.jitsi.service.neomedia.ZrtpControl
Gets other party's ZID (ZRTP Identifier) data that was received during ZRTP processing as a String.
getPercentDiscarded() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the percent of discarded packets
getPercentDiscarded() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the current percent of discarded packets.
getPictureId(byte[], int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
Gets the value of the PictureID field of a VP8 Payload Descriptor.
getPixelFormat() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
Get color space.
getPixFmt() - Method in class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
Gets the native FFmpeg format represented by this instance.
getPlayer(long) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Gets the Player rendering the ReceiveStream with a specific SSRC.
getPlayers() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Gets the Players rendering the ReceiveStreams of this instance on its associated MediaDevice.
getPreferredFrameRate() - Method in class org.jitsi.impl.neomedia.control.FrameRateControlAdapter
Gets the default/preferred output frame rate.
getPrimaryBlock(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.REDBlockIterator
Gets the first RED block in the RED payload.
getPrimaryREDBlock(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(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(RawPacket) - Method in interface org.jitsi.service.neomedia.MediaStream
Deprecated.
use getPrimaryREDBlock(RawPacket)
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(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(ByteArrayBuffer) - Method in interface org.jitsi.service.neomedia.MediaStream
Deprecated.
use getPrimaryREDBlock(RawPacket)
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) - Method in interface org.jitsi.service.fileaccess.FileAccessService
Deprecated.
getPrivatePersistentDirectory(String, FileCategory) - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
This method creates a directory specific to the current user.
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) - Method in interface org.jitsi.service.fileaccess.FileAccessService
Deprecated.
getPrivatePersistentFile(String, FileCategory) - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
This method returns a file specific to the current user.
getPrivatePersistentFile(String, FileCategory) - Method in interface org.jitsi.service.fileaccess.FileAccessService
This method returns a file specific to the current user.
getProcessorFormat() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Gets the JMF Format in which this instance captures media.
getPropDevice() - Method in class org.jitsi.impl.neomedia.device.CaptureDevices
Returns the property of the capture devices.
getPropDevice() - Method in class org.jitsi.impl.neomedia.device.Devices
Returns the property of the capture devices.
getPropDevice() - Method in class org.jitsi.impl.neomedia.device.NotifyDevices
Returns the property of the capture devices.
getPropDevice() - Method in class org.jitsi.impl.neomedia.device.PlaybackDevices
Returns the property of the capture devices.
getProperty(String) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
getProperty(String) - Method in interface org.jitsi.impl.configuration.ConfigurationStore
Gets the value in this ConfigurationStore of a property with a specific name.
getProperty(String) - Method in class org.jitsi.impl.configuration.HashtableConfigurationStore
getProperty(String) - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
getProperty(String) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Gets the value of a specific opaque property of this MediaStream.
getProperty(String) - Method in interface org.jitsi.service.neomedia.MediaStream
Gets the value of a specific opaque property of this MediaStream.
getPropertyID(T) - Static method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpConfigureUtils
 
getPropertyName(String) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Gets the (full) name of the ConfigurationService property which is associated with a (base) AudioSystem-specific property name.
getPropertyNames() - Method in interface org.jitsi.impl.configuration.ConfigurationStore
Gets the names of the properties which have values associated in this ConfigurationStore.
getPropertyNames() - Method in class org.jitsi.impl.configuration.HashtableConfigurationStore
getPropertyNames() - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
Implements {ConfigurationStore#getPropertyNames()}.
getPropertyNamesByPrefix(String, boolean) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
getPropertyNamesBySuffix(String) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
getProtectedSeqNums() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Mask
Get the list of media packet sequence numbers which are marked as protected in this mask
getProtectedSequenceNumbers() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Packet
Get the list of media packet sequence numbers protected by this FlexFec03Packet
getProtectedSsrc() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Packet
Get the media ssrc protected by this flexfec packet
getProtocol() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
Returns the protocol of this StreamConnector.
getProtocol() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
Returns the protocol of this StreamConnector.
getProtocol() - Method in interface org.jitsi.service.neomedia.StreamConnector
Returns the protocol of this StreamConnector.
getProtocol() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
Returns the protocol of this StreamConnector.
getPtr() - Method in class org.jitsi.impl.neomedia.codec.video.AVFrame
Gets the pointer to the native FFmpeg AVFrame object represented by this instance.
getPtr() - Method in class org.jitsi.impl.neomedia.codec.video.ByteBuffer
Gets the pointer to the native memory represented by this instance.
getPtr() - Method in class org.jitsi.impl.neomedia.quicktime.CVImageBuffer
Gets the CoreVideo CVImageBufferRef represented by this instance.
getPtr() - Method in class org.jitsi.impl.neomedia.quicktime.NSObject
Gets the pointer to the Objective-C object represented by this instance.
getPulseAudioSystem() - Static method in class org.jitsi.impl.neomedia.device.PulseAudioSystem
Returns the one and only instance of PulseAudioSystem known to the AudioSystem framework.
getQualityControl() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Gets the QualityControl of this VideoMediaStream.
getQualityControl() - Method in interface org.jitsi.service.neomedia.VideoMediaStream
Gets the QualityControl of this VideoMediaStream.
getRealUsedClockRateString() - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Returns a String representation of the real used clock rate associated with this MediaFormat making sure that the value appears as an integer (i.e.
getRealUsedClockRateString() - Method in interface org.jitsi.service.neomedia.format.MediaFormat
Returns a String representation of the real used clock rate associated with this MediaFormat making sure that the value appears as an integer (i.e.
getReceiveBufferSize() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Provides a dummy implementation to RTPConnector.getReceiveBufferSize() that always returns -1.
getReceivedRTCPExtendedReport(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the latest RTCP XR received from a specific SSRC (of remote originator).
getReceivedRTCPExtendedReports() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the RTCP extended reports (XR) received by the local endpoint.
getReceivedRTCPFeedback(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the latest RTCP SR or RR report block received from a remote sender/originator for a local source.
getReceivedRTCPFeedbacks() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the RTCP sender report (SR) and/or receiver report (RR) blocks received by the local endpoint.
getReceivedRTCPReport(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the latest RTCP SR or RR received from a specific SSRC (of remote sender/originator).
getReceivedRTCPReports() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the RTCP sender reports (SR) and/or receiver reports (RR) received by the local endpoint.
getReceivedRTCPVoIPMetrics() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the RTCP extended report (XR) VoIP Metrics blocks received by the local endpoint.
getReceivedRTCPVoIPMetrics(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the latest RTCP extended report (XR) VoIP Metrics block received from a remote originator for a local source.
getReceivedVideoFormat() - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Returns the FMJ Format of the video we are receiving from the remote peer.
getReceiveLimit() - Method in class org.jitsi.impl.neomedia.transform.dtls.DatagramTransportImpl
getReceiveStats() - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
getReceiveStats() - Method in interface org.jitsi.service.neomedia.stats.MediaStreamStats2
 
getReceiveStats(long) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
getReceiveStats(long) - Method in interface org.jitsi.service.neomedia.stats.MediaStreamStats2
 
getReceiveStream() - Method in class org.jitsi.impl.neomedia.device.ReceiveStreamPushBufferDataSource
Gets the ReceiveStream which has its DataSource wrapped by this instance.
getReceiveStream(int) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets a ReceiveStream which this instance plays back on its associated MediaDevice and which has a specific synchronization source identifier (SSRC).
getReceiveStreams() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Gets a list of the ReceiveStreams being played back on the MediaDevice represented by this instance.
getReceiveStreams() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets a list of the ReceiveStreams this instance plays back on its associated MediaDevice.
getReceiveStreams() - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
getReceiveStreams(StreamRTPManager) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Gets the ReceiveStreams associated with/related to a neomedia MediaStream (specified in the form of a StreamRTPManager instance for the purposes of and in the terms of RTPManagerImpl).
getRecorderListeners() - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Gives access to currently registered Recorder.Listeners.
getRecorderListeners() - Method in interface org.jitsi.service.neomedia.MediaService
Gives access to currently registered Recorder.Listeners.
getRedTransformEngine() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Creates the REDTransformEngine for this MediaStream.
getReferenceTime250us(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
 
getRemoteBitrateEstimator() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the RemoteBitrateEstimator of this VideoMediaStream.
getRemoteBitrateEstimator() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Gets the RemoteBitrateEstimator of this VideoMediaStream.
getRemoteContributingSourceIDs() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Returns the List of CSRC identifiers representing the parties contributing to the stream that we are receiving from this MediaStream's remote party.
getRemoteControlAddress() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the address that this stream is sending RTCP traffic to.
getRemoteControlAddress() - Method in interface org.jitsi.service.neomedia.MediaStream
Returns the address that this stream is sending RTCP traffic to.
getRemoteDataAddress() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the address that this stream is sending RTP traffic to.
getRemoteDataAddress() - Method in interface org.jitsi.service.neomedia.MediaStream
Returns the address that this stream is sending RTP traffic to.
getRemoteIPAddress() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the remote IP address of the MediaStream.
getRemoteIPAddress() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the remote IP address of the MediaStream.
getRemotePort() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the remote port of the MediaStream.
getRemotePort() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Returns the remote port of the MediaStream.
getRemoteReceivePreset() - Method in interface org.jitsi.service.neomedia.QualityControl
The currently used quality preset announced as receive by remote party.
getRemoteSendMaxPreset() - Method in interface org.jitsi.service.neomedia.QualityControl
The maximum preset that the remote party is sending and we are receiving.
getRemoteSendMinPreset() - Method in interface org.jitsi.service.neomedia.QualityControl
The minimum preset that the remote party is sending and we are receiving.
getRemoteSourceID() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the synchronization source (SSRC) identifier of the remote peer or -1 if that identifier is not yet known at this point in the execution.
getRemoteSourceID() - Method in interface org.jitsi.service.neomedia.MediaStream
Gets the synchronization source (SSRC) identifier of the remote peer or -1 if that identifier is not yet known at this point in the execution.
getRemoteSourceIDs() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the synchronization source (SSRC) identifiers of the remote peer.
getRemoteSourceIDs() - Method in interface org.jitsi.service.neomedia.MediaStream
Gets the synchronization source (SSRC) identifiers of the remote peer.
getRemoteSSRCList() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Returns the list of SSRC identifiers that this device session is handling streams from.
getRendererClassName() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
Gets the name of the class which implements the Renderer interface to render media on a playback or notification device associated with this DeviceSystem.
getRendererClassName() - Method in class org.jitsi.impl.neomedia.device.MacCoreaudioSystem
Gets the name of the class which implements the Renderer interface to render media on a playback or notification device associated with this DeviceSystem.
getRendererClassName() - Method in class org.jitsi.impl.neomedia.device.PortAudioSystem
Gets the name of the class which implements the Renderer interface to render media on a playback or notification device associated with this DeviceSystem.
getRendererClassName() - Method in class org.jitsi.impl.neomedia.device.WASAPISystem
Gets the name of the class which implements the Renderer interface to render media on a playback or notification device associated with this DeviceSystem.
getReportBlockCount() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
Gets the number of the extended report blocks carried by this RTCPExtendedReport.
getReportBlocks() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
Gets a list of the extended report blocks carried by this RTCPExtendedReport.
getReportCount(ByteArrayBuffer) - Static method in class org.jitsi.util.RTCPUtils
Deprecated.
Gets the report count field of the RTCP packet specified in the ByteArrayBuffer that is passed in as a parameter.
getResidualEchoReturnLoss() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getResolution() - Method in class org.jitsi.service.neomedia.QualityPreset
Returns this preset resolution.
getResourceManagementService() - Static method in class org.jitsi.service.libjitsi.LibJitsi
Gets the ResourceManagementService instance.
getRetransmissionRequester() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
getRetransmissionRequester() - Method in interface org.jitsi.service.neomedia.MediaStream
 
getReverseDirection() - Method in enum org.jitsi.service.neomedia.MediaDirection
Returns the MediaDirection value corresponding to a remote party's perspective of this MediaDirection.
getRFactor() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getRoundTripDelay() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getRTCPBandwidthFraction() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Provides a dummy implementation to RTPConnector.getRTCPBandwidthFraction() that always returns -1.
getRtcpFeedbackMessageSender() - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Gets the RTCPFeedbackMessageSender which should be used for sending RTCP Feedback Messages from this RTPTranslator.
getRTCPPacketType() - Method in class org.jitsi.service.neomedia.RawPacket
Gets the packet type of this RTCP packet.
getRTCPReportListeners() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets a list of the RTCPReportListeners to be notified by this instance about the receiving and sending of RTCP RR, SR, and XR.
getRTCPReports() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Gets the detailed statistics about the RTCP reports sent and received by the associated local peer.
getRTCPReports() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Gets the detailed statistics about the RTCP reports sent and received by the associated local peer.
getRTCPSenderBandwidthFraction() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Provides a dummy implementation to RTPConnector.getRTCPSenderBandwidthFraction() that always returns -1.
getRTCPSSRC() - 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(ByteArrayBuffer) - Static 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.
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() - 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".
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.
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.
GetSampleSize(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Retrieve the size of a given sample format in bytes.
getSampleSizeInBytes(AudioFormat) - Static method in class org.jitsi.impl.neomedia.device.WASAPISystem
Gets the size in bytes of an audio sample of a specific AudioFormat.
getSasHash() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Get the computed SAS hash for this ZRTP session.
getSasType() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Get the commited SAS rendering algorithm for this ZRTP session.
getScaledImage(BufferedImage, int, int, int) - Static method in class org.jitsi.impl.neomedia.imgstreaming.ImgStreamingUtils
Get a scaled BufferedImage.
getScHomeDirLocation() - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
getScHomeDirName() - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
getScreenForPoint(Point) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Find the screen device that contains specified point.
getSecondarySsrc(String) - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Get the secondary ssrc for this stream that corresponds to the given type
getSecureCommunicationStatus() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Gets the default secure/insecure communication status for the supported call sessions.
getSecureCommunicationStatus() - Method in class org.jitsi.impl.neomedia.transform.NullSrtpControl
Gets the default secure/insecure communication status for the supported call sessions.
getSecureCommunicationStatus() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
 
getSecureCommunicationStatus() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Method for getting the default secure status value for communication
getSecureCommunicationStatus() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Method for getting the default secure status value for communication
getSecureCommunicationStatus() - Method in interface org.jitsi.service.neomedia.SrtpControl
Gets the default secure/insecure communication status for the supported call sessions.
getSecurityString() - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
Gets the SAS for the current media stream.
getSecurityString() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
 
getSecurityString() - Method in interface org.jitsi.service.neomedia.ZrtpControl
Gets the SAS for the current media stream.
getSelectedDevice(List<CaptureDeviceInfo2>) - Method in class org.jitsi.impl.neomedia.device.Devices
Gets the selected active device.
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.
getSendBufferSize() - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Provides a dummy implementation to RTPConnector.getSendBufferSize() that always returns -1.
getSenderSSRC() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
 
getSenderSSRC() - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
Gets the synchronization source identifier (SSRC) of the originator of this packet.
getSendingBitrate() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Gets the rate at which we are currently sending data to the remote endpoint in bits per second.
getSendingBitrate() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
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() - Method in interface org.jitsi.service.neomedia.stats.MediaStreamStats2
 
getSendStats(long) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
getSendStats(long) - Method in interface org.jitsi.service.neomedia.stats.MediaStreamStats2
 
getSendStreams() - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
getSendStreams(StreamRTPManager) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Gets the SendStreams associated with/related to a neomedia MediaStream (specified in the form of a StreamRTPManager instance for the purposes of and in the terms of RTPManagerImpl).
getSentRTCPExtendedReport(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the latest RTCP XR sent from a specific SSRC (of local originator).
getSentRTCPExtendedReports() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the RTCP extended reports (XR) sent by the local endpoint.
getSentRTCPFeedback(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the latest RTCP SR or RR report block sent from a local sender/originator for a remote source.
getSentRTCPFeedbacks() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the RTCP sender report (SR) and/or receiver report (RR) blocks sent by the local endpoint.
getSentRTCPReport(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the latest RTCP SR or RR sent from a specific SSRC (of local sender/originator).
getSentRTCPReports() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the RTCP sender reports (SR) and/or receiver reports (RR) sent by the local endpoint.
getSentRTCPVoIPMetrics() - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the RTCP extended report (XR) VoIP Metrics blocks sent by the local endpoint.
getSentRTCPVoIPMetrics(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Gets the latest RTCP extended report (XR) VoIP Metrics block sent from a local originator for a remote source.
getSentVideoFormat() - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Returns the format of the video we are streaming to the remote peer.
getSequenceNumber() - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
Gets the (command) sequence number of this Full Intra Request (FIR) RTCP feedback message as defined by RFC 5104 "Codec Control Messages in the RTP Audio-Visual Profile with Feedback (AVPF)".
getSequenceNumber() - Method in class org.jitsi.service.neomedia.RawPacket
Get RTP sequence number from a RTP packet
getSequenceNumber(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Get RTP sequence number from a RTP packet
getSequenceNumber(ByteArrayBuffer) - Static method in class org.jitsi.service.neomedia.RawPacket
Gets the RTP sequence number from a RTP packet.
getSequenceNumberDelta(int, int) - Static method in class org.jitsi.util.RTPUtils
Deprecated.
Returns the delta between two RTP sequence numbers, taking into account rollover.
getServerExtensions() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsServerImpl
Includes the use_srtp extension in the DTLS extended server hello.
getService(Class<T>) - Method in class org.jitsi.impl.libjitsi.LibJitsiImpl
Gets a service of a specific type associated with this implementation of the libjitsi library.
getService(Class<T>) - Method in class org.jitsi.impl.libjitsi.LibJitsiOSGiImpl
Gets a service of a specific type associated with this implementation of the libjitsi library.
getService(Class<T>) - Method in class org.jitsi.service.libjitsi.LibJitsi
Gets a service of a specific type associated with this implementation of the libjitsi library.
getSettingsInputStream(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns an InputStream for the setting corresponding to the given key.
getSettingsInputStream(String, Class<?>) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns a stream from a given identifier, obtained through the class loader of the given resourceClass.
getSettingsInt(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns the int value of the corresponding configuration key.
getSettingsString(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns the int value of the corresponding configuration key.
getSettingsURL(String) - Method in interface org.jitsi.service.resources.ResourceManagementService
Returns an url for the setting corresponding to the given key.
getSetup() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Gets the value of the setup SDP attribute defined by RFC 4145 "TCP-Based Media Transport in the Session Description Protocol (SDP)" which determines whether this instance acts as a DTLS client or a DTLS server.
getSetup() - Method in interface org.jitsi.service.neomedia.DtlsControl
Gets the value of the setup SDP attribute.
getSignalLevel() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
getSignature() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
Get the signature of the ivf file
getSignatureData() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Gets signature data
getSignatureLength() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Gets signature length
getSize() - 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.
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(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.
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() - 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.
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.
getSourceVolumeControl() - Method in class org.jitsi.service.neomedia.event.VolumeChangeEvent
Gets the VolumeControl which is the source of the change notified about by this VolumeChangeEvent.
getSpatialID(RawPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Utility method that determines the spatial layer index (SID) of an RTP packet.
getSpatialID(ByteArrayBuffer, String) - Static method in class org.jitsi.impl.neomedia.rtp.FrameMarkingHeaderExtension
 
getSpatialLayerIndex(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp9.DePacketizer.VP9PayloadDescriptor
Gets the spatial layer index (SID), if that's set.
getSRTCPIndex(int) - Method in class org.jitsi.service.neomedia.RawPacket
Get SRTCP sequence number from a SRTCP packet
getSRTCPIndex(ByteArrayBuffer, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Get SRTCP sequence number from a SRTCP packet
getSrtpControl() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Gets the SrtpControl which controls the SRTP of this stream.
getSrtpControl() - Method in interface org.jitsi.service.neomedia.MediaStream
The ZrtpControl which controls the ZRTP for this stream.
getSrtpControlType() - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
Gets the SrtpControlType of this instance.
getSrtpControlType() - Method in interface org.jitsi.service.neomedia.SrtpControl
Gets the SrtpControlType of this instance.
getSrtpListener() - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
Returns the SrtpListener which listens for security events.
getSrtpListener() - Method in interface org.jitsi.service.neomedia.SrtpControl
Returns the SrtpListener which listens for security events.
getSsrc() - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
getSSRC() - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
getSSRC() - Method in class org.jitsi.service.neomedia.RawPacket
Get RTP SSRC from a RTP packet
getSSRC() - 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
 
getSSRC(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Get RTP SSRC from a RTP packet
getSSRC(ByteArrayBuffer) - Static method in class org.jitsi.service.neomedia.RawPacket
Get RTP SSRC from a RTP packet
getSSRCAsLong() - Method in class org.jitsi.service.neomedia.RawPacket
Returns a long representation of the SSRC of this RTP packet.
getSSRCAsLong(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Returns a long representation of the SSRC of this RTP packet.
getSSRCCache() - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Provides access to the underlying SSRCCache that holds statistics information about each SSRC that we receive.
getSSRCCache() - Method in interface org.jitsi.service.neomedia.RTPTranslator
Provides access to the underlying SSRCCache that holds statistics information about each SSRC that we receive.
getSSRCFactory() - Method in class org.jitsi.impl.neomedia.jmfext.media.rtp.RTPSessionMgr
Gets the SSRCFactory utilized by this instance to generate new synchronization source (SSRC) identifiers.
getSsrcs() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorAbsSendTime
Returns the estimated payload bitrate in bits per second if a valid estimate exists; otherwise, -1.
getSsrcs() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorSingleStream
 
getSsrcs() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Returns the estimated payload bitrate in bits per second if a valid estimate exists; otherwise, -1.
getSsrcs() - Method in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
Returns the estimated payload bitrate in bits per second if a valid estimate exists; otherwise, -1.
getStartedDirection() - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Gets the MediaDirection in which this instance has been started.
getStatistics() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
 
getStatistics() - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator
 
getStream() - Method in class org.jitsi.impl.neomedia.protocol.BufferStreamAdapter
Gets the SourceStream wrapped by this instance.
getStream() - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
Gets the PushBufferStream wrapped by this instance.
getStream() - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackReceiver
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.device.ReceiveStreamPushBufferDataSource
Implements PushBufferDataSource.getStreams().
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.
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.
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
getSuggestedLatency() - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Gets the suggested latency to be used when opening PortAudio streams.
getSupportedCryptoSuites() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
 
getSupportedCryptoSuites() - Method in interface org.jitsi.service.neomedia.SDesControl
Gets all supported cipher suites.
getSupportedExtensions() - Method in class org.jitsi.impl.neomedia.device.AbstractMediaDevice
Returns a List containing (at the time of writing) a single extension descriptor indicating RECVONLY support for mixer-to-client audio levels.
getSupportedExtensions() - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceImpl
Returns a List containing extension descriptor indicating RECVONLY support for mixer-to-client audio levels, and extension descriptor indicating SENDRECV support for client-to-mixer audio levels.
getSupportedExtensions() - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
Returns a List containing (at the time of writing) a single extension descriptor indicating SENDRECV for mixer-to-client audio levels.
getSupportedExtensions() - Method in interface org.jitsi.service.neomedia.device.MediaDevice
Returns the List of RTPExtensions that this device know how to handle.
getSupportedFormats() - Method in class org.jitsi.impl.neomedia.control.ReadOnlyFormatControlDelegate
Gets the Formats supported by the owner of this FormatControl.
getSupportedFormats() - Method in class org.jitsi.impl.neomedia.device.AbstractMediaDevice
Gets a list of MediaFormats supported by this MediaDevice.
getSupportedFormats() - 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() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
Get the supported video format this capture device supports.
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() - Method in interface org.jitsi.service.neomedia.recording.Recorder
Gets a list of the formats in which this Recorder supports recording media.
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(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(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.AudioMixerMediaDevice
Gets the list of MediaFormats supported by this MediaDevice.
getSupportedFormats(QualityPreset, QualityPreset) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceImpl
Gets the list of MediaFormats supported by this 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) - 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 class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
Gets the list of MediaFormats supported by this MediaDevice and enabled in encodingConfiguration.
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(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(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.
getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
Lists all of the input formats that this codec accepts.
getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
Lists all of the input formats that this codec accepts.
getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
Gets the list of JMF Formats of audio data which this Renderer is capable of rendering.
getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Gets the list of JMF Formats of audio data which this Renderer is capable of rendering.
getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer
getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
Overrides the super implementation to handle the case in which the user has selected "none" for the playback/notify device.
getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
 
getSupportedInputFormats() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Gets the list of input Formats supported by this Renderer.
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
Lists the output formats that this codec can generate.
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
Lists the output formats that this codec can generate.
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
Implements AbstractCodec.getSupportedOutputFormats(Format).
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.alaw.DePacketizer
Returns the supported output formats
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Decoder
 
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.DePacketizer
 
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Encoder
 
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Packetizer
 
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
Get all supported output Formats.
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
Returns the list of formats supported at the output.
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.Packetizer
Return the list of formats supported at the output.
getSupportedOutputFormats(Format) - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
Gets the supported output formats for an input one.
getSupportedVersions() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsClientImpl
Always returns ProtocolVersion.DTLSv12.
getSynchronizer() - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
Gets the Synchronizer of this Recorder.
getSynchronizer() - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
 
getSynchronizer() - Method in interface org.jitsi.service.neomedia.recording.Recorder
Gets the Synchronizer of this Recorder.
getSystemTimeStamp() - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
Gets the System time in milliseconds at which this RTCPExtendedReport has been received or sent by the local endpoint.
getTarget() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Returns the target of this MediaStream to which it is to send and from which it is to receive data (e.g.
getTarget() - Method in interface org.jitsi.service.neomedia.MediaStream
Returns the target of this MediaStream to which it is to send and from which it is to receive data (e.g.
getTemporalID(RawPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Utility method that determines the temporal layer index (TID) of an RTP packet.
getTemporalID(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtp.FrameMarkingHeaderExtension
 
getTemporalLayerIndex(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
Gets the temporal layer index (TID), if that's set.
getTemporalLayerIndex(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp9.DePacketizer.VP9PayloadDescriptor
Gets the temporal layer index (TID), if that's set.
getTemporaryDirectory() - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
Returns the temporary directory.
getTemporaryDirectory() - Method in interface org.jitsi.service.fileaccess.FileAccessService
This method returns a created temporary directory.
getTemporaryFile() - Method in class org.jitsi.impl.fileaccess.FileAccessServiceImpl
This method returns a created temporary file.
getTemporaryFile() - Method in interface org.jitsi.service.fileaccess.FileAccessService
This method returns a created temporary file.
getText(Element) - Static method in class org.jitsi.util.xml.XMLUtils
Extracts the String content of a TXT element.
getTextNode(Element) - Static method in class org.jitsi.util.xml.XMLUtils
Returns element's TEXT child node (if it has one).
getTimeoutValue() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Returns the timeout value that will we will wait and fire timeout secure event if call is not secured.
getTimeoutValue() - Method in interface org.jitsi.service.neomedia.ZrtpControl
Returns the timeout value in milliseconds that we will wait and fire timeout secure event if call is not secured.
getTimeScale() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
Get the timescale declared by the header of the ivf file
getTimestamp() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.VP8Frame
Get the timestamp of the frame as declared in its header.
getTimestamp() - 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.impl.neomedia.rtcp.RTCPSenderInfoUtils
Gets the RTP timestamp from an SR.
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.impl.neomedia.rtcp.RTCPSenderInfoUtils
Gets the RTP timestamp from an SR.
getTimestamp(ByteArrayBuffer) - Static method in class org.jitsi.service.neomedia.RawPacket
Gets the RTP timestamp for an RTP buffer.
getTimeUntilNextRun() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
 
getTimeUntilNextRun() - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
getTimeUntilNextRun() - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
getTL0PICIDX(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
Gets the TL0PICIDX from the payload descriptor.
getTranscodingDataSource(DataSource) - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
Searches this object's inDataSources for one that matches inDataSource, and returns it's associated TranscodingDataSource.
getTranscodingDataSource(DataSource) - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
Returns the TranscodingDataSource associated with inputDataSource in this object's AudioMixer.
getTranscodingDataSource(ReceiveStream) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Returns the TranscodingDataSource associated with receiveStream.
getTranscodingProcessor() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
Returns this instance's Processor object
getTransformEngine() - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
Returns the transform engine currently used by this stream.
getTransformEngine() - Method in interface org.jitsi.service.neomedia.SrtpControl
Returns the transform engine currently used by this stream.
getTransformEngineChain() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
getTransformEngineChain() - Method in class org.jitsi.service.neomedia.AbstractMediaStream
getTransformEngineChain() - Method in interface org.jitsi.service.neomedia.MediaStream
getTransformer() - Method in class org.jitsi.impl.neomedia.transform.AbstractTransformOutputStream
Gets the PacketTransformer used by this instance to transform RawPackets.
getTransformer() - Method in class org.jitsi.impl.neomedia.transform.TransformInputStream
Gets the PacketTransformer which is used to reverse-transform packets.
getTransformer() - Method in interface org.jitsi.impl.neomedia.transform.TransformOutputStream
Gets the PacketTransformer used by this instance to transform RawPackets.
getTransformer() - Method in class org.jitsi.impl.neomedia.transform.TransformTCPOutputStream
Gets the PacketTransformer used by this instance to transform RawPackets.
getTransformer() - Method in class org.jitsi.impl.neomedia.transform.TransformUDPOutputStream
Gets the PacketTransformer used by this instance to transform RawPackets.
getTransportCCEngine() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
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, if available.
getUploadJitterMs() - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Returns the jitter average of this upload stream.
getUploadJitterMs() - Method in interface org.jitsi.service.neomedia.MediaStreamStats
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
getV4L2PixFmt(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.DataSource
Gets the FFmpeg pixel format matching a specific Video for Linux Two API Specification pixel format.
getValue() - Method in class org.jitsi.service.neomedia.DTMFInbandTone
Returns this tone value as a string representation.
getValue() - Method in class org.jitsi.service.neomedia.DTMFRtpTone
Returns the string representation of this DTMF tone.
getValue() - Method in class org.jitsi.service.neomedia.DTMFTone
Returns the string representation of this DTMF tone.
getVersion() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
Get the version of the ivf file
getVersion() - 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(ByteArrayBuffer) - Static method in class org.jitsi.service.neomedia.RawPacket
Gets the value of the "version" field of an RTP packet.
getVideoBitrate() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Gets the video bitrate.
getVideoCaptureDevice(MediaUseCase) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Returns a device that we could use for video capture.
getVideoMinFrameDuration() - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDevice
 
getVideoPreviewComponent(MediaDevice, int, int) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Creates a preview component for the specified device(video device) used to show video preview from that device.
getVideoPreviewComponent(MediaDevice, int, int) - Method in interface org.jitsi.service.neomedia.MediaService
Creates a preview component for the specified device(video device) used to show video preview from it.
getVideoRTPPacingThreshold() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Gets the maximum allowed video bandwidth.
getVideoSize() - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Gets the video size set on this DeviceConfiguration.
getVisualComponent() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Deprecated.
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() - 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.
getVisualComponent(long) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Gets the visual Components rendering the ReceiveStream corresponding to the given ssrc.
getVisualComponent(long) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Gets the visual Components rendering the ReceiveStream corresponding to the given ssrc.
getVisualComponent(long) - Method in interface org.jitsi.service.neomedia.VideoMediaStream
Gets the visual Component rendering the ReceiveStream with a specific SSRC.
getVisualComponents() - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Gets the visual Components where video from the remote peer is being rendered.
getVisualComponents() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Gets a list of the visual Components where video from the remote peer is being rendered.
getVisualComponents() - Method in interface org.jitsi.service.neomedia.VideoMediaStream
Gets a list of the visual Components where video from the remote peer is being rendered.
getVolume() - Method in class org.jitsi.impl.neomedia.HardwareVolumeControl
Current volume value.
getVolume() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfRawPacket
The volume of the current event.
getVolume() - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Current volume value.
getVolume() - Method in interface org.jitsi.service.neomedia.VolumeControl
Gets the current volume value/level.
getWidth() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
Get video width.
getWidth() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.IVFHeader
Get the width of the video of the ivf file
getWidth() - Method in class org.jitsi.impl.neomedia.quicktime.CVPixelBuffer
Gets the width in pixels of this CVPixelBuffer.
getWidth() - Method in class org.jitsi.util.event.SizeChangeVideoEvent
Gets the new width of the associated visual Component.
getWrapped() - Method in class org.jitsi.impl.neomedia.transform.TransformEngineWrapper
 
getWrappedDataSource() - Method in class org.jitsi.impl.neomedia.protocol.RewritablePullBufferDataSource
Get wrapped DataSource.
getWrappedDevice() - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
Gets the actual MediaDevice which this MediaDevice is effectively built on top of and forwarding to.
getWrappedDevice() - Method in class org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice
Gets the actual MediaDevice which this MediaDevice is effectively built on top of and forwarding to.
getWrappedDevice() - Method in interface org.jitsi.service.neomedia.device.MediaDeviceWrapper
Gets the actual MediaDevice which this MediaDevice is effectively built on top of and forwarding to.
getWriteFilters() - Method in class org.jitsi.service.neomedia.AbstractRTPTranslator
Gets the WriteFilters added to this RTPTranslator.
getZrtpConfiguration() - Static method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpConfigureUtils
 
grabScreen(int, int, int, int, int, byte[]) - Static method in class org.jitsi.impl.neomedia.imgstreaming.ScreenCapture
Grab desktop screen and get raw bytes.
grabScreen(int, int, int, int, int, long, int) - Static method in class org.jitsi.impl.neomedia.imgstreaming.ScreenCapture
Grab desktop screen and get raw bytes.
grow(int) - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
grow(int) - Method in class org.jitsi.service.neomedia.RawPacket
Grows the internal buffer of this RawPacket.
gsm - Static variable in class org.jitsi.util.SoundFileUtils
 
gsmDecode(boolean, byte[], int, int, byte[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.gsm.GSMDecoderUtil
Decode GSM data.
GSMDecoderUtil - Class in org.jitsi.impl.neomedia.codec.audio.gsm
GSMDecoderUtil class
GSMDecoderUtil() - Constructor for class org.jitsi.impl.neomedia.codec.audio.gsm.GSMDecoderUtil
 
gsmEncode(boolean, byte[], int, int, byte[]) - Static method in class org.jitsi.impl.neomedia.codec.audio.gsm.GSMEncoderUtil
Encode data to GSM.
GSMEncoderUtil - Class in org.jitsi.impl.neomedia.codec.audio.gsm
GSMEncoderUtil class
GSMEncoderUtil() - Constructor for class org.jitsi.impl.neomedia.codec.audio.gsm.GSMEncoderUtil
 
GUID() - Constructor for class org.jitsi.impl.fileaccess.FileAccessServiceImpl.GUID
 

H

H264 - Class in org.jitsi.impl.neomedia.codec.video.h264
Common utilities and constants for H264.
H264 - Static variable in class org.jitsi.service.neomedia.codec.Constants
The H264 constant.
H264() - Constructor for class org.jitsi.impl.neomedia.codec.video.h264.H264
 
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
 
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.
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 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
Returns true if this RawPacket contains another header extension.
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
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_PROFILE - Static variable in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
The name of the high H.264 (encoding) profile.
HOLDCONN - org.jitsi.service.neomedia.DtlsControl.Setup
 
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.
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.
ICE4J - org.jitsi.service.packetlogging.PacketLoggingService.ProtocolName
ICE protocol name.
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_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.
ImageStream - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming
The stream used by JMF for our image streaming.
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.
INACTIVE - org.jitsi.service.neomedia.MediaDirection
Indicates that the related entity does not support neither input nor output (i.e.
INBAND_DTMF - org.jitsi.service.neomedia.DTMFMethod
INBAND DTMF as defined in ITU-T recommendation Q.23.
InbandDTMFDataSource - Interface in org.jitsi.impl.neomedia.protocol
All datasources that support inband DTMF functionalities implement InbandDTMFDataSource.
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.
indentedWriteXML(Document, OutputStream) - Static method in class org.jitsi.util.xml.XMLUtils
A simple implementation of XML writing that also allows for indentation.
INFORMATION - Static variable in interface org.jitsi.service.neomedia.event.SrtpListener
This is a information message.
init(int, boolean, boolean, int, long, int) - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfRawPacket
Initializes DTMF specific values in this packet.
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.
initialize() - Method in class org.jitsi.impl.neomedia.device.DeviceSystem
Initializes this DeviceSystem i.e.
initialize(String) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Default engine initialization method.
initialize(String, boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Engine initialization method.
initialize(String, boolean, ZrtpConfigure) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Custom engine initialization method.
initialize(String, ZrtpConfigure) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Engine initialization method.
initialize(RTPConnector) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
initialize(StreamRTPManager, RTPConnector) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
 
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.
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) - 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 class org.jitsi.impl.neomedia.MediaStreamImpl
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.
injectPacket(RawPacket, boolean, TransformEngine, boolean) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
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
 
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
 
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.
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.
INTEFACE_VP8_DEC - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
Constant for VP8 decoder interface
INTERFACE_VP8_ENC - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
Constant for VP8 encoder interface
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 - 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
 
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
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_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_WINDOWS_10 - Static variable in class org.jitsi.util.OSUtils
true if OS is Windows 10.
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_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.
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).
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.
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.
isIce4JLoggingEnabled() - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Checks whether packet logging is enabled in the configuration for Ice4J.
isInputDevice(String) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
isInvalid() - Method in class org.jitsi.impl.neomedia.codec.REDBlock
isInvalid() - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Determines whether this instance is invalid.
isInvalid() - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
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.
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.
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(ByteArrayBuffer) - Static method in class org.jitsi.impl.neomedia.rtp.FrameMarkingHeaderExtension
 
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) - 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, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp9.DePacketizer
Returns true if the buffer contains a VP9 key frame at offset offset.
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(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 class org.jitsi.impl.neomedia.MediaStreamImpl
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.
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.
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.
isNewerTimestampThan(long, long) - Static method in class org.jitsi.util.RTPUtils
Deprecated.
Returns whether or not the first given timestamp is newer than the second
isOlderSequenceNumberThan(int, int) - Static method in class org.jitsi.util.RTPUtils
Deprecated.
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() - 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(ByteArrayBuffer) - Static 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.
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(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
Gets a boolean that indicates whether or not the non-reference bit is set.
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
Deprecated.
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.
isRtpRtcp(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Checks whether the RTP/RTCP header is valid or not (note that a valid header does not necessarily imply a valid packet).
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.
isSkipStats() - Method in class org.jitsi.service.neomedia.RawPacket
Whether to skip packet statistics.
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.
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.
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.
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
 
isZrtpPacket() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpRawPacket
Check if it could be a ZRTP packet.
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.
IYUV() - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
 

J

JABBER - org.jitsi.service.packetlogging.PacketLoggingService.ProtocolName
Jabber protocol name.
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.
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
 
JavaDecoder - Class in org.jitsi.impl.neomedia.codec.audio.g729
 
JavaDecoder - Class in org.jitsi.impl.neomedia.codec.audio.ilbc
Implements an iLBC decoder and RTP depacketizer as a Codec.
JavaDecoder - Class in org.jitsi.impl.neomedia.codec.audio.silk
Implements the SILK decoder as an FMJ/JMF Codec.
JavaDecoder - Class in org.jitsi.impl.neomedia.codec.audio.ulaw
 
JavaDecoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.JavaDecoder
Initializes a new JavaDecoder instance.
JavaDecoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaDecoder
Initializes a new iLBC JavaDecoder instance.
JavaDecoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.JavaDecoder
Initializes a new JavaDecoder instance.
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 - Class in org.jitsi.impl.neomedia.codec.audio.g729
 
JavaEncoder - Class in org.jitsi.impl.neomedia.codec.audio.ilbc
Implements an iLBC encoder and RTP packetizer as a Codec.
JavaEncoder - Class in org.jitsi.impl.neomedia.codec.audio.silk
Implements the SILK encoder as an FMJ/JMF Codec.
JavaEncoder - Class in org.jitsi.impl.neomedia.codec.audio.ulaw
 
JavaEncoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
Constructs the encoder and init the supported formats.
JavaEncoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.g729.JavaEncoder
Initializes a new JavaEncoder instance.
JavaEncoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaEncoder
Initializes a new iLBC JavaEncoder instance.
JavaEncoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
Initializes a new JavaEncoder instance.
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 - Class in org.jitsi.impl.neomedia.codec.audio.opus
Implements an Opus decoder.
JNIDecoder - Class in org.jitsi.impl.neomedia.codec.audio.speex
Implements a Speex decoder and RTP depacketizer using the native Speex library.
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.audio.amrwb.JNIDecoder
Initializes a new JNIDecoder instance.
JNIDecoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
Initializes a new JNIDecoder instance.
JNIDecoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.speex.JNIDecoder
Initializes a new JNIDecoder instance.
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 - Class in org.jitsi.impl.neomedia.codec.audio.mp3
Implements a MP3 encoder using the native FFmpeg library.
JNIEncoder - Class in org.jitsi.impl.neomedia.codec.audio.opus
Implements an Opus encoder.
JNIEncoder - Class in org.jitsi.impl.neomedia.codec.audio.speex
Implements a Speex encoder and RTP packetizer using the native Speex library.
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.audio.amrwb.JNIEncoder
Initializes a new JNIEncoder instance.
JNIEncoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.mp3.JNIEncoder
Initializes a new JNIEncoder instance.
JNIEncoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
Initializes a new JNIEncoder instance.
JNIEncoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder
Initializes a new JNIEncoder instance.
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.

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
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.
knownEntities - Variable in class org.jitsi.util.xml.DOMElementWriter
Don't try to be too smart but at least recognize the predefined entities.
kProcessIntervalMs - Static variable in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
 
kStreamTimeOutMs - Static variable in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
 
kTimestampGroupLengthMs - Static variable in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
 

L

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.
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) - Method in class org.jitsi.util.swing.VideoLayout
Lays out the specified Container (i.e.
layoutContainer(Container, float) - Method in class org.jitsi.util.swing.FitLayout
 
LBRRReset - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
LBRRReset() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.LBRRReset
 
length - Variable in class org.jitsi.impl.neomedia.recording.WebmWriter.FrameDescriptor
 
lengthBytes() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Mask
Get the length of the mask, in bytes
LevinsondurbinFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
LevinsondurbinFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.LevinsondurbinFLP
 
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(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
 
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
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.
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 - org.jitsi.service.fileaccess.FileCategory
For files or directories that contain log data that is bound to a specific user and computer.
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
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.
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.
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
 
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
 
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
 
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
 
LSFCosTable - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
LSFCosTable() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.LSFCosTable
 
LTPAnalysisFilterFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
LTPAnalysisFilterFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.LTPAnalysisFilterFLP
 
LTPScaleCtrlFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
LTPScaleCtrlFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.LTPScaleCtrlFLP
 

M

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
 
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.
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
 
main(String[]) - Static method in class org.jitsi.examples.AVReceive2
 
main(String[]) - Static method in class org.jitsi.examples.AVTransmit2
 
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
 
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.
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.
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(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(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(Format) - Method in class org.jitsi.impl.neomedia.codec.video.AVFrameFormat
Determines whether a specific format matches this instance i.e.
matches(Format) - Method in class org.jitsi.impl.neomedia.format.ParameterizedVideoFormat
Determines whether a specific format matches this instance i.e.
matches(Format, Format[]) - Static method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
Utility to perform format matching.
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(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 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(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_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_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_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_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_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.h264.Packetizer
Maximum payload size without the headers.
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_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_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.
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.
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.
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.
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, 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.
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.
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 - 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(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.
MediaStreamTarget(InetSocketAddress, InetSocketAddress) - Constructor for class org.jitsi.service.neomedia.MediaStreamTarget
Initializes a new MediaStreamTarget instance with specific RTP and RTCP InetSocketAddresses.
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_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
 
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.
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
 
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
 
MIKEY - org.jitsi.service.neomedia.SrtpControlType
Multimedia Internet KEYing (RFC 3830)
MIN_AUDIO_LEVEL - Static variable in class org.jitsi.impl.neomedia.audiolevel.AudioLevelCalculator
The minimum audio level.
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_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_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_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_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
 
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
 
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
 
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
 
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.
mp2 - Static variable in class org.jitsi.util.SoundFileUtils
 
mp3 - Static variable in class org.jitsi.util.SoundFileUtils
 
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.
Muxed - org.jitsi.impl.neomedia.quicktime.QTMediaType
The QTKit type of multiplexed media which may contain audio, video, and other data in a single stream.

N

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(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.
NACKPacket(RTCPCompoundPacket) - Constructor for class org.jitsi.impl.neomedia.rtcp.NACKPacket
Initializes a new NACKPacket instance.
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.
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
 
NeomediaServiceUtils - Class in org.jitsi.impl.neomedia
 
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 DiagnosticsControl.getMalfunctioningSince().
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.impl.neomedia.device.CoreAudioDevice
 
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
 
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
 
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_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.
NoiseShapeAnalysisFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
NoiseShapeAnalysisFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.NoiseShapeAnalysisFLP
 
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
 
NOTIFY - org.jitsi.impl.neomedia.device.AudioSystem.DataFlow
 
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.
notifyHandshakeComplete() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsClientImpl
 
notifyHandshakeComplete() - Method in class org.jitsi.impl.neomedia.transform.dtls.TlsServerImpl
 
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
 
NSQDelDec - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
NSQDelDec() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.NSQDelDec
 
NULL - org.jitsi.service.neomedia.SrtpControlType
A no-op implementation.
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.
NV12 - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
The NV12 constant.

O

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 - Variable in class org.jitsi.impl.neomedia.recording.WebmWriter.FrameDescriptor
 
ogg - Static variable in class org.jitsi.util.SoundFileUtils
 
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
 
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.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() - 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
open(String, int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2
 
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.
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.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.service.audionotifier - package org.jitsi.service.audionotifier
 
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.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 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.
OTHER - org.jitsi.service.neomedia.recording.RecorderEvent.Type
Default value.
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.
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.

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
 
paAL - org.jitsi.impl.neomedia.portaudio.Pa.HostApiTypeId
 
paALSA - org.jitsi.impl.neomedia.portaudio.Pa.HostApiTypeId
 
paASIO - org.jitsi.impl.neomedia.portaudio.Pa.HostApiTypeId
 
paAudioScienceHPI - org.jitsi.impl.neomedia.portaudio.Pa.HostApiTypeId
 
paBeOS - org.jitsi.impl.neomedia.portaudio.Pa.HostApiTypeId
 
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 - Class in org.jitsi.impl.neomedia.codec.audio.amrwb
Implements an RTP packetizer for Adaptive Multi-Rate Wideband (AMR-WB).
Packetizer - Class in org.jitsi.impl.neomedia.codec.audio.gsm
GSM/RTP packetizer Codec.
Packetizer - Class in org.jitsi.impl.neomedia.codec.audio.ulaw
Overrides the ULaw Packetizer with a different packet size.
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 - Class in org.jitsi.impl.neomedia.codec.video.vp8
Packetizes VP8 encoded frames in accord with draft-ietf-payload-vp8-07 Uses the simplest possible scheme, only splitting large packets.
Packetizer() - Constructor for class org.jitsi.impl.neomedia.codec.audio.alaw.Packetizer
Initializes a new Packetizer instance.
Packetizer() - Constructor for class org.jitsi.impl.neomedia.codec.audio.amrwb.Packetizer
Initializes a new Packetizer instance.
Packetizer() - Constructor for class org.jitsi.impl.neomedia.codec.audio.gsm.Packetizer
Constructs a new Packetizer.
Packetizer() - Constructor for class org.jitsi.impl.neomedia.codec.audio.ulaw.Packetizer
Constructs a new ULaw Packetizer.
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() - 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.
PacketLossAwareEncoder - Interface in org.jitsi.service.neomedia.control
An interface used to notify encoders about the packet loss which is expected.
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.
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.
packetsRetransmitted - Variable in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Number of packets retransmitted.
packetToString(RawPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
 
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.
paCoreAudio - org.jitsi.impl.neomedia.portaudio.Pa.HostApiTypeId
 
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.
paDirectSound - org.jitsi.impl.neomedia.portaudio.Pa.HostApiTypeId
 
paInDevelopment - org.jitsi.impl.neomedia.portaudio.Pa.HostApiTypeId
 
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(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.
paJACK - org.jitsi.impl.neomedia.portaudio.Pa.HostApiTypeId
 
paMME - org.jitsi.impl.neomedia.portaudio.Pa.HostApiTypeId
 
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.
paOSS - org.jitsi.impl.neomedia.portaudio.Pa.HostApiTypeId
 
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, 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, 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.
parse(byte[], int, int) - Method in class org.jitsi.impl.neomedia.rtcp.RTCPPacketParserEx
 
parse(byte[], int, int) - Method in class org.jitsi.impl.neomedia.rtp.RTPPacketParserEx
 
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
 
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.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
 
paSleep() - 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.
paSoundManager - org.jitsi.impl.neomedia.portaudio.Pa.HostApiTypeId
 
PASSIVE - org.jitsi.service.neomedia.DtlsControl.Setup
 
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.
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.
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.
paWASAPI - org.jitsi.impl.neomedia.portaudio.Pa.HostApiTypeId
 
paWDMKS - org.jitsi.impl.neomedia.portaudio.Pa.HostApiTypeId
 
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
 
PerceptualParametersFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
Perceptual parameters.
PerceptualParametersFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.PerceptualParametersFLP
 
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
 
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
 
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() - Method in interface org.jitsi.service.audionotifier.SCAudioClip
Starts playing this audio once only.
play(int, Callable<Boolean>) - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Starts playing this audio.
play(int, Callable<Boolean>) - Method in interface org.jitsi.service.audionotifier.SCAudioClip
Starts playing this audio.
PLAYBACK - org.jitsi.impl.neomedia.device.AudioSystem.DataFlow
 
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 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 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 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_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.
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.
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.
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.
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.
prevInLen - Variable in class org.jitsi.impl.neomedia.codec.audio.FFmpegAudioEncoder
The length of the valid audio data in FFmpegAudioEncoder.prevIn.
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.
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) - 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(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(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.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.
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.
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.
PROFILE - org.jitsi.service.fileaccess.FileCategory
For files or directories that contain configuration data or similar data that belongs to a specific user, but might non-simultaneously be shared across different computers or operating systems.
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_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.
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(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.impl.neomedia.transform.dtls.DtlsPacketTransformer
 
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
 
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.
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.
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
put(Object, Object) - Method in class org.jitsi.impl.configuration.SortedProperties
Does not allow putting empty String keys in this Properties object.
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.

Q

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.
QualityControl - Interface in org.jitsi.service.neomedia
The quality controls we use to control other party video presets.
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) - Constructor for class org.jitsi.service.neomedia.QualityPreset
Initializes a new quality preset with a specific resolution and an unspecified frameRate.
QualityPreset(Dimension, float) - Constructor for class org.jitsi.service.neomedia.QualityPreset
Initializes a new quality preset with a specific resolution and a specific frameRate.
QuantLTPGainsFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
QuantLTPGainsFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.QuantLTPGainsFLP
 
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.
QuickTimeStream - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime
Implements a PushBufferStream using QuickTime/QTKit.
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
 
RangeCoder - Class in org.jitsi.impl.neomedia.codec.audio.silk
Range coder
RangeCoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.RangeCoder
 
RawPacket - Class in org.jitsi.service.neomedia
When using TransformConnector, a RTP/RTCP packet is represented using RawPacket.
RawPacket() - Constructor for class org.jitsi.service.neomedia.RawPacket
Initializes a new empty RawPacket instance.
RawPacket(byte[], int, int) - Constructor for class org.jitsi.service.neomedia.RawPacket
Initializes a new RawPacket instance with a specific byte array buffer.
RawPacket.HeaderExtension - Class in org.jitsi.service.neomedia
Represents an RTP header extension with the RFC5285 one-byte header:
RawPacket.HeaderExtensions - Class in org.jitsi.service.neomedia
Implements an iterator over the RTP header extensions of a RawPacket.
RawPacketCache - Class in org.jitsi.impl.neomedia.rtp
An simple interface which allows a packet to be retrieved from a cache/storage by an SSRC identifier and a sequence number.
RawPacketCache(int) - Constructor for class org.jitsi.impl.neomedia.rtp.RawPacketCache
Initializes a new CachingTransformer instance.
RawPacketCache.Container - Class in org.jitsi.impl.neomedia.rtp
A container for packets in the cache.
RawPacketScheduler - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile
Suggests a schedule method that puts the current thread to sleep for X milis, where X is such that RTP timestamps and a given clock are respected.
RawPacketScheduler(long) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.RawPacketScheduler
Ctor.
RawPacketTransformation - Class in org.jitsi.util.function
 
RawPacketTransformation() - Constructor for class org.jitsi.util.function.RawPacketTransformation
 
RC_MODE_CBR - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
Constant Bitrate mode.
RC_MODE_CQ - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
Constant Quality mode.
RC_MODE_VBR - Static variable in class org.jitsi.impl.neomedia.codec.video.VPX
Variable Bitrate mode.
RE_REQUEST_AFTER_MILLIS - Static variable in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
The interval after which another retransmission request will be sent for a packet, unless it arrives.
read(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(byte[], int, int) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Copies the content of the most recently received packet into 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(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) - 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.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, byte[], int, int) - Method in class org.jitsi.impl.neomedia.RTCPConnectorInputStream
Copies the content of the most recently received packet into data.
read(Buffer, byte[], int, int) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Copies the content of the most recently received packet into data.
read(Buffer, byte[], int, int) - Method in class org.jitsi.impl.neomedia.transform.ControlTransformInputStream
Copies the content of the most recently received packet into data.
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(IMediaBuffer, int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.AudioCaptureClient
Reads audio data from this instance into a specific IMediaBuffer.
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(byte[], int) - Static method in class org.jitsi.util.ArrayIOUtils
Reads an integer from a specific series of bytes starting the reading at a specific offset in it.
readInt(byte[], int) - Static method in class org.jitsi.util.RTPUtils
Deprecated.
Read an integer from a buffer at a specified offset.
readInt(int) - Method in class org.jitsi.service.neomedia.RawPacket
Read a integer from this packet at specified offset
readInt16(byte[], int) - Static method in class org.jitsi.util.ArrayIOUtils
Reads a short integer from a specific series of bytes starting the reading at a specific offset in it.
readInt16AsInt(byte[], int) - Static method in class org.jitsi.util.RTPUtils
Deprecated.
Read a signed short at a specified offset as an int.
ReadOnlyBufferControlDelegate - Class in org.jitsi.impl.neomedia.control
Represents a wrapper of a specific BufferControl which does not call the setters of the wrapped instance and calls only the getters.
ReadOnlyBufferControlDelegate(BufferControl) - Constructor for class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
Initializes a new ReadOnlyBufferControlDelegate instance which is to wrap a specific BufferControl and call only its getters.
ReadOnlyFormatControlDelegate - Class in org.jitsi.impl.neomedia.control
Represents a wrapper of a specific FormatControl instance which does not allow setting its format using FormatControl.setFormat(Format).
ReadOnlyFormatControlDelegate(FormatControl) - Constructor for class org.jitsi.impl.neomedia.control.ReadOnlyFormatControlDelegate
Initializes a new ReadOnlyFormatControlDelegate instance which is to wrap a specific FormatControl in order to prevent calls to its FormatControl.setFormat(Format).
readRegion(int, int) - Method in class org.jitsi.service.neomedia.RawPacket
Read a byte region from specified offset with specified length
readRegionToBuff(int, int, byte[]) - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
readRegionToBuff(int, int, byte[]) - Method in class org.jitsi.service.neomedia.RawPacket
Read a byte region from specified offset with specified length in given buffer
readScreen(byte[], Dimension) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.ImageStream
Read screen.
readShort(byte[], int) - Static method in class org.jitsi.util.ArrayIOUtils
Reads a short integer from a specific series of bytes starting the reading at a specific offset in it.
ReadStream(long, byte[], long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Read samples from an input stream.
readUint16AsInt(byte[], int) - Static method in class org.jitsi.util.RTPUtils
Deprecated.
Read an unsigned short at a specified offset as an int.
readUint16AsInt(int) - Method in class org.jitsi.service.neomedia.RawPacket
Read an unsigned short at specified offset as a int
readUint24AsInt(byte[], int) - Static method in class org.jitsi.util.RTPUtils
Deprecated.
Read an unsigned short at specified offset as a int
readUint32AsLong(byte[], int) - Static method in class org.jitsi.util.RTPUtils
Deprecated.
Reads a 32-bit unsigned integer from the given buffer at the given offset and returns its long representation.
readUint32AsLong(int) - Method in class org.jitsi.service.neomedia.RawPacket
Read a 32-bit unsigned integer from this packet at the specified offset.
readUnsignedIntAsLong(byte[], int) - Method in class org.jitsi.impl.neomedia.recording.SynchronizerImpl
Read an unsigned integer as long at specified offset
receive(byte[], int, int, int) - Method in class org.jitsi.impl.neomedia.transform.dtls.DatagramTransportImpl
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.
receiveSideBweEnabled() - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Gets a boolean that indicates whether or not to perform receive-side bandwidth estimations.
receiveStreamAdded(ReceiveStream) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Notifies this instance that a specific ReceiveStream has been added to the list of playbacks of ReceiveStreams and/or DataSources performed by respective Players on the MediaDevice represented by this instance.
ReceiveStreamBufferListener - Interface in org.jitsi.impl.neomedia.device
Represents a listener for every packet which is read by a MediaDevice
ReceiveStreamPushBufferDataSource - Class in org.jitsi.impl.neomedia.device
Wraps the DataSource of a specific ReceiveStream so that calls to its DataSource.disconnect() can be explicitly controlled.
ReceiveStreamPushBufferDataSource(ReceiveStream, PushBufferDataSource) - Constructor for class org.jitsi.impl.neomedia.device.ReceiveStreamPushBufferDataSource
Initializes a new ReceiveStreamPushBufferDataSource instance which is to wrap a specific DataSource of a specific ReceiveStream for the purposes of enabling explicitly control of calls to its DataSource.disconnect().
ReceiveStreamPushBufferDataSource(ReceiveStream, PushBufferDataSource, boolean) - Constructor for class org.jitsi.impl.neomedia.device.ReceiveStreamPushBufferDataSource
Initializes a new ReceiveStreamPushBufferDataSource instance which is to wrap a specific DataSource of a specific ReceiveStream for the purposes of enabling explicitly control of calls to its DataSource.disconnect() and, optionally, activates the suppresses the call in question.
receiveStreamRemoved(ReceiveStream) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Notifies this instance that a specific ReceiveStream has been removed from the list of playbacks of ReceiveStreams and/or DataSources performed by respective Players on the MediaDevice represented by this instance.
ReceiveTrackStats - Interface in org.jitsi.service.neomedia.stats
Extends TrackStats with methods specific for streams that we send.
ReceiveTrackStatsImpl - Class in org.jitsi.impl.neomedia.stats
Media stream statistics implementation per received SSRC.
Recorder - Interface in org.jitsi.service.neomedia.recording
The call recording interface.
Recorder.Listener - Interface in org.jitsi.service.neomedia.recording
Represents a listener interested in notifications from a Recorder.
RecorderEvent - Class in org.jitsi.service.neomedia.recording
Represents an event related to media recording, such as a new SSRC starting to be recorded.
RecorderEvent() - Constructor for class org.jitsi.service.neomedia.recording.RecorderEvent
Constructs a RecorderEvent.
RecorderEvent(JSONObject) - Constructor for class org.jitsi.service.neomedia.recording.RecorderEvent
Constructs a RecorderEvent and tries to parse its fields from json.
RecorderEvent.AspectRatio - Enum in org.jitsi.service.neomedia.recording
Video aspect ratio.
RecorderEvent.Type - Enum in org.jitsi.service.neomedia.recording
RecorderEvent types.
RecorderEventHandler - Interface in org.jitsi.service.neomedia.recording
An interface that allows handling of RecorderEvent instances, such as writing them to disk in some format.
RecorderEventHandlerJSONImpl - Class in org.jitsi.impl.neomedia.recording
Implements a RecorderEventHandler which handles RecorderEvents by writing them to a file in JSON format.
RecorderEventHandlerJSONImpl(String) - Constructor for class org.jitsi.impl.neomedia.recording.RecorderEventHandlerJSONImpl
RecorderImpl - Class in org.jitsi.impl.neomedia.recording
The call recording implementation.
RecorderImpl(AudioMixerMediaDevice) - Constructor for class org.jitsi.impl.neomedia.recording.RecorderImpl
Constructs the RecorderImpl with the provided session.
RecorderRtpImpl - Class in org.jitsi.impl.neomedia.recording
A Recorder implementation which attaches to an RTPTranslator.
RecorderRtpImpl(RTPTranslator) - Constructor for class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
Constructor.
recorderStopped(Recorder) - Method in interface org.jitsi.service.neomedia.recording.Recorder.Listener
Notifies this Listener that a specific Recorder has stopped recording the media associated with it.
RECORDING_ENDED - org.jitsi.service.neomedia.recording.RecorderEvent.Type
Indicates the end of a recording.
RECORDING_STARTED - org.jitsi.service.neomedia.recording.RecorderEvent.Type
Indicates the start of a recording.
recreateSendStreams() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Recreates the SendStreams of this instance (i.e.
RECVONLY - org.jitsi.service.neomedia.MediaDirection
Represents a direction pointing to the entity that this object pertains to and from the outside.
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() - Constructor for class org.jitsi.impl.neomedia.transform.REDTransformEngine
Initializes a new REDTransformEngine instance.
REDTransformEngine(byte, byte) - Constructor for class org.jitsi.impl.neomedia.transform.REDTransformEngine
Initializes a new REDTransformEngine instance.
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.
registerUser(Object) - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
Registers user as an instance which is currently using this SrtpControl.
registerUser(Object) - Method in interface org.jitsi.service.neomedia.SrtpControl
Registers user as an instance which is currently using this SrtpControl.
RegularizeCorrelationsFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
RegularizeCorrelationsFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.RegularizeCorrelationsFLP
 
reinitialize() - Method in class org.jitsi.impl.neomedia.device.AudioSystem2
Reinitializes this AudioSystem in order to bring it up to date with possible changes in the list of available devices.
release() - Method in 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.
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
 
reloadConfiguration() - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
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 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(File) - Method in class org.jitsi.impl.configuration.DatabaseConfigurationStore
Removes all property name-value associations currently present in this ConfigurationStore and deserializes new property name-value associations from a specific File which presumably is in the format represented by this instance.
reloadConfiguration(File) - Method in class org.jitsi.impl.configuration.PropertyConfigurationStore
reloadConfiguration(File) - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
rembReceived(RTCPREMBPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Notifies this instance that an RTCP REMB packet was received.
rembReceived(RTCPREMBPacket) - Method in class org.jitsi.impl.neomedia.rtp.RTCPPacketListenerAdapter
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(Component) - Method in class org.jitsi.util.swing.VideoContainer
Overrides the default remove behavior in order to add the default no video component when the remote video is removed.
removeAll() - Method in class org.jitsi.util.swing.VideoContainer
Ensures noVideoComponent is displayed even when the clients of the videoContainer invoke its #removeAll() to remove their previous visual Components representing video.
removeBit(int) - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
Remove a bit from the given position.
removeDataSinkListener(DataSinkListener) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
removeDTMFListener(DTMFListener) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Removes listener from the list of DTMFListeners registered with this AudioMediaStream to receive notifications about incoming DTMF tones.
removeDTMFListener(DTMFListener) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
Removes listener from the list of DTMFListeners registered to receive events for incoming DTMF tones.
removeExtension() - Method in class org.jitsi.service.neomedia.RawPacket
Removes the extension from the packet and its header.
removeGainChangeListener(GainChangeListener) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Remove interest in gain change update events.
removeInDataSources(DataSourceFilter) - Method in class org.jitsi.impl.neomedia.conference.AudioMixer
Removes DataSources accepted by a specific DataSourceFilter from the list of input DataSources of this AudioMixer from which it reads audio to be mixed.
removeKeyFrameRequestee(KeyFrameControl.KeyFrameRequestee) - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl
Removes a KeyFrameRequestee to no longer be made available through this KeyFrameControl.
removeKeyFrameRequestee(KeyFrameControl.KeyFrameRequestee) - Method in class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
removeKeyFrameRequester(KeyFrameControl.KeyFrameRequester) - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl
Removes a KeyFrameRequester to no longer be made available through this KeyFrameControl.
removeKeyFrameRequester(KeyFrameControl.KeyFrameRequester) - Method in class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
removeLayoutComponent(Component) - Method in class org.jitsi.util.swing.FitLayout
Does nothing because this LayoutManager lays out only the first Component of the parent Container and thus doesn't need any String associations.
removeLayoutComponent(Component) - Method in class org.jitsi.util.swing.VideoLayout
Removes the given component from this layout.
removeLevel(long) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelMap
Removes csrc and its mapped level from this map.
removeListener(Recorder.Listener) - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
Removes a existing Recorder.Listener from the list of listeners interested in notifications from this Recorder.
removeListener(Recorder.Listener) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
removeListener(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 class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
 
removeListener(BandwidthEstimator.Listener) - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator
Removes a listener.
removeMediaStream(MediaStream) - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine
Removes a MediaStream from the list of MediaStreams which use this TransportCCEngine.
removeNotify() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent
Overrides Component.removeNotify() to reset the indicator which determines whether the native counterpart of this JAWTRenderer wants paint calls on its AWT Component to be delivered.
removePlaybackDataSource(DataSource) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Removes a specific DataSource from the list of playbacks of ReceiveStreams and/or DataSources performed by respective Players on the MediaDevice represented by this instance.
removeProperty(String) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
removeProperty(String) - Method in interface org.jitsi.impl.configuration.ConfigurationStore
Removes the value association in this ConfigurationStore of the property with a specific name.
removeProperty(String) - Method in class org.jitsi.impl.configuration.HashtableConfigurationStore
removeProperty(String) - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Remove a PropertyChangeListener from the listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
removePropertyChangeListener(PropertyChangeListener) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Removes the specified PropertyChangeListener from this stream so that it won't receive further property change events.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jitsi.service.neomedia.MediaService
Removes a PropertyChangeListener to no longer be notified about changes in the values of the properties of this instance.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.jitsi.service.neomedia.MediaStream
Removes the specified property change listener from this stream so that it won't receive further property change events.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Remove a PropertyChangeListener for a specific property.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
removeReceiveSsrc(long) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
Clears ssrc from receiver stats.
removeReceiveStream(ReceiveStream) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Removes a specific ReceiveStream from the list of playbacks of ReceiveStreams and/or DataSources performed by respective Players on the MediaDevice represented by this instance.
removeReceiveStreamForSsrc(long) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Removes the ReceiveStream with SSRC ssrc, if there is such a ReceiveStream, from the receive streams of this MediaStream
removeReceiveStreamForSsrc(long) - Method in interface org.jitsi.service.neomedia.MediaStream
Removes the ReceiveStream with SSRC ssrc, if there is such a ReceiveStream, from the receive streams of this MediaStream
removeReceiveStreamListener(ReceiveStreamListener) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
removeReceiveStreamListener(StreamRTPManager, ReceiveStreamListener) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Removes a ReceiveStreamListener to no longer be notified about ReceiveStreamEvents related to a specific neomedia MediaStream (expressed as a StreamRTPManager for the purposes of and in the terms of RTPTranslator).
removeRecorderListener(Recorder.Listener) - Method in class org.jitsi.impl.neomedia.MediaServiceImpl
Removes an existing Recorder.Listener from the list of listeners interested in notifications from Recorders.
removeRecorderListener(Recorder.Listener) - Method in interface org.jitsi.service.neomedia.MediaService
Removes an existing Recorder.Listener from the list of listeners interested in notifications from Recorders.
removeRemoteListener(RemoteListener) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
removeRemoteListener(StreamRTPManager, RemoteListener) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Removes a RemoteListener to no longer be notified about RemoteEvents received by this RTPTranslatorImpl.
removeReportBlock(RTCPExtendedReport.ReportBlock) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
Removes an extended report block from this extended report.
removeRTCPFeedbackMessageCreateListner(RTCPFeedbackMessageCreateListener) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Removes RTCPFeedbackMessageCreateListener.
removeRTCPFeedbackMessageListener(RTCPFeedbackMessageListener) - Method in class org.jitsi.impl.neomedia.RTCPConnectorInputStream
Remove an RTCPFeedbackMessageListener.
removeRTCPFeedbackMessageListener(RTCPFeedbackMessageListener) - Method in class org.jitsi.impl.neomedia.transform.ControlTransformInputStream
Removes an RTCPFeedbackMessageListener.
removeRTCPPacketListener(RTCPPacketListener) - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Removes a listener from the list of listeners which will be notified when RTCP packets are received.
removeRTCPPacketListener(RTCPPacketListener) - Method in interface org.jitsi.service.neomedia.MediaStreamStats
Removes a listener from the list of listeners which will be notified when RTCP packets are received.
removeRTCPReportListener(RTCPReportListener) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Removes an existing RTCPReportListener to no longer be notified by this instance about the receiving and sending of RTCP RR, SR and XR.
removeSendStreamListener(SendStreamListener) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
removeSendStreamListener(StreamRTPManager, SendStreamListener) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Not implemented because there are currently no uses of the underlying functionality.
removeSessionListener(SessionListener) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
 
removeSessionListener(StreamRTPManager, SessionListener) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Not implemented because there are currently no uses of the underlying functionality.
removeSSRC(long) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Removes ssrc from the array of SSRC identifiers representing parties that this MediaDeviceSession is currently receiving streams from.
removeStream(long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorAbsSendTime
Removes all data for ssrc.
removeStream(long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorSingleStream
Removes all data for ssrc.
removeStream(long) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Removes all data for ssrc.
removeStream(long) - Method in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
Removes all data for ssrc.
removeTarget(InetAddress, int) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Remove a target from stream targets list
removeTarget(SessionAddress) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Removes a target from our session.
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(String, ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Remove a VetoableChangeListener for a specific property.
removeVetoableChangeListener(String, ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
removeVetoableChangeListener(ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ChangeEventDispatcher
Remove a VetoableChangeListener from the listener list.
removeVetoableChangeListener(ConfigVetoableChangeListener) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
removeVideoListener(VideoListener) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Removes a specific VideoListener from this instance in order to have to no longer receive notifications when visual/video Components are being added and removed.
removeVideoListener(VideoListener) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Removes a specific VideoListener from this VideoMediaStream in order to have to no longer receive notifications when visual/video Components are being added and removed.
removeVideoListener(VideoListener) - Method in interface org.jitsi.service.neomedia.VideoMediaStream
Removes a specific VideoListener from this VideoMediaStream in order to have to no longer receive notifications when visual/video Components are being added and removed.
removeVideoListener(VideoListener) - Method in class org.jitsi.util.event.VideoNotifierSupport
Removes a specific VideoListener from this VideoNotifierSupport in order to have to no longer receive notifications when visual/video Components are being added and removed.
removeVolumeChangeListener(VolumeChangeListener) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Removes a VolumeChangeListener.
removeVolumeChangeListener(VolumeChangeListener) - Method in interface org.jitsi.service.neomedia.VolumeControl
Removes a VolumeChangeListener to no longer be notified about changes in the volume level of this instance.
removeWriteFilter(RTPTranslator.WriteFilter) - Method in class org.jitsi.service.neomedia.AbstractRTPTranslator
Removes a WriteFilter from this RTPTranslator.
removeWriteFilter(RTPTranslator.WriteFilter) - Method in interface org.jitsi.service.neomedia.RTPTranslator
Removes a WriteFilter from this RTPTranslator.
renderer - Variable in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRendererVideoComponent
The JAWTRenderer which paints in this JAWTRendererVideoComponent.
ReportBlock(short) - Constructor for class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.ReportBlock
Initializes a new ReportBlock instance of a specific block type.
REQUEST_RETRANSMISSIONS_PNAME - Static variable in interface org.jitsi.service.neomedia.VideoMediaStream
The name of the property used to control whether VideoMediaStream should request retransmissions for lost RTP packets using RTCP NACK.
requestGoClear() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Method called when the user requests through GUI to switch a secured call to unsecure mode.
requestGoSecure() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Method called when the user requests through GUI to switch a previously unsecured call back to secure mode.
requestKeyframe(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 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(boolean) - Method in interface org.jitsi.service.neomedia.control.KeyFrameControl
Requests a key frame from the remote peer of the associated VideoMediaStream.
requestKeyFrame(boolean) - Method in class org.jitsi.service.neomedia.control.KeyFrameControlAdapter
requires(int) - Method in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Returns a boolean that indicates whether or not this RTPEncodingDesc depends on the subjective quality index that is passed as an argument.
requiresSecureSignalingTransport() - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Indicates if the key exchange method is dependent on secure transport of the signaling channel.
requiresSecureSignalingTransport() - Method in class org.jitsi.impl.neomedia.transform.NullSrtpControl
Indicates if the key exchange method is dependent on secure transport of the signaling channel.
requiresSecureSignalingTransport() - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
Returns true, SDES always requires the secure transport of its keys.
requiresSecureSignalingTransport() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Returns false, ZRTP exchanges its keys over the media path.
requiresSecureSignalingTransport() - Method in interface org.jitsi.service.neomedia.SrtpControl
Indicates if the key exchange method is dependent on secure transport of the signaling channel.
Resampler - Class in org.jitsi.impl.neomedia.codec.audio.silk
Interface to collection of resamplers.
Resampler() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Resampler
 
ResamplerDown2 - Class in org.jitsi.impl.neomedia.codec.audio.silk
Downsample by a factor 2, mediocre quality.
ResamplerDown2() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerDown2
 
ResamplerDown23 - Class in org.jitsi.impl.neomedia.codec.audio.silk
Downsample by a factor 2/3, low quality.
ResamplerDown23() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerDown23
 
ResamplerDown3 - Class in org.jitsi.impl.neomedia.codec.audio.silk
Downsample by a factor 3, low quality.
ResamplerDown3() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerDown3
 
ResamplerPrivate - Class in org.jitsi.impl.neomedia.codec.audio.silk
class for IIR/FIR resamplers.
ResamplerPrivate() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivate
 
ResamplerPrivateAR2 - Class in org.jitsi.impl.neomedia.codec.audio.silk
Second order AR filter with single delay elements.
ResamplerPrivateAR2() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateAR2
 
ResamplerPrivateARMA4 - Class in org.jitsi.impl.neomedia.codec.audio.silk
Fourth order ARMA filter.
ResamplerPrivateARMA4() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateARMA4
 
ResamplerPrivateCopy - Class in org.jitsi.impl.neomedia.codec.audio.silk
Simple opy.
ResamplerPrivateCopy() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateCopy
 
ResamplerPrivateDown4 - Class in org.jitsi.impl.neomedia.codec.audio.silk
Downsample by a factor 4.
ResamplerPrivateDown4() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateDown4
 
ResamplerPrivateDownFIR - Class in org.jitsi.impl.neomedia.codec.audio.silk
Resample with a 2x downsampler (optional), a 2nd order AR filter followed by FIR interpolation.
ResamplerPrivateDownFIR() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateDownFIR
 
ResamplerPrivateIIRFIR - Class in org.jitsi.impl.neomedia.codec.audio.silk
Upsample using a combination of allpass-based 2x upsampling and FIR interpolation.
ResamplerPrivateIIRFIR() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateIIRFIR
 
ResamplerPrivateUp2HQ - Class in org.jitsi.impl.neomedia.codec.audio.silk
Upsample by a factor 2, high quality.
ResamplerPrivateUp2HQ() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateUp2HQ
 
ResamplerPrivateUp4 - Class in org.jitsi.impl.neomedia.codec.audio.silk
Upsample by a factor 4.
ResamplerPrivateUp4() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerPrivateUp4
 
ResamplerRom - Class in org.jitsi.impl.neomedia.codec.audio.silk
Filter coefficients for IIR/FIR polyphase resampling.
ResamplerRom() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerRom
 
ResamplerStructs - Class in org.jitsi.impl.neomedia.codec.audio.silk
Classes for IIR/FIR resamplers.
ResamplerStructs() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerStructs
 
ResamplerUp2 - Class in org.jitsi.impl.neomedia.codec.audio.silk
Up-sample by a factor 2, low quality.
ResamplerUp2() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResamplerUp2
 
RESERVED_JITTER_BUFFER_ADAPTIVE - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
reset() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
Resets its state.
reset() - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
reset() - Method in class org.jitsi.impl.neomedia.codec.video.HFlip
Resets the state of this PlugIn.
reset() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.AbstractRenderer
Resets the state of this PlugIn.
ResetEvent(long) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
resetSASVerified() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Resets the internal engine SAS verified flag
resetSilence() - Method in class org.jitsi.impl.neomedia.codec.SilenceEffect
Resets the state of this SilenceEffect.
ResidualEnergyFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
Residual energy.
ResidualEnergyFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ResidualEnergyFLP
 
ResourceManagementService - Interface in org.jitsi.service.resources
The Resource Management Service gives easy access to common resources for the application including texts, images, sounds and some configurations.
responderSelectAttribute(Iterable<SrtpCryptoAttribute>) - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
Chooses a supported crypto attribute from the peer's list of supplied attributes and creates the local crypto attribute.
responderSelectAttribute(Iterable<SrtpCryptoAttribute>) - Method in interface org.jitsi.service.neomedia.SDesControl
Chooses a supported crypto attribute from the peer's list of supplied attributes and creates the local crypto attribute.
restoreFile() - Method in class org.jitsi.impl.fileaccess.FailSafeTransactionImpl
Ensure that the file accessed is in a coherent state.
restoreFile() - Method in interface org.jitsi.service.fileaccess.FailSafeTransaction
Ensure that the file accessed is in a coherent state.
RESULT_ABORT - Static variable in interface org.jitsi.impl.neomedia.portaudio.PortAudioStreamCallback
"Abort" result code.
RESULT_COMPLETE - Static variable in interface org.jitsi.impl.neomedia.portaudio.PortAudioStreamCallback
"Complete" result code.
RESULT_CONTINUE - Static variable in interface org.jitsi.impl.neomedia.portaudio.PortAudioStreamCallback
"Continue" result code.
ResumableStreamRewriter - Class in org.jitsi.impl.neomedia.rtp
Rewrites sequence numbers for RTP streams by hiding any gaps caused by dropped packets.
ResumableStreamRewriter() - Constructor for class org.jitsi.impl.neomedia.rtp.ResumableStreamRewriter
 
retain() - Method in class org.jitsi.impl.neomedia.quicktime.NSObject
Increments the reference count of the Objective-C object represented by this instance.
RetransmissionRequester - Interface in org.jitsi.service.neomedia
 
RetransmissionRequesterDelegate - Class in org.jitsi.impl.neomedia.transform
Detects lost RTP packets for a particular RtpChannel and requests their retransmission by sending RTCP NACK packets.
RetransmissionRequesterDelegate(MediaStream, TimeProvider) - Constructor for class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
Initializes a new RetransmissionRequesterDelegate for the given RtpChannel.
RetransmissionRequesterImpl - Class in org.jitsi.impl.neomedia.transform
Creates classes to handle both the detection of loss and the creation and sending of nack packets, and a scheduler to allow for nacks to be re-transmitted at a set interval
RetransmissionRequesterImpl(MediaStream) - Constructor for class org.jitsi.impl.neomedia.transform.RetransmissionRequesterImpl
 
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.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.dtmf.DtmfTransformEngine
A stub meant to handle incoming DTMF packets.
reverseTransform(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.OriginalHeaderBlockTransformEngine
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.RetransmissionRequesterImpl
Reverse-transforms a specific packet.
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.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.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.
reverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.recording.PacketBuffer
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.fec.AbstractFECReceiver
 
reverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
Reverse-transforms each packet in an array of packets.
reverseTransform(RawPacket[]) - Method in 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.REDTransformEngine
Reverse-transforms each packet in an array of packets.
reverseTransform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.rtcp.CompoundPacketEngine
 
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.TransformEngineChain.PacketTransformerChain
Reverse-transforms each packet in an array of packets.
RewritablePullBufferDataSource - Class in org.jitsi.impl.neomedia.protocol
Implements a PullBufferDataSource wrapper which provides mute support for the wrapped instance.
RewritablePullBufferDataSource(PullBufferDataSource) - Constructor for class org.jitsi.impl.neomedia.protocol.RewritablePullBufferDataSource
Initializes a new RewritablePullBufferDataSource instance which is to provide mute support for a specific PullBufferDataSource.
RewritablePushBufferDataSource - Class in org.jitsi.impl.neomedia.protocol
Implements a PushBufferDataSource wrapper which provides mute support for the wrapped instance.
RewritablePushBufferDataSource(PushBufferDataSource) - Constructor for class org.jitsi.impl.neomedia.protocol.RewritablePushBufferDataSource
Initializes a new RewritablePushBufferDataSource instance which is to provide mute support for a specific PushBufferDataSource.
rewriteRTP(boolean, byte[], int, int) - Method in class org.jitsi.impl.neomedia.rtp.ResumableStreamRewriter
Rewrites the sequence number of the RTP packet in the byte buffer, hiding any gaps caused by drops.
RGB24 - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
The RGB24 constant.
RGB32 - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSFormat
The RGB32 constant.
rollback() - Method in class org.jitsi.impl.fileaccess.FailSafeTransactionImpl
Closes the transaction and cancels the changes.
rollback() - Method in interface org.jitsi.service.fileaccess.FailSafeTransaction
Closes the transation and cancel the changes.
RPC_E_CHANGED_MODE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
RSA_KEY_PUBLIC_EXPONENT - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
The public exponent to always use for RSA key generation.
RSA_KEY_SIZE - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
The RSA key size to use.
RSA_KEY_SIZE_CERTAINTY - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
The RSA key size certainty to use.
RSA_KEY_SIZE_CERTAINTY_PNAME - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
The name of the property to specify RSA key size certainty.
RSA_KEY_SIZE_PNAME - Static variable in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
The name of the property to specify RSA Key length.
RTCP - Static variable in interface org.jitsi.service.neomedia.control.KeyFrameControl.KeyFrameRequester
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(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(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.ReportBlock - Class in org.jitsi.service.neomedia.rtp
Represents an abstract, base extended report block.
RTCPExtendedReport.VoIPMetricsReportBlock - Class in org.jitsi.service.neomedia.rtp
Implements "VoIP Metrics Report Block" i.e.
rtcpExtendedReportReceived(RTCPExtendedReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReportAdapter
Notifies this listener that a specific RTCP XR was received by the local endpoint.
rtcpExtendedReportReceived(RTCPExtendedReport) - Method in interface org.jitsi.service.neomedia.rtp.RTCPReportListener
Notifies this listener that a specific RTCP XR was received by the local endpoint.
rtcpExtendedReportReceived(RTCPExtendedReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Notifies this instance that a specific RTCPExtendedReport was received by the local endpoint.
rtcpExtendedReportSent(RTCPExtendedReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReportAdapter
Notifies this listener that a specific RTCP XR was sent by the local endpoint.
rtcpExtendedReportSent(RTCPExtendedReport) - Method in interface org.jitsi.service.neomedia.rtp.RTCPReportListener
Notifies this listener that a specific RTCP XR was sent by the local endpoint.
rtcpExtendedReportSent(RTCPExtendedReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Notifies this instance that a specific RTCPExtendedReport was sent by the local endpoint.
RTCPFBPacket - Class in org.jitsi.impl.neomedia.rtcp
Created by gp on 6/27/14.
RTCPFBPacket(int, int, long, long) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
 
RTCPFBPacket(RTCPCompoundPacket) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
 
RTCPFeedbackMessageCreateListener - Interface in org.jitsi.service.neomedia.event
Represents a listener of RTCPFeedbackMessageListener instances.
RTCPFeedbackMessageEvent - Class in org.jitsi.service.neomedia.event
Represents an event coming from RTCP that meant to tell codec to do something (i.e send a keyframe, ...).
RTCPFeedbackMessageEvent(Object, int, int) - Constructor for class org.jitsi.service.neomedia.event.RTCPFeedbackMessageEvent
Constructor.
RTCPFeedbackMessageListener - Interface in org.jitsi.service.neomedia.event
Represents a listener of RTCP feedback messages such as PLI (Picture Loss Indication) or FIR (Full Intra Request).
RTCPFeedbackMessagePacket - Class in org.jitsi.impl.neomedia
Represents an RTCP feedback message packet as described by RFC 4585 "Extended RTP Profile for Real-time Transport Control Protocol (RTCP)-Based Feedback (RTP/AVPF)".
RTCPFeedbackMessagePacket(int, int, long, long) - Constructor for class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
Constructor.
rtcpFeedbackMessageReceived(RTCPFeedbackMessageEvent) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
Notifies this RTCPFeedbackListener that an RTCP feedback message has been received
rtcpFeedbackMessageReceived(RTCPFeedbackMessageEvent) - Method in interface org.jitsi.service.neomedia.event.RTCPFeedbackMessageListener
Notifies this RTCPFeedbackMessageListener that an RTCP feedback message has been received
RTCPFeedbackMessageSender - Class in org.jitsi.impl.neomedia.rtp.translator
Allows sending RTCP feedback message packets such as FIR, takes care of their (command) sequence numbers.
RTCPFeedbackMessageSender(RTPTranslatorImpl) - Constructor for class org.jitsi.impl.neomedia.rtp.translator.RTCPFeedbackMessageSender
Initializes a new RTCPFeedbackMessageSender instance which is to send RTCP feedback message packets through a specific RTPTranslatorImpl.
RTCPGenerator - Class in org.jitsi.util.function
A Function that produces RawPackets from RTCPCompoundPackets.
RTCPGenerator() - Constructor for class org.jitsi.util.function.RTCPGenerator
 
RTCPIterator - Class in org.jitsi.impl.neomedia.rtcp
An Iterator for RTCP packets contained in a compound RTCP packet.
RTCPIterator(ByteArrayBuffer) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPIterator
Ctor.
rtcpmux - Variable in class org.jitsi.service.neomedia.DefaultStreamConnector
Whether this DefaultStreamConnector uses rtcp-mux.
rtcpmux - Variable in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
Whether this DefaultStreamConnector uses rtcp-mux.
RTCPPacketListener - Interface in org.jitsi.service.neomedia.rtp
A simple interface that enables listening for RTCP packets.
RTCPPacketListenerAdapter - Class in org.jitsi.impl.neomedia.rtp
 
RTCPPacketListenerAdapter() - Constructor for class org.jitsi.impl.neomedia.rtp.RTCPPacketListenerAdapter
 
RTCPPacketParserEx - Class in org.jitsi.impl.neomedia.rtcp
Extends RTCPPacketParser to allow the parsing of additional RTCP packet types such as REMB, NACK and XR.
RTCPPacketParserEx() - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPPacketParserEx
 
RTCPPacketPredicate - Class in org.jitsi.impl.neomedia
Represents a predicate (boolean-valued function) of a RawPacket.
RTCPPacketPredicate() - Constructor for class org.jitsi.impl.neomedia.RTCPPacketPredicate
Ctor.
rtcpPacketReceived(int) - Method in class org.jitsi.impl.neomedia.stats.ReceiveTrackStatsImpl
Notifies this instance that an RTCP packet with a specific length was received.
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.
rtcpPacketSent(long, int) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
Notifies this instance that an RTCP packet with a particular SSRC and particular length was sent (or is about to be sent).
RTCPReceiverFeedbackTermination - Class in org.jitsi.impl.neomedia.rtcp
Terminates RRs and REMBs.
RTCPReceiverFeedbackTermination(MediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPReceiverFeedbackTermination
Ctor.
rtcpReceiverReportReceived(long, int) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
Notifies this instance that an RTCP Receiver Report packet with a particular SSRC and the given values for total number of lost packets and extended highest sequence number was received.
RTCPREMBPacket - Class in org.jitsi.impl.neomedia.rtcp
Created by gp on 6/24/14.
RTCPREMBPacket(long, long, int, int, long[]) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
 
RTCPREMBPacket(long, long, long, long[]) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
 
RTCPREMBPacket(RTCPCompoundPacket) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
 
RTCPReportAdapter - Class in org.jitsi.service.neomedia.rtp
A default implementation of RTCPReportListener to facilitate implementers.
RTCPReportAdapter() - Constructor for class org.jitsi.service.neomedia.rtp.RTCPReportAdapter
 
RTCPReportListener - Interface in org.jitsi.service.neomedia.rtp
 
rtcpReportReceived(RTCPReport) - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
Notifies this listener that a specific RTCP SR or RR was received by the local endpoint.
rtcpReportReceived(RTCPReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReportAdapter
Notifies this listener that a specific RTCP SR or RR was received by the local endpoint.
rtcpReportReceived(RTCPReport) - Method in interface org.jitsi.service.neomedia.rtp.RTCPReportListener
Notifies this listener that a specific RTCP SR or RR was received by the local endpoint.
rtcpReportReceived(RTCPReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Notifies this instance that a specific RTCPReport was received by the local endpoint.
RTCPReports - Class in org.jitsi.service.neomedia.rtp
Collects the (last) RTCP (SR, RR, and XR) reports sent and received by a local peer (for the purposes of MediaStreamStats).
RTCPReports() - Constructor for class org.jitsi.service.neomedia.rtp.RTCPReports
 
rtcpReportSent(RTCPReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReportAdapter
Notifies this listener that a specific RTCP SR or RR was sent by the local endpoint.
rtcpReportSent(RTCPReport) - Method in interface org.jitsi.service.neomedia.rtp.RTCPReportListener
Notifies this listener that a specific RTCP SR or RR was sent by the local endpoint.
rtcpReportSent(RTCPReport) - Method in class org.jitsi.service.neomedia.rtp.RTCPReports
Notifies this instance that a specific RTCPReport was sent by the local endpoint.
RTCPSenderInfoUtils - Class in org.jitsi.impl.neomedia.rtcp
Utility class that contains static methods for RTCP sender info manipulation.
RTCPSenderInfoUtils() - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPSenderInfoUtils
 
RTCPTCCPacket - Class in org.jitsi.impl.neomedia.rtcp
A class which represents an RTCP packet carrying transport-wide congestion control (transport-cc) feedback information.
RTCPTCCPacket(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(RTCPCompoundPacket) - Constructor for class org.jitsi.impl.neomedia.rtcp.RTCPTCCPacket
Initializes a new RTCPTCCPacket instance.
RTCPTCCPacket.PacketMap - Class in org.jitsi.impl.neomedia.rtcp
An ordered collection which maps sequence numbers to timestamps, the order is by the sequence number.
RTCPUtils - Class in org.jitsi.util
Deprecated.
Use org.jitsi.rtp.rtcp.RtcpHeader and maybe others (requires Kotlin)
RTCPUtils() - Constructor for class org.jitsi.util.RTCPUtils
Deprecated.
 
RTP - org.jitsi.service.packetlogging.PacketLoggingService.ProtocolName
RTP protocol name.
RTP_DTMF - org.jitsi.service.neomedia.DTMFMethod
RTP DTMF as defined in RFC4733.
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 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.
RTPConnectorInputStream<T extends Closeable> - Class in org.jitsi.impl.neomedia
 
RTPConnectorInputStream(T) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorInputStream
Initializes a new RTPConnectorInputStream which is to receive packet data from a specific UDP socket.
RTPConnectorOutputStream - Class in org.jitsi.impl.neomedia
 
RTPConnectorOutputStream() - Constructor for class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Initializes a new RTPConnectorOutputStream which is to send packet data out through a specific socket.
RTPConnectorTCPImpl - Class in org.jitsi.impl.neomedia
RTPConnector implementation for UDP.
RTPConnectorTCPImpl(StreamConnector) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorTCPImpl
Initializes a new RTPConnectorTCPImpl which is to use a given pair of sockets for RTP and RTCP traffic specified in the form of a StreamConnector.
RTPConnectorTCPInputStream - Class in org.jitsi.impl.neomedia
RTPConnectorInputStream implementation for TCP protocol.
RTPConnectorTCPInputStream(Socket) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorTCPInputStream
Initializes a new RTPConnectorInputStream which is to receive packet data from a specific TCP socket.
RTPConnectorTCPOutputStream - Class in org.jitsi.impl.neomedia
RTPConnectorOutputStream implementation for TCP protocol.
RTPConnectorTCPOutputStream(Socket) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorTCPOutputStream
Initializes a new RTPConnectorTCPOutputStream.
RTPConnectorUDPImpl - Class in org.jitsi.impl.neomedia
RTPConnector implementation for UDP.
RTPConnectorUDPImpl(StreamConnector) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorUDPImpl
Initializes a new RTPConnectorUDPImpl which is to use a given pair of datagram sockets for RTP and RTCP traffic specified in the form of a StreamConnector.
RTPConnectorUDPInputStream - Class in org.jitsi.impl.neomedia
RTPConnectorInputStream implementation for UDP protocol.
RTPConnectorUDPInputStream(DatagramSocket) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorUDPInputStream
Initializes a new RTPConnectorInputStream which is to receive packet data from a specific UDP socket.
RTPConnectorUDPOutputStream - Class in org.jitsi.impl.neomedia
RTPConnectorOutputStream implementation for UDP protocol.
RTPConnectorUDPOutputStream(DatagramSocket) - Constructor for class org.jitsi.impl.neomedia.RTPConnectorUDPOutputStream
Initializes a new RTPConnectorUDPOutputStream.
RtpdumpFileReader - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile
This class represent a rtpdump file and provide an API to get the payload of the rtp packet it contains.
RtpdumpFileReader(String) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.RtpdumpFileReader
Initialize a new instance of RtpdumpFileReader that will the rtpdump file located by filePath.
RtpdumpMediaDevice - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile
This class contains the method createRtpdumpMediaDevice that can create MediaDevices that will read the rtpdump file given.
RtpdumpMediaDevice() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.RtpdumpMediaDevice
 
RtpdumpStream - Class in org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile
Implements a PullBufferStream which read an rtpdump file to generate a RTP stream from the payloads recorded in a rtpdump file.
RTPEncodingDesc - Class in org.jitsi.impl.neomedia.rtp
Keeps track of how many channels receive it, its subjective quality index, its last stable bitrate and other useful things for adaptivity/routing.
RTPEncodingDesc(MediaStreamTrackDesc, int, long, int, int, int, double, RTPEncodingDesc[]) - Constructor for class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
Ctor.
RTPEncodingDesc(MediaStreamTrackDesc, long) - 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, 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) - Constructor for class org.jitsi.service.neomedia.RTPExtension
Creates an RTPExtension instance for the specified extensionURI and direction.
RTPExtension(URI, MediaDirection, String) - Constructor for class org.jitsi.service.neomedia.RTPExtension
Creates an RTPExtension instance for the specified extensionURI and direction and sets the specified extensionAttributes.
RTPFB - Static variable in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
 
rtpPacketCacheMiss(long) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
Notifies this instance that the remote endpoint requested retransmission of a packet with a given SSRC, and it was not found in the local cache.
rtpPacketNotRetransmitted(long) - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Notifies this instance that an RTP packet with a given length was retransmitted.
rtpPacketNotRetransmitted(long, long) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
Notifies this instance that an RTP packet with a given SSRC and a given length was not retransmitted (that is, the remote endpoint requested it, and it was found in the local cache, but it was not retransmitted).
RTPPacketParserEx - Class in org.jitsi.impl.neomedia.rtp
Extends the FMJ RTPPacketParser with additional functionality.
RTPPacketParserEx() - Constructor for class org.jitsi.impl.neomedia.rtp.RTPPacketParserEx
 
RTPPacketPredicate - Class in org.jitsi.impl.neomedia
Represents a predicate (boolean-valued function) of a RawPacket.
RTPPacketPredicate() - Constructor for class org.jitsi.impl.neomedia.RTPPacketPredicate
Ctor.
rtpPacketReceived(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.
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.
rtpPacketRetransmitted(long) - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Notifies this instance that an RTP packet with a given length was not retransmitted (that is, the remote endpoint requested it, and it was found in the local cache, but it was not retransmitted).
rtpPacketRetransmitted(long, long) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
Notifies this instance that an RTP packet with a given SSRC and a given length was retransmitted.
rtpPacketSent(long, int, int, boolean) - Method in class org.jitsi.impl.neomedia.stats.MediaStreamStats2Impl
Notifies this instance that an RTP packet with a particular SSRC, sequence number and length was sent (or is about to be sent).
RTPSessionMgr - Class in org.jitsi.impl.neomedia.jmfext.media.rtp
Implements RTPManager for the purposes of the libjitsi library in general and the neomedia package in particular.
RTPSessionMgr() - Constructor for class org.jitsi.impl.neomedia.jmfext.media.rtp.RTPSessionMgr
Initializes a new RTPSessionMgr instance.
rtpTimestampDiff(long, long) - Static method in class org.jitsi.util.RTPUtils
Deprecated.
Returns the difference between two RTP timestamps.
RTPTransformTCPConnector - Class in org.jitsi.impl.neomedia.transform
TransformConnector implements the RTPConnector interface.
RTPTransformTCPConnector(StreamConnector) - Constructor for class org.jitsi.impl.neomedia.transform.RTPTransformTCPConnector
Initializes a new TransformConnector which is to use a given pair of datagram sockets for RTP and RTCP traffic specified in the form of a StreamConnector.
RTPTransformUDPConnector - Class in org.jitsi.impl.neomedia.transform
TransformConnector implements the RTPConnector interface.
RTPTransformUDPConnector(StreamConnector) - Constructor for class org.jitsi.impl.neomedia.transform.RTPTransformUDPConnector
Initializes a new TransformConnector which is to use a given pair of datagram sockets for RTP and RTCP traffic specified in the form of a StreamConnector.
rtpTranslator - Variable in class org.jitsi.service.neomedia.AbstractMediaStream
The RTPTranslator, if any, which forwards RTP and RTCP traffic between this and other MediaStreams.
RTPTranslator - Interface in org.jitsi.service.neomedia
Represents an RTP translator which forwards RTP and RTCP traffic between multiple MediaStreams.
RTPTranslator.WriteFilter - Interface in org.jitsi.service.neomedia
Defines a packet filter which allows an observer of an RTPTranslator to disallow the writing of specific packets into a specific destination identified by a MediaStream.
RTPTranslatorImpl - Class in org.jitsi.impl.neomedia.rtp.translator
Implements RTPTranslator which represents an RTP translator which forwards RTP and RTCP traffic between multiple MediaStreams.
RTPTranslatorImpl() - Constructor for class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Initializes a new RTPTranslatorImpl instance.
RTPUtils - Class in org.jitsi.util
Deprecated.
use org.jitsi.rtp.util.RtpUtils (requires Kotlin)
RTPUtils() - Constructor for class org.jitsi.util.RTPUtils
Deprecated.
 
RTX - Static variable in class org.jitsi.service.neomedia.codec.Constants
The RTX constant
RTX_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
The RTX/rtp constant.
RtxTransformer - Class in org.jitsi.impl.neomedia.transform
Intercepts RTX (RFC-4588) packets coming from an MediaStream, and removes their RTX encapsulation.
RtxTransformer(MediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.transform.RtxTransformer
Initializes a new RtxTransformer with a specific MediaStreamImpl.
run() - Method in class org.jitsi.impl.neomedia.rtcp.RTCPReceiverFeedbackTermination
run() - Method in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
 
run() - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
run() - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
runOnceInPlayThread() - Method in class org.jitsi.impl.neomedia.notify.AudioSystemClipImpl
Plays this audio once.
runOnceInPlayThread() - Method in class org.jitsi.impl.neomedia.notify.JavaSoundClipImpl
Plays this audio once.
runOnceInPlayThread() - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Plays this audio once.

S

S_FALSE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
 
S_FALSE - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
S_OK - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
 
S_OK - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
SAMPLE_FORMAT_FLOAT32 - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
A type used to specify one or more sample formats.
SAMPLE_FORMAT_INT16 - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
A type used to specify one or more sample formats.
SAMPLE_FORMAT_INT24 - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
A type used to specify one or more sample formats.
SAMPLE_FORMAT_INT32 - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
A type used to specify one or more sample formats.
SAMPLE_FORMAT_INT8 - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
A type used to specify one or more sample formats.
SAMPLE_FORMAT_UINT8 - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
A type used to specify one or more sample formats.
SAMPLE_INVALID - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
The pa_sample_format_t value which specifies an invalid value.
SAMPLE_S16LE - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
The pa_sample_format_t value which specifies signed 16-bit PCM, little endian.
sample_spec_free(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sample_spec_new(int, int, int) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
SampleCB(long, long, int) - Method in interface org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice.ISampleGrabberCB
Notifies this instance that a specific video frame has been captured/grabbed.
SASVerified() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Set the SAS as verified internally if the user confirms it
SAVED_CALLS_PATH - Static variable in interface org.jitsi.service.neomedia.recording.Recorder
The name of the configuration property the value of which specifies the full path to the directory with media recorded by Recorder (e.g.
saveMedia(RawPacket) - Method in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
Makes a copy of p into mediaPackets.
ScaleCopyVectorFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
copy and multiply a vector by a constant
ScaleCopyVectorFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ScaleCopyVectorFLP
 
scaleFactor - Variable in enum org.jitsi.service.neomedia.recording.RecorderEvent.AspectRatio
 
ScaleVectorFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
scale a vector.
ScaleVectorFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ScaleVectorFLP
 
SCAudioClip - Interface in org.jitsi.service.audionotifier
Represents an audio clip which could be played (optionally, in a loop) and stopped..
schedule(RawPacket) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile.RawPacketScheduler
puts the current thread to sleep for X milis, where X is such that RTP timestamps and a given clock are respected.
SchurFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
SchurFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SchurFLP
 
ScreenCapture - Class in org.jitsi.impl.neomedia.imgstreaming
This class uses native code to capture desktop screen.
ScreenCapture() - Constructor for class org.jitsi.impl.neomedia.imgstreaming.ScreenCapture
 
ScreenDevice - Interface in org.jitsi.service.neomedia.device
Represents a physical screen display.
ScreenDeviceImpl - Class in org.jitsi.impl.neomedia.device
Implementation of ScreenDevice.
ScreenDeviceImpl(int, GraphicsDevice) - Constructor for class org.jitsi.impl.neomedia.device.ScreenDeviceImpl
Constructor.
SD_QUALITY - Static variable in class org.jitsi.service.neomedia.QualityPreset
SD
SDES - org.jitsi.service.neomedia.SrtpControlType
Session Description Protocol (SDP) Security Descriptions for Media Streams (RFC 4568)
SDES_CIPHER_SUITES - Static variable in interface org.jitsi.service.neomedia.SDesControl
Name of the config setting that supplies the default enabled cipher suites.
SDesControl - Interface in org.jitsi.service.neomedia
SDES based SRTP MediaStream encryption control.
SDesControlImpl - Class in org.jitsi.impl.neomedia.transform.sdes
Default implementation of SDesControl that supports the crypto suites of the original RFC4568 and the KDR parameter, but nothing else.
SDesControlImpl() - Constructor for class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
SDESControl
SDesTransformEngine - Class in org.jitsi.impl.neomedia.transform.sdes
TransformEngine for SDES based SRTP encryption.
SDesTransformEngine(SrtpCryptoAttribute, SrtpCryptoAttribute) - Constructor for class org.jitsi.impl.neomedia.transform.sdes.SDesTransformEngine
Creates a new instance of this class.
SDKAPI - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
SDKAPI() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SDKAPI
 
SDP_ATTRIBUTE - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
 
SDP_PARAMETER - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
secureOff() - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
Inform user interface that security is not active any more.
secureOn(String) - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
Reports the security algorithm that the ZRTP protocol negotiated.
SecurityEventManager - Class in org.jitsi.impl.neomedia.transform.zrtp
The user callback class for ZRTP4J.
SecurityEventManager(ZrtpControlImpl) - Constructor for class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
The class constructor.
securityMessageReceived(String, String, int) - Method in interface org.jitsi.service.neomedia.event.SrtpListener
Indicates that a security message has occurred associated with a failure/warning or information coming from the encryption protocol/secure transport.
securityNegotiationStarted() - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
Indicates that we started the process of securing the the connection.
securityNegotiationStarted(MediaType, SrtpControl) - Method in interface org.jitsi.service.neomedia.event.SrtpListener
Indicates that we started the process of securing the connection.
securityTimeout(MediaType) - Method in interface org.jitsi.service.neomedia.event.SrtpListener
Indicates that the other party has timed out replying to our offer to secure the connection.
securityTurnedOff(MediaType) - Method in interface org.jitsi.service.neomedia.event.SrtpListener
Indicates that the security has been turned off.
securityTurnedOn(MediaType, String, SrtpControl) - Method in interface org.jitsi.service.neomedia.event.SrtpListener
Indicates that the security has been turned on.
SEEK_RELATIVE - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
selectVideoSize(DataSource, int, int) - Static method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Selects the VideoFormat from the list of supported formats of a specific video DataSource which has a size as close as possible to a specific size and sets it as the format of the specified video DataSource.
send(byte[], int, int) - Method in class org.jitsi.impl.neomedia.transform.dtls.DatagramTransportImpl
sendApplicationData(byte[], int, int) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsPacketTransformer
Sends the data contained in a specific byte array as application data through the DTLS connection of this DtlsPacketTransformer.
sendDataZRTP(byte[]) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
The callback method required by the ZRTP implementation.
sendDTMF(Buffer, DTMFInbandTone) - Static method in class org.jitsi.impl.neomedia.protocol.RewritablePushBufferDataSource
Replaces the media data contained in a specific Buffer with an inband DTMF tone signal.
senderSSRC - Variable in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
SSRC of packet sender.
sendFIR(int) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTCPFeedbackMessageSender
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.
SENDONLY - org.jitsi.service.neomedia.MediaDirection
Represents a direction from the entity that this direction pertains to to the outside.
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.
SENDRECV - org.jitsi.service.neomedia.MediaDirection
Indicates that the related entity supports both input and output (send and receive) operations.
sendSASRelayPacket(byte[], ZrtpConstants.SupportedSASTypes) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Send the SAS relay packet.
sendStreamsAreCreated - Variable in class org.jitsi.impl.neomedia.MediaStreamImpl
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.
seqNumBase - Variable in class org.jitsi.impl.neomedia.transform.fec.FlexFec03Header
The base sequence number from which the mask defines the sequence numbers of the media packets protected by this packet
SeqNumPacketTranslation<T extends org.jitsi.utils.ByteArrayBuffer> - Class in org.jitsi.util.function
 
SeqNumPacketTranslation(int) - Constructor for class org.jitsi.util.function.SeqNumPacketTranslation
 
SeqNumTranslation - Class in org.jitsi.util.function
 
SeqNumTranslation(int) - Constructor for class org.jitsi.util.function.SeqNumTranslation
Ctor.
SEQUENCE_MAX - Static variable in class org.jitsi.impl.neomedia.codec.AbstractCodec2
The maximum (RTP) sequence number value.
SEQUENCE_MIN - Static variable in class org.jitsi.impl.neomedia.codec.AbstractCodec2
The minimum (RTP) sequence number value.
SEQUENCE_NUMBER_MASK - Static variable in class org.jitsi.service.neomedia.RawPacket
The bitmask for the RTP sequence number field.
sequenceNumberComparator - Static variable in class org.jitsi.util.RTPUtils
Deprecated.
A Comparator implementation for unsigned 16-bit Integers.
set(int) - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
Set the bit (set to 1) at the given index
set(long, int, byte[]) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile.VP8Frame
Set all the attributes of the VP8Frame.
setAdditionalCodecSettings(Map<String, String>) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
Sets additional settings on this Codec.
setAdditionalCodecSettings(Map<String, String>) - Method in class org.jitsi.impl.neomedia.format.MediaFormatImpl
Sets additional codec settings.
setAdditionalCodecSettings(Map<String, String>) - Method in interface org.jitsi.service.neomedia.format.MediaFormat
Sets additional codec settings.
setAdvancedAttributes(Map<String, String>) - Method in class org.jitsi.impl.neomedia.codec.audio.g729.JavaEncoder
Sets the additional attributes to attributes
setAdvancedAttributes(Map<String, String>) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
Sets the additional attributes to attributes
setAdvancedAttributes(Map<String, String>) - Method in interface org.jitsi.service.neomedia.control.AdvancedAttributesAwareCodec
Sets the additional attributes to attributes
setArbitraryLoggingEnabled(boolean) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Change whether packet logging for arbitrary packets is enabled.
setAspectRatio(RecorderEvent.AspectRatio) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setAstExtensionID(int) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Sets the ID of the abs-send-time RTP extension.
setAudioLevelCache(AudioLevelMap, long) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEventDispatcher
Sets an AudioLevelMap that this dispatcher could use to cache levels it's measuring in addition to simply delivering them to a listener.
setAudioLevelListener(SimpleAudioLevelListener) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
Sets (or unsets if listener is null), the listener that is going to be notified of audio level changes detected by this effect.
setAudioLevelListener(SimpleAudioLevelListener) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEventDispatcher
Sets the new listener that will be gathering all events from this dispatcher.
setAudioSsrc(long) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setAudioSystem(AudioSystem, boolean) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
 
setAutomaticallyDropsLateVideoFrames(boolean) - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput
 
setAutomaticGainControl(boolean) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Sets the indicator which determines whether automatic gain control (AGC) is to be performed for captured audio.
setAuxSecret(byte[]) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Sets the auxilliary secret data
setBounds(Rectangle) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
 
setBounds(Rectangle) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Sets the region in the component of this VideoRenderer where the video is to be rendered.
setBuffer(byte[]) - Method in class org.jitsi.service.neomedia.RawPacket
 
setBufferLength(long) - Method in class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
Implements BufferControl.setBufferLength(long).
setBurstDensity(short) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Sets the fraction of RTP data packets within burst periods since the beginning of reception that were either lost or discarded.
setBurstDuration(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setCaptureDeviceFormat(DataSource, MediaFormatImpl<? extends Format>) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
 
setCaptureDeviceInfo(CaptureDeviceInfo) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Sets a specific CaptureDeviceInfo on this CaptureDevice.
setCaptureDevices(List<CaptureDeviceInfo2>) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Sets the list of a kind of devices: capture, notify or playback.
setCData(Element, String) - Static method in class org.jitsi.util.xml.XMLUtils
Sets data to be the CDATA content of element
setClientId(String) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Sets the client ID
setComponent(Component) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
 
setComponent(Component) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Sets the AWT Component into which this VideoRenderer is to draw.
setConnector(AbstractRTPConnector) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Sets the RTPConnector that will be used to initialize some codec for RTCP feedback.
setConnector(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(AbstractRTPConnector) - Method in interface org.jitsi.service.neomedia.SrtpControl
Sets the RTPConnector which is to use or uses this SRTP engine.
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(StreamConnector) - Method in interface org.jitsi.service.neomedia.MediaStream
Sets the StreamConnector to be used by this MediaStream for sending and receiving media.
setContentDescriptor(ContentDescriptor) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Sets the ContentDescriptor which specifies the content type in which this MediaDeviceSession is to output the media captured by its MediaDevice.
setContextFactory(SrtpContextFactory, boolean) - Method in class org.jitsi.impl.neomedia.transform.srtp.SRTPTransformer
Sets a new key factory when key material has changed.
setCrc() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpRawPacket
Set ZRTP CRC in this packet
setCsrcAudioLevelExtensionID(byte, MediaDirection) - Method in class org.jitsi.impl.neomedia.transform.csrc.CsrcTransformEngine
Sets the ID that this transformer should be using for audio level extensions or disables audio level extensions if extID is -1.
setCsrcAudioLevelListener(CsrcAudioLevelListener) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Registers listener as the CsrcAudioLevelListener that will receive notifications for changes in the levels of conference participants that the remote party could be mixing.
setCsrcAudioLevelListener(CsrcAudioLevelListener) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
Registers listener as the CsrcAudioLevelListener that will receive notifications for changes in the levels of conference participants that the remote party could be mixing.
setCsrcList(long[]) - Method in class org.jitsi.service.neomedia.RawPacket
Replaces the existing CSRC list (even if empty) with newCsrcList and updates the CC (CSRC count) field of this RawPacket accordingly.
setDB(float) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Set the gain in decibels.
setDelegate(DSCaptureDevice.ISampleGrabberCB) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
Set a delegate to use when a frame is received.
setDelegate(QTCaptureDecompressedVideoOutput.Delegate) - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput
 
setDenoise(boolean) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Sets the indicator which determines whether noise suppression is to be performed for captured audio.
setDenoise(long, boolean) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Sets the indicator which determines whether a specific (input) PortAudio stream is to have denoise performed on the audio data it provides.
setDest(long[]) - Method in class org.jitsi.impl.neomedia.rtcp.RTCPREMBPacket
 
setDevice(AudioSystem.DataFlow, CaptureDeviceInfo2, boolean) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Selects the active device.
setDevice(CaptureDeviceInfo2, boolean) - Method in class org.jitsi.impl.neomedia.device.Devices
Selects the active device.
setDevice(MediaDevice) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Sets the MediaDevice that this stream should use to play back and capture media.
setDevice(MediaDevice) - Method in interface org.jitsi.service.neomedia.MediaStream
Sets the device that this stream should use to play back and capture media.
setDevices(List<CaptureDeviceInfo2>) - Method in class org.jitsi.impl.neomedia.device.CaptureDevices
Sets the list of CaptureDeviceInfo2s which are active/plugged-in.
setDevices(List<CaptureDeviceInfo2>) - Method in class org.jitsi.impl.neomedia.device.Devices
Sets the list of CaptureDeviceInfo2s which are active/plugged-in.
setDevicesChangedCallback(Runnable) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
 
setDevicesChangedCallback(Runnable) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
 
setDirection(MediaDirection) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Configures this AbstractRTPConnector to allow RTP in the specified direction.
setDirection(MediaDirection) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Sets the direction in which media in this MediaStream is to be streamed.
setDirection(MediaDirection) - Method in interface org.jitsi.service.neomedia.MediaStream
Sets the direction in which media in this MediaStream is to be streamed.
setDisableOtherVideosOnTop(boolean) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setDiscardRate(short) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Sets the fraction of RTP data packets from the source that have been discarded since the beginning of reception, due to late or early arrival, under-run or overflow at the receiving jitter buffer.
setDisplayIndex(int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.ImageStream
Sets the index of the display to be used by this ImageStream.
setDisposePlayerOnClose(boolean) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Sets the indicator which determines whether this instance is to dispose of its associated player upon closing.
setDuration(long) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setEchoCancel(boolean) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Sets the indicator which determines whether echo cancellation is to be performed for captured audio.
setEchoCancel(boolean) - Method in class org.jitsi.impl.neomedia.device.MacCoreaudioSystem
Sets the indicator which determines whether echo cancellation is to be performed for captured audio.
setEchoFilterLengthInMillis(long, long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Sets the number of milliseconds of echo to be canceled in the audio data provided by a specific (input) PortAudio stream.
setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
Enables or disables this AudioLevelEffect2 according to the value of enabled.
setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.control.AbstractFormatControl
Implements FormatControl.setEnabled(boolean).
setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.control.ReadOnlyFormatControlDelegate
Implements FormatControl.setEnabled(boolean).
setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Enables or disables this RTPConnectorInputStream.
setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Enables or disables this RTPConnectorOutputStream.
setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.transform.CachingTransformer
Enables/disables the caching of packets.
setEnabled(boolean) - Method in class org.jitsi.impl.neomedia.transform.REDFilterTransformEngine
Enables or disables this transformer.
setEnabledCiphers(Iterable<String>) - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesControlImpl
 
setEnabledCiphers(Iterable<String>) - Method in interface org.jitsi.service.neomedia.SDesControl
Sets the enabled SDES ciphers.
setEnabledThreshold(boolean) - Method in class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
Implements BufferControl.setEnabledThreshold(boolean).
setEnableZrtp(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Sets the enableZrtp flag.
setEncodingPreference(String, double, int) - Method in class org.jitsi.impl.neomedia.codec.EncodingConfigurationImpl
Sets pref as the preference associated with encoding.
setEncodingPreference(String, double, int) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
Sets pref as the preference associated with encoding.
setEndpoint(long, String) - Method in class org.jitsi.impl.neomedia.recording.SynchronizerImpl
Sets the endpoint identifier for a specific SSRC.
setEndpoint(long, String) - Method in interface org.jitsi.service.neomedia.recording.Synchronizer
Sets the endpoint identifier for a specific SSRC.
setEndpointId(String) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setEndSystemDelay(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setEngine(TransformEngine) - Method in class org.jitsi.impl.neomedia.transform.RTPTransformTCPConnector
Sets the customized TransformEngine which contains the concrete transform logic.
setEngine(TransformEngine) - Method in class org.jitsi.impl.neomedia.transform.RTPTransformUDPConnector
Sets the customized TransformEngine which contains the concrete transform logic.
setEnrollmentMode(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Set the state of the enrollment mode.
setEventHandler(RecorderEventHandler) - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
Sets the RecorderEventHandler which this Recorder should notify when events related to recording (such as start/end of a recording) occur.
setEventHandler(RecorderEventHandler) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
Sets the instance which should be notified when events related to recordings (such as the start or end of a recording) occur.
setEventHandler(RecorderEventHandler) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
 
setEventHandler(RecorderEventHandler) - Method in interface org.jitsi.service.neomedia.recording.Recorder
Sets the RecorderEventHandler which this Recorder should notify when events related to recording (such as start/end of a recording) occur.
setExpectedPacketLoss(int) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
Updates the encoder's expected packet loss percentage to the bigger of percentage and this.minPacketLoss.
setExpectedPacketLoss(int) - Method in class org.jitsi.impl.neomedia.codec.audio.silk.JavaEncoder
Updates the encoder's packet loss percentage.
setExpectedPacketLoss(int) - Method in interface org.jitsi.service.neomedia.control.PacketLossAwareEncoder
Tells the encoder to expect percentage percent packet loss.
setExtendedPictureId(byte[], int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
Sets the extended picture ID for the VP8 payload specified in the buffer that is passed as an argument.
setExtensionID(int) - Method in class org.jitsi.impl.neomedia.rtp.TransportCCEngine
Sets the ID of the transport-cc RTP extension.
setExtensionID(int) - Method in class org.jitsi.impl.neomedia.transform.AbsSendTimeEngine
Sets the ID of the abs-send-time RTP extension.
setExtensionID(int) - Method in class org.jitsi.impl.neomedia.transform.OriginalHeaderBlockTransformEngine
Sets the ID of the abs-send-time RTP extension.
setExternalTransformer(TransformEngine) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Sets the external (application-provided) TransformEngine of this MediaStream.
setExternalTransformer(TransformEngine) - Method in interface org.jitsi.service.neomedia.MediaStream
Sets the external (application-provided) TransformEngine of this MediaStream.
setExtRFactor(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setFecRate(int) - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
Sets the rate at which ulpfec packets will be generated and added to the stream by this PacketTransformer.
setFecTransformEngine(FECTransformEngine) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
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(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(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(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(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.AbstractFormatControl
Implements FormatControl.setFormat(Format).
setFormat(Format) - Method in class org.jitsi.impl.neomedia.control.ReadOnlyFormatControlDelegate
Implements FormatControl.setFormat(Format).
setFormat(DSFormat) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
Set format to use with this capture device.
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(MediaFormat) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Sets the MediaFormat that this MediaStream should transmit in.
setFormat(MediaFormat) - Method in interface org.jitsi.service.neomedia.MediaStream
Sets the MediaFormat that this MediaStream should transmit in.
setFormatParameters(Map<String, String>) - Method in class org.jitsi.impl.neomedia.codec.audio.ilbc.JavaEncoder
Sets the format parameters to fmtps
setFormatParameters(Map<String, String>) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
Sets the format parameters.
setFormatParameters(Map<String, String>) - Method in interface org.jitsi.service.neomedia.control.FormatParametersAwareCodec
Sets the format parameters to fmtps
setFrameRate(float) - Method in class org.jitsi.impl.neomedia.control.FrameRateControlAdapter
Sets the output frame rate.
setFrameRate(int) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Sets and stores the frame rate.
setFramesBehind(float) - Method in class org.jitsi.impl.neomedia.control.FrameProcessingControlImpl
Sets the number of frames the owner of this FrameProcessingControl is lagging behind.
setGapDensity(short) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Sets the fraction of RTP data packets within inter-burst gaps since the beginning of reception that were either lost or discarded.
setGapDuration(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setGlobalLoggingEnabled(boolean) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Change whether packet logging is enabled.
setGMin(short) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setIce4JLoggingEnabled(boolean) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Change whether packet logging for Ice4J is enabled.
setIncomingPT(byte) - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
Sets the payload type for incoming ulpfec packets.
setIncomingPT(byte) - Method in class org.jitsi.impl.neomedia.transform.REDTransformEngine
Sets the RED payload type for incoming red packets.
setInputDeviceVolume(String, float) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
 
setInputDeviceVolume(String, float) - Method in class org.jitsi.impl.neomedia.HardwareVolumeControl
Changes the device volume via the system API.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
Sets the format of the data to be input to this codec.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
Sets the format of the data to be input to this codec.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
 
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.JNIDecoder
Additionally, determines whether this JNIDecoder is to perform RTP depacketization.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Decoder
 
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.DePacketizer
 
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Encoder
 
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Packetizer
 
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
Makes sure that the outputFormat of this instance is in accord with the inputFormat of this instance.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIEncoder
Automatically tracks and calculates the size in bytes of an audio frame (to be) output by this instance.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIDecoder
Sets the Format of the media data to be input for processing in this Codec.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.JNIEncoder
Sets the input format.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.speex.SpeexResampler
Sets the Format of the media data to be input for processing in this Codec.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
Sets the Format of the media data to be input for processing in this Codec.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
Sets the Format of the media data to be input to this Codec.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.Packetizer
Sets the input format.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
Sets the input format.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXDecoder
Sets the Format of the media data to be input for processing in this Codec.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXEncoder
Sets the input format.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.AbstractRenderer
Sets the Format of the media data to be rendered by this Renderer.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
Sets the Format of the media data to be rendered by this Renderer.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
Sets the Format of the input to be processed by this Renderer.
setInputFormat(Format) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Sets the Format of the input to be processed by this Renderer.
setInputFormat(Format, int) - Method in class org.jitsi.impl.neomedia.recording.BasicWavMux
setInstant(long) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setIntForKey(int, long) - Method in class org.jitsi.impl.neomedia.quicktime.NSMutableDictionary
 
setInvalid(boolean) - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Sets the indicator which determines whether this instance is invalid.
setJabberLoggingEnabled(boolean) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Change whether packet logging for jabber protocol is enabled.
setJitter(double) - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Sets the last jitter that was sent/received.
setJitterBufferAbsoluteMaximumDelay(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setJitterBufferAdaptive(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Sets whether the jitter buffer is adaptive.
setJitterBufferMaximumDelay(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setJitterBufferNominalDelay(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setJitterBufferRate(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Sets the implementation specific adjustment rate of a jitter buffer in adaptive mode.
setKeyFrameControl(KeyFrameControl) - Method in class org.jitsi.impl.neomedia.codec.video.h264.DePacketizer
Sets the KeyFrameControl to be used by this DePacketizer as a means of control over its key frame-related logic.
setKeyFrameControl(KeyFrameControl) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIDecoder
Sets the KeyFrameControl to be used by this DePacketizer as a means of control over its key frame-related logic.
setKeyFrameControl(KeyFrameControl) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
Sets the KeyFrameControl to be used by this JNIEncoder as a means of control over its key frame-related logic.
setKeyFrameControl(KeyFrameControl) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Sets the KeyFrameControl to be used by this VideoMediaDeviceSession as a means of control over its key frame-related logic.
setKeyFrameControl(KeyFrameControl) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
 
setLength(int) - Method in class org.jitsi.impl.neomedia.codec.video.ByteBuffer
Sets the number of bytes of valid data that the native memory represented by this instance contains.
setLength(int) - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
setLength(int) - Method in class org.jitsi.service.neomedia.RawPacket
 
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
 
setLevel(float) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Set the gain using a floating point scale with values between 0.0 and 1.0.
setLimit(long) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Changes the file size limit.
setListener(SilenceEffect.Listener) - Method in class org.jitsi.impl.neomedia.codec.SilenceEffect
 
setLocalSourceID(long) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Sets the local SSRC identifier and fires the corresponding PropertyChangeEvent.
setLocalSourceID(long) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Sets the local SSRC identifier and fires the corresponding PropertyChangeEvent.
setLocalSSRC(long) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Set the local SSRC.
setLocalUserAudioLevelListener(SimpleAudioLevelListener) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Sets listener as the SimpleAudioLevelListener registered to receive notifications from our device session for changes in the levels of the audio that this stream is sending out.
setLocalUserAudioLevelListener(SimpleAudioLevelListener) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
Sets the SimpleAudioLevelListener that this session should be notifying about changes in local audio level related information.
setLocalUserAudioLevelListener(SimpleAudioLevelListener) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
Sets listener as the SimpleAudioLevelListener registered to receive notifications for changes in the levels of the audio that this stream is sending out.
setLocator(MediaLocator) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.DataSource
Sets the MediaLocator which specifies the media source of this DataSource.
setLocator(MediaLocator) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
Sets the MediaLocator which specifies the playback device to be used by this Renderer.
setLocator(MediaLocator) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
Sets the MediaLocator which specifies the device index of the MacCoreaudio device to be used by this instance for rendering.
setLocator(MediaLocator) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Sets the MediaLocator which specifies the device index of the PortAudio device to be used by this instance for rendering.
setLogfileCount(int) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Changes file count.
setLooping(boolean) - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Sets the indicator which determines whether this audio is to play in a loop.
setLoopInterval(int) - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Sets the interval of time in milliseconds between consecutive plays of this audio in a loop.
setLossRate(short) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Sets the fraction of RTP data packets from the source lost since the beginning of reception.
setMarker(boolean) - Method in class org.jitsi.service.neomedia.RawPacket
Sets or resets the marker bit of this packet according to the marker parameter.
setMasterSession(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
When in multistream mode, enables the master session.
setMasterSession(boolean) - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
When in multistream mode, enables the master session.
setMasterSession(boolean) - Method in interface org.jitsi.service.neomedia.SrtpControl
When in multistream mode, enables the master session.
setMaxPacketsPerMillis(int, long) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Sets the maximum number of RTP packets to be sent by this OutputDataStream through its DatagramSocket per a specific number of milliseconds.
setMediaStreamTracks(MediaStreamTrackDesc[]) - Method in class org.jitsi.impl.neomedia.rtp.MediaStreamTrackReceiver
Updates this MediaStreamTrackReceiver with the new RTP encoding parameters.
setMediaType(MediaType) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setMinBitrate(int) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorAbsSendTime
Sets the minimum bitrate for this instance.
setMinBitrate(int) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorSingleStream
 
setMinBitrate(int) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Sets the minimum bitrate for this instance.
setMinBitrate(int) - Method in interface org.jitsi.service.neomedia.rtp.RemoteBitrateEstimator
Sets the minimum bitrate for this instance.
setMinimalProcessing(boolean) - Method in class org.jitsi.impl.neomedia.control.FrameProcessingControlImpl
Sets the indicator which determines whether the owner of this FrameProcessingControl is to perform only the minimal operations necessary to keep it working normally but without producing output.
setMinimumThreshold(long) - Method in class org.jitsi.impl.neomedia.control.ReadOnlyBufferControlDelegate
Implements BufferControl.setMinimumThreshold(long).
setMitmMode(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Set the state of the MitM mode flag.
setMosCq(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setMosLq(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setMultistream(SrtpControl) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Start multi-stream ZRTP sessions.
setMultistream(SrtpControl) - Method in class org.jitsi.service.neomedia.AbstractSrtpControl
Sets the multistream data, which means that the master stream has successfully started and this will start all other streams in this session.
setMultistream(SrtpControl) - Method in interface org.jitsi.service.neomedia.SrtpControl
Sets the multistream data, which means that the master stream has successfully started and this will start all other streams in this session.
setMultiStrParams(byte[]) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Sets the multistream params (The multistream part needs further development)
setMute(boolean) - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Sets the mute state of this DataSource.
setMute(boolean) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Sets the indicator which determines whether this MediaDeviceSession is set to output "silence" instead of the actual media fed from its CaptureDevice.
setMute(boolean) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Causes this MediaStream to stop transmitting the media being fed from this stream's MediaDevice and transmit "silence" instead.
setMute(boolean) - Method in class org.jitsi.impl.neomedia.notify.AudioNotifierServiceImpl
Enables or disables the sound in the application.
setMute(boolean) - Method in interface org.jitsi.impl.neomedia.protocol.MuteDataSource
Sets the mute state of this DataSource.
setMute(boolean) - Method in class org.jitsi.impl.neomedia.protocol.RewritablePullBufferDataSource
Sets the mute state of this DataSource.
setMute(boolean) - Method in class org.jitsi.impl.neomedia.protocol.RewritablePushBufferDataSource
Sets the mute state of this DataSource.
setMute(boolean) - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
Put the recorder in mute state.
setMute(boolean) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
setMute(boolean) - Method in interface org.jitsi.service.audionotifier.AudioNotifierService
Stops/Restores all currently playing sounds.
setMute(boolean) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Mutes current sound.
setMute(boolean) - Method in interface org.jitsi.service.neomedia.MediaStream
Causes this MediaStream to stop transmitting the media being fed from this stream's MediaDevice and transmit "silence" instead.
setMute(boolean) - Method in interface org.jitsi.service.neomedia.recording.Recorder
Put the recorder in mute state.
setMute(boolean) - Method in interface org.jitsi.service.neomedia.VolumeControl
Mutes current sound playback.
setName(String) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Sets the name of this stream.
setName(String) - Method in interface org.jitsi.service.neomedia.MediaStream
Sets the name of this stream.
setNoiseLevel(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setNonSystemProperty(String, Object) - Method in interface org.jitsi.impl.configuration.ConfigurationStore
Sets the value of a non-system property with a specific name to a specific value in this ConfigurationStore.
setNonSystemProperty(String, Object) - Method in class org.jitsi.impl.configuration.HashtableConfigurationStore
setNonSystemProperty(String, Object) - Method in class org.jitsi.impl.configuration.PropertyConfigurationStore
setNonSystemProperty(String, Object) - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
setNtpTime(double) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setNullTransferHandler(ReceiveStream) - Static method in class org.jitsi.impl.neomedia.device.ReceiveStreamPushBufferDataSource
Sets a BufferTransferHandler on a specific ReceiveStream which reads data as soon as possible and throws it away.
setOctetCount(ByteArrayBuffer, int) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPSenderInfoUtils
Sets the octet count in the SR that is specified in the arguments.
setOffset(int) - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
setOffset(int) - Method in class org.jitsi.service.neomedia.RawPacket
 
setOffsetLength(int, int) - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
Sets the offset and the length of this ByteArrayBuffer
setOrigin(int, int) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.ImageStream
Sets the origin to be captured by this ImageStream.
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.
setOriginalSequenceNumber(int) - Method in class org.jitsi.service.neomedia.RawPacket
Sets the OSN value of an RTX packet.
setOutgoingPT(byte) - Method in class org.jitsi.impl.neomedia.transform.fec.FECTransformEngine
Sets the payload type for outgoing ulpfec packets.
setOutgoingPT(byte) - Method in class org.jitsi.impl.neomedia.transform.REDTransformEngine
Sets the RED payload type for outgoing red packets.
setOutputDeviceVolume(String, float) - Static method in class org.jitsi.impl.neomedia.device.CoreAudioDevice
 
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect
Sets the format for the data this codec outputs.
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
Sets the format for the data this codec outputs.
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
 
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.amrwb.JNIEncoder
Additionally, determines whether this JNIEncoder is to perform RTP packetization.
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Decoder
 
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.DePacketizer
 
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Encoder
 
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.gsm.Packetizer
 
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.audio.opus.JNIDecoder
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
Sets the Format in which this Codec is to output media data.
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.h264.Packetizer
Sets the Format in which this Codec is to output media data.
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
Sets the Format in which this Codec is to output media data.
setOutputFormat(Format) - Method in class org.jitsi.impl.neomedia.codec.video.vp8.VPXEncoder
Sets the Format in which this Codec is to output media data.
setOutputLocator(MediaLocator) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
setOutputSize(Dimension) - Method in class org.jitsi.impl.neomedia.codec.video.SwScale
Sets the output size.
setOutputSize(Dimension) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Sets the size of the output video.
setOutputVolumeControl(VolumeControl) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Sets the VolumeControl which is to control the volume (level) of the audio received in/by this AudioMediaStream and played back.
setOutputVolumeControl(VolumeControl) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
Sets the VolumeControl which is to control the volume (level) of the audio (to be) played back by this instance.
setOutputVolumeControl(VolumeControl) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
Sets the VolumeControl which is to control the volume (level) of the audio received in/by this AudioMediaStream and played back.
setOwnSSRC(long) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Set the SSRC of the RTP transmitter stream.
setPacketCount(ByteArrayBuffer, int) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPSenderInfoUtils
Sets the packet count in the SR that is specified in the arguments.
setPacketizationMode(String) - Method in class org.jitsi.impl.neomedia.codec.video.h264.JNIEncoder
Sets the packetization mode to be used for the H.264 RTP payload output by this JNIEncoder and the associated packetizer.
setPacketLossConcealment(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
Sets the type of packet loss concealment (PLC).
setPaddingSize(int) - Method in class org.jitsi.service.neomedia.RawPacket
Sets the padding length for this RTP packet.
setParanoidMode(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Enables or disables paranoid mode.
setParticipantDescription(String) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setParticipantName(String) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setPayloadType(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.
setPayloadType(int) - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
Sets the packet type (PT) of this RTCPFeedbackMessagePacket.
setPixelBufferAttributes(NSDictionary) - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput
 
setPlaybackDevices(List<CaptureDeviceInfo2>) - Method in class org.jitsi.impl.neomedia.device.AudioSystem
Sets the list of the active devices.
setPreferredRemoteSendMaxPreset(QualityPreset) - Method in interface org.jitsi.service.neomedia.QualityControl
Changes remote send preset and protocols who can handle the changes will implement this for re-inviting the other party or just sending that media has changed.
setPriority(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.impl.neomedia.codec.EncodingConfigurationConfigImpl
Sets the preference associated with encoding to priority, and stores the appropriate property in the configuration service.
setPriority(MediaFormat, int) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
Sets priority as the preference associated with encoding.
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(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.
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(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.
setProperties(Map<String, Object>) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
setProperty(String, Object) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
setProperty(String, Object) - 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.
setProperty(String, Object, boolean) - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
setPtr(long) - Method in class org.jitsi.impl.neomedia.quicktime.CVImageBuffer
Sets the CoreVideo CVImageBufferRef represented by this instance.
setPtr(long) - Method in class org.jitsi.impl.neomedia.quicktime.NSObject
Sets the pointer to the Objective-C object represented by this instance.
setReceiveBufferSize(int) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Provides a dummy implementation to RTPConnector.setReceiveBufferSize(int).
setReceiveBufferSize(int) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
 
setReceiveBufferSize(int) - Method in class org.jitsi.impl.neomedia.RTPConnectorTCPInputStream
 
setReceiveBufferSize(int) - Method in class org.jitsi.impl.neomedia.RTPConnectorUDPInputStream
 
setReceiveStreamBufferListener(ReceiveStreamBufferListener) - Method in class org.jitsi.impl.neomedia.device.AudioMixerMediaDevice
Set the listener which gets notified when this MediaDevice reads data from a ReceiveStream
setRemoteFingerprints(Map<String, String>) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Sets the certificate fingerprints presented by the remote endpoint via the signaling path.
setRemoteFingerprints(Map<String, String>) - Method in interface org.jitsi.service.neomedia.DtlsControl
Sets the certificate fingerprints presented by the remote endpoint via the signaling path.
setRemoteSendMaxPreset(QualityPreset) - Method in interface org.jitsi.service.neomedia.QualityControl
Changes remote send preset.
setRemoteSSRC(long) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Set the remote SSRC.
setResidualEchoReturnLoss(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setRFactor(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setRoundTripDelay(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setRTCPFeedbackPLI(boolean) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Sets the indicator which determines whether RTCP feedback Picture Loss Indication (PLI) is to be used to request keyframes.
setRtcpmux(boolean) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Enables/disables rtcp-mux.
setRtcpmux(boolean) - Method in interface org.jitsi.service.neomedia.DtlsControl
Enables/disables rtcp-mux.
setRtpClockRate(long, long) - Method in class org.jitsi.impl.neomedia.recording.SynchronizerImpl
Sets the clock rate of the RTP clock for a specific SSRC.
setRtpClockRate(long, long) - Method in interface org.jitsi.service.neomedia.recording.Synchronizer
Sets the clock rate of the RTP clock for a specific SSRC.
setRtpHeaderExtensionId(byte) - Method in class org.jitsi.impl.neomedia.audiolevel.AudioLevelEffect2
Sets the ID of the RTP header extension which will be added.
setRTPLoggingEnabled(boolean) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Change whether packet logging for RTP is enabled.
setRtpTimestamp(long) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setRTPTranslator(RTPTranslator) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Sets the RTPTranslator which is to forward RTP and RTCP traffic between this and other MediaStreams.
setRTPTranslator(RTPTranslator) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Sets the RTPTranslator which is to forward RTP and RTCP traffic between this and other MediaStreams.
setRTPTranslator(RTPTranslator) - Method in class org.jitsi.service.neomedia.AbstractMediaStream
Sets the RTPTranslator which is to forward RTP and RTCP traffic between this and other MediaStreams.
setRTPTranslator(RTPTranslator) - Method in interface org.jitsi.service.neomedia.MediaStream
Sets the RTPTranslator which is to forward RTP and RTCP traffic between this and other MediaStreams.
setRtt(long) - Method in class org.jitsi.impl.neomedia.stats.AbstractTrackStats
Sets AbstractTrackStats.rtt to a specific value in milliseconds.
setSASVerification(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl
Sets the SAS verification
setSASVerification(boolean) - Method in interface org.jitsi.service.neomedia.ZrtpControl
Sets the SAS verification
setSASVerified(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
Sets current SAS verification status.
setSendBufferSize(int) - Method in class org.jitsi.impl.neomedia.AbstractRTPConnector
Provides a dummy implementation to RTPConnector.setSendBufferSize(int).
setSenderSsrc(long) - Method in class org.jitsi.impl.neomedia.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(long) - Method in class org.jitsi.impl.neomedia.RTCPFeedbackMessagePacket
Sets the synchronization source identifier (SSRC) of the originator of this packet.
setSeqNum(short) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZrtpRawPacket
Set the sequence number in this packet.
setSequenceNumber(byte[], int, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Set sequence number for an RTP buffer
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(int) - Method in class org.jitsi.service.neomedia.RawPacket
Set the RTP sequence number of an RTP packet
setSequenceNumber(ByteArrayBuffer, int) - Static method in class org.jitsi.service.neomedia.RawPacket
Sets the sequence number of an RTP packet.
setSessionType(MediaType) - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
Set the type of this session.
setSetup(DtlsControl.Setup) - Method in class org.jitsi.impl.neomedia.transform.dtls.DtlsControlImpl
Sets the value of the setup SDP attribute defined by RFC 4145 "TCP-Based Media Transport in the Session Description Protocol (SDP)" which determines whether this instance is to act as a DTLS client or a DTLS server.
setSetup(DtlsControl.Setup) - Method in interface org.jitsi.service.neomedia.DtlsControl
Sets the value of the setup SDP attribute defined by RFC 4145 "TCP-Based Media Transport in the Session Description Protocol (SDP)" which determines whether this instance is to act as a DTLS client or a DTLS server.
setSignalLevel(byte) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
 
setSignatureData(byte[]) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Sets signature data for the Confirm packets
setSipLoggingEnabled(boolean) - Method in class org.jitsi.service.packetlogging.PacketLoggingConfiguration
Change whether packet logging for sip protocol is enabled.
setSkipStats(boolean) - Method in class org.jitsi.service.neomedia.RawPacket
Changes the skipStats flag.
setSource(DataSource) - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
setSourceSSRC(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.
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.
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(long) - Method in class org.jitsi.service.neomedia.recording.RecorderEvent
 
setSSRC(int) - Method in class org.jitsi.service.neomedia.RawPacket
Set the SSRC of this packet
setSSRC(int) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
Sets the synchronization source identifier (SSRC) of the originator of this XR packet.
setSsrcAudioLevelExtensionID(byte, MediaDirection) - Method in class org.jitsi.impl.neomedia.transform.csrc.SsrcTransformEngine
 
setSSRCFactory(SSRCFactory) - Method in class org.jitsi.impl.neomedia.jmfext.media.rtp.RTPSessionMgr
Sets the SSRCFactory to be utilized by this instance to generate new synchronization source (SSRC) identifiers.
setSSRCFactory(SSRCFactory) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Sets the SSRCFactory which is to generate new synchronization source (SSRC) identifiers.
setSSRCFactory(SSRCFactory) - Method in class org.jitsi.impl.neomedia.rtp.StreamRTPManager
Sets the SSRCFactory to be utilized by this instance to generate new synchronization source (SSRC) identifiers.
setSSRCFactory(SSRCFactory) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Sets the SSRCFactory which is to generate new synchronization source (SSRC) identifiers.
setSSRCFactory(SSRCFactory) - Method in interface org.jitsi.service.neomedia.MediaStream
Sets the SSRCFactory which is to generate new synchronization source (SSRC) identifiers.
setStartMuted(boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
 
setStreamAudioLevelListener(SimpleAudioLevelListener) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Sets listener as the SimpleAudioLevelListener registered to receive notifications from our device session for changes in the levels of the party that's at the other end of this stream.
setStreamAudioLevelListener(SimpleAudioLevelListener) - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
Sets listener as the SimpleAudioLevelListener that we are going to notify every time a change occurs in the audio level of the media that this device session is receiving from the remote party.
setStreamAudioLevelListener(SimpleAudioLevelListener) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
Sets listener as the SimpleAudioLevelListener registered to receive notifications for changes in the levels of the party that's at the other end of this stream.
setSupportsFir(boolean) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Sets the value of the flag which indicates whether the remote end supports RTCP FIR or not.
setSupportsPli(boolean) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Sets the value of the flag which indicates whether the remote end supports RTCP PLI or not.
setSupportsRemb(boolean) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Sets the value of the flag which indicates whether the remote end supports RTCP REMB or not.
setSupportsRemb(boolean) - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
Sets the value of the flag which indicates whether the remote end supports RTCP REMB or not.
setSuppressDisconnect(boolean) - Method in class org.jitsi.impl.neomedia.device.ReceiveStreamPushBufferDataSource
Sets the indicator which determines whether calls to DataSource.disconnect() on the wrapped DataSource are to be suppressed when there are such calls on this instance.
setSynchronizer(Synchronizer) - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
Sets the Synchronizer that this instance should use.
setSynchronizer(Synchronizer) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
 
setSynchronizer(Synchronizer) - Method in interface org.jitsi.service.neomedia.recording.Recorder
Sets the Synchronizer that this instance should use.
setSystemProperty(String) - Method in interface org.jitsi.impl.configuration.ConfigurationStore
Sets a property with a specific name to be considered a system property by the ConfigurationStore.
setSystemProperty(String) - Method in class org.jitsi.impl.configuration.HashtableConfigurationStore
setSystemProperty(String) - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
setSystemTimeStamp(long) - Method in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport
Sets the System time in milliseconds at which this RTCPExtendedReport has been received or sent by the local endpoint.
setTarget(MediaStreamTarget) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Sets the target of this MediaStream to which it is to send and from which it is to receive data (e.g.
setTarget(MediaStreamTarget) - Method in interface org.jitsi.service.neomedia.MediaStream
Sets the target of this MediaStream to which it is to send and from which it is to receive data (e.g.
setTccExtensionID(int) - Method in class org.jitsi.impl.neomedia.rtp.remotebitrateestimator.RemoteBitrateEstimatorWrapper
Sets the ID of the transport-cc RTP extension.
setText(Element, String) - Static method in class org.jitsi.util.xml.XMLUtils
Sets data to be the TEXT content of element
setThreadPriority(Thread, int) - Static method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Sets a specific priority on a specific Thread.
setTimestamp(byte[], int, int, int) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPSenderInfoUtils
Sets the RTP timestamp in an SR.
setTimestamp(byte[], int, int, long) - Static method in class org.jitsi.service.neomedia.RawPacket
Set the RTP timestamp for an RTP buffer.
setTimestamp(long) - Method in class org.jitsi.service.neomedia.RawPacket
Set the timestamp value of the RTP Packet
setTimestamp(ByteArrayBuffer, int) - Static method in class org.jitsi.impl.neomedia.rtcp.RTCPSenderInfoUtils
Sets the RTP timestamp in an SR.
setTimestamp(ByteArrayBuffer, long) - Static method in class org.jitsi.service.neomedia.RawPacket
Sets the RTP timestamp of an RTP packet.
setTL0PICIDX(byte[], int, int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
Sets the TL0PICIDX field for the VP8 payload specified in the buffer that is passed as an argument.
setTransferHandler(BufferTransferHandler) - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferStream
Implements PushBufferStream.setTransferHandler(BufferTransferHandler).
setTransferHandler(BufferTransferHandler) - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferStream
Sets the BufferTransferHandler which is to be notified by this PushBufferStream when data is available for reading.
setTransferHandler(BufferTransferHandler) - Method in class org.jitsi.impl.neomedia.protocol.CachingPushBufferStream
Implements PushBufferStream.setTransferHandler(BufferTransferHandler).
setTransferHandler(BufferTransferHandler) - Method in class org.jitsi.impl.neomedia.protocol.PushBufferStreamAdapter
Implements PushBufferStream#setTransferHandler(BufferTransferHandler).
setTransferHandler(SourceTransferHandler) - Method in class org.jitsi.impl.neomedia.RTPConnectorInputStream
Sets the transferHandler that this connector should be notifying when new data is available for reading.
setTransformer(PacketTransformer) - Method in class org.jitsi.impl.neomedia.transform.AbstractTransformOutputStream
Sets the PacketTransformer to be used by this instance to transform RawPackets.
setTransformer(PacketTransformer) - Method in class org.jitsi.impl.neomedia.transform.TransformInputStream
Sets the PacketTransformer which is to be used to reverse-transform packets.
setTransformer(PacketTransformer) - Method in interface org.jitsi.impl.neomedia.transform.TransformOutputStream
Sets the PacketTransformer to be used by this instance to transform RawPackets.
setTransformer(PacketTransformer) - Method in class org.jitsi.impl.neomedia.transform.TransformOutputStreamImpl
Sets the PacketTransformer to be used by this instance to transform RawPackets.
setTransformer(PacketTransformer) - Method in class org.jitsi.impl.neomedia.transform.TransformTCPOutputStream
Sets the PacketTransformer to be used by this instance to transform RawPackets.
setTransformer(PacketTransformer) - Method in class org.jitsi.impl.neomedia.transform.TransformUDPOutputStream
Sets the PacketTransformer to be used by this instance to transform RawPackets.
setTransportCCEngine(TransportCCEngine) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
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
 
setUserCallback(SecurityEventManager) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Sets the user callback class used to maintain the GUI ZRTP part
setUseTranslator(boolean) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Updates the value of useTranslator.
setVersion() - Method in class org.jitsi.service.neomedia.RawPacket
Sets the RTP version in this RTP packet.
setVideoBitrate(int) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Sets and stores the video bitrate.
setVideoCaptureDevice(CaptureDeviceInfo, boolean) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Sets the device which is to be used by this DeviceConfiguration for video capture.
setVideoMinFrameDuration(double) - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureDevice
 
setVideoRTPPacingThreshold(int) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Sets and stores the maximum allowed video bandwidth.
setVideoSize(Dimension) - Method in class org.jitsi.impl.neomedia.device.DeviceConfiguration
Sets and stores the video size.
setVolume(float) - Method in class org.jitsi.service.neomedia.BasicVolumeControl
Changes volume level.
setVolume(float) - Method in interface org.jitsi.service.neomedia.VolumeControl
Sets the current volume value/level.
setVolumeControl(Renderer, VolumeControl) - Static method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceSession
Implements a utility which facilitates setting a specific VolumeControl on a specific Renderer for the purposes of control over the volume (level) of the audio (to be) played back by the specified Renderer.
setVolumeControl(VolumeControl) - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.AbstractAudioRenderer
Sets the VolumeControl which is to control the volume (level) of the audio (to be) played back by this Renderer.
setWorkReadyCallback(Runnable) - Method in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
 
setWrapped(T) - Method in class org.jitsi.impl.neomedia.transform.TransformEngineWrapper
 
SEVERE - Static variable in interface org.jitsi.service.neomedia.event.SrtpListener
This is a severe error.
ShellCoder - Class in org.jitsi.impl.neomedia.codec.audio.silk
shell coder; pulse-subframe length is hardcoded.
ShellCoder() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.ShellCoder
 
showMessage(ZrtpCodes.MessageSeverity, EnumSet<?>) - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
Show some information to user.
showSAS(String, boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.SecurityEventManager
ZRTP computes the SAS string after nearly all the negotiation and computations are done internally.
shrink(int) - Method in class org.jitsi.service.neomedia.ByteArrayBufferImpl
shrink(int) - Method in class org.jitsi.service.neomedia.RawPacket
Shrink the buffer of this packet by specified length
SigmQ15 - Class in org.jitsi.impl.neomedia.codec.audio.silk
approximate sigmoid function.
SigmQ15() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SigmQ15
 
SIGNALING - Static variable in interface org.jitsi.service.neomedia.control.KeyFrameControl.KeyFrameRequester
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
 
SigProcFIX - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
SigProcFIX() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFIX
 
SigProcFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
SigProcFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SigProcFLP
 
SilenceEffect - Class in org.jitsi.impl.neomedia.codec
An Effect which detects discontinuities in an audio stream by monitoring the input Buffers' timestamps and lengths, and inserts silence to account for missing data.
SilenceEffect() - Constructor for class org.jitsi.impl.neomedia.codec.SilenceEffect
Initializes a new SilenceEffect, which is to use the input Buffers' timestamps (as opposed to using their RTP timestamps).
SilenceEffect(int) - Constructor for class org.jitsi.impl.neomedia.codec.SilenceEffect
Initializes a new SilenceEffect, which is to use the input Buffers' RTP timestamps.
SilenceEffect.Listener - Interface in org.jitsi.impl.neomedia.codec
 
SILK - Static variable in class org.jitsi.service.neomedia.codec.Constants
The SILK constant.
SILK_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
The SILK/rtp constant.
SimpleAudioLevelListener - Interface in org.jitsi.service.neomedia.event
A very simple listener that delivers int values every time the audio level of an audio source changes.
SINGLE_CHANNEL_AEC - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.VoiceCaptureDSP
The value of the AEC_SYSTEM_MODE enumeration which is used with the MFPKEY_WMAAECMA_SYSTEM_MODE property to indicate that the Voice Capture DSP is to operate in acoustic echo cancellation (AEC) only mode.
SinglePacketTransformer - Class in org.jitsi.impl.neomedia.transform
Extends the PacketTransformer interface with methods which allow the transformation of a single packet into a single packet.
SinglePacketTransformer() - Constructor for class org.jitsi.impl.neomedia.transform.SinglePacketTransformer
Ctor.
SinglePacketTransformer(Predicate<ByteArrayBuffer>) - Constructor for class org.jitsi.impl.neomedia.transform.SinglePacketTransformer
Ctor.
SinglePacketTransformerAdapter - Class in org.jitsi.impl.neomedia.transform
 
SinglePacketTransformerAdapter() - Constructor for class org.jitsi.impl.neomedia.transform.SinglePacketTransformerAdapter
Ctor.
SinglePacketTransformerAdapter(Predicate<ByteArrayBuffer>) - Constructor for class org.jitsi.impl.neomedia.transform.SinglePacketTransformerAdapter
Ctor.
sink_info_get_description(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sink_info_get_flags(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sink_info_get_formats(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sink_info_get_index(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sink_info_get_monitor_source(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sink_info_get_monitor_source_name(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sink_info_get_name(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sink_info_get_sample_spec_channels(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sink_info_get_sample_spec_format(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sink_info_get_sample_spec_rate(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
SIP - org.jitsi.service.packetlogging.PacketLoggingService.ProtocolName
SIP protocol name.
SIP_INFO_DTMF - org.jitsi.service.neomedia.DTMFMethod
SIP INFO DTMF.
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.impl.neomedia.quicktime.QTFormatDescription
 
size() - Method in class org.jitsi.util.ByteBufferOutputStream
Returns the number of bytes written into this OutputStream.
sizeBits() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
Get the size of this set, in bits
sizeBytes() - Method in class org.jitsi.impl.neomedia.transform.fec.FlexFec03BitSet
Get the size of this set, in bytes
SizeChangeVideoEvent - Class in org.jitsi.util.event
Represents a VideoEvent which notifies about an update to the size of a specific visual Component depicting video.
SizeChangeVideoEvent(Object, Component, int, int, int) - Constructor for class org.jitsi.util.event.SizeChangeVideoEvent
Initializes a new SizeChangeVideoEvent which is to notify about an update to the size of a specific visual Component depicting video.
SO_RCVBUF_PNAME - Static variable in class org.jitsi.impl.neomedia.RTPConnectorInputStream
The name of the property which controls the size of the receive buffer which RTPConnectorInputStream will request for the sockets that it uses.
socket - Variable in class org.jitsi.impl.neomedia.RTPConnectorInputStream
 
SolveLSFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
SolveLSFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SolveLSFLP
 
Sort - Class in org.jitsi.impl.neomedia.codec.audio.silk
Insertion sort (fast for already almost sorted arrays): Best case: O(n) for an already sorted array Worst case: O(n^2) for an inversely sorted array Shell short: http://en.wikipedia.org/wiki/Shell_sort
Sort() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Sort
 
SortedProperties - Class in org.jitsi.impl.configuration
This class is a sorted version of classical java.util.Properties.
SortedProperties() - Constructor for class org.jitsi.impl.configuration.SortedProperties
 
SortFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
Insertion sort (fast for already almost sorted arrays): Best case: O(n) for an already sorted array Worst case: O(n^2) for an inversely sorted array To be implemented: Shell short: http://en.wikipedia.org/wiki/Shell_sort
SortFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SortFLP
 
Sound - org.jitsi.impl.neomedia.quicktime.QTMediaType
The QTKit type of media which contains only audio frames.
SoundFileUtils - Class in org.jitsi.util
Defines the different permit extension file.
SoundFileUtils() - Constructor for class org.jitsi.util.SoundFileUtils
 
source_info_get_description(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
source_info_get_flags(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
source_info_get_formats(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
source_info_get_index(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
source_info_get_monitor_of_sink(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
source_info_get_name(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
source_info_get_sample_spec_channels(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
source_info_get_sample_spec_format(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
source_info_get_sample_spec_rate(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
sourceSSRC - Variable in class org.jitsi.impl.neomedia.rtcp.RTCPFBPacket
SSRC of media source.
SourceStreamDelegate<T extends javax.media.protocol.SourceStream> - Class in org.jitsi.impl.neomedia.protocol
Implements a SourceStream which wraps a specific SourceStream.
SourceStreamDelegate(T) - Constructor for class org.jitsi.impl.neomedia.protocol.SourceStreamDelegate
Initializes a new SourceStreamDelegate instance which is to wrap a specific SourceStream.
SPEAKER_CHANGED - org.jitsi.service.neomedia.recording.RecorderEvent.Type
Indicates that the active speaker has changed.
specialize(YUVFormat, Class<?>) - Static method in class org.jitsi.impl.neomedia.codec.AbstractCodec2
 
Speex - Class in org.jitsi.impl.neomedia.codec.audio.speex
Provides the interface to the native Speex library.
SPEEX - Static variable in class org.jitsi.service.neomedia.codec.Constants
The SPEEX constant.
speex_bits_destroy(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_bits_init() - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_bits_nbytes(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_bits_read_from(long, byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_bits_remaining(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_bits_reset(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_bits_write(long, byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_decode_int(long, long, byte[], int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_decoder_ctl(long, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_decoder_ctl(long, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_decoder_destroy(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_decoder_init(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_encode_int(long, byte[], int, long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_encoder_ctl(long, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_encoder_ctl(long, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_encoder_destroy(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_encoder_init(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
SPEEX_GET_FRAME_SIZE - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_lib_get_mode(int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
SPEEX_MODEID_NB - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
SPEEX_MODEID_UWB - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
SPEEX_MODEID_WB - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_resampler_destroy(long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_resampler_init(int, int, int, int, long) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_resampler_process_interleaved_int(long, byte[], int, int, byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
SPEEX_RESAMPLER_QUALITY_VOIP - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
speex_resampler_set_rate(long, int, int) - Static method in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
SPEEX_RTP - Static variable in class org.jitsi.service.neomedia.codec.Constants
The SPEEX/RTP constant.
SPEEX_SET_ENH - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
SPEEX_SET_QUALITY - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
SPEEX_SET_SAMPLING_RATE - Static variable in class org.jitsi.impl.neomedia.codec.audio.speex.Speex
 
SpeexResampler - Class in org.jitsi.impl.neomedia.codec.audio.speex
Implements an audio resampler using Speex.
SpeexResampler() - Constructor for class org.jitsi.impl.neomedia.codec.audio.speex.SpeexResampler
Initializes a new SpeexResampler instance.
srReceived(RTCPSRPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamStatsImpl
Notifies this instance that an RTCP SR packet was received.
srReceived(RTCPSRPacket) - Method in class org.jitsi.impl.neomedia.rtp.RTCPPacketListenerAdapter
Notifies this listener that an RTCPSRPacket has been received.
srReceived(RTCPSRPacket) - Method in interface org.jitsi.service.neomedia.rtp.RTCPPacketListener
Notifies this listener that an RTCPSRPacket has been received.
SRTCPTransformer - Class in org.jitsi.impl.neomedia.transform.srtp
SRTCPTransformer implements PacketTransformer.
SRTCPTransformer(SRTPTransformer) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTCPTransformer
Constructs an SRTCPTransformer, sharing its SrtpContextFactory instances with a given SRTPTransformer.
SRTCPTransformer(SrtpContextFactory) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTCPTransformer
Constructs a SRTCPTransformer object.
SRTCPTransformer(SrtpContextFactory, SrtpContextFactory) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTCPTransformer
Constructs a SRTCPTransformer object.
SrtpControl - Interface in org.jitsi.service.neomedia
Controls SRTP encryption in the MediaStream.
SrtpControl.TransformEngine - Interface in org.jitsi.service.neomedia
Adds a cleanup() method to org.jitsi.impl.neomedia.transform.TransformEngine which is to go in hand with the cleanup() method of SrtpControl.
SrtpControlType - Enum in org.jitsi.service.neomedia
The SrtpControlType enumeration contains all currently known SrtpControl implementations.
SrtpListener - Interface in org.jitsi.service.neomedia.event
The SrtpListener is meant to be used by the media stream creator, as the name indicates in order to be notified when a security event has occurred that concerns a secure (media) transport i.e.
srtpSecretsOff(ZrtpCallback.EnableSecurity) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
This method shall clear the ZRTP secrets.
srtpSecretsOn(String, String, boolean) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Switch on the security.
srtpSecretsReady(ZrtpSrtpSecrets, ZrtpCallback.EnableSecurity) - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Switch on the security for the defined part.
SRTPTransformer - Class in org.jitsi.impl.neomedia.transform.srtp
SRTPTransformer implements PacketTransformer and provides implementations for RTP packet to SRTP packet transformation and SRTP packet to RTP packet transformation logic.
SRTPTransformer(SrtpContextFactory) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTPTransformer
Initializes a new SRTPTransformer instance.
SRTPTransformer(SrtpContextFactory, SrtpContextFactory) - Constructor for class org.jitsi.impl.neomedia.transform.srtp.SRTPTransformer
Constructs a SRTPTransformer object.
ssrc - Variable in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
The SSRC of the fec stream NOTE that for ulpfec this might be the same as the associated media stream, whereas for flexfec it will be different
SSRC_AUDIO_LEVEL_URN - Static variable in class org.jitsi.service.neomedia.RTPExtension
The URN identifying the RTP extension that allows clients to send to conference mixers the audio level of their packet payload.
SSRC_LIST - Static variable in class org.jitsi.impl.neomedia.device.MediaDeviceSession
The name of the property that corresponds to the array of SSRC identifiers that we store in this MediaDeviceSession instance and that we update upon adding and removing ReceiveStream
SSRCFactory - Interface in org.jitsi.service.neomedia
Declares a factory of synchronization source (SSRC) identifiers.
SSRCFactoryImpl - Class in org.jitsi.impl.neomedia
An SSRCFactory implementation which allows the first generated SSRC to be set by the user.
SSRCFactoryImpl(long) - Constructor for class org.jitsi.impl.neomedia.SSRCFactoryImpl
 
SsrcTransformEngine - Class in org.jitsi.impl.neomedia.transform.csrc
Implements read-only support for "A Real-Time Transport Protocol (RTP) Header Extension for Client-to-Mixer Audio Level Indication".
SsrcTransformEngine(MediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.transform.csrc.SsrcTransformEngine
Initializes a new SsrcTransformEngine to be utilized by a specific MediaStreamImpl.
STANDARD_PACKET_LOSS_CONCEALMENT - Static variable in class org.jitsi.service.neomedia.rtp.RTCPExtendedReport.VoIPMetricsReportBlock
A simple replay or interpolation algorithm is being used to fill-in the missing packet; this approach is typically able to conceal isolated lost packets at low packet loss rates.
start() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements DataSource.start().
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Starts the transfer of media data from this AbstractBufferCaptureDevice.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Starts the transfer of media data from this DataSource
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Starts the transfer of media data from this DataSource.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferStream
Starts the transfer of media data from this AbstractBufferStream.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DirectShowStream
Starts the transfer of media data from this PushBufferStream.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
 
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.ImageStream
Start desktop capture stream.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.MacCoreaudioStream
Starts the transfer of media data from this PullBufferStream.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.PortAudioStream
Starts the transfer of media data from this PullBufferStream.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.QuickTimeStream
Starts the transfer of media data from this PushBufferStream.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2Stream
Starts the transfer of media data from this PullBufferStream.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.AudioCaptureClient
Starts the transfer of media from the IAudioCaptureClient identified by the MediaLocator with which this instance has been initialized.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPIStream
Starts the transfer of media data from this AbstractBufferStream.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
Starts the rendering process.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Starts the rendering process.
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
 
start() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Starts the rendering process.
start() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Starts capturing media from this stream's MediaDevice and then streaming it through the local StreamConnector toward the stream's target address and port.
start() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements CaptureDevice.start().
start() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements CaptureDevice.start().
start() - Method in class org.jitsi.impl.neomedia.protocol.FakePushBufferDataSource
Starts the transfer of media data from this DataSource.
start() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements DataSource.start().
start() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceAdapter
Implements DataSource.start().
start() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements DataSource.start().
start() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
Implements DataSource.start().
start() - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
start() - Static method in class org.jitsi.service.libjitsi.LibJitsi
Starts/initializes the use of the libjitsi library.
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 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(String, String) - Method in interface org.jitsi.service.neomedia.recording.Recorder
Starts the recording of the media associated with this Recorder (e.g.
start(MediaDirection) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Starts the processing of media in this instance in a specific direction.
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(MediaType) - Method in interface org.jitsi.service.neomedia.SrtpControl
Starts and enables zrtp in the stream holding this control.
start(BundleContext) - Method in class org.jitsi.service.libjitsi.LibJitsiActivator
 
START_BITRATE_BPS_PNAME - Static variable in class org.jitsi.impl.neomedia.rtp.sendsidebandwidthestimation.BandwidthEstimatorImpl
The system property name of the initial value of the estimation, in bits per second.
started() - Method in class org.jitsi.service.neomedia.DefaultStreamConnector
Notifies this instance that utilization of its DatagramSockets for data and/or control traffic has started.
started() - Method in class org.jitsi.service.neomedia.DefaultTCPStreamConnector
Notifies this instance that utilization of its Sockets for data and/or control traffic has started.
started() - Method in interface org.jitsi.service.neomedia.StreamConnector
Notifies this instance that utilization of its DatagramSockets for data and/or control traffic has started.
started() - Method in class org.jitsi.service.neomedia.StreamConnectorDelegate
Notifies this instance that utilization of its DatagramSockets for data and/or control traffic has started.
startedDirectionChanged(MediaDirection, MediaDirection) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Notifies this instance that the value of its startedDirection property has changed from a specific oldValue to a specific newValue.
startedDirectionChanged(MediaDirection, MediaDirection) - Method in class org.jitsi.impl.neomedia.device.VideoMediaDeviceSession
Notifies this instance that the value of its startedDirection property has changed from a specific oldValue to a specific newValue.
startProcessorInAccordWithDirection(Processor) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Starts a specific Processor if this MediaDeviceSession has been started and the specified Processor is not started.
startRunning() - Method in class org.jitsi.impl.neomedia.quicktime.QTCaptureSession
 
startSending(DTMFRtpTone, int, int, int) - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfTransformEngine
DTMF sending stub: this is where we should set the transformer in the proper state so that it would start replacing packets with dtmf codes.
startSendingDTMF(DTMFTone, DTMFMethod, int, int, int) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Starts sending the specified DTMFTone until the stopSendingDTMF() method is called (Excepts for INBAND DTMF, which stops by itself this is why where there is no need to call the stopSendingDTMF).
startSendingDTMF(DTMFTone, DTMFMethod, int, int, int) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
Starts sending the specified DTMFTone until the stopSendingDTMF() method is called (Excepts for INBAND DTMF, which stops by itself this is why where there is no need to call the stopSendingDTMF).
startStream(String, Object, float, int, int, boolean, boolean, boolean, boolean, boolean) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
StartStream(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Commences audio processing.
startZrtp() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Start the ZRTP stack immediately, not autosensing mode.
statistics - Variable in class org.jitsi.impl.neomedia.transform.fec.AbstractFECReceiver
Statistics for this fec receiver
StatisticsEngine - Class in org.jitsi.impl.neomedia.transform.rtcp
Implements a TransformEngine monitors the incoming and outgoing RTCP packets, logs and stores statistical data about an associated MediaStream.
StatisticsEngine(MediaStreamImpl) - Constructor for class org.jitsi.impl.neomedia.transform.rtcp.StatisticsEngine
Creates Statistic engine.
STGM_READ - Static variable in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
 
stop() - Method in class org.jitsi.impl.neomedia.conference.AudioMixingPushBufferDataSource
Implements DataSource.stop().
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractBufferCaptureDevice
Stops the transfer of media data from this AbstractBufferCaptureDevice.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Stops the transfer of media data from this DataSource.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Stops the transfer of media data from this DataSource.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractVideoPullBufferStream
Stops the transfer of media data from this AbstractBufferStream.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DirectShowStream
Stops the transfer of media data from this PushBufferStream.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.directshow.DSCaptureDevice
 
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming.ImageStream
Stop desktop capture stream.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio.MacCoreaudioStream
Stops the transfer of media data from this PullBufferStream.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio.PortAudioStream
Stops the transfer of media data from this PullBufferStream.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime.QuickTimeStream
Stops the transfer of media data from this PushBufferStream.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2.Video4Linux2Stream
Stops the transfer of media data from this PullBufferStream.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.AudioCaptureClient
Stops the transfer of media from the IAudioCaptureClient identified by the MediaLocator with which this instance has been initialized.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPIStream
Stops the transfer of media data from this AbstractBufferStream.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.MacCoreaudioRenderer
Stops the rendering process.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PortAudioRenderer
Stops the rendering process.
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.PulseAudioRenderer
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.audio.WASAPIRenderer
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.Java2DRenderer
 
stop() - Method in class org.jitsi.impl.neomedia.jmfext.media.renderer.video.JAWTRenderer
Stops the rendering process.
stop() - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Stops all streaming and capturing in this MediaStream and closes and releases all open/allocated devices/resources.
stop() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePullBufferDataSource
Implements CaptureDevice.start().
stop() - Method in class org.jitsi.impl.neomedia.protocol.CaptureDeviceDelegatePushBufferDataSource
Implements CaptureDevice.stop().
stop() - Method in class org.jitsi.impl.neomedia.protocol.FakePushBufferDataSource
Stops the transfer of media data from this DataSource.
stop() - Method in class org.jitsi.impl.neomedia.protocol.PullBufferDataSourceDelegate
Implements DataSource.stop().
stop() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceAdapter
Implements DataSource.start().
stop() - Method in class org.jitsi.impl.neomedia.protocol.PushBufferDataSourceDelegate
Implements DataSource.stop().
stop() - Method in class org.jitsi.impl.neomedia.protocol.TranscodingDataSource
Implements DataSource.stop().
stop() - Method in class org.jitsi.impl.neomedia.recording.RecorderImpl
Stops the recording of the media associated with this Recorder (e.g.
stop() - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
 
stop() - Method in class org.jitsi.impl.neomedia.recording.WebmDataSink
stop() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfTransformEngine
Stops threads that this transform engine is using for even delivery.
stop() - Method in class org.jitsi.service.audionotifier.AbstractSCAudioClip
Stops playing this audio.
stop() - Method in interface org.jitsi.service.audionotifier.SCAudioClip
Stops playing this audio.
stop() - Static method in class org.jitsi.service.libjitsi.LibJitsi
Stops/uninitializes the use of the libjitsi library.
stop() - 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.
stop(MediaDirection) - Method in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Stops the processing of media in this instance in a specific direction.
stop(BundleContext) - Method in class org.jitsi.service.libjitsi.LibJitsiActivator
 
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() - Method in class org.jitsi.impl.neomedia.transform.dtmf.DtmfTransformEngine
Interrupts transmission of a DTMFRtpTone started with the startSendingDTMF() method.
stopSendingDTMF(DTMFMethod) - Method in class org.jitsi.impl.neomedia.AudioMediaStreamImpl
Interrupts transmission of a DTMFTone started with the startSendingDTMF() method.
stopSendingDTMF(DTMFMethod) - Method in interface org.jitsi.service.neomedia.AudioMediaStream
Interrupts transmission of a DTMFTone started with the startSendingDTMF method.
stopStream(String, long) - Static method in class org.jitsi.impl.neomedia.device.MacCoreAudioDevice
 
StopStream(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Terminates audio processing.
stopZrtp() - Method in class org.jitsi.impl.neomedia.transform.zrtp.ZRTPTransformEngine
Stop ZRTP engine.
storeConfiguration() - Method in class org.jitsi.impl.configuration.ConfigurationServiceImpl
storeConfiguration() - 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 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(OutputStream) - Method in class org.jitsi.impl.configuration.DatabaseConfigurationStore
Stores/serializes the property name-value associations currently present in this ConfigurationStore into a specific OutputStream in the format represented by this instance.
storeConfiguration(OutputStream) - Method in class org.jitsi.impl.configuration.PropertyConfigurationStore
storeConfiguration(OutputStream) - Method in class org.jitsi.impl.configuration.xml.XMLConfigurationStore
storeProperties(Map<String, String>) - Method in class org.jitsi.service.neomedia.codec.EncodingConfiguration
Stores the format preferences in this instance in the given Map.
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.
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_ADDED - org.jitsi.service.neomedia.recording.RecorderEvent.Type
Indicates that a new stream was added.
STREAM_ADJUST_LATENCY - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_connect_playback(long, String, long, int, long, long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_connect_record(long, String, long, int) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_cork(long, boolean, PA.stream_success_cb_t) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_disconnect(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_drop(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
STREAM_FAILED - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
STREAM_FLAGS_CLIP_OFF - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
Disables default clipping of out of range samples.
STREAM_FLAGS_DITHER_OFF - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
Disables default dithering.
STREAM_FLAGS_NEVER_DROP_INPUT - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
Flag requests that where possible a full duplex stream will not discard overflowed input samples without calling the stream callback.
STREAM_FLAGS_NO_FLAG - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
Flags used to control the behavior of a stream.
STREAM_FLAGS_PLATFORM_SPECIFIC_FLAGS - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
A mask specifying the platform specific bits.
STREAM_FLAGS_PRIME_OUTPUT_BUFFERS_USING_STREAM_CALLBACK - Static variable in class org.jitsi.impl.neomedia.portaudio.Pa
Call the stream callback to fill initial output buffers, rather than the default behavior of priming the buffers with zeros (silence).
stream_get_device_name(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
Gets the name of the sink or source a specified pa_stream is connected to in the server.
stream_get_index(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_get_state(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_info_get_h(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns the h field of a vpx_codec_stream_info_t.
stream_info_get_is_kf(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns the is_kf field of a vpx_codec_stream_info_t.
stream_info_get_w(long) - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Returns the w field of a vpx_codec_stream_info_t.
stream_info_malloc() - Static method in class org.jitsi.impl.neomedia.codec.video.VPX
Allocates memory for a vpx_codec_stream_info_t on the heap.
stream_new_with_proplist(long, String, long, long, long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
STREAM_NOFLAGS - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_peek(long, byte[], int) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_readable_size(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
STREAM_READY - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_set_read_callback(long, PA.stream_request_cb_t) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_set_state_callback(long, Runnable) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_set_write_callback(long, PA.stream_request_cb_t) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
STREAM_START_CORKED - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
STREAM_TERMINATED - Static variable in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_unref(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_writable_size(long) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
stream_write(long, byte[], int, int, Runnable, long, int) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
streamConnector - Variable in class org.jitsi.service.neomedia.StreamConnectorDelegate
The StreamConnector wrapped by this instance.
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.Protocol - Enum in org.jitsi.service.neomedia
Enumerates the protocols supported by StreamConnector.
StreamConnectorDelegate<T extends StreamConnector> - Class in org.jitsi.service.neomedia
Implements a StreamConnector which wraps a specific StreamConnector instance.
StreamConnectorDelegate(T) - Constructor for class org.jitsi.service.neomedia.StreamConnectorDelegate
Initializes a new StreamConnectorDelegate which is to wrap a specific StreamConnector.
StreamConnectorFactory - Interface in org.jitsi.service.neomedia
Represents a factory of StreamConnector instances.
StreamParameters_free(long) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Free StreamParameters resources specified by a pointer to it.
StreamParameters_new(int, int, long, double) - Static method in class org.jitsi.impl.neomedia.portaudio.Pa
Creates parameters used for opening streams.
StreamRTPManager - Class in org.jitsi.impl.neomedia.rtp
Implements the RTPManager interface as used by a MediaStream.
StreamRTPManager(MediaStream, RTPTranslator) - Constructor for class org.jitsi.impl.neomedia.rtp.StreamRTPManager
Initializes a new StreamRTPManager instance which is, optionally, attached to a specific RTPTranslator which is to forward the RTP and RTCP flows of the associated MediaStream to other MediaStreams.
streams() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPullBufferCaptureDevice
Gets the internal array of AbstractPushBufferStreams through which this AbstractPushBufferCaptureDevice gives access to its media data.
streams() - Method in class org.jitsi.impl.neomedia.jmfext.media.protocol.AbstractPushBufferCaptureDevice
Gets the internal array of AbstractPushBufferStreams through which this AbstractPushBufferCaptureDevice gives access to its media data.
StreamSubstituteBufferTransferHandler - Class in org.jitsi.impl.neomedia.protocol
Implements a BufferTransferHandler wrapper which doesn't expose a PushBufferStream but rather a specific substitute in order to give full control to the PushBufferStream.read(javax.media.Buffer) method of the substitute.
StreamSubstituteBufferTransferHandler(BufferTransferHandler, PushBufferStream, PushBufferStream) - Constructor for class org.jitsi.impl.neomedia.protocol.StreamSubstituteBufferTransferHandler
Initializes a new StreamSubstituteBufferTransferHandler instance which is to overwrite the source PushBufferStream of a specific BufferTransferHandler.
Structs - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
Structs() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Structs
 
StructsFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
StructsFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.StructsFLP
 
subtractNumber(int, int) - Static method in class org.jitsi.util.RTPUtils
Deprecated.
Returns result of the subtraction of one RTP sequence number from another (modulo 2^16).
SUCCEEDED(int) - Static method in class org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.WASAPI
Determines whether a specific HRESULT value indicates success.
SumSqrShift - Class in org.jitsi.impl.neomedia.codec.audio.silk
compute number of bits to right shift the sum of squares of a vector of int16s to make it fit in an int32
SumSqrShift() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.SumSqrShift
 
superCreateCaptureDevice() - Method in class org.jitsi.impl.neomedia.device.AudioMediaDeviceImpl
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_RESOLUTIONS - Static variable in class org.jitsi.impl.neomedia.device.DeviceConfiguration
The currently supported resolutions we will show as option and user can select.
supportsFir() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
 
supportsFrameBoundaries(RawPacket) - Method in class org.jitsi.impl.neomedia.MediaStreamImpl
Returns a boolean that indicates whether or not our we're able to detect the frame boundaries for the codec of the packet that is specified as an argument.
supportsPli() - Method in class org.jitsi.impl.neomedia.VideoMediaStreamImpl
 
SUSPENDED_INDEX - Static variable in class org.jitsi.impl.neomedia.rtp.RTPEncodingDesc
The quality that is used to represent that forwarding is suspended.
sw_volume_from_linear(double) - Static method in class org.jitsi.impl.neomedia.pulseaudio.PA
 
SwScale - Class in org.jitsi.impl.neomedia.codec.video
Implements an FMJ Codec which uses libswscale to scale images and convert between color spaces (typically, RGB and YUV).
SwScale() - Constructor for class org.jitsi.impl.neomedia.codec.video.SwScale
Initializes a new SwScale instance which doesn't have an output size and will use a default one when it becomes necessary unless an explicit one is specified in the meantime.
SwScale(boolean) - Constructor for class org.jitsi.impl.neomedia.codec.video.SwScale
Initializes a new SwScale instance which can optionally attempt to keep the width and height of YUV 420 output even.
SwScale(boolean, boolean) - Constructor for class org.jitsi.impl.neomedia.codec.video.SwScale
Initializes a new SwScale instance which can optionally attempt to keep the width and height of YUV 420 output even and to preserve the aspect ratio of the video frames provided to the instance as input to be processed.
sync - Variable in class org.jitsi.service.audionotifier.AbstractSCAudioClip
The Object used for internal synchronization purposes which arise because this instance does the actual playback of audio in a separate thread.
Synchronizer - Interface in org.jitsi.service.neomedia.recording
 
SynchronizerImpl - Class in org.jitsi.impl.neomedia.recording
 
SynchronizerImpl() - Constructor for class org.jitsi.impl.neomedia.recording.SynchronizerImpl
 
syncWrite(byte[], int, int) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Writes a byte[] to this RTPConnectorOutputStream synchronously ( even when RTPConnectorOutputStream.USE_SEND_THREAD is enabled).

T

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
 
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.
TCP - org.jitsi.service.neomedia.StreamConnector.Protocol
TCP protocol.
TCP - org.jitsi.service.packetlogging.PacketLoggingService.TransportName
TCP transport name.
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
 
test(ByteArrayBuffer) - Method in class org.jitsi.impl.neomedia.AbstractRTPPacketPredicate
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
 
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.
timeProvider - Variable in class org.jitsi.impl.neomedia.transform.RetransmissionRequesterDelegate
 
TIMESTAMP_MASK - Static variable in class org.jitsi.service.neomedia.RawPacket
The bitmask for the RTP timestamp field.
TimestampPacketTranslation<T extends org.jitsi.utils.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.
TL0PICIDX_MASK - Static variable in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
The bitmask for the TL0PICIDX field.
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 rfc5450.
toHexString(byte[]) - Static method in class org.jitsi.util.RTPUtils
Deprecated.
Return a string containing the hex string version of the given bytes
toHexString(byte[], int, int) - Static method in class org.jitsi.util.RTPUtils
Deprecated.
Return a string containing the hex string version of the given byte
toHexString(byte[], int, int, boolean) - Static method in class org.jitsi.util.RTPUtils
Deprecated.
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.
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() - 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.MediaStreamTrackDesc
 
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 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.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(byte[], int, int) - Static method in class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8PayloadDescriptor
Provides a string description of the VP8 descriptor that can be used for debugging purposes.
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.
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(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
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.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.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.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.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 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.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.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.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.
transform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.recording.PacketBuffer
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.dtls.DtlsPacketTransformer
Transforms each packet in an array of packets.
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.FECTransformEngine
Transforms each packet in an array of packets.
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.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.SinglePacketTransformer
Transforms each packet in an array of packets.
transform(RawPacket[]) - Method in class org.jitsi.impl.neomedia.transform.TransformEngineChain.PacketTransformerChain
Transforms each packet in an array of packets.
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[], 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.
transformEngine - Variable in class org.jitsi.service.neomedia.AbstractSrtpControl
 
TransformEngine - Interface in org.jitsi.impl.neomedia.transform
Defines how to get PacketTransformers for RTP and RTCP packets.
TransformEngineChain - Class in org.jitsi.impl.neomedia.transform
The engine chain allows using numerous TransformEngines on a single stream.
TransformEngineChain() - Constructor for class org.jitsi.impl.neomedia.transform.TransformEngineChain
Creates a new TransformEngineChain without initializing the array of transformers to be used.
TransformEngineChain(TransformEngine[]) - Constructor for class org.jitsi.impl.neomedia.transform.TransformEngineChain
Creates a new TransformEngineChain using the engineChain array.
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 extends Closeable> - 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.
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.
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.
Typedef - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
Typedef() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.Typedef
 
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 - org.jitsi.service.neomedia.StreamConnector.Protocol
UDP protocol.
UDP - org.jitsi.service.packetlogging.PacketLoggingService.TransportName
UDP transport name.
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.
ULPFEC - org.jitsi.impl.neomedia.transform.fec.FECTransformEngine.FecType
 
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().
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.
update(long) - Method in interface org.jitsi.service.neomedia.rtp.BandwidthEstimator.Statistics
 
update(SrtpCryptoAttribute, SrtpCryptoAttribute) - Method in class org.jitsi.impl.neomedia.transform.sdes.SDesTransformEngine
Updates this instance with new key materials.
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(ReceiveStreamEvent) - Method in class org.jitsi.impl.neomedia.recording.RecorderRtpImpl
Implements ReceiveStreamListener.update(ReceiveStreamEvent).
update(ReceiveStreamEvent) - Method in class org.jitsi.impl.neomedia.rtp.translator.RTPTranslatorImpl
Notifies this ReceiveStreamListener about a specific 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.
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.
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.
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 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.
UPLOAD - org.jitsi.impl.neomedia.MediaStreamStatsImpl.StreamDirection
 
uri - Variable in class org.jitsi.service.audionotifier.AbstractSCAudioClip
The String uri of the audio to be played by this instance.
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.
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.
useTranslator - Variable in class org.jitsi.impl.neomedia.device.MediaDeviceSession
Whether this device session is used by a stream which uses a translator.
uShortToInt(short) - Static method in class org.jitsi.impl.neomedia.codec.audio.alaw.JavaEncoder
Unsigned short to integer.
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
 
VAD - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
VAD() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.VAD
 
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
 
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(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.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(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.transform.fec.FECTransformEngine.FecType
Returns the enum constant of this type with the specified name.
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.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.
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.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.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.
Video - org.jitsi.impl.neomedia.quicktime.QTMediaType
The QTKit type of media which contains only video frames.
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_CONTENT_TYPE_URN - Static variable in class org.jitsi.service.neomedia.RTPExtension
The URN which identifies the RTP Header Extension for Video Content Type.
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.
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.
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.
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(int, Dimension) - Constructor for class org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading.VideoGreyFadingMediaDevice
Initializes a new VideoGreyFadingMediaDevice with the given framerate and 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.
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.
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
 
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)
VP8KeyframeHeader() - Constructor for class org.jitsi.impl.neomedia.codec.video.vp8.DePacketizer.VP8KeyframeHeader
 
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
 
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.
VQNearestNeighborFLP - Class in org.jitsi.impl.neomedia.codec.audio.silk
 
VQNearestNeighborFLP() - Constructor for class org.jitsi.impl.neomedia.codec.audio.silk.VQNearestNeighborFLP
 

W

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
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(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.
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.
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.
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, char, char, int, int, char, char, char) - 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_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
 
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
 
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(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.
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.RTPConnectorOutputStream
Implements OutputDataStream.write(byte[], int, int).
write(byte[], int, int) - Method in class org.jitsi.impl.neomedia.transform.TransformOutputStreamImpl
write(byte[], int, int, Object) - Method in class org.jitsi.impl.neomedia.RTPConnectorOutputStream
Implements OutputDataStream.write(byte[], int, int).
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.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(byte[], int, int) - Static method in class org.jitsi.util.RTPUtils
Deprecated.
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(int, int) - Method in class org.jitsi.service.neomedia.RawPacket
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(byte[], int, short) - Static method in class org.jitsi.util.RTPUtils
Deprecated.
Set an integer at specified offset in network order.
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.
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
Deprecated.
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
 
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) - Constructor for exception org.jitsi.util.xml.XMLException
Constructs a new XMLException with the specified detail message.
XMLException(String, Throwable) - Constructor for exception org.jitsi.util.xml.XMLException
Constructs a new XMLException with the specified detail message and cause.
XMLUtils - Class in org.jitsi.util.xml
Common XML Tasks
XMLUtils() - Constructor for class org.jitsi.util.xml.XMLUtils
 
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.
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

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 - org.jitsi.service.neomedia.SrtpControlType
ZRTP: Media Path Key Agreement for Unicast Secure RTP (RFC 6189)
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.
ZRTPDisabledByCallEnd - org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl.ZRTPCustomInfoCodes
 
ZRTPEnabledByDefault - org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl.ZRTPCustomInfoCodes
 
ZRTPEngineInitFailure - org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl.ZRTPCustomInfoCodes
 
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.
ZRTPNotEnabledByUser - org.jitsi.impl.neomedia.transform.zrtp.ZrtpControlImpl.ZRTPCustomInfoCodes
 
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(byte[], int, int) - Constructor for class org.jitsi.impl.neomedia.transform.zrtp.ZrtpRawPacket
Construct an output ZrtpRawPacket using specified value.
ZrtpRawPacket(RawPacket) - Constructor for class org.jitsi.impl.neomedia.transform.zrtp.ZrtpRawPacket
Construct an input ZrtpRawPacket using a received RTP raw packet.
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 _ 
All Classes All Packages