Uses of Class
org.jitsi.impl.neomedia.control.AbstractControls
-
-
Uses of AbstractControls in org.jitsi.impl.neomedia.audiolevel
Subclasses of AbstractControls in org.jitsi.impl.neomedia.audiolevel Modifier and Type Class Description classAudioLevelEffectAn effect that would pass data to the AudioLevelEventDispatcher so that it would calculate levels and dispatch changes to interested parties.classAudioLevelEffect2AnEffectimplementation 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. -
Uses of AbstractControls in org.jitsi.impl.neomedia.conference
Subclasses of AbstractControls in org.jitsi.impl.neomedia.conference Modifier and Type Class Description classAudioMixingPushBufferStreamRepresents a PushBufferStream containing the result of the audio mixing of DataSources. -
Uses of AbstractControls in org.jitsi.impl.neomedia.control
Subclasses of AbstractControls in org.jitsi.impl.neomedia.control Modifier and Type Class Description classControlsAdapterProvides a default implementation of Controls which does not expose any controls. -
Uses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol
Subclasses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol Modifier and Type Class Description classAbstractPullBufferStream<T extends javax.media.protocol.PullBufferDataSource>Provides a base implementation of PullBufferStream in order to facilitate implementers by taking care of boilerplate in the most common cases.classAbstractPushBufferStream<T extends javax.media.protocol.PushBufferDataSource>Provides a base implementation of PushBufferStream in order to facilitate implementers by taking care of boilerplate in the most common cases.classAbstractVideoPullBufferStream<T extends javax.media.protocol.PullBufferDataSource>Provides a base implementation of PullBufferStream for video in order to facilitate implementers by taking care of boilerplate in the most common cases. -
Uses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol.directshow
Subclasses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol.directshow Modifier and Type Class Description classDirectShowStreamImplements a PushBufferStream using DirectShow. -
Uses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading
Subclasses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol.greyfading Modifier and Type Class Description classVideoGreyFadingStreamImplements a PullBufferStream which provides a fading animation from white to black to white... -
Uses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming
Subclasses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol.imgstreaming Modifier and Type Class Description classImageStreamThe stream used by JMF for our image streaming. -
Uses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile
Subclasses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol.ivffile Modifier and Type Class Description classIVFStreamImplements a PullBufferStream which read an IVF file for the frames of the video stream. -
Uses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio
Subclasses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol.maccoreaudio Modifier and Type Class Description classMacCoreaudioStreamImplements PullBufferStream for MacCoreaudio. -
Uses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio
Subclasses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol.portaudio Modifier and Type Class Description classPortAudioStreamImplements PullBufferStream for PortAudio. -
Uses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime
Subclasses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol.quicktime Modifier and Type Class Description classQuickTimeStreamImplements a PushBufferStream using QuickTime/QTKit. -
Uses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile
Subclasses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol.rtpdumpfile Modifier and Type Class Description classRtpdumpStreamImplements a PullBufferStream which read an rtpdump file to generate a RTP stream from the payloads recorded in a rtpdump file. -
Uses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2
Subclasses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol.video4linux2 Modifier and Type Class Description classVideo4Linux2StreamImplements a PullBufferStream using the Video for Linux Two API Specification. -
Uses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi
Subclasses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi Modifier and Type Class Description classWASAPIStreamImplements a PullBufferStream using Windows Audio Session API (WASAPI) and related Core Audio APIs such as Multimedia Device (MMDevice) API. -
Uses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.renderer
Subclasses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.renderer Modifier and Type Class Description classAbstractRenderer<T extends javax.media.Format>Provides an abstract base implementation of Renderer in order to facilitate extenders. -
Uses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.renderer.audio
Subclasses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.renderer.audio Modifier and Type Class Description classAbstractAudioRenderer<T extends AudioSystem>Provides an abstract base implementation of Renderer which processes media in AudioFormat in order to facilitate extenders.classMacCoreaudioRendererImplements an audio Renderer which uses MacOSX Coreaudio.classPortAudioRendererImplements an audio Renderer which uses Pa.classPulseAudioRendererImplements an audio Renderer which uses PulseAudio.classWASAPIRendererImplements an audio Renderer using Windows Audio Session API (WASAPI) and related Core Audio APIs such as Multimedia Device (MMDevice) API. -
Uses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.renderer.video
Subclasses of AbstractControls in org.jitsi.impl.neomedia.jmfext.media.renderer.video Modifier and Type Class Description classJava2DRendererVideo renderer using pure Java2D.classJAWTRendererImplements a VideoRenderer which uses JAWT to perform native painting in an AWT or Swing Component.
-