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 _

A

abortRead() - Method in interface javax.media.CachedStream
 
abortRead() - Method in interface javax.media.protocol.CachedStream
 
AboutPanel - Class in net.sf.fmj.ui.dialogs
 
AboutPanel() - Constructor for class net.sf.fmj.ui.dialogs.AboutPanel
Creates new form AboutPanel
aboutToDisplayPanel(Object) - Method in class net.sf.fmj.ui.wizard.WizardPanelDescriptor
Override this method to provide functionality that will be performed just before the panel is to be displayed.
aboutToDisplayPanel(Object) - Method in class net.sf.fmj.ui.wizards.ChooseSourcePanelDescriptor
 
aboutToDisplayPanel(Object) - Method in class net.sf.fmj.ui.wizards.ContentAndTrackFormatPanelDescriptor
 
aboutToDisplayPanel(Object) - Method in class net.sf.fmj.ui.wizards.FileDestPanelDescriptor
 
aboutToDisplayPanel(Object) - Method in class net.sf.fmj.ui.wizards.RTPDestPanelDescriptor
 
aboutToHidePanel(Object) - Method in class net.sf.fmj.ui.wizard.WizardPanelDescriptor
Override this method to perform functionality just before the panel is to be hidden.
aboutToHidePanel(Object) - Method in class net.sf.fmj.ui.wizards.ChooseSourcePanelDescriptor
 
aboutToHidePanel(Object) - Method in class net.sf.fmj.ui.wizards.ContentAndTrackFormatPanelDescriptor
 
aboutToHidePanel(Object) - Method in class net.sf.fmj.ui.wizards.FileDestPanelDescriptor
 
aboutToHidePanel(Object) - Method in class net.sf.fmj.ui.wizards.RTPDestPanelDescriptor
 
AbstractClock - Class in net.sf.fmj.ejmf.toolkit.media
The AbstractClock provides an abstract implementation of the javax.media.Clock interface.
AbstractClock() - Constructor for class net.sf.fmj.ejmf.toolkit.media.AbstractClock
Constructs an AbstractClock.
AbstractCodec - Class in net.sf.fmj.media
Abstract base class to implement Codec.
AbstractCodec() - Constructor for class net.sf.fmj.media.AbstractCodec
 
AbstractController - Class in net.sf.fmj.ejmf.toolkit.media
The AbstractController class provides a basic implementation of a javax.media.Controller.
AbstractController() - Constructor for class net.sf.fmj.ejmf.toolkit.media.AbstractController
Construct a AbstractController.
AbstractControlPanel - Class in net.sf.fmj.ejmf.toolkit.gui.controlpanel
Root class form which custom Control Panels should extends.
AbstractControlPanel(Skin, Player, int) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controlpanel.AbstractControlPanel
Create a Control panel with those Controls identified by flags argument associated with player.
AbstractControlPanel(Skin, Player) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controlpanel.AbstractControlPanel
Create a Control Panel with complete suite of Controls
AbstractControls - Class in net.sf.fmj.media
Abstract implementation of Controls, useful for subclassing.
AbstractControls() - Constructor for class net.sf.fmj.media.AbstractControls
 
AbstractDataSink - Class in net.sf.fmj.media
Abstract base class to implement DataSink.
AbstractDataSink() - Constructor for class net.sf.fmj.media.AbstractDataSink
 
AbstractDemultiplexer - Class in net.sf.fmj.media
Abstract base class to implement Demultiplexer.
AbstractDemultiplexer() - Constructor for class net.sf.fmj.media.AbstractDemultiplexer
 
AbstractDePacketizer - Class in net.sf.fmj.media
Generic DePacketizer base class.
AbstractDePacketizer() - Constructor for class net.sf.fmj.media.AbstractDePacketizer
 
AbstractGainButtonPanel - Class in net.sf.fmj.ejmf.toolkit.gui.controls
A panel containing two buttons for manipulating gain.
AbstractGainButtonPanel(Skin) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractGainButtonPanel
 
AbstractGainControl - Class in net.sf.fmj.ejmf.toolkit.gui.controls
Abstract class from which AbstractListenerControls that depend on a GainControl should extend.
AbstractGainControl(Skin, Controller) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractGainControl
Create an AbstractGainControl and associate with controller.
AbstractGainControl(Skin) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractGainControl
Create an AbstractGainControl.
AbstractInputStreamMux - Class in net.sf.fmj.media.multiplexer
An abstract Multiplexer which may be used as a base class for multiplexers which need to simply write something to an output stream as each buffer comes in.
AbstractInputStreamMux(ContentDescriptor) - Constructor for class net.sf.fmj.media.multiplexer.AbstractInputStreamMux
 
AbstractListenerControl - Class in net.sf.fmj.ejmf.toolkit.gui.controls
An AbstractListenerControl provides a Component-Listener model for Controls, allowing the two elements to be changed independently of each other.
AbstractListenerControl(Skin) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
Create an AbstractListenerControl
AbstractListenerControl(Skin, Controller) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
Create an AbstractListenerControl
AbstractMultiplexer - Class in net.sf.fmj.media
Abstract base class to implement Multiplexer.
AbstractMultiplexer() - Constructor for class net.sf.fmj.media.AbstractMultiplexer
 
AbstractPacketizer - Class in net.sf.fmj.media
Abstract base class to implement a packetizer codec.
AbstractPacketizer() - Constructor for class net.sf.fmj.media.AbstractPacketizer
 
AbstractPlayer - Class in net.sf.fmj.ejmf.toolkit.media
The AbstractPlayer class provides a basic implementation of a javax.media.Player.
AbstractPlayer() - Constructor for class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Construct a AbstractPlayer.
AbstractPlugIn - Class in net.sf.fmj.media
Abstract implementation of PlugIn, useful for subclassing.
AbstractPlugIn() - Constructor for class net.sf.fmj.media.AbstractPlugIn
 
AbstractProcessor - Class in net.sf.fmj.media
Abstract base class to implement Processor.
AbstractProcessor() - Constructor for class net.sf.fmj.media.AbstractProcessor
 
AbstractRenderer - Class in net.sf.fmj.media
Abstract implementation of Renderer, useful for subclassing.
AbstractRenderer() - Constructor for class net.sf.fmj.media.AbstractRenderer
 
AbstractStreamCopyMux - Class in net.sf.fmj.media.multiplexer
Mux that can be implemented simply by copying streams.
AbstractStreamCopyMux(ContentDescriptor) - Constructor for class net.sf.fmj.media.multiplexer.AbstractStreamCopyMux
 
AbstractTrack - Class in net.sf.fmj.media
Abstract base class to implement Track.
AbstractTrack() - Constructor for class net.sf.fmj.media.AbstractTrack
 
AbstractVideoRenderer - Class in net.sf.fmj.media
Abstract implementation of VideoRenderer, useful for subclassing.
AbstractVideoRenderer() - Constructor for class net.sf.fmj.media.AbstractVideoRenderer
 
ActionListenerControl - Class in net.sf.fmj.ejmf.toolkit.gui.controls
All button controls extends from ActionListenerControl.
ActionListenerControl(Skin, Controller) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.ActionListenerControl
Create an ActionListenerControl and associate it with a Controller.
ActionListenerControl(Skin) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.ActionListenerControl
Create an ActionListenerControl
actionPerformed(ActionEvent) - Method in class net.sf.fmj.ejmf.toolkit.controls.RateControl
Listens for changes in the Rate TextField.
actionPerformed(ActionEvent) - Method in class net.sf.fmj.ejmf.toolkit.util.SourcedTimer
Called in response to an ActionEvent from the associated base timer.
actionPerformed(ActionEvent) - Method in class net.sf.fmj.ui.wizard.WizardController
Calling method for the action listener interface.
ActiveReceiveStreamEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
ActiveReceiveStreamEvent(SessionManager, Participant, ReceiveStream) - Constructor for class javax.media.rtp.event.ActiveReceiveStreamEvent
 
ActiveSendStreamEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
ActiveSendStreamEvent(SessionManager, Participant, SendStream) - Constructor for class javax.media.rtp.event.ActiveSendStreamEvent
 
add(Buffer) - Method in class net.sf.fmj.media.rtp.RTPJitterBuffer
Adds a buffer of data to the buffer
addBadRTCPPkt() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
Adds a bad rtcp packet to the bad rtcp packet count
addBadRTPkt() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
Adds a packet to the bad packet count
addBonusFormats(RTPManager) - Static method in class net.sf.fmj.media.datasink.rtp.RTPBonusFormatsMgr
 
addBytesRecd(int) - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
Adds bytes to the received byte count
addBytesSent(int) - Method in class net.sf.fmj.media.rtp.RTPGlobalTransmissionStats
Adds bytes to the sent byte count
addBytesTransmitted(int) - Method in class net.sf.fmj.media.rtp.RTPTransmissionStats
Adds some bytes to the number transmitted
addCaptureDevices() - Method in class net.sf.fmj.media.cdp.civil.CaptureDevicePlugger
 
addCaptureDevices() - Static method in class net.sf.fmj.media.cdp.GlobalCaptureDevicePlugger
 
addCaptureDevices() - Method in class net.sf.fmj.media.cdp.javasound.CaptureDevicePlugger
 
addChangeListener(ChangeListener) - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.ProgressBar
Register ChangeListener with ProgressBar
addChangeListener(ChangeListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.ProgressSlider
Add a ChangeListener
addComponents(int) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.AbstractControlPanel
Add appropriate Components to Control Panel.
addComponents(int) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Does the work of building the control components and adding them to the layout.
addContentPrefix(String) - Static method in class net.sf.fmj.ejmf.toolkit.install.PackageUtility
Adds a content prefix to the JMF content prefix list.
addContentPrefix(String, boolean) - Static method in class net.sf.fmj.ejmf.toolkit.install.PackageUtility
Adds a content prefix to the JMF content prefix list.
addControl(Control) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Add a Control to this Controller.
addControl(Control) - Method in class net.sf.fmj.media.AbstractControls
Called by subclasses of this Abstract class to add a control.
addControl(Control) - Method in class net.sf.fmj.utility.ControlCollection
Add a Control to the list.
addControlComponent(Component) - Method in class net.sf.fmj.ejmf.toolkit.util.PlayerPanel
Adds a given component to the part of this PlayerPanel reserved for its Player's control component.
addControlComponent() - Method in class net.sf.fmj.ejmf.toolkit.util.PlayerPanel
Adds the Player's control component to this PlayerPanel.
addController(Controller) - Method in interface javax.media.Player
 
addController(Controller) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Adds a Controller to be controlled by this Player.
addControllerListener(ControllerListener) - Method in interface javax.media.Controller
 
addControllerListener(ControllerListener) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Specify a ControllerListener to which this Controller will send events.
addControlListener(EventListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
Since different controls may have different types of listeners, each subclass should define addControlListener to register the correct type of listener with component.
addControlListener(EventListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.ActionListenerControl
Add control semantics to this Control.
addControlListener(EventListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.ChangeListenerControl
Add control semantics to this Control.
addControlListener(EventListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.MouseListenerControl
Add control semantics to this Control.
addControlListener(EventListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardGainControl
Over-rides addControlListener from AbstractActionListener because this Component is a JPanel and buttons need to be extracted from it.
addDataSinkListener(DataSinkListener) - Method in interface javax.media.DataSink
 
addDataSinkListener(DataSinkListener) - Method in class net.sf.fmj.media.AbstractDataSink
 
addDestLink(FilterGraphLink) - Method in class net.sf.fmj.filtergraph.FilterGraphNode
 
addDestLink(FilterGraphLink) - Method in class net.sf.fmj.filtergraph.MuxNode
 
addDestLink(FilterGraphLink) - Method in class net.sf.fmj.filtergraph.RendererNode
 
addDevice(CaptureDeviceInfo) - Static method in class javax.media.CaptureDeviceManager
 
addDevice(CaptureDeviceInfo) - Static method in class javax.media.cdm.CaptureDeviceManager
 
addDevice(CaptureDeviceInfo) - Method in class net.sf.fmj.registry.Registry
 
addDownloadProgressListener(DownloadProgressListener, int) - Method in interface javax.media.ExtendedCachingControl
 
addFormat(Format, int) - Method in interface javax.media.rtp.RTPControl
 
addFormat(Format, int) - Method in class javax.media.rtp.RTPManager
 
addFormat(Format, int) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
addFormat(Format, int) - Method in class net.sf.fmj.media.rtp.RTPDataStream
 
addFormat(Format, int) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
addGainChangeListener(GainChangeListener) - Method in interface javax.media.GainControl
 
addHeader(String, String) - Method in class fi.iki.elonen.nanohttpd.NanoHTTPD.Response
Adds given line to the header.
addLocalColl() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
Adds a collision to the local collision count
addLocalColl() - Method in class net.sf.fmj.media.rtp.RTPGlobalTransmissionStats
Adds a collision to the local collision count
addLoopedPacket() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
Adds a packet to the looped packet count
addMalformedBYE() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
Adds a malformed BYE to the malformed BYE count
addMalformedRR() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
Adds a malformed RR to the malformed RR count
addMalformedSDES() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
Adds a malformed SDES to the malformed SDES count
addMalformedSR() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
Adds a malformed SR to the malformed SR count
addMediaLocatorAndLoad(String) - Method in class net.sf.fmj.ui.application.PlayerPanel
 
addMediaPanel() - Method in class net.sf.fmj.ejmf.toolkit.util.PlayerPanel
Removes the initial "loading" label that appears while the media is loading.
addMimeType(String, String) - Static method in class net.sf.fmj.media.MimeManager
 
addMimeType(String, String) - Method in class net.sf.fmj.media.MimeTable
 
addMimeType(String, String) - Method in class net.sf.fmj.registry.Registry
 
addPacket(RTPHeader, byte[], int, int) - Method in class net.sf.fmj.media.rtp.RTPAudioDataStream
Adds a packet to the buffers
addPacket(RTPHeader, byte[], int, int) - Method in class net.sf.fmj.media.rtp.RTPDataStream
 
addPacket(RTPHeader, byte[], int, int) - Method in class net.sf.fmj.media.rtp.RTPVideoDataStream
Adds a packet to the buffers
addPacketRecd() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
Adds a packet to the received packet count
addPDUDuplicate() - Method in class net.sf.fmj.media.rtp.RTPReceptionStats
Adds a duplicate packet to the count
addPDUInvalid() - Method in class net.sf.fmj.media.rtp.RTPReceptionStats
Adds an invalid packet to the count
addPDULost(int) - Method in class net.sf.fmj.media.rtp.RTPReceptionStats
Adds a lost packet to the count
addPDUMisOrd() - Method in class net.sf.fmj.media.rtp.RTPReceptionStats
Adds a misordered packet to the count
addPDUProcessed() - Method in class net.sf.fmj.media.rtp.RTPReceptionStats
Adds a processed packet to the count
addPDUTransmitted() - Method in class net.sf.fmj.media.rtp.RTPTransmissionStats
Adds a packet to the number transmitted
addPeer(SessionAddress) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
addPeer(SessionAddress) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
addPlugIn(String, Format[], Format[], int) - Static method in class javax.media.pim.PlugInManager
 
addPlugIn(String, Format[], Format[], int) - Static method in class javax.media.PlugInManager
 
addPropertyChangeListener(PropertyChangeListener) - Method in class net.sf.fmj.ui.wizard.WizardModel
 
addProtocolPrefix(String) - Static method in class net.sf.fmj.ejmf.toolkit.install.PackageUtility
Adds a protocol prefix to the JMF protocol prefix list.
addProtocolPrefix(String, boolean) - Static method in class net.sf.fmj.ejmf.toolkit.install.PackageUtility
Adds a protocol prefix to the JMF protocol prefix list.
addReceiveStreamListener(ReceiveStreamListener) - Method in class javax.media.rtp.RTPManager
 
addReceiveStreamListener(ReceiveStreamListener) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
addReceiveStreamListener(ReceiveStreamListener) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
addRemoteColl() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
Adds a collision to the remote collision count
addRemoteColl() - Method in class net.sf.fmj.media.rtp.RTPGlobalTransmissionStats
Adds a collision to the remote collision count
addRemoteListener(RemoteListener) - Method in class javax.media.rtp.RTPManager
 
addRemoteListener(RemoteListener) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
addRemoteListener(RemoteListener) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
addReport(Report) - Method in class net.sf.fmj.media.rtp.RTPParticipant
Adds an RTCP Report for this participant
addRTCPRecd() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
Adds a rtcp pakcet to the received rtcp packet count
addRTCPSent() - Method in class net.sf.fmj.media.rtp.RTPGlobalTransmissionStats
Adds a packet to the sent rtcp packet count
addRTPSent() - Method in class net.sf.fmj.media.rtp.RTPGlobalTransmissionStats
Adds a packet to the sent packet count
addSendStreamListener(SendStreamListener) - Method in class javax.media.rtp.RTPManager
 
addSendStreamListener(SendStreamListener) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
addSendStreamListener(SendStreamListener) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
addSequenceWrap() - Method in class net.sf.fmj.media.rtp.RTPReceptionStats
Adds a sequence number wrap
addSessionListener(SessionListener) - Method in class javax.media.rtp.RTPManager
 
addSessionListener(SessionListener) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
addSessionListener(SessionListener) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
addSourceDescription(SourceDescription) - Method in class net.sf.fmj.media.rtp.RTPParticipant
Adds a source description item to the participant
addSourceDescription(SourceDescription) - Method in class net.sf.fmj.media.rtp.RTPSendStream
Adds a source description to this send stream
addSourcedTimerListener(SourcedTimerListener) - Method in class net.sf.fmj.ejmf.toolkit.util.SourcedTimer
Add a listener to this object.
addSRRecd() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
Adds a sr packet to the received sr packet count
addStream(RTPStream) - Method in class net.sf.fmj.media.rtp.RTPParticipant
Adds a stream to the participant
addTarget(SessionAddress) - Method in class javax.media.rtp.RTPManager
 
addTarget(SessionAddress) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
addThread(Thread) - Method in class net.sf.fmj.ejmf.toolkit.media.ThreadQueue
Add a thread to this ThreadQueue.
addToProgress(long) - Method in class net.sf.fmj.ejmf.toolkit.media.BasicCachingControl
Adds an amount of bytes to the media already downloaded.
addTrack(int, boolean, AudioFormat) - Method in class net.sf.fmj.ui.wizards.ContentAndTrackFormatPanel
 
addTrack(int, boolean) - Method in class net.sf.fmj.ui.wizards.RTPDestPanel
 
addTransmitFailed() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
Adds a failure to the transmit failed count
addTransmitFailed() - Method in class net.sf.fmj.media.rtp.RTPGlobalTransmissionStats
Adds a failure to the transmit failed count
addUnknownType() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
Adds a unknown type to the unknown type count
addVisualComponent(Component) - Method in class net.sf.fmj.ejmf.toolkit.util.PlayerPanel
Adds a given component to the part of this PlayerPanel reserved for its Player's visual component.
addVisualComponent() - Method in class net.sf.fmj.ejmf.toolkit.util.PlayerPanel
Adds the Player's visual component to this PlayerPanel.
advancedPrediction - Variable in class javax.media.format.H263Format
 
AESCrypt - Class in memetic.crypto
Encrypts and decrypts data using AES algorithm
AESCrypt(String) - Constructor for class memetic.crypto.AESCrypt
Creates a new AESCrypt
AIFF - Static variable in class javax.media.protocol.FileTypeDescriptor
 
AIFFMux - Class in net.sf.fmj.media.multiplexer.audio
AIFF audio multiplexer.
AIFFMux() - Constructor for class net.sf.fmj.media.multiplexer.audio.AIFFMux
 
ALAW - Static variable in class javax.media.format.AudioFormat
 
ALAW_RTP - Static variable in class net.java.sip.communicator.impl.media.codec.Constants
 
ALAW_RTP - Static variable in class net.sf.fmj.media.BonusAudioFormatEncodings
 
ALAW_RTP_INDEX - Static variable in class net.sf.fmj.media.datasink.rtp.RTPBonusFormatsMgr
 
aLawDecode(byte) - Static method in class net.sf.fmj.media.codec.audio.alaw.ALawDecoderUtil
Decode one a-law byte
aLawDecode(boolean, byte[], int, int, byte[]) - Static method in class net.sf.fmj.media.codec.audio.alaw.ALawDecoderUtil
 
aLawDecodeBigEndian(byte[], int, int, byte[]) - Static method in class net.sf.fmj.media.codec.audio.alaw.ALawDecoderUtil
 
aLawDecodeLittleEndian(byte[], int, int, byte[]) - Static method in class net.sf.fmj.media.codec.audio.alaw.ALawDecoderUtil
Decode an array of a-law encoded bytes
ALawDecoderUtil - Class in net.sf.fmj.media.codec.audio.alaw
Turns 8-bit A-law bytes back into 16-bit PCM values.
ALawDecoderUtil() - Constructor for class net.sf.fmj.media.codec.audio.alaw.ALawDecoderUtil
 
aLawEncode(int) - Static method in class net.sf.fmj.media.codec.audio.alaw.ALawEncoderUtil
Encode a pcm value into a a-law byte
aLawEncode(short) - Static method in class net.sf.fmj.media.codec.audio.alaw.ALawEncoderUtil
Encode a pcm value into a a-law byte
aLawEncode(boolean, byte[], int, int, byte[]) - Static method in class net.sf.fmj.media.codec.audio.alaw.ALawEncoderUtil
Encode an array of pcm values into a pre-allocated target array
aLawEncodeBigEndian(byte[], int, int, byte[]) - Static method in class net.sf.fmj.media.codec.audio.alaw.ALawEncoderUtil
 
aLawEncodeLittleEndian(byte[], int, int, byte[]) - Static method in class net.sf.fmj.media.codec.audio.alaw.ALawEncoderUtil
 
ALawEncoderUtil - Class in net.sf.fmj.media.codec.audio.alaw
Turns 16-bit linear PCM values into 8-bit A-law bytes.
ALawEncoderUtil() - Constructor for class net.sf.fmj.media.codec.audio.alaw.ALawEncoderUtil
 
ALL - Static variable in class net.sf.fmj.media.BonusAudioFormatEncodings
 
ALL - Static variable in class net.sf.fmj.media.BonusVideoFormatEncodings
 
ALL - Static variable in class net.sf.fmj.media.RegistryDefaults
All registry entries.
ANY_PORT - Static variable in class javax.media.rtp.SessionAddress
 
appArgToMediaLocator(String) - Static method in class net.sf.fmj.ejmf.toolkit.util.Utility
Converts a string to a URL.
appletArgToMediaLocator(Applet, String) - Static method in class net.sf.fmj.ejmf.toolkit.util.Utility
Converts an applet argument to a MediaLocator.
ApplicationEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
ApplicationEvent(SessionManager, Participant, ReceiveStream, int, String, byte[]) - Constructor for class javax.media.rtp.event.ApplicationEvent
 
arithmeticCoding - Variable in class javax.media.format.H263Format
 
AsyncBufferTransferHandlerNotifier - Class in net.sf.fmj.media
Helper class to do BufferTransferHandler notifications in a background thread.
AsyncBufferTransferHandlerNotifier(PushBufferStream) - Constructor for class net.sf.fmj.media.AsyncBufferTransferHandlerNotifier
 
AsyncSourceTransferHandlerNotifier - Class in net.sf.fmj.media
Helper class to do SourceTransferHandler notifications in a background thread.
AsyncSourceTransferHandlerNotifier(PushSourceStream) - Constructor for class net.sf.fmj.media.AsyncSourceTransferHandlerNotifier
 
AUDIO - Static variable in class net.sf.fmj.media.datasink.rtp.ParsedRTPUrlElement
 
audioDeviceUnavailable(AudioDeviceUnavailableEvent) - Method in class javax.media.ControllerAdapter
 
AudioDeviceUnavailableEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
AudioDeviceUnavailableEvent(Controller) - Constructor for class javax.media.AudioDeviceUnavailableEvent
 
AudioFormat - Class in javax.media.format
Standard JMF class -- see this class in the JMF Javadoc.
AudioFormat(String) - Constructor for class javax.media.format.AudioFormat
 
AudioFormat(String, double, int, int) - Constructor for class javax.media.format.AudioFormat
 
AudioFormat(String, double, int, int, int, int) - Constructor for class javax.media.format.AudioFormat
 
AudioFormat(String, double, int, int, int, int, int, double, Class) - Constructor for class javax.media.format.AudioFormat
 
audioFormatClass - Static variable in class net.sf.fmj.utility.FormatUtils
 
AudioFormatComparator - Class in net.sf.fmj.media.protocol.javasound
Used to sort audio formats by quality
AudioFormatComparator() - Constructor for class net.sf.fmj.media.protocol.javasound.AudioFormatComparator
 
AudioFormatCompleter - Class in net.sf.fmj.media
Creates audio formats which have any unspecified values set to defaults
AudioFormatCompleter() - Constructor for class net.sf.fmj.media.AudioFormatCompleter
 
AudioFormatPanel - Class in net.sf.fmj.ui.wizards
 
AudioFormatPanel() - Constructor for class net.sf.fmj.ui.wizards.AudioFormatPanel
Creates new form AudioFormtPanel
AUMux - Class in net.sf.fmj.media.multiplexer.audio
AU audio multiplexer.
AUMux() - Constructor for class net.sf.fmj.media.multiplexer.audio.AUMux
 
autoLoop - Variable in class net.sf.fmj.ui.application.PlayerPanelPrefs
 
autoPlay - Variable in class net.sf.fmj.ui.application.PlayerPanelPrefs
 
available() - Method in class net.sf.fmj.media.BufferQueueInputStream
 
available() - Method in class net.sf.fmj.media.codec.InputStreamReader
 

B

BACK_BUTTON_ACTION_COMMAND - Static variable in class net.sf.fmj.ui.wizard.Wizard
The String-based action command for the 'Back' button.
BACK_BUTTON_ENABLED_PROPERTY - Static variable in class net.sf.fmj.ui.wizard.WizardModel
Property identification String for the Back button's enabled state
BACK_BUTTON_ICON_PROPERTY - Static variable in class net.sf.fmj.ui.wizard.WizardModel
Property identification String for the Back button's icon
BACK_BUTTON_TEXT_PROPERTY - Static variable in class net.sf.fmj.ui.wizard.WizardModel
Property identification String for the Back button's text
BadHeaderException - Exception in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
BadHeaderException() - Constructor for exception javax.media.BadHeaderException
 
BadHeaderException(String) - Constructor for exception javax.media.BadHeaderException
 
BASIC_AUDIO - Static variable in class javax.media.protocol.FileTypeDescriptor
 
BasicArrowButton - Class in net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf
JButton object that draws a scaled Arrow in one of the cardinal directions.
BasicArrowButton(int) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.BasicArrowButton
 
BasicCachingControl - Class in net.sf.fmj.ejmf.toolkit.media
This class provides a CachingControl for the AbstractController class.
BasicCachingControl(AbstractController, long) - Constructor for class net.sf.fmj.ejmf.toolkit.media.BasicCachingControl
Constructs a BasicCachingControl for the given AbstractController.
BasicControlButton - Class in net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf
Draws basic Control Panel buttons.
BasicControlButton() - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.BasicControlButton
 
BasicIconButton - Class in net.sf.fmj.ejmf.toolkit.gui.controls
 
BasicIconButton(ImageIcon, ImageIcon) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.BasicIconButton
 
begin() - Method in class net.sf.fmj.apps.applet.FmjApplet
 
begin() - Method in class net.sf.fmj.apps.play.FmjPlay
 
begin() - Method in class net.sf.fmj.ejmf.toolkit.util.PlayerDriver
An abstract method that should be overridden to begin the playback of the media once the GUI layout has taken place.
BIAS - Static variable in class net.sf.fmj.media.codec.audio.ulaw.MuLawEncoderUtil
 
BIG_ENDIAN - Static variable in class javax.media.format.AudioFormat
 
BIG_ENDIAN - Static variable in class javax.media.format.RGBFormat
 
BIG_ENDIAN - Static variable in class net.sf.fmj.utility.FormatArgUtils
 
BigPipedInputStream - Class in net.sf.fmj.media.multiplexer
Enhances PipedInputStream to have a larger buffer.
BigPipedInputStream(int) - Constructor for class net.sf.fmj.media.multiplexer.BigPipedInputStream
 
BitRateControl - Interface in javax.media.control
Standard JMF class -- see this class in the JMF Javadoc.
bitsPerPixel - Variable in class javax.media.format.RGBFormat
 
blockingConfigure() - Method in class net.sf.fmj.ejmf.toolkit.util.StateWaiter
 
blockingPrefetch() - Method in class net.sf.fmj.ejmf.toolkit.util.StateWaiter
Calls prefetch() on the Controller and blocks the current thread until the Controller is Prefetched.
blockingPut(Buffer) - Method in class net.sf.fmj.media.BufferQueueInputStream
 
blockingPut(Buffer, boolean) - Method in class net.sf.fmj.media.BufferQueueInputStream
 
blockingRealize() - Method in class net.sf.fmj.ejmf.toolkit.util.StateWaiter
Calls realize() on the Controller and blocks the current thread until the Controller is Realized.
blockingStart() - Method in class net.sf.fmj.ejmf.toolkit.util.StateWaiter
Casts the Controller to a Player, calls start(), and blocks the current thread until the player is Started.
blockingSyncStart(Time) - Method in class net.sf.fmj.ejmf.toolkit.util.StateWaiter
Calls syncStart() on the Controller and blocks the current thread until the Controller is Started.
blockingWait(int) - Method in class net.sf.fmj.ejmf.toolkit.util.StateWaiter
 
blockUntilStart(Time) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
For a given time-base start time, block until the AbstractController should be started.
blockWhilePaused() - Method in class net.sf.fmj.ejmf.toolkit.media.BasicCachingControl
Blocks the current thread until the download is not paused.
blueMask - Variable in class javax.media.format.RGBFormat
 
blueValues - Variable in class javax.media.format.IndexedColorFormat
 
BonusAudioFormatEncodings - Class in net.sf.fmj.media
Audio format encodings in FMJ but not JMF.
BonusAudioFormatEncodings() - Constructor for class net.sf.fmj.media.BonusAudioFormatEncodings
 
BonusVideoFormatEncodings - Class in net.sf.fmj.media
Video format encodings in FMJ but not JMF.
BonusVideoFormatEncodings() - Constructor for class net.sf.fmj.media.BonusVideoFormatEncodings
 
BorderConstants - Class in net.sf.fmj.ejmf.toolkit.util
From the book: Essential JMF, Gordon, Talley (ISBN 0130801046).
BorderConstants() - Constructor for class net.sf.fmj.ejmf.toolkit.util.BorderConstants
 
BOUNDARY - Static variable in class net.sf.fmj.media.multiplexer.MultipartMixedReplaceMux
 
Buffer - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
Buffer() - Constructor for class javax.media.Buffer
 
BUFFER_PROCESSED_FAILED - Static variable in interface javax.media.PlugIn
 
BUFFER_PROCESSED_OK - Static variable in interface javax.media.PlugIn
 
BufferControl - Interface in javax.media.control
Standard JMF class -- see this class in the JMF Javadoc.
bufferFlagsToStr(int) - Static method in class net.sf.fmj.utility.LoggingStringUtils
 
BufferQueueInputStream - Class in net.sf.fmj.media
Turns a queue of Buffer objects into an InputStream.
BufferQueueInputStream() - Constructor for class net.sf.fmj.media.BufferQueueInputStream
 
BufferQueueInputStream(int) - Constructor for class net.sf.fmj.media.BufferQueueInputStream
 
BufferToImage - Class in javax.media.util
Standard JMF class -- see this class in the JMF Javadoc.
BufferToImage(VideoFormat) - Constructor for class javax.media.util.BufferToImage
 
BufferToImage - Class in net.sf.fmj.media.util
Implementation of javax.media.util.BufferToImage.
BufferToImage(VideoFormat) - Constructor for class net.sf.fmj.media.util.BufferToImage
 
bufferToStr(Buffer) - Static method in class net.sf.fmj.utility.LoggingStringUtils
 
BufferTransferHandler - Interface in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
buildGraphToMux(ContentDescriptor, Demultiplexer, Multiplexer, Format, int) - Static method in class net.sf.fmj.filtergraph.FilterGraphBuilder
 
buildGraphToRenderer(ContentDescriptor, Demultiplexer) - Static method in class net.sf.fmj.filtergraph.FilterGraphBuilder
 
ByeEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
ByeEvent(SessionManager, Participant, ReceiveStream, String, boolean) - Constructor for class javax.media.rtp.event.ByeEvent
 
BYTE_ARRAY - Static variable in class net.sf.fmj.utility.FormatArgUtils
 
byteArray - Static variable in class javax.media.Format
 
byteArray - Static variable in class net.sf.fmj.utility.FormatUtils
 
byteArraysEqual(byte[], byte[]) - Static method in class net.sf.fmj.utility.FormatUtils
 
byteArrayToBase64String(byte[]) - Static method in class com.lti.utils.StringUtils
 
byteArrayToHexString(byte[]) - Static method in class com.lti.utils.StringUtils
 
byteArrayToHexString(byte[], int) - Static method in class com.lti.utils.StringUtils
 
byteArrayToHexString(byte[], int, int) - Static method in class com.lti.utils.StringUtils
 
byteArrayToHexString(byte[]) - Static method in class net.sf.fmj.codegen.CGUtils
 
byteArrayToHexString(byte[], int) - Static method in class net.sf.fmj.codegen.CGUtils
 
byteArrayToHexString(byte[], int, int) - Static method in class net.sf.fmj.codegen.CGUtils
 
byteToHexString_ZeroPad(byte) - Static method in class com.lti.utils.StringUtils
 
byteToShortArray(byte[], int, int, boolean) - Static method in class net.java.sip.communicator.impl.media.codec.audio.Utils
Converts a byte array into a short array.

C

CachedStream - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
CachedStream - Interface in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
CACHING - Static variable in class javax.media.Manager
 
CachingControl - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
cachingControl(CachingControlEvent) - Method in class javax.media.ControllerAdapter
 
CachingControlEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
CachingControlEvent(Controller, CachingControl, long) - Constructor for class javax.media.CachingControlEvent
 
calculateJitter(long) - Method in class net.sf.fmj.media.rtp.RTPDataStream
Performs jitter calculations
calculateSleep(long) - Method in class net.sf.fmj.media.SleepHelper
 
CANCEL_BUTTON_ACTION_COMMAND - Static variable in class net.sf.fmj.ui.wizard.Wizard
The String-based action command for the 'Cancel' button.
CANCEL_BUTTON_ENABLED_PROPERTY - Static variable in class net.sf.fmj.ui.wizard.WizardModel
Property identification String for the Cancel button's enabled state
CANCEL_BUTTON_ICON_PROPERTY - Static variable in class net.sf.fmj.ui.wizard.WizardModel
Property identification String for the Cancel button's icon
CANCEL_BUTTON_TEXT_PROPERTY - Static variable in class net.sf.fmj.ui.wizard.WizardModel
Property identification String for the Cancel button's text
CANCEL_RETURN_CODE - Static variable in class net.sf.fmj.ui.wizard.Wizard
Indicates that the 'Cancel' button was pressed to close the dialog, or the user pressed the close box in the corner of the window.
CannotRealizeException - Exception in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
CannotRealizeException() - Constructor for exception javax.media.CannotRealizeException
 
CannotRealizeException(String) - Constructor for exception javax.media.CannotRealizeException
 
CaptureDevice - Interface in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
CaptureDeviceBrowser - Class in net.sf.fmj.ui.application
 
CaptureDeviceBrowser() - Constructor for class net.sf.fmj.ui.application.CaptureDeviceBrowser
 
CaptureDeviceInfo - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
CaptureDeviceInfo() - Constructor for class javax.media.CaptureDeviceInfo
 
CaptureDeviceInfo(String, MediaLocator, Format[]) - Constructor for class javax.media.CaptureDeviceInfo
 
CaptureDeviceManager - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
CaptureDeviceManager() - Constructor for class javax.media.CaptureDeviceManager
 
CaptureDeviceManager - Class in javax.media.cdm
Internal implementation of javax.media.CaptureDeviceManager.
CaptureDeviceManager() - Constructor for class javax.media.cdm.CaptureDeviceManager
 
CaptureDevicePanel - Class in net.sf.fmj.ui.registry
Settings for capture devices.
CaptureDevicePanel() - Constructor for class net.sf.fmj.ui.registry.CaptureDevicePanel
This is the default constructor
CaptureDevicePlugger - Class in net.sf.fmj.media.cdp.civil
Dynamically adds CaptureDeviceInfo to the CaptureDeviceManager.
CaptureDevicePlugger() - Constructor for class net.sf.fmj.media.cdp.civil.CaptureDevicePlugger
 
CaptureDevicePlugger - Class in net.sf.fmj.media.cdp.javasound
Dynamically adds CaptureDeviceInfo to the CaptureDeviceManager.
CaptureDevicePlugger() - Constructor for class net.sf.fmj.media.cdp.javasound.CaptureDevicePlugger
 
CGUtils - Class in net.sf.fmj.codegen
Generic code-generation utilities, useful for creating unit tests.
CGUtils() - Constructor for class net.sf.fmj.codegen.CGUtils
 
ChangeListenerControl - Class in net.sf.fmj.ejmf.toolkit.gui.controls
A Control that requires ChangeListener will extend from ChangeListenerControl.
ChangeListenerControl(Skin, Controller) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.ChangeListenerControl
Create a ChangeListenerControl and associate it with a Controller.
ChangeListenerControl(Skin) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.ChangeListenerControl
Create a ChangeListenerControl
channels - Variable in class javax.media.format.AudioFormat
 
check() - Static method in class net.sf.fmj.utility.ClasspathChecker
 
checkAndWarn() - Static method in class net.sf.fmj.utility.ClasspathChecker
 
checkFMJPrefixInPackageManager() - Static method in class net.sf.fmj.utility.ClasspathChecker
 
checkInputBuffer(Buffer) - Method in class net.sf.fmj.media.AbstractCodec
 
checkJMFInClassPath() - Static method in class net.sf.fmj.utility.ClasspathChecker
Check if JMF is in the classpath (regardless of position).
checkManagerImplementation() - Static method in class net.sf.fmj.utility.ClasspathChecker
 
ChooseSourcePanel - Class in net.sf.fmj.ui.wizards
 
ChooseSourcePanel() - Constructor for class net.sf.fmj.ui.wizards.ChooseSourcePanel
Creates new form ChooseSourcePanel
ChooseSourcePanelDescriptor - Class in net.sf.fmj.ui.wizards
 
ChooseSourcePanelDescriptor(ProcessorWizardConfig, ProcessorWizardResult) - Constructor for class net.sf.fmj.ui.wizards.ChooseSourcePanelDescriptor
 
CINEPAK - Static variable in class javax.media.format.VideoFormat
 
className - Variable in class net.sf.fmj.utility.PlugInInfo
 
ClasspathChecker - Class in net.sf.fmj.utility
Used to help recognize when JMF is in the classpath ahead of FMJ.
ClasspathChecker() - Constructor for class net.sf.fmj.utility.ClasspathChecker
 
clear() - Method in class net.sf.fmj.media.MimeTable
 
clear() - Method in class net.sf.fmj.utility.ControlCollection
 
Clock - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
clockRate - Variable in class net.sf.fmj.media.rtp.RTPDataStream
 
ClockStartedError - Error in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
ClockStartedError() - Constructor for error javax.media.ClockStartedError
 
ClockStartedError(String) - Constructor for error javax.media.ClockStartedError
 
ClockStoppedException - Exception in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
ClockStoppedException() - Constructor for exception javax.media.ClockStoppedException
 
ClockStoppedException(String) - Constructor for exception javax.media.ClockStoppedException
 
clone() - Method in class javax.media.Buffer
 
clone() - Method in class javax.media.format.AudioFormat
 
clone() - Method in class javax.media.Format
 
clone() - Method in class javax.media.format.H261Format
 
clone() - Method in class javax.media.format.H263Format
 
clone() - Method in class javax.media.format.IndexedColorFormat
 
clone() - Method in class javax.media.format.JPEGFormat
 
clone() - Method in class javax.media.format.RGBFormat
 
clone() - Method in class javax.media.format.VideoFormat
 
clone() - Method in class javax.media.format.YUVFormat
 
clone() - Method in class net.sf.fmj.media.format.GIFFormat
 
clone() - Method in class net.sf.fmj.media.format.PNGFormat
 
clone(Dimension) - Static method in class net.sf.fmj.utility.FormatUtils
 
close() - Method in class com.lti.utils.synchronization.CloseableThread
 
close() - Method in class com.t4l.jmf.JPEGDecoder
 
close() - Method in class com.t4l.jmf.JPEGEncoder
 
close() - Method in interface javax.media.Controller
 
close() - Method in interface javax.media.DataSink
 
close() - Method in interface javax.media.PlugIn
 
close() - Method in class javax.media.protocol.InputSourceStream
 
close() - Method in interface javax.media.rtp.RTPConnector
 
close() - Method in interface javax.media.rtp.SendStream
 
close() - Method in class net.java.sip.communicator.impl.media.codec.audio.ilbc.JavaDecoder
 
close() - Method in class net.java.sip.communicator.impl.media.codec.audio.ilbc.JavaEncoder
 
close() - Method in class net.java.sip.communicator.impl.media.codec.audio.speex.JavaDecoder
 
close() - Method in class net.java.sip.communicator.impl.media.codec.audio.speex.JavaEncoder
 
close() - Method in class net.sf.fmj.apps.mediaserver.StreamDataSink
 
close() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Close the Controller.
close() - Method in class net.sf.fmj.ffmpeg_java.FFMPEGParser
 
close(AVFormatLibrary.URLContext) - Method in class net.sf.fmj.ffmpeg_java.PullDataSourceCallbackURLProtocolHandler
 
close() - Method in class net.sf.fmj.media.AbstractPlugIn
 
close() - Method in class net.sf.fmj.media.codec.audio.alaw.Decoder
 
close() - Method in class net.sf.fmj.media.codec.audio.alaw.DePacketizer
 
close() - Method in class net.sf.fmj.media.codec.audio.alaw.Encoder
 
close() - Method in class net.sf.fmj.media.codec.audio.alaw.Packetizer
 
close() - Method in class net.sf.fmj.media.codec.audio.RateConverter
 
close() - Method in class net.sf.fmj.media.codec.audio.ulaw.Decoder
 
close() - Method in class net.sf.fmj.media.codec.audio.ulaw.DePacketizer
 
close() - Method in class net.sf.fmj.media.codec.audio.ulaw.Encoder
 
close() - Method in class net.sf.fmj.media.codec.audio.ulaw.Packetizer
 
close() - Method in class net.sf.fmj.media.codec.InputStreamReader
 
close() - Method in class net.sf.fmj.media.codec.video.jpeg.DePacketizer
 
close() - Method in class net.sf.fmj.media.codec.video.jpeg.Packetizer
 
close() - Method in class net.sf.fmj.media.datasink.file.Handler
 
close() - Method in class net.sf.fmj.media.datasink.rtp.Handler
 
close() - Method in class net.sf.fmj.media.multiplexer.AbstractInputStreamMux
 
close() - Method in class net.sf.fmj.media.multiplexer.AbstractStreamCopyMux
 
close() - Method in class net.sf.fmj.media.multiplexer.RawBufferMux
 
close() - Method in class net.sf.fmj.media.parser.MultipartMixedReplaceParser
 
close() - Method in class net.sf.fmj.media.renderer.audio.JavaSoundRenderer
Free the data line.
close() - Method in class net.sf.fmj.media.renderer.video.DiagnosticVideoRenderer
 
close() - Method in class net.sf.fmj.media.renderer.video.Java2dRenderer
Close the plugin.
close() - Method in class net.sf.fmj.media.rtp.RTPSendStream
 
close() - Method in class net.sf.fmj.media.rtp.RTPSocketAdapter
Close all the RTP, RTCP streams.
close() - Method in class net.sf.fmj.theora_java.JavaOggParser
 
close() - Method in class net.sf.fmj.theora_java.NativeOggParser
 
close() - Method in class net.sf.fmj.ui.application.ContainerPlayer
Deallocate resources and close the player.
CloseableThread - Class in com.lti.utils.synchronization
A base class for threads which need to be gracefully closed, since Thread.stop() is deprecated.
CloseableThread() - Constructor for class com.lti.utils.synchronization.CloseableThread
 
CloseableThread(String) - Constructor for class com.lti.utils.synchronization.CloseableThread
 
CloseableThread(ThreadGroup, String) - Constructor for class com.lti.utils.synchronization.CloseableThread
Deprecated.  
closeSession(String) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
closeSession(String) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
closing - Variable in class com.lti.utils.synchronization.CloseableThread
 
clz - Variable in class javax.media.Format
 
Codec - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
CODEC - Static variable in class javax.media.PlugInManager
 
CodecNode - Class in net.sf.fmj.filtergraph
A node in a filter graph for a Codec.
CodecNode(Codec, Format) - Constructor for class net.sf.fmj.filtergraph.CodecNode
 
com.lti.utils - package com.lti.utils
General utilities.
com.lti.utils.collections - package com.lti.utils.collections
Provides an assortment of collection classes and data structures.
com.lti.utils.synchronization - package com.lti.utils.synchronization
Provides utilities for thread synchronization.
com.t4l.jmf - package com.t4l.jmf
JPEG encoder/decoder codecs from Jeremy Wood.
commit() - Static method in class javax.media.CaptureDeviceManager
 
commit() - Static method in class javax.media.cdm.CaptureDeviceManager
 
commit() - Static method in class javax.media.pim.PlugInManager
 
commit() - Static method in class javax.media.PlugInManager
 
commit() - Static method in class net.sf.fmj.media.MimeManager
 
commit() - Method in class net.sf.fmj.registry.Registry
Write the registry to file.
commitContentPrefixList() - Static method in class javax.media.PackageManager
 
commitContentPrefixList() - Static method in class javax.media.pm.PackageManager
 
commitProtocolPrefixList() - Static method in class javax.media.PackageManager
 
commitProtocolPrefixList() - Static method in class javax.media.pm.PackageManager
 
COMPACT_DISC - Static variable in interface javax.media.control.PortControl
 
compare(Object, Object) - Method in class net.sf.fmj.media.protocol.javasound.AudioFormatComparator
 
complete(AudioFormat) - Static method in class net.sf.fmj.media.AudioFormatCompleter
Fill in any needed, unspecified values, like endianness.
ComponentValidationException - Exception in net.sf.fmj.ui.objeditor
 
ComponentValidationException(Component, String) - Constructor for exception net.sf.fmj.ui.objeditor.ComponentValidationException
 
ComponentValidator - Class in net.sf.fmj.ui.objeditor
 
ComponentValidator() - Constructor for class net.sf.fmj.ui.objeditor.ComponentValidator
 
COMPOSITE_VIDEO - Static variable in interface javax.media.control.PortControl
 
COMPOSITE_VIDEO_2 - Static variable in interface javax.media.control.PortControl
 
computeDuration(long) - Method in class javax.media.format.AudioFormat
 
computeThumbRectangle() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.ProgressSlider
Recompute thumb size in response to a change in value of the slider.
configure() - Method in interface javax.media.Processor
 
configure() - Method in class net.sf.fmj.media.AbstractProcessor
 
configureComplete(ConfigureCompleteEvent) - Method in class javax.media.ControllerAdapter
 
ConfigureCompleteEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
ConfigureCompleteEvent(Controller, int, int, int) - Constructor for class javax.media.ConfigureCompleteEvent
 
Configured - Static variable in interface javax.media.Processor
 
Configuring - Static variable in interface javax.media.Processor
 
conn - Variable in class net.sf.fmj.media.protocol.URLDataSource
 
connect() - Method in interface javax.media.protocol.CaptureDevice
 
connect() - Method in class javax.media.protocol.DataSource
 
connect() - Method in class net.sf.fmj.media.multiplexer.InputStreamPushDataSource
 
connect() - Method in class net.sf.fmj.media.multiplexer.StreamCopyPushDataSource
 
connect() - Method in class net.sf.fmj.media.protocol.civil.DataSource
 
connect() - Method in class net.sf.fmj.media.protocol.file.DataSource
 
connect() - Method in class net.sf.fmj.media.protocol.httpauth.DataSource
 
connect() - Method in class net.sf.fmj.media.protocol.javasound.DataSource
 
connect() - Method in class net.sf.fmj.media.protocol.rtp.DataSource
 
connect() - Method in class net.sf.fmj.media.protocol.URLDataSource
 
connect() - Method in class net.sf.fmj.media.rtp.RTPDataSource
 
connected - Variable in class net.sf.fmj.media.protocol.file.DataSource
 
connected - Variable in class net.sf.fmj.media.protocol.URLDataSource
 
connectionError(ConnectionErrorEvent) - Method in class javax.media.ControllerAdapter
 
ConnectionErrorEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
ConnectionErrorEvent(Controller, String) - Constructor for class javax.media.ConnectionErrorEvent
 
ConnectionErrorEvent(Controller) - Constructor for class javax.media.ConnectionErrorEvent
 
Constants - Class in net.java.sip.communicator.impl.media.codec
Constants needed in codecs impl.
Constants() - Constructor for class net.java.sip.communicator.impl.media.codec.Constants
 
ContainerPlayer - Class in net.sf.fmj.ui.application
ContainerPlayer.
ContainerPlayer(Container) - Constructor for class net.sf.fmj.ui.application.ContainerPlayer
Constructor.
ContainerPlayerStatusListener - Interface in net.sf.fmj.ui.application
Used to allow PlayerPanel to update its status bar in response to state changes of ContainerPlayer.
CONTENT_UNKNOWN - Static variable in class javax.media.protocol.ContentDescriptor
 
ContentAndTrackFormatPanel - Class in net.sf.fmj.ui.wizards
 
ContentAndTrackFormatPanel() - Constructor for class net.sf.fmj.ui.wizards.ContentAndTrackFormatPanel
Creates new form ContentAndTrackFormatPanel
ContentAndTrackFormatPanelDescriptor - Class in net.sf.fmj.ui.wizards
 
ContentAndTrackFormatPanelDescriptor(Object, ContentDescriptorFilter, ProcessorWizardConfig, ProcessorWizardResult) - Constructor for class net.sf.fmj.ui.wizards.ContentAndTrackFormatPanelDescriptor
 
ContentDescriptor - Class in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
ContentDescriptor(String) - Constructor for class javax.media.protocol.ContentDescriptor
 
contentDescriptor - Variable in class net.sf.fmj.ui.wizards.ProcessorWizardConfig
 
ContentDescriptorFilter - Interface in net.sf.fmj.ui.wizards
Used to filter which content descriptions are offered for which type of processing (RTP transmission, transcoding, etc).
contentPrefixList(int) - Static method in class net.sf.fmj.media.RegistryDefaults
 
contentType - Variable in class net.sf.fmj.media.protocol.file.DataSource
 
Control - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
ControlCollection - Class in net.sf.fmj.utility
Maintains a list of Control objects.
ControlCollection() - Constructor for class net.sf.fmj.utility.ControlCollection
 
Controller - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
ControllerAdapter - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
ControllerAdapter() - Constructor for class javax.media.ControllerAdapter
 
controllerClosed(ControllerClosedEvent) - Method in class javax.media.ControllerAdapter
 
ControllerClosedEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
ControllerClosedEvent(Controller) - Constructor for class javax.media.ControllerClosedEvent
 
ControllerClosedEvent(Controller, String) - Constructor for class javax.media.ControllerClosedEvent
 
controllerError(ControllerErrorEvent) - Method in class javax.media.ControllerAdapter
 
ControllerErrorEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
ControllerErrorEvent(Controller, String) - Constructor for class javax.media.ControllerErrorEvent
 
ControllerErrorEvent(Controller) - Constructor for class javax.media.ControllerErrorEvent
 
ControllerEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
ControllerEvent(Controller) - Constructor for class javax.media.ControllerEvent
 
ControllerEventQueue - Class in net.sf.fmj.ejmf.toolkit.media
This class provides a dispatching mechanism for ControllerEvents.
ControllerEventQueue(Vector, String) - Constructor for class net.sf.fmj.ejmf.toolkit.media.ControllerEventQueue
Construct a ControllerEventQueue for the given list of ControllerListeners.
ControllerListener - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
controllerUpdate(ControllerEvent) - Method in class javax.media.ControllerAdapter
 
controllerUpdate(ControllerEvent) - Method in interface javax.media.ControllerListener
 
controllerUpdate(ControllerEvent) - Method in class net.sf.fmj.apps.applet.FmjApplet
This controllerUpdate function must be defined in order to implement a ControllerListener interface.
controllerUpdate(ControllerEvent) - Method in class net.sf.fmj.apps.play.FmjPlay
This controllerUpdate function must be defined in order to implement a ControllerListener interface.
controllerUpdate(ControllerEvent) - Method in class net.sf.fmj.ejmf.toolkit.controls.RateControl
Listens for changes in the Controller's rate, so that it can be reflected in the Rate TextField.
controllerUpdate(ControllerEvent) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardProgressControl
If the progress slider is operational, the controllerUpdate method starts and stops its time based on Start- and StopEvents from the Controller.
controllerUpdate(ControllerEvent) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.TimeDisplayControl
Listen for start/stop events and start/stop SourceTimer in response.
controllerUpdate(ControllerEvent) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Used to monitor events posted by this Player's managed Controllers.
controllerUpdate(ControllerEvent) - Method in class net.sf.fmj.ejmf.toolkit.media.StopTimeMonitor
Listen for RateChangeEvents or MediaTimeSetEvents and notify the StopTimeMonitor thread to recalculate its wait time.
controllerUpdate(ControllerEvent) - Method in class net.sf.fmj.ejmf.toolkit.util.StateWaiter
Listens for a transition to the state that this StateWaiter is waiting for.
Controls - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
Controls - Interface in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
controls - Variable in class net.sf.fmj.media.rtp.RTPDataStream
 
convertCivilFormat(VideoFormat) - Static method in class net.sf.fmj.media.protocol.civil.DataSource
 
convertCodecAudioFormat(AVCodecLibrary.AVCodecContext) - Static method in class net.sf.fmj.ffmpeg_java.FFMPEGParser
 
convertCodecAudioFormat(AVCodecLibrary.AVCodecContext) - Static method in class net.sf.fmj.ffmpeg_java.ListFormats
 
convertCodecAudioFormat(Info) - Static method in class net.sf.fmj.theora_java.JavaOggParser
 
convertCodecAudioFormat(VorbisLibrary.vorbis_info) - Static method in class net.sf.fmj.theora_java.NativeOggParser
 
convertCodecPixelFormat(int, int, int, float) - Static method in class net.sf.fmj.ffmpeg_java.ListFormats
 
convertCodecPixelFormat(Info) - Static method in class net.sf.fmj.theora_java.JavaOggParser
 
convertCodecPixelFormat(TheoraLibrary.theora_info) - Static method in class net.sf.fmj.theora_java.NativeOggParser
 
convertFormat(AudioFormat) - Static method in class net.sf.fmj.media.renderer.audio.JavaSoundUtils
Convert javax.sound.sampled.AudioFormat to javax.media.format.AudioFormat.
convertFormat(AudioFormat) - Static method in class net.sf.fmj.media.renderer.audio.JavaSoundUtils
 
copy(Buffer) - Method in class javax.media.Buffer
 
copy(Buffer, boolean) - Method in class javax.media.Buffer
 
copy(Format) - Method in class javax.media.format.AudioFormat
 
copy(Format) - Method in class javax.media.Format
 
copy(Format) - Method in class javax.media.format.H261Format
 
copy(Format) - Method in class javax.media.format.H263Format
 
copy(Format) - Method in class javax.media.format.IndexedColorFormat
 
copy(Format) - Method in class javax.media.format.JPEGFormat
 
copy(Format) - Method in class javax.media.format.RGBFormat
 
copy(Format) - Method in class javax.media.format.VideoFormat
 
copy(Format) - Method in class javax.media.format.YUVFormat
 
copy(Format) - Method in class net.sf.fmj.media.format.GIFFormat
 
copy(Format) - Method in class net.sf.fmj.media.format.PNGFormat
 
copyFile(String, String) - Static method in class net.sf.fmj.utility.IOUtils
 
copyFile(File, File) - Static method in class net.sf.fmj.utility.IOUtils
 
copyStream(InputStream, OutputStream) - Static method in class net.sf.fmj.utility.IOUtils
 
CREATE_PLAYER_FAILED - Static variable in interface net.sf.fmj.ui.application.ContainerPlayerStatusListener
 
createAbsoluteFileUrl(String) - Static method in class net.sf.fmj.utility.URLUtils
returns null if file does not exist.
createBuffer(Image, float) - Static method in class net.sf.fmj.media.util.ImageToBuffer
 
createBufferedImage(Buffer) - Method in class net.sf.fmj.media.util.BufferToImage
 
createClone() - Method in interface javax.media.protocol.SourceCloneable
Based on JMF testing, the clone is in the same state as the original (opened and connected if the original is), but at the beginning of the media, not whatever position the original is.
createClone() - Method in class net.sf.fmj.media.protocol.file.DataSource
 
createClone() - Method in class net.sf.fmj.media.protocol.httpauth.DataSource
 
createClone() - Method in class net.sf.fmj.media.protocol.URLDataSource
 
createCloneableDataSource(DataSource) - Static method in class javax.media.Manager
 
createControlComponent(Skin) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
Subclasses defined this method to supply their GUI component.
createControlComponent(Skin) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardFastForwardControl
Create FastForwardButton
createControlComponent(Skin) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardGainControl
Create Control Component for Gain Control.
createControlComponent(Skin) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardGainMeterControl
Create the GainMeter Component.
createControlComponent(Skin) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardPauseControl
Create PauseButton.
createControlComponent(Skin) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardProgressControl
Create ProgressSlider
createControlComponent(Skin) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardReverseControl
 
createControlComponent(Skin) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardStartControl
Create StartButton.
createControlComponent(Skin) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardStopControl
Create StopButton
createControlListener() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
Subclasses of AbstractListenerControl must define this method to supply an EventListener to handle events originating from control's component.
createControlListener() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardFastForwardControl
Create MouseListener that implements Control semantics.
createControlListener() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardGainControl
Create and return the default listener for gain control.
createControlListener() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardGainMeterControl
Return the ActionListener used to toggle mute button.
createControlListener() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardPauseControl
Create and return an ActionListener that implements pause semantics.
createControlListener() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardProgressControl
Create ChangeListener.
createControlListener() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardReverseControl
 
createControlListener() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardStartControl
Creates an ActionListener for start button that starts Controller when clicked.
createControlListener() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardStopControl
Create ActionListener to respond to StopButton clicks.
createControls(Player) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.AbstractControlPanel
Create the Controls to be displayed in the Control Panel.
createControls(Player) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Creates Controls associated with this Control Panel.
createDataSink(DataSource, MediaLocator) - Static method in class javax.media.Manager
 
createDataSource(URL) - Static method in class javax.media.Manager
 
createDataSource(MediaLocator) - Static method in class javax.media.Manager
 
createDisabledIcon(ImageIcon) - Static method in class net.sf.fmj.ejmf.toolkit.util.Utility
Create a disabled icon using a gray filter.
createFastForwardButton() - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.Skin
 
createFastForwardButton() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.EjmfSkin
 
createFastForwardButton() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.two.SkinTwo
 
createGainDecreaseButton(Skin) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractGainButtonPanel
Create a button for decreasing gain.
createGainIncreaseButton(Skin) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractGainButtonPanel
Create a button for increasing gain.
createGainMeterButton() - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.Skin
 
createGainMeterButton() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.EjmfSkin
 
createGainMeterButton() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.two.SkinTwo
 
createImage(Buffer) - Method in class net.sf.fmj.media.util.BufferToImage
 
createInputStreamPushDataSource(ContentDescriptor, int, InputStream[], Format[]) - Method in class net.sf.fmj.media.multiplexer.AbstractInputStreamMux
 
createInputStreamPushDataSource(ContentDescriptor, int, InputStream[], Format[]) - Method in class net.sf.fmj.media.multiplexer.AbstractStreamCopyMux
 
createInputStreamPushDataSource(ContentDescriptor, int, InputStream[], Format[]) - Method in class net.sf.fmj.media.multiplexer.audio.JavaSoundMux
 
createMergingDataSource(DataSource[]) - Static method in class javax.media.Manager
 
createPauseButton() - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.Skin
 
createPauseButton() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.EjmfSkin
 
createPauseButton() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.two.SkinTwo
 
createPlayer(URL) - Static method in class javax.media.Manager
 
createPlayer(MediaLocator) - Static method in class javax.media.Manager
 
createPlayer(DataSource) - Static method in class javax.media.Manager
 
createProcessor(URL) - Static method in class javax.media.Manager
 
createProcessor(MediaLocator) - Static method in class javax.media.Manager
 
createProcessor(DataSource) - Static method in class javax.media.Manager
 
createProgressSlider() - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.Skin
 
createProgressSlider() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.EjmfSkin
 
createProgressSlider() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.two.SkinTwo
 
createRealizedPlayer(URL) - Static method in class javax.media.Manager
 
createRealizedPlayer(MediaLocator) - Static method in class javax.media.Manager
 
createRealizedPlayer(DataSource) - Static method in class javax.media.Manager
 
createRealizedProcessor(ProcessorModel) - Static method in class javax.media.Manager
 
createReverseButton() - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.Skin
 
createReverseButton() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.EjmfSkin
 
createReverseButton() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.two.SkinTwo
 
createSendStream(DataSource, int) - Method in class javax.media.rtp.RTPManager
 
createSendStream(int, DataSource, int) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
createSendStream(DataSource, int) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
createSendStream(DataSource, int) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
createSendStream(int, DataSource, int) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
createStartButton() - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.Skin
 
createStartButton() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.EjmfSkin
 
createStartButton() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.two.SkinTwo
 
createStopButton() - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.Skin
 
createStopButton() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.EjmfSkin
 
createStopButton() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.two.SkinTwo
 
createUI(JComponent) - Static method in class net.sf.fmj.ui.plaf.FmjSliderUI
 
createUrlStr(File) - Static method in class net.sf.fmj.utility.URLUtils
 
createVolumeControlButton_Decrease() - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.Skin
 
createVolumeControlButton_Decrease() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.EjmfSkin
 
createVolumeControlButton_Decrease() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.two.SkinTwo
 
createVolumeControlButton_Increase() - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.Skin
 
createVolumeControlButton_Increase() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.EjmfSkin
 
createVolumeControlButton_Increase() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.two.SkinTwo
 
createWavHeader(AudioFormat) - Static method in class net.sf.fmj.media.codec.JavaSoundCodec
See http://ccrma.stanford.edu/courses/422/projects/WaveFormat/.
Crypt - Interface in memetic.crypto
 
CURRENT_PANEL_DESCRIPTOR_PROPERTY - Static variable in class net.sf.fmj.ui.wizard.WizardModel
Identification string for the current panel.

D

data - Variable in class fi.iki.elonen.nanohttpd.NanoHTTPD.Response
Data of the response, may be null.
data - Variable in class javax.media.Buffer
 
DataChannel - Interface in javax.media.rtp
Deprecated.  
dataLostError(DataLostErrorEvent) - Method in class javax.media.ControllerAdapter
 
DataLostErrorEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
DataLostErrorEvent(Controller, String) - Constructor for class javax.media.DataLostErrorEvent
 
DataLostErrorEvent(Controller) - Constructor for class javax.media.DataLostErrorEvent
 
DataSink - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
DataSinkErrorEvent - Class in javax.media.datasink
Standard JMF class -- see this class in the JMF Javadoc.
DataSinkErrorEvent(DataSink, String) - Constructor for class javax.media.datasink.DataSinkErrorEvent
 
DataSinkErrorEvent(DataSink) - Constructor for class javax.media.datasink.DataSinkErrorEvent
 
DataSinkEvent - Class in javax.media.datasink
Standard JMF class -- see this class in the JMF Javadoc.
DataSinkEvent(DataSink) - Constructor for class javax.media.datasink.DataSinkEvent
 
DataSinkEvent(DataSink, String) - Constructor for class javax.media.datasink.DataSinkEvent
 
DataSinkListener - Interface in javax.media.datasink
Standard JMF class -- see this class in the JMF Javadoc.
DataSinkProxy - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
dataSinkUpdate(DataSinkEvent) - Method in interface javax.media.datasink.DataSinkListener
 
DataSource - Class in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
DataSource() - Constructor for class javax.media.protocol.DataSource
 
DataSource(MediaLocator) - Constructor for class javax.media.protocol.DataSource
 
DataSource - Class in net.sf.fmj.media.protocol.civil
DataSource for CIVIL video.
DataSource() - Constructor for class net.sf.fmj.media.protocol.civil.DataSource
 
DataSource - Class in net.sf.fmj.media.protocol.file
File protocol handler DataSource.
DataSource() - Constructor for class net.sf.fmj.media.protocol.file.DataSource
 
DataSource - Class in net.sf.fmj.media.protocol.http
HTTP protocol handler DataSource.
DataSource() - Constructor for class net.sf.fmj.media.protocol.http.DataSource
 
DataSource(URL) - Constructor for class net.sf.fmj.media.protocol.http.DataSource
 
DataSource - Class in net.sf.fmj.media.protocol.httpauth
HTTPAUTH (pseudo-) protocol handler DataSource.
DataSource() - Constructor for class net.sf.fmj.media.protocol.httpauth.DataSource
 
DataSource(URL) - Constructor for class net.sf.fmj.media.protocol.httpauth.DataSource
 
DataSource - Class in net.sf.fmj.media.protocol.javasound
DataSource for JavaSound audio recording.
DataSource() - Constructor for class net.sf.fmj.media.protocol.javasound.DataSource
 
DataSource - Class in net.sf.fmj.media.protocol.rtp
RTP protocol handler DataSource.
DataSource() - Constructor for class net.sf.fmj.media.protocol.rtp.DataSource
 
dataStarved(DataStarvedEvent) - Method in class javax.media.ControllerAdapter
 
DataStarvedEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
DataStarvedEvent(Controller, int, int, int, Time) - Constructor for class javax.media.DataStarvedEvent
 
dataType - Variable in class javax.media.Format
 
dataTypeToStr(Class) - Static method in class net.sf.fmj.codegen.MediaCGUtils
 
deallocate() - Method in interface javax.media.Controller
 
deallocate(DeallocateEvent) - Method in class javax.media.ControllerAdapter
 
deallocate() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Deallocate Controller on current thread.
deallocate() - Method in class net.sf.fmj.ui.application.ContainerPlayer
Deallocate all resources used by the player.
DeallocateEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
DeallocateEvent(Controller, int, int, int, Time) - Constructor for class javax.media.DeallocateEvent
 
DEC_402 - Static variable in class javax.media.format.JPEGFormat
 
DEC_411 - Static variable in class javax.media.format.JPEGFormat
 
DEC_420 - Static variable in class javax.media.format.JPEGFormat
 
DEC_422 - Static variable in class javax.media.format.JPEGFormat
 
DEC_444 - Static variable in class javax.media.format.JPEGFormat
 
Decoder - Class in net.sf.fmj.media.codec.audio.alaw
ALAW decoder Codec.
Decoder() - Constructor for class net.sf.fmj.media.codec.audio.alaw.Decoder
 
Decoder - Class in net.sf.fmj.media.codec.audio.ulaw
ULAW decoder Codec.
Decoder() - Constructor for class net.sf.fmj.media.codec.audio.ulaw.Decoder
 
DECREASE - Static variable in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.VolumeControlButton
Create a downward pointing arrow.
decrypt(byte[], int, int, byte[], int) - Method in class memetic.crypto.AESCrypt
 
decrypt(byte[], int, int, byte[], int) - Method in interface memetic.crypto.Crypt
Decrypts the input
decrypt(byte[], int, int, byte[], int) - Method in class memetic.crypto.DESCrypt
 
decryptCtrl(byte[], int, int, byte[], int) - Method in class memetic.crypto.RTPCrypt
Decrypts the given RTCP data
decryptData(byte[], int, int, byte[], int) - Method in class memetic.crypto.RTPCrypt
Decrypts the given RTP data
DEFAULT_VALUE - Static variable in interface javax.media.control.BufferControl
 
Demultiplexer - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
DEMULTIPLEXER - Static variable in class javax.media.PlugInManager
 
DemuxNode - Class in net.sf.fmj.filtergraph
A node in a filter graph for a Demultiplexer.
DemuxNode(Format, Demultiplexer, Track[]) - Constructor for class net.sf.fmj.filtergraph.DemuxNode
 
DePacketizer - Class in net.sf.fmj.media.codec.audio.alaw
DePacketizer for ALAW/RTP.
DePacketizer() - Constructor for class net.sf.fmj.media.codec.audio.alaw.DePacketizer
 
DePacketizer - Class in net.sf.fmj.media.codec.audio.ulaw
DePacketizer for ULAW/RTP.
DePacketizer() - Constructor for class net.sf.fmj.media.codec.audio.ulaw.DePacketizer
 
DePacketizer - Class in net.sf.fmj.media.codec.video.jpeg
JPEG/RTP depacketizer Codec.
DePacketizer() - Constructor for class net.sf.fmj.media.codec.video.jpeg.DePacketizer
Because packets can come out of order, it is possible that some packets for a newer frame may arrive while an older frame is still incomplete.
dequeue() - Method in class com.lti.utils.collections.Queue
 
DES - Static variable in class javax.media.rtp.EncryptionInfo
 
DESCrypt - Class in memetic.crypto
Encrypts and Decrypts using the DES Algorithm
DESCrypt(String) - Constructor for class memetic.crypto.DESCrypt
Creates a new DESCrypt
deserialize(String) - Static method in class net.sf.fmj.utility.SerializationUtils
 
destroy() - Method in class net.sf.fmj.ejmf.toolkit.util.PlayerDriver
This method is called by browser when page is left.
destUrl - Variable in class net.sf.fmj.ui.wizards.ProcessorWizardConfig
 
DetailsListener - Interface in net.sf.fmj.ui.registry
 
DiagnosticVideoRenderer - Class in net.sf.fmj.media.renderer.video
This Renderer is used to log process() calls.
DiagnosticVideoRenderer() - Constructor for class net.sf.fmj.media.renderer.video.DiagnosticVideoRenderer
 
direction - Variable in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.BasicArrowButton
 
disconnect() - Method in interface javax.media.protocol.CaptureDevice
 
disconnect() - Method in class javax.media.protocol.DataSource
 
disconnect() - Method in class net.sf.fmj.media.multiplexer.InputStreamPushDataSource
 
disconnect() - Method in class net.sf.fmj.media.multiplexer.StreamCopyPushDataSource
 
disconnect() - Method in class net.sf.fmj.media.protocol.civil.DataSource
 
disconnect() - Method in class net.sf.fmj.media.protocol.file.DataSource
 
disconnect() - Method in class net.sf.fmj.media.protocol.httpauth.DataSource
 
disconnect() - Method in class net.sf.fmj.media.protocol.javasound.DataSource
 
disconnect() - Method in class net.sf.fmj.media.protocol.rtp.DataSource
 
disconnect() - Method in class net.sf.fmj.media.protocol.URLDataSource
 
disconnect() - Method in class net.sf.fmj.media.rtp.RTPDataSource
 
displayingPanel() - Method in class net.sf.fmj.ui.wizard.WizardPanelDescriptor
Override this method to perform functionality when the panel itself is displayed.
dispose() - Method in class javax.media.rtp.RTPManager
 
dispose() - Method in class net.sf.fmj.media.AsyncBufferTransferHandlerNotifier
 
dispose() - Method in class net.sf.fmj.media.AsyncSourceTransferHandlerNotifier
 
dispose() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
doBuildPacketHeader(Buffer, byte[]) - Method in class net.sf.fmj.media.AbstractPacketizer
 
doBuildPacketHeader(Buffer, byte[]) - Method in class net.sf.fmj.media.codec.video.jpeg.Packetizer
 
doClose() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Close the Controller.
doClose() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Close the Player.
doConfigure() - Method in class net.sf.fmj.media.AbstractProcessor
 
doConfigure() - Method in class net.sf.fmj.media.content.unknown.Handler
 
doDeallocate() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Implement to deallocate the Controller.
doDeallocate() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Deallocate player on current thread.
DOLBYAC3 - Static variable in class javax.media.format.AudioFormat
 
doMessageReceived(Object) - Method in class com.lti.utils.synchronization.MessageDrivenThread
subclass should override to do message processing.
doPlayerClose() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Close the Player.
doPlayerClose() - Method in class net.sf.fmj.gst.media.content.unknown.Handler
 
doPlayerClose() - Method in class net.sf.fmj.media.content.unknown.Handler
 
doPlayerDeallocate() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Implement to deallocate the Player.
doPlayerDeallocate() - Method in class net.sf.fmj.gst.media.content.unknown.Handler
 
doPlayerDeallocate() - Method in class net.sf.fmj.media.content.unknown.Handler
 
doPlayerPrefetch() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Implement to prefetch the Player.
doPlayerPrefetch() - Method in class net.sf.fmj.gst.media.content.unknown.Handler
 
doPlayerPrefetch() - Method in class net.sf.fmj.media.content.unknown.Handler
 
doPlayerRealize() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Implement to realize the Player.
doPlayerRealize() - Method in class net.sf.fmj.gst.media.content.unknown.Handler
 
doPlayerRealize() - Method in class net.sf.fmj.media.content.unknown.Handler
 
doPlayerSetMediaTime(Time) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Override to provide implementation-specific functionality.
doPlayerSetMediaTime(Time) - Method in class net.sf.fmj.gst.media.content.unknown.Handler
 
doPlayerSetMediaTime(Time) - Method in class net.sf.fmj.media.content.unknown.Handler
 
doPlayerSetRate(float) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Override to provide implementation-specific functionality.
doPlayerSetRate(float) - Method in class net.sf.fmj.gst.media.content.unknown.Handler
 
doPlayerSetRate(float) - Method in class net.sf.fmj.media.content.unknown.Handler
 
doPlayerStop() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Implement to stop the Player.
doPlayerStop() - Method in class net.sf.fmj.gst.media.content.unknown.Handler
 
doPlayerStop() - Method in class net.sf.fmj.media.content.unknown.Handler
 
doPlayerSyncStart(Time) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Implement to start the Player.
doPlayerSyncStart(Time) - Method in class net.sf.fmj.gst.media.content.unknown.Handler
 
doPlayerSyncStart(Time) - Method in class net.sf.fmj.media.content.unknown.Handler
 
doPrefetch() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Implement to prefetch the Controller.
doPrefetch() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Prefetch player and all of its managed Controllers.
doProcess(Buffer) - Method in class net.sf.fmj.media.AbstractVideoRenderer
 
doProcess(Buffer, int, OutputStream) - Method in class net.sf.fmj.media.multiplexer.AbstractInputStreamMux
 
doProcess(Buffer, int, OutputStream) - Method in class net.sf.fmj.media.multiplexer.MultipartMixedReplaceMux
 
doProcess(Buffer) - Method in class net.sf.fmj.media.renderer.video.JPEGRenderer
 
doProcess(Buffer) - Method in class net.sf.fmj.media.renderer.video.SimpleAWTRenderer
 
doProcess(Buffer) - Method in class net.sf.fmj.media.renderer.video.SimpleSwingRenderer
 
doRealize() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Implement to realize the Controller.
doRealize() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Realize player and all of its managed Controllers.
doSetMediaTime(Time) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Override to provide implementation-specific functionality.
doSetMediaTime(Time) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Sets the media time for this Player and all of its managed Controllers.
doSetRate(float) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Override to provide implementation-specific functionality.
doSetRate(float) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Sets the rate for this Player and all of its managed Controllers.
doStop() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Implement to stop the Controller.
doStop() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Stop player on current thread.
doSyncStart(Time) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Implement to start the Controller.
doSyncStart(Time) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Start player and all of its managed Controllers at the given time.
DownloadProgressListener - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
downloadUpdate() - Method in interface javax.media.DownloadProgressListener
 
drain() - Method in interface javax.media.Drainable
 
Drainable - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
dump(byte[], int, int) - Static method in class com.lti.utils.StringUtils
Dump to string using a debugger-like format - both hex and ascii.
dump(byte[], int, int) - Static method in class net.sf.fmj.codegen.CGUtils
Dump to string using a debugger-like format - both hex and ascii.
dump(String, Buffer) - Method in class net.sf.fmj.media.AbstractCodec
 
duplicate() - Method in class net.sf.fmj.filtergraph.CodecNode
 
duplicate() - Method in class net.sf.fmj.filtergraph.DemuxNode
 
duplicate() - Method in class net.sf.fmj.filtergraph.FilterGraphNode
 
duplicate() - Method in class net.sf.fmj.filtergraph.MuxNode
 
duplicate() - Method in class net.sf.fmj.filtergraph.RendererNode
 
duration - Variable in class javax.media.Buffer
 
Duration - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
DURATION_UNBOUNDED - Static variable in interface javax.media.Duration
 
DURATION_UNKNOWN - Static variable in interface javax.media.Duration
 
durationUpdate(DurationUpdateEvent) - Method in class javax.media.ControllerAdapter
 
DurationUpdateEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
DurationUpdateEvent(Controller, Time) - Constructor for class javax.media.DurationUpdateEvent
 
DVI - Static variable in class javax.media.format.AudioFormat
 
DVI_RTP - Static variable in class javax.media.format.AudioFormat
 

E

Effect - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
EFFECT - Static variable in class javax.media.PlugInManager
 
EjmfSkin - Class in net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf
 
EjmfSkin() - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.EjmfSkin
 
elements - Variable in class net.sf.fmj.media.datasink.rtp.ParsedRTPUrl
 
emptyBorder - Static variable in class net.sf.fmj.ejmf.toolkit.util.BorderConstants
 
enabled - Variable in class net.sf.fmj.ui.wizards.TrackConfig
 
enableLogging() - Static method in class net.sf.fmj.utility.JmfUtility
Enables JMF logging.
Encoder - Class in net.sf.fmj.media.codec.audio.alaw
ALAW encoder Codec.
Encoder() - Constructor for class net.sf.fmj.media.codec.audio.alaw.Encoder
 
Encoder - Class in net.sf.fmj.media.codec.audio.ulaw
ULAW encoder Codec.
Encoder() - Constructor for class net.sf.fmj.media.codec.audio.ulaw.Encoder
 
encodeShortBE(short, byte[], int) - Static method in class net.sf.fmj.media.codec.JavaSoundCodec
 
encodeShortLE(short, byte[], int) - Static method in class net.sf.fmj.media.codec.JavaSoundCodec
 
encoding - Variable in class javax.media.Format
 
encrypt(byte[], int, int, byte[], int) - Method in class memetic.crypto.AESCrypt
 
encrypt(byte[], int, int, byte[], int) - Method in interface memetic.crypto.Crypt
Encrypts the input
encrypt(byte[], int, int, byte[], int) - Method in class memetic.crypto.DESCrypt
 
encryptCtrl(byte[], int, int, byte[], int) - Method in class memetic.crypto.RTPCrypt
Encrypts the given RTCP data
encryptData(byte[], int, int, byte[], int) - Method in class memetic.crypto.RTPCrypt
Encrypts the given RTP data
EncryptedRTPSocket - Class in memetic.crypto
An Encrpyted RTP Datagram Socket
EncryptedRTPSocket(RTPCrypt, int) - Constructor for class memetic.crypto.EncryptedRTPSocket
Creates a new EncryptedRTPSocket bound to the specified port
EncryptedRTPSocket(RTPCrypt, InetAddress, int, boolean) - Constructor for class memetic.crypto.EncryptedRTPSocket
Creates a new EncryptedRTPSocket bound to the specified port
EncryptedRTPSocket(RTPCrypt, InetAddress, int) - Constructor for class memetic.crypto.EncryptedRTPSocket
Creates a new EncryptedRTPSocket bound to the specified port
EncryptedRTPSocket(RTPCrypt, int, boolean) - Constructor for class memetic.crypto.EncryptedRTPSocket
Creates a new EncryptedRTPSocket bound to the specified port
EncryptionInfo - Class in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
EncryptionInfo(int, byte[]) - Constructor for class javax.media.rtp.EncryptionInfo
 
END_OF_MEDIA - Static variable in interface net.sf.fmj.ui.application.ContainerPlayerStatusListener
 
endian - Variable in class javax.media.format.AudioFormat
 
endian - Variable in class javax.media.format.RGBFormat
 
endOfMedia(EndOfMediaEvent) - Method in class javax.media.ControllerAdapter
 
endOfMedia() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Indicates to the framework that the end of media has been reached.
endOfMedia() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Indicates to the framework that the end of media has been reached.
EndOfMediaEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
EndOfMediaEvent(Controller, int, int, int, Time) - Constructor for class javax.media.EndOfMediaEvent
 
endOfStream() - Method in class javax.media.protocol.InputSourceStream
 
endOfStream() - Method in interface javax.media.protocol.SourceStream
 
endOfStream() - Method in class net.sf.fmj.media.multiplexer.InputStreamPushSourceStream
 
endOfStream() - Method in class net.sf.fmj.media.protocol.rtp.LookAheadPushBufferStream
 
endOfStream() - Method in class net.sf.fmj.media.rtp.RTPDataStream
 
endOfStream() - Method in class net.sf.fmj.media.rtp.SimpleSocketInputStream
 
endOfStream() - Method in class net.sf.fmj.media.rtp.SocketInputStream
Deprecated.  
EndOfStreamEvent - Class in javax.media.datasink
Standard JMF class -- see this class in the JMF Javadoc.
EndOfStreamEvent(DataSink, String) - Constructor for class javax.media.datasink.EndOfStreamEvent
 
EndOfStreamEvent(DataSink) - Constructor for class javax.media.datasink.EndOfStreamEvent
 
enqueue(T) - Method in class com.lti.utils.collections.Queue
 
EntryPanel - Class in net.sf.fmj.ui.registry
Can be used for adding entries to: - plugins, demuxes, codecs, effects, renderers, muxes - content package prefixes - protocol package prefixes TODO send details of selected item to listeners, e.g.
EntryPanel(int) - Constructor for class net.sf.fmj.ui.registry.EntryPanel
This method initializes
eosReached - Variable in class javax.media.protocol.InputSourceStream
 
equal(Object, Object) - Static method in class com.lti.utils.ObjUtils
 
equals(Object) - Method in class javax.media.CaptureDeviceInfo
 
equals(Object) - Method in class javax.media.format.AudioFormat
 
equals(Object) - Method in class javax.media.Format
 
equals(Object) - Method in class javax.media.format.H261Format
 
equals(Object) - Method in class javax.media.format.H263Format
 
equals(Object) - Method in class javax.media.format.IndexedColorFormat
 
equals(Object) - Method in class javax.media.format.JPEGFormat
 
equals(Object) - Method in class javax.media.format.RGBFormat
 
equals(Object) - Method in class javax.media.format.VideoFormat
 
equals(Object) - Method in class javax.media.format.YUVFormat
 
equals(Object) - Method in class javax.media.rtp.SessionAddress
 
equals(Object) - Method in class net.sf.fmj.media.codec.video.jpeg.JpegRTPHeader
 
equals(Object) - Method in class net.sf.fmj.media.format.GIFFormat
 
equals(Object) - Method in class net.sf.fmj.media.format.PNGFormat
 
ERROR_PREFIX - Static variable in interface net.sf.fmj.ui.application.ContainerPlayerStatusListener
 
ERROR_RETURN_CODE - Static variable in class net.sf.fmj.ui.wizard.Wizard
Indicates that the dialog closed due to an internal error.
ERROR_SHOWING_PLAYER - Static variable in interface net.sf.fmj.ui.application.ContainerPlayerStatusListener
 
errorCompensation - Variable in class javax.media.format.H263Format
 
ErrorDialog - Class in net.sf.fmj.ui.utils
 
ErrorDialog() - Constructor for class net.sf.fmj.ui.utils.ErrorDialog
 
etchedBorder - Static variable in class net.sf.fmj.ejmf.toolkit.util.BorderConstants
 
ExtendedCachingControl - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
extractExtension(String) - Static method in class com.lti.utils.PathUtils
does not include the dot.
extractValidNewFilePathFromFileUrl(String) - Static method in class net.sf.fmj.utility.URLUtils
same as extractValidPathFromFileUrl, but checks if parent dir is valid, not file itself.
extractValidPathFromFileUrl(String) - Static method in class net.sf.fmj.utility.URLUtils
Handles the various violations of the file URL format that are commonplace.

F

FALSE - Static variable in class javax.media.Format
 
FastForwardButton - Class in net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf
Draw a east-facing arrow into a BasicControlButton by over-riding paintIcon.
FastForwardButton() - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.FastForwardButton
 
FastForwardButton - Class in net.sf.fmj.ejmf.toolkit.gui.controls.skins.two
 
FastForwardButton() - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.skins.two.FastForwardButton
 
Feedback - Interface in javax.media.rtp.rtcp
Standard JMF class -- see this class in the JMF Javadoc.
feedbackReports - Variable in class net.sf.fmj.media.rtp.RTCPReport
 
FFMPEGParser - Class in net.sf.fmj.ffmpeg_java
Demultiplexer which uses ffmpeg.java native wrapper around ffmpeg (libavformat, libavcodec, libavutil, libswscale).
FFMPEGParser() - Constructor for class net.sf.fmj.ffmpeg_java.FFMPEGParser
 
fi.iki.elonen.nanohttpd - package fi.iki.elonen.nanohttpd
A simple, tiny, nicely embeddable HTTP 1.0 server in Java.
FileDestPanel - Class in net.sf.fmj.ui.wizards
 
FileDestPanel() - Constructor for class net.sf.fmj.ui.wizards.FileDestPanel
Creates new form ChooseDestPanel
FileDestPanelDescriptor - Class in net.sf.fmj.ui.wizards
 
FileDestPanelDescriptor(TranscodeWizardConfig, TranscodeWizardResult) - Constructor for class net.sf.fmj.ui.wizards.FileDestPanelDescriptor
 
fileToURL(String) - Static method in class net.sf.fmj.ejmf.toolkit.util.Utility
Convert a File to a URL using file: protocol.
FileTypeDescriptor - Class in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
FileTypeDescriptor(String) - Constructor for class javax.media.protocol.FileTypeDescriptor
 
FilterGraphBuilder - Class in net.sf.fmj.filtergraph
 
FilterGraphBuilder() - Constructor for class net.sf.fmj.filtergraph.FilterGraphBuilder
 
FilterGraphLink - Class in net.sf.fmj.filtergraph
A link to a destination node, specifying a specific track at the dest.
FilterGraphLink(FilterGraphNode, int) - Constructor for class net.sf.fmj.filtergraph.FilterGraphLink
 
FilterGraphLink(FilterGraphNode) - Constructor for class net.sf.fmj.filtergraph.FilterGraphLink
 
FilterGraphNode - Class in net.sf.fmj.filtergraph
Base class for all filter graph nodes.
FilterGraphNode(PlugIn) - Constructor for class net.sf.fmj.filtergraph.FilterGraphNode
 
FilterGraphPrinter - Class in net.sf.fmj.filtergraph
Prints filter graphs.
FilterGraphPrinter() - Constructor for class net.sf.fmj.filtergraph.FilterGraphPrinter
 
FilterGraphProcessor - Class in net.sf.fmj.filtergraph
Execute functions on filter graphs.
find(String) - Method in class net.sf.fmj.media.datasink.rtp.ParsedRTPUrl
 
findMux(Format) - Static method in class net.sf.fmj.filtergraph.FilterGraphBuilder
 
findMuxs() - Static method in class net.sf.fmj.filtergraph.FilterGraphBuilder
Get all multiplexers
FINISH - Static variable in class net.sf.fmj.ui.wizard.WizardPanelDescriptor
Identifier returned by getNextPanelDescriptor() to indicate that this is the last panel and the text of the 'Next' button should change to 'Finish'.
FINISH_RETURN_CODE - Static variable in class net.sf.fmj.ui.wizard.Wizard
Indicates that the 'Finish' button was pressed to close the dialog.
firePropertyChange(String, Object, Object) - Method in class net.sf.fmj.ui.wizard.WizardModel
 
FIRST_BONUS_FORMAT - Static variable in class net.sf.fmj.media.datasink.rtp.RTPBonusFormatsMgr
 
firstSequence - Variable in class net.sf.fmj.media.rtp.RTPDataStream
 
FIVE_CHANNELS_3_0_2_0 - Static variable in interface javax.media.control.MpegAudioControl
 
FIVE_CHANNELS_3_2 - Static variable in interface javax.media.control.MpegAudioControl
 
FLAG_BUF_OVERFLOWN - Static variable in class javax.media.Buffer
 
FLAG_BUF_UNDERFLOWN - Static variable in class javax.media.Buffer
 
FLAG_DISCARD - Static variable in class javax.media.Buffer
 
FLAG_EOM - Static variable in class javax.media.Buffer
 
FLAG_FLUSH - Static variable in class javax.media.Buffer
 
FLAG_KEY_FRAME - Static variable in class javax.media.Buffer
 
FLAG_LIVE_DATA - Static variable in class javax.media.Buffer
 
FLAG_NO_DROP - Static variable in class javax.media.Buffer
 
FLAG_NO_SYNC - Static variable in class javax.media.Buffer
 
FLAG_NO_WAIT - Static variable in class javax.media.Buffer
 
FLAG_RELATIVE_TIME - Static variable in class javax.media.Buffer
 
FLAG_RTP_MARKER - Static variable in class javax.media.Buffer
 
FLAG_RTP_TIME - Static variable in class javax.media.Buffer
 
FLAG_SID - Static variable in class javax.media.Buffer
 
FLAG_SILENCE - Static variable in class javax.media.Buffer
 
FLAG_SYSTEM_MARKER - Static variable in class javax.media.Buffer
 
FLAG_SYSTEM_TIME - Static variable in class javax.media.Buffer
 
flags - Variable in class javax.media.Buffer
 
flipped - Variable in class javax.media.format.RGBFormat
 
flipVertical(int[], int, int) - Static method in class com.t4l.jmf.RGBConverter
 
flush() - Static method in class net.sf.fmj.ui.images.Images
 
FMJ - Static variable in class net.sf.fmj.media.RegistryDefaults
FMJ registry entries.
FMJ_NATIVE - Static variable in class net.sf.fmj.media.RegistryDefaults
FMJ (native library required) registry entries.
FMJ_TAG - Static variable in class javax.media.Manager
 
FmjApplet - Class in net.sf.fmj.apps.applet
Media playback applet.
FmjApplet() - Constructor for class net.sf.fmj.apps.applet.FmjApplet
 
FmjLoggingFormatter - Class in net.sf.fmj.utility
Copied and modified from SimpleFormatter, to not use the date/class line.
FmjLoggingFormatter() - Constructor for class net.sf.fmj.utility.FmjLoggingFormatter
 
FmjMediaServer - Class in net.sf.fmj.apps.mediaserver
FmjMediaServer main entry point.
FmjMediaServer() - Constructor for class net.sf.fmj.apps.mediaserver.FmjMediaServer
 
FmjPlay - Class in net.sf.fmj.apps.play
A simple FMJ player application.
FmjPlay() - Constructor for class net.sf.fmj.apps.play.FmjPlay
 
FmjRegistry - Class in net.sf.fmj.ui
FMJ Registry editor program.
FmjRegistry() - Constructor for class net.sf.fmj.ui.FmjRegistry
 
FmjSlider - Class in net.sf.fmj.ui.control
A slider with a nice look-and-feel.
FmjSlider() - Constructor for class net.sf.fmj.ui.control.FmjSlider
Constructor
FmjSliderUI - Class in net.sf.fmj.ui.plaf
A slider look-and-feel that is nice(ish).
FmjStartup - Class in net.sf.fmj.utility
Perform default initialization of FMJ/JMF/logging for an FMJ application.
FmjStartup() - Constructor for class net.sf.fmj.utility.FmjStartup
 
FmjStudio - Class in net.sf.fmj.ui
Main class for the FMJ media player application.
FmjStudio() - Constructor for class net.sf.fmj.ui.FmjStudio
 
FmjTranscode - Class in net.sf.fmj.apps.transcode
A command-line transcoder application.
FmjTranscode() - Constructor for class net.sf.fmj.apps.transcode.FmjTranscode
 
format - Variable in class javax.media.Buffer
 
Format - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
Format(String) - Constructor for class javax.media.Format
 
Format(String, Class) - Constructor for class javax.media.Format
 
format - Variable in class net.sf.fmj.media.rtp.RTPDataStream
 
format - Variable in class net.sf.fmj.ui.wizards.TrackConfig
 
format(LogRecord) - Method in class net.sf.fmj.utility.FmjLoggingFormatter
Format the given LogRecord.
FormatArgUtils - Class in net.sf.fmj.utility
A class for converting Format objects to and from strings that can be used as arguments in command-line programs, or as parameters in URLs.
FormatArgUtils() - Constructor for class net.sf.fmj.utility.FormatArgUtils
 
formatArray - Static variable in class javax.media.Format
 
formatArray - Static variable in class net.sf.fmj.utility.FormatUtils
 
formatChange(FormatChangeEvent) - Method in class javax.media.ControllerAdapter
 
FormatChangeEvent - Class in javax.media.format
Standard JMF class -- see this class in the JMF Javadoc.
FormatChangeEvent(Controller) - Constructor for class javax.media.format.FormatChangeEvent
 
FormatChangeEvent(Controller, Format, Format) - Constructor for class javax.media.format.FormatChangeEvent
 
FormatControl - Interface in javax.media.control
Standard JMF class -- see this class in the JMF Javadoc.
formats - Variable in class javax.media.CaptureDeviceInfo
 
formatSupported(Format) - Static method in class net.sf.fmj.media.rtp.RTPSessionMgr
This is a function provided by Sun's implementation, which is not in the API as AFAIK - kenlars99.
formatToStr(Format) - Static method in class net.sf.fmj.codegen.MediaCGUtils
 
formatToStr(Format) - Static method in class net.sf.fmj.utility.LoggingStringUtils
 
FormatTraceUtils - Class in net.sf.fmj.codegen
For tracing format operations.
FormatTraceUtils() - Constructor for class net.sf.fmj.codegen.FormatTraceUtils
 
FormatUtils - Class in net.sf.fmj.utility
Utilities to help implement Format subclasses.
FormatUtils() - Constructor for class net.sf.fmj.utility.FormatUtils
 
FOUR_CHANNELS_2_0_2_0 - Static variable in interface javax.media.control.MpegAudioControl
 
FOUR_CHANNELS_2_2 - Static variable in interface javax.media.control.MpegAudioControl
 
FOUR_CHANNELS_3_1 - Static variable in interface javax.media.control.MpegAudioControl
 
FPSCounter - Class in net.sf.fmj.utility
Utility for measuring FPS, used for benchmarking and optimization.
FPSCounter() - Constructor for class net.sf.fmj.utility.FPSCounter
 
FRAME_UNKNOWN - Static variable in interface javax.media.control.FramePositioningControl
 
FRAME_UNKNOWN - Static variable in interface javax.media.Track
 
FrameGrabbingControl - Interface in javax.media.control
Standard JMF class -- see this class in the JMF Javadoc.
FramePositioningControl - Interface in javax.media.control
Standard JMF class -- see this class in the JMF Javadoc.
FrameProcessingControl - Interface in javax.media.control
Standard JMF class -- see this class in the JMF Javadoc.
frameRate - Variable in class javax.media.format.AudioFormat
 
frameRate - Variable in class javax.media.format.VideoFormat
 
FrameRateControl - Interface in javax.media.control
Standard JMF class -- see this class in the JMF Javadoc.
frameRateToString(float) - Static method in class net.sf.fmj.utility.FormatUtils
 
frameSizeInBits - Variable in class javax.media.format.AudioFormat
 

G

G723 - Static variable in class javax.media.format.AudioFormat
 
G723_RTP - Static variable in class javax.media.format.AudioFormat
 
G728 - Static variable in class javax.media.format.AudioFormat
 
G728_RTP - Static variable in class javax.media.format.AudioFormat
 
G729 - Static variable in class javax.media.format.AudioFormat
 
G729_RTP - Static variable in class javax.media.format.AudioFormat
 
G729A - Static variable in class javax.media.format.AudioFormat
 
G729A_RTP - Static variable in class javax.media.format.AudioFormat
 
gainChange(GainChangeEvent) - Method in interface javax.media.GainChangeListener
 
gainChange(GainChangeEvent) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardGainControl
Set enable state of gain buttons based on gain level.
gainChange(GainChangeEvent) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardGainMeterControl
Implements GainChangeListener.
GainChangeEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
GainChangeEvent(GainControl, boolean, float, float) - Constructor for class javax.media.GainChangeEvent
 
GainChangeListener - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
GainControl - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
gainDecreaseButton - Variable in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractGainButtonPanel
 
gainIncreaseButton - Variable in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractGainButtonPanel
 
GainMeter - Interface in net.sf.fmj.ejmf.toolkit.gui.controls
Defines methods required of a GainMeter
GainMeterButton - Class in net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf
The gain meter button for StandardControlPanel.
GainMeterButton() - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.GainMeterButton
Create a GainMeterButton
GainMeterButton(float, boolean) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.GainMeterButton
Create a GainMeterButton with initial values.
GAP - Static variable in class net.sf.fmj.ejmf.toolkit.util.BorderConstants
 
generateCNAME() - Static method in class javax.media.rtp.rtcp.SourceDescription
 
generateCNAME() - Method in interface javax.media.rtp.SessionManager
Deprecated.  
generateCNAME() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
generateSSRC() - Method in interface javax.media.rtp.SessionManager
Deprecated.  
generateSSRC() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
get() - Method in class com.lti.utils.synchronization.ProducerConsumerQueue
 
get(long, T) - Method in class com.lti.utils.synchronization.ProducerConsumerQueue
 
get(String) - Static method in class net.sf.fmj.ui.images.Images
 
getActiveParticipants() - Method in class javax.media.rtp.RTPManager
 
getActiveParticipants() - Method in interface javax.media.rtp.SessionManager
Deprecated.  
getActiveParticipants() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
getAdvancedPrediction() - Method in interface javax.media.control.H263Control
 
getAdvancedPrediction() - Method in class javax.media.format.H263Format
 
getAllParticipants() - Method in class javax.media.rtp.RTPManager
 
getAllParticipants() - Method in interface javax.media.rtp.SessionManager
Deprecated.  
getAllParticipants() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
getAndSet(boolean, boolean) - Method in class com.lti.utils.synchronization.SynchronizedBoolean
If the value is oldValue, set to newValue and return true, otherwise return false.
getAppData() - Method in class javax.media.rtp.event.ApplicationEvent
 
getAppString() - Method in class javax.media.rtp.event.ApplicationEvent
 
getAppSubType() - Method in class javax.media.rtp.event.ApplicationEvent
 
getArithmeticCoding() - Method in interface javax.media.control.H263Control
 
getArithmeticCoding() - Method in class javax.media.format.H263Format
 
getAudioFormat() - Method in class net.sf.fmj.ui.wizards.AudioFormatPanel
 
getAudioFormatPanel() - Method in class net.sf.fmj.ui.wizards.ContentAndTrackFormatPanel
 
getAudioFormatPanel() - Method in class net.sf.fmj.ui.wizards.TrackControlPanel
 
getAudioLayer() - Method in interface javax.media.control.MpegAudioControl
 
getAudioTrackControlPanel() - Method in class net.sf.fmj.ui.wizards.ContentAndTrackFormatPanel
 
getBackButtonEnabled() - Method in class net.sf.fmj.ui.wizard.Wizard
Mirrors the WizardModel method of the same name.
getBackPanelDescriptor() - Method in class net.sf.fmj.ui.wizard.WizardPanelDescriptor
Override this class to provide the Object-based identifier of the panel that the user should traverse to when the Back button is pressed.
getBackPanelDescriptor() - Method in class net.sf.fmj.ui.wizards.ChooseSourcePanelDescriptor
 
getBackPanelDescriptor() - Method in class net.sf.fmj.ui.wizards.ContentAndTrackFormatPanelDescriptor
 
getBackPanelDescriptor() - Method in class net.sf.fmj.ui.wizards.FileDestPanelDescriptor
 
getBackPanelDescriptor() - Method in class net.sf.fmj.ui.wizards.RTPDestPanelDescriptor
 
getBadRTCPPkts() - Method in interface javax.media.rtp.GlobalReceptionStats
 
getBadRTCPPkts() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
 
getBadRTPkts() - Method in interface javax.media.rtp.GlobalReceptionStats
 
getBadRTPkts() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
 
getBeanDescriptor() - Method in class javax.media.bean.playerbean.MediaPlayerBeanInfo
 
getBeforeTail(FilterGraphNode) - Static method in class net.sf.fmj.filtergraph.FilterGraphProcessor
 
getBitRate() - Method in interface javax.media.control.BitRateControl
 
getBitsPerPixel() - Method in class javax.media.format.RGBFormat
 
getBlockSize() - Method in class memetic.crypto.AESCrypt
 
getBlockSize() - Method in interface memetic.crypto.Crypt
Returns the size of the block of the encryption or decryption
getBlockSize() - Method in class memetic.crypto.DESCrypt
 
getBlockSize() - Method in class memetic.crypto.RTPCrypt
 
getBlueMask() - Method in class javax.media.format.RGBFormat
 
getBlueValues() - Method in class javax.media.format.IndexedColorFormat
 
getBounds() - Method in interface javax.media.renderer.VideoRenderer
 
getBounds() - Method in class net.sf.fmj.media.AbstractVideoRenderer
 
getBounds() - Method in class net.sf.fmj.media.renderer.video.Java2dRenderer
Get the bounds of the component.
getBppMaxKb() - Method in interface javax.media.control.H263Control
 
getBuffer() - Method in class net.sf.fmj.media.TrackInputStream
 
getBufferLength() - Method in interface javax.media.control.BufferControl
 
getBufferSize() - Method in interface javax.media.ExtendedCachingControl
 
getByeReason() - Method in class net.sf.fmj.media.rtp.RTCPReport
Returns the reason for the bye
getBytesRecd() - Method in interface javax.media.rtp.GlobalReceptionStats
 
getBytesRecd() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
 
getBytesSent() - Method in interface javax.media.rtp.GlobalTransmissionStats
 
getBytesSent() - Method in class net.sf.fmj.media.rtp.RTPGlobalTransmissionStats
 
getBytesTransmitted() - Method in interface javax.media.rtp.TransmissionStats
 
getBytesTransmitted() - Method in class net.sf.fmj.media.rtp.RTPTransmissionStats
 
getCacheDirectory() - Static method in class javax.media.Manager
 
getCachingControl() - Method in class javax.media.CachingControlEvent
 
getCancelButtonEnabled() - Method in class net.sf.fmj.ui.wizard.Wizard
Mirrors the WizardModel method of the same name.
getCaptureDeviceInfo() - Method in interface javax.media.protocol.CaptureDevice
 
getCaptureDeviceInfo() - Method in class net.sf.fmj.media.protocol.civil.DataSource
 
getCaptureDeviceInfo() - Method in class net.sf.fmj.media.protocol.javasound.DataSource
 
getChannelLayout() - Method in interface javax.media.control.MpegAudioControl
 
getChannels() - Method in class javax.media.format.AudioFormat
 
getCheckBoxEnableTrack() - Method in class net.sf.fmj.ui.wizards.TrackControlPanel
 
getChooseSourcePanel() - Method in class net.sf.fmj.ui.wizards.ChooseSourcePanelDescriptor
 
getClassList(String, Vector, String, String) - Static method in class javax.media.Manager
 
getCNAME() - Method in interface javax.media.rtp.Participant
 
getCName() - Method in class net.sf.fmj.media.rtp.RTCPReport
Gets the cName of the source of the report
getCNAME() - Method in class net.sf.fmj.media.rtp.RTPParticipant
 
getCodec() - Method in class net.sf.fmj.filtergraph.CodecNode
 
getCodecType(int) - Static method in class net.sf.fmj.ffmpeg_java.ListFormats
 
getComboAudioEncoding() - Method in class net.sf.fmj.ui.wizards.AudioFormatPanel
 
getComboAudioSampleRate() - Method in class net.sf.fmj.ui.wizards.AudioFormatPanel
 
getComboFormat() - Method in class net.sf.fmj.ui.wizards.ContentAndTrackFormatPanel
 
getComboTTL(int) - Method in class net.sf.fmj.ui.wizards.RTPDestPanel
 
getComponent() - Method in interface javax.media.renderer.VideoRenderer
 
getComponent() - Method in class net.sf.fmj.media.AbstractVideoRenderer
 
getComponent() - Method in class net.sf.fmj.media.renderer.video.Java2dRenderer
Get the visual component.
getComponent() - Method in class net.sf.fmj.media.renderer.video.JPEGRenderer
 
getComponent() - Method in class net.sf.fmj.media.renderer.video.SimpleAWTRenderer
 
getComponent() - Method in class net.sf.fmj.media.renderer.video.SimpleSwingRenderer
 
getComponent() - Method in class net.sf.fmj.ui.dialogs.RTPReceivePanel
 
getComponent() - Method in class net.sf.fmj.ui.dialogs.URLPanel
 
getComponent() - Method in exception net.sf.fmj.ui.objeditor.ComponentValidationException
 
getComponent() - Method in interface net.sf.fmj.ui.objeditor.ObjEditor
 
getConfig() - Method in class net.sf.fmj.ui.wizards.RTPTransmitWizard
 
getConfig() - Method in class net.sf.fmj.ui.wizards.TranscodeWizard
 
getContentAndTrackFormatPanel() - Method in class net.sf.fmj.ui.wizards.ContentAndTrackFormatPanelDescriptor
 
getContentDescriptor() - Method in interface javax.media.Processor
 
getContentDescriptor() - Method in class javax.media.ProcessorModel
 
getContentDescriptor() - Method in class javax.media.protocol.InputSourceStream
 
getContentDescriptor() - Method in interface javax.media.protocol.SourceStream
 
getContentDescriptor() - Method in class net.sf.fmj.media.AbstractProcessor
 
getContentDescriptor() - Method in class net.sf.fmj.media.multiplexer.InputStreamPushSourceStream
 
getContentDescriptor() - Method in class net.sf.fmj.media.protocol.rtp.LookAheadPushBufferStream
 
getContentDescriptor() - Method in class net.sf.fmj.media.rtp.RTPDataStream
 
getContentDescriptor() - Method in class net.sf.fmj.media.rtp.SimpleSocketInputStream
 
getContentDescriptor() - Method in class net.sf.fmj.media.rtp.SocketInputStream
Deprecated.  
getContentLength() - Method in interface javax.media.CachingControl
 
getContentLength() - Method in class javax.media.protocol.InputSourceStream
 
getContentLength() - Method in interface javax.media.protocol.SourceStream
 
getContentLength() - Method in class net.sf.fmj.ejmf.toolkit.media.BasicCachingControl
Get the total number of bytes in the media being downloaded.
getContentLength() - Method in class net.sf.fmj.media.multiplexer.InputStreamPushSourceStream
 
getContentLength() - Method in class net.sf.fmj.media.protocol.rtp.LookAheadPushBufferStream
 
getContentLength() - Method in class net.sf.fmj.media.rtp.RTPDataStream
 
getContentLength() - Method in class net.sf.fmj.media.rtp.SimpleSocketInputStream
 
getContentLength() - Method in class net.sf.fmj.media.rtp.SocketInputStream
Deprecated.  
getContentPrefixList() - Static method in class javax.media.PackageManager
 
getContentPrefixList() - Static method in class javax.media.pm.PackageManager
 
getContentPrefixList() - Method in class net.sf.fmj.registry.Registry
 
getContentProgress() - Method in interface javax.media.CachingControl
 
getContentProgress() - Method in class javax.media.CachingControlEvent
 
getContentProgress() - Method in class net.sf.fmj.ejmf.toolkit.media.BasicCachingControl
Get the total number of bytes of media data that have been downloaded so far.
getContentType() - Method in interface javax.media.DataSink
 
getContentType(MediaLocator) - Method in interface javax.media.DataSinkProxy
 
getContentType() - Method in class javax.media.protocol.ContentDescriptor
 
getContentType() - Method in class javax.media.protocol.DataSource
 
getContentType() - Method in class net.sf.fmj.apps.mediaserver.StreamDataSink
 
getContentType() - Method in class net.sf.fmj.media.datasink.file.Handler
 
getContentType() - Method in class net.sf.fmj.media.datasink.rtp.Handler
 
getContentType() - Method in class net.sf.fmj.media.multiplexer.InputStreamPushDataSource
 
getContentType() - Method in class net.sf.fmj.media.multiplexer.StreamCopyPushDataSource
 
getContentType() - Method in class net.sf.fmj.media.protocol.civil.DataSource
 
getContentType() - Method in class net.sf.fmj.media.protocol.file.DataSource
 
getContentType() - Method in class net.sf.fmj.media.protocol.httpauth.DataSource
 
getContentType() - Method in class net.sf.fmj.media.protocol.javasound.DataSource
 
getContentType() - Method in class net.sf.fmj.media.protocol.rtp.DataSource
 
getContentType() - Method in class net.sf.fmj.media.protocol.URLDataSource
 
getContentType() - Method in class net.sf.fmj.media.rtp.RTPDataSource
 
getControl(String) - Method in class com.t4l.jmf.JPEGDecoder
 
getControl(String) - Method in class com.t4l.jmf.JPEGEncoder
 
getControl(String) - Method in interface javax.media.Controller
 
getControl(String) - Method in interface javax.media.Controls
 
getControl(String) - Method in class javax.media.protocol.DataSource
 
getControl(String) - Method in class javax.media.protocol.InputSourceStream
 
getControl(String) - Method in class net.sf.fmj.apps.mediaserver.StreamDataSink
 
getControl(String) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.AbstractControlPanel
Return Control with given name.
getControl(String) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Get the Control that supports the class or interface specified.
getControl(String) - Method in class net.sf.fmj.media.AbstractControls
Retrieve the first object that implements the given Class or Interface.
getControl(String) - Method in class net.sf.fmj.media.codec.video.jpeg.DePacketizer
 
getControl(String) - Method in class net.sf.fmj.media.datasink.file.Handler
 
getControl(String) - Method in class net.sf.fmj.media.datasink.rtp.Handler
 
getControl(String) - Method in class net.sf.fmj.media.multiplexer.InputStreamPushDataSource
 
getControl(String) - Method in class net.sf.fmj.media.multiplexer.InputStreamPushSourceStream
 
getControl(String) - Method in class net.sf.fmj.media.multiplexer.StreamCopyPushDataSource
 
getControl(String) - Method in class net.sf.fmj.media.protocol.civil.DataSource
 
getControl(String) - Method in class net.sf.fmj.media.protocol.file.DataSource
 
getControl(String) - Method in class net.sf.fmj.media.protocol.httpauth.DataSource
 
getControl(String) - Method in class net.sf.fmj.media.protocol.javasound.DataSource
 
getControl(String) - Method in class net.sf.fmj.media.protocol.rtp.DataSource
 
getControl(String) - Method in class net.sf.fmj.media.protocol.rtp.LookAheadPushBufferStream
 
getControl(String) - Method in class net.sf.fmj.media.protocol.URLDataSource
 
getControl(String) - Method in class net.sf.fmj.media.renderer.audio.JavaSoundRenderer
 
getControl(String) - Method in class net.sf.fmj.media.renderer.video.DiagnosticVideoRenderer
Return the control based on a control type for the PlugIn.
getControl(String) - Method in class net.sf.fmj.media.renderer.video.Java2dRenderer
Return the control based on a control type for the PlugIn.
getControl(String) - Method in class net.sf.fmj.media.rtp.RTPDataSource
 
getControl(String) - Method in class net.sf.fmj.media.rtp.RTPDataStream
 
getControl(String) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
getControl(String) - Method in class net.sf.fmj.media.rtp.SimpleSocketInputStream
 
getControl(String) - Method in class net.sf.fmj.media.rtp.SocketInputStream
Deprecated.  
getControl(String) - Method in class net.sf.fmj.utility.ControlCollection
Retrieve the first Control that implements the given Class or Interface.
getControlAddress() - Method in class javax.media.rtp.SessionAddress
 
getControlChannel() - Method in interface javax.media.rtp.DataChannel
Deprecated.  
getControlComponent() - Method in interface javax.media.CachingControl
 
getControlComponent() - Method in interface javax.media.Control
 
getControlComponent() - Method in class net.sf.fmj.ejmf.toolkit.controls.RateControl
For implementation of the Control interface.
getControlComponent() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
Return Control Component as required by Control inteface.
getControlComponent() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.TimeDisplayControl
Return the control component.
getControlComponent() - Method in class net.sf.fmj.ejmf.toolkit.media.BasicCachingControl
Get a Component that provides additional download control.
getControlComponent() - Method in class net.sf.fmj.media.AbstractVideoRenderer
 
getControlComponent() - Method in class net.sf.fmj.media.rtp.RTPDataStream
 
getControlHostAddress() - Method in class javax.media.rtp.SessionAddress
 
getControlInputStream() - Method in interface javax.media.rtp.RTPConnector
 
getControlInputStream() - Method in class net.sf.fmj.media.rtp.RTPSocketAdapter
Returns an input stream to receive the RTCP data.
getController() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
 
getControllerErrorEvent() - Method in class net.sf.fmj.ejmf.toolkit.media.event.ManagedControllerErrorEvent
Get the original ControllerErrorEvent posted by the managed Controller.
getControllers() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Gets the list of Controllers under control of this Player.
getControlOutputStream() - Method in interface javax.media.rtp.RTPConnector
 
getControlOutputStream() - Method in class net.sf.fmj.media.rtp.RTPSocketAdapter
Returns an output stream to send the RTCP data.
getControlPanelComponent() - Method in interface javax.media.Player
 
getControlPanelComponent() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Get the control panel Component for this Player.
getControlPanelComponent() - Method in class net.sf.fmj.gst.media.content.unknown.Handler
 
getControlPanelComponent() - Method in class net.sf.fmj.media.content.unknown.Handler
 
getControlPort() - Method in class javax.media.rtp.SessionAddress
 
getControls() - Method in class com.t4l.jmf.JPEGDecoder
 
getControls() - Method in class com.t4l.jmf.JPEGEncoder
 
getControls() - Method in interface javax.media.Controller
 
getControls() - Method in interface javax.media.Controls
 
getControls() - Method in class javax.media.protocol.DataSource
 
getControls() - Method in class javax.media.protocol.InputSourceStream
 
getControls() - Method in class net.java.sip.communicator.impl.media.codec.audio.ilbc.JavaDecoder
 
getControls() - Method in class net.java.sip.communicator.impl.media.codec.audio.ilbc.JavaEncoder
 
getControls() - Method in class net.sf.fmj.apps.mediaserver.StreamDataSink
 
getControls() - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.AbstractControlPanel
Return AbstractControls managed by this AbstractControlPanel.
getControls() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Get a list of the Control objects that this Controller supports.
getControls() - Method in class net.sf.fmj.media.AbstractControls
Retrieve an array of objects that control the object.
getControls() - Method in class net.sf.fmj.media.codec.video.jpeg.DePacketizer
 
getControls() - Method in class net.sf.fmj.media.datasink.file.Handler
 
getControls() - Method in class net.sf.fmj.media.datasink.rtp.Handler
 
getControls() - Method in class net.sf.fmj.media.multiplexer.InputStreamPushDataSource
 
getControls() - Method in class net.sf.fmj.media.multiplexer.InputStreamPushSourceStream
 
getControls() - Method in class net.sf.fmj.media.multiplexer.StreamCopyPushDataSource
 
getControls() - Method in class net.sf.fmj.media.protocol.civil.DataSource
 
getControls() - Method in class net.sf.fmj.media.protocol.file.DataSource
 
getControls() - Method in class net.sf.fmj.media.protocol.httpauth.DataSource
 
getControls() - Method in class net.sf.fmj.media.protocol.javasound.DataSource
 
getControls() - Method in class net.sf.fmj.media.protocol.rtp.DataSource
 
getControls() - Method in class net.sf.fmj.media.protocol.rtp.LookAheadPushBufferStream
 
getControls() - Method in class net.sf.fmj.media.protocol.URLDataSource
 
getControls() - Method in class net.sf.fmj.media.renderer.audio.JavaSoundRenderer
 
getControls() - Method in class net.sf.fmj.media.renderer.video.DiagnosticVideoRenderer
Returns an array of supported controls
getControls() - Method in class net.sf.fmj.media.renderer.video.Java2dRenderer
Returns an array of supported controls
getControls() - Method in class net.sf.fmj.media.renderer.video.JPEGRenderer
 
getControls() - Method in class net.sf.fmj.media.renderer.video.SimpleAWTRenderer
 
getControls() - Method in class net.sf.fmj.media.renderer.video.SimpleSwingRenderer
 
getControls() - Method in class net.sf.fmj.media.rtp.RTPDataSource
 
getControls() - Method in class net.sf.fmj.media.rtp.RTPDataStream
 
getControls() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
getControls() - Method in class net.sf.fmj.media.rtp.SimpleSocketInputStream
 
getControls() - Method in class net.sf.fmj.media.rtp.SocketInputStream
Deprecated.  
getControls() - Method in class net.sf.fmj.utility.ControlCollection
Retrieve an array of Controls that control the object.
getConversionDivisor() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardProgressControl
This method is used as a divisor to convert getTime to seconds.
getConversionDivisor() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.TimeDisplayControl
Report value such that getTime()/number equals seconds.
getConversionDivisor() - Method in class net.sf.fmj.ejmf.toolkit.util.SourcedTimer
A client of SourcedTimer may need to convert source timer time from raw units to some other units for display purposes.
getConversionDivisor() - Method in interface net.sf.fmj.ejmf.toolkit.util.TimeSource
Return a number used to divide source units to convert to seconds.
getConversionDivisor() - Method in class net.sf.fmj.ui.application.ContainerPlayer
This method is used as a divisor to convert getTime to seconds.
getCpuEndianess() - Static method in class net.sf.fmj.ffmpeg_java.ListFormats
 
getCurrentRate() - Method in class javax.media.protocol.RateRange
 
getCurrentState() - Method in class javax.media.TransitionEvent
 
getData() - Method in class javax.media.Buffer
 
getDataAddress() - Method in class javax.media.rtp.SessionAddress
 
getDataHostAddress() - Method in class javax.media.rtp.SessionAddress
 
getDataInputStream() - Method in interface javax.media.rtp.RTPConnector
 
getDataInputStream() - Method in class net.sf.fmj.media.rtp.RTPSocketAdapter
Returns an input stream to receive the RTP data.
getDataOutput() - Method in interface javax.media.Multiplexer
 
getDataOutput() - Method in interface javax.media.Processor
 
getDataOutput() - Method in class net.sf.fmj.media.content.unknown.Handler
 
getDataOutput() - Method in class net.sf.fmj.media.multiplexer.AbstractInputStreamMux
 
getDataOutput() - Method in class net.sf.fmj.media.multiplexer.AbstractStreamCopyMux
 
getDataOutput() - Method in class net.sf.fmj.media.multiplexer.RawBufferMux
 
getDataOutputStream() - Method in interface javax.media.rtp.RTPConnector
 
getDataOutputStream() - Method in class net.sf.fmj.media.rtp.RTPSocketAdapter
Returns an output stream to send the RTP data.
getDataPort() - Method in class javax.media.rtp.SessionAddress
 
getDataSinkClassList(String) - Static method in class javax.media.Manager
 
getDataSource() - Method in interface javax.media.MediaProxy
 
getDataSource() - Method in interface javax.media.rtp.RTPStream
 
getDataSource() - Method in class net.sf.fmj.media.rtp.RTPReceiveStream
 
getDataSource() - Method in class net.sf.fmj.media.rtp.RTPSendStream
 
getDataSourceList(String) - Static method in class javax.media.Manager
 
getDataType() - Method in class javax.media.Format
 
getDB() - Method in class javax.media.GainChangeEvent
 
getDB() - Method in interface javax.media.GainControl
 
getDecimation() - Method in class javax.media.format.JPEGFormat
 
getDecryptOutputSize(int) - Method in class memetic.crypto.AESCrypt
 
getDecryptOutputSize(int) - Method in interface memetic.crypto.Crypt
Returns the maximum size the output buffer needs to be
getDecryptOutputSize(int) - Method in class memetic.crypto.DESCrypt
 
getDecryptOutputSize(int) - Method in class memetic.crypto.RTPCrypt
 
getDefaultControlListener() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
 
getDefaultExtension(String) - Static method in class net.sf.fmj.media.MimeManager
 
getDefaultExtension(String) - Method in class net.sf.fmj.media.MimeTable
 
getDefaultExtension(String) - Method in class net.sf.fmj.registry.Registry
 
getDefaultFlags() - Static method in class net.sf.fmj.media.RegistryDefaults
 
getDefaultMimeTable() - Static method in class net.sf.fmj.media.MimeManager
 
getDefaultPropertyIndex() - Method in class javax.media.bean.playerbean.MediaPlayerBeanInfo
 
getDefaultSSRC() - Method in interface javax.media.rtp.SessionManager
Deprecated.  
getDefaultSSRC() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
getDemux() - Method in class net.sf.fmj.filtergraph.DemuxNode
 
getDescription() - Method in class javax.media.rtp.rtcp.SourceDescription
 
getDestLink(int) - Method in class net.sf.fmj.filtergraph.FilterGraphNode
 
getDestNode() - Method in class net.sf.fmj.filtergraph.FilterGraphLink
 
getDestTrack() - Method in class net.sf.fmj.filtergraph.FilterGraphLink
 
getDetailsListener() - Method in class net.sf.fmj.ui.registry.EntryPanel
 
getDevice(String) - Static method in class javax.media.CaptureDeviceManager
 
getDevice(String) - Static method in class javax.media.cdm.CaptureDeviceManager
 
getDeviceList(Format) - Static method in class javax.media.CaptureDeviceManager
 
getDeviceList() - Static method in class javax.media.cdm.CaptureDeviceManager
 
getDeviceList(Format) - Static method in class javax.media.cdm.CaptureDeviceManager
 
getDeviceList() - Method in class net.sf.fmj.registry.Registry
 
getDialog() - Method in class net.sf.fmj.ui.wizard.Wizard
Returns an instance of the JDialog that this class created.
getDirection() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.BasicArrowButton
 
getDLSR() - Method in interface javax.media.rtp.rtcp.Feedback
 
getDLSR() - Method in class net.sf.fmj.media.rtp.RTCPFeedback
 
getDuration() - Method in class javax.media.Buffer
 
getDuration() - Method in interface javax.media.Demultiplexer
 
getDuration() - Method in interface javax.media.Duration
 
getDuration() - Method in class javax.media.DurationUpdateEvent
 
getDuration() - Method in class javax.media.protocol.DataSource
 
getDuration() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Returns DURATION_UNKNOWN.
getDuration() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Gets the duration of this Player.
getDuration() - Method in class net.sf.fmj.media.AbstractDemultiplexer
 
getDuration() - Method in class net.sf.fmj.media.AbstractTrack
 
getDuration() - Method in class net.sf.fmj.media.multiplexer.InputStreamPushDataSource
 
getDuration() - Method in class net.sf.fmj.media.multiplexer.StreamCopyPushDataSource
 
getDuration() - Method in class net.sf.fmj.media.protocol.civil.DataSource
 
getDuration() - Method in class net.sf.fmj.media.protocol.file.DataSource
 
getDuration() - Method in class net.sf.fmj.media.protocol.httpauth.DataSource
 
getDuration() - Method in class net.sf.fmj.media.protocol.javasound.DataSource
 
getDuration() - Method in class net.sf.fmj.media.protocol.rtp.DataSource
 
getDuration() - Method in class net.sf.fmj.media.protocol.URLDataSource
 
getDuration() - Method in class net.sf.fmj.media.rtp.RTPDataSource
 
getEnabledBuffering() - Method in interface javax.media.CachedStream
 
getEnabledBuffering() - Method in interface javax.media.protocol.CachedStream
 
getEnabledThreshold() - Method in interface javax.media.control.BufferControl
 
getEncoding() - Method in class javax.media.Format
 
getEncrypted() - Method in class javax.media.rtp.rtcp.SourceDescription
 
getEncryptOutputSize(int) - Method in class memetic.crypto.AESCrypt
 
getEncryptOutputSize(int) - Method in interface memetic.crypto.Crypt
Returns the maximum size the output buffer needs to be
getEncryptOutputSize(int) - Method in class memetic.crypto.DESCrypt
 
getEncryptOutputSize(int) - Method in class memetic.crypto.RTPCrypt
 
getEndian() - Method in class javax.media.format.AudioFormat
 
getEndian() - Method in class javax.media.format.RGBFormat
 
getEndOffset() - Method in interface javax.media.ExtendedCachingControl
 
getErrorCompensation() - Method in interface javax.media.control.H263Control
 
getErrorCompensation() - Method in class javax.media.format.H263Format
 
getEventSetDescriptors() - Method in class javax.media.bean.playerbean.MediaPlayerBeanInfo
 
getExtension() - Method in class javax.media.rtp.RTPHeader
 
getExtension(File) - Static method in class net.sf.fmj.ejmf.toolkit.util.Utility
Given a File object, return a String representing the file's extension.
getExtension(String) - Static method in class net.sf.fmj.ejmf.toolkit.util.Utility
Given a String representing a file name, return a String representing the file's extension.
getExtensions(String) - Static method in class net.sf.fmj.media.MimeManager
 
getExtensions(String) - Method in class net.sf.fmj.media.MimeTable
 
getExtensions(String) - Method in class net.sf.fmj.registry.Registry
 
getExtensionType() - Method in class javax.media.rtp.RTPHeader
 
getFailedFormat() - Method in exception javax.media.format.UnsupportedFormatException
 
getFastForwardButton() - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Get the fast forward button control
getFeedbackReports() - Method in interface javax.media.rtp.rtcp.Report
 
getFeedbackReports() - Method in class net.sf.fmj.media.rtp.RTCPReport
 
getFile() - Static method in class net.sf.fmj.ui.application.PlayerPanelPrefs
 
getFileDestPanel() - Method in class net.sf.fmj.ui.wizards.FileDestPanelDescriptor
 
getFirstSequence() - Method in class net.sf.fmj.media.rtp.RTPDataStream
Returns the first sequence number seen
getFlags() - Method in class javax.media.Buffer
 
getFlags() - Method in class net.sf.fmj.media.rtp.RTCPHeader
 
getFlags() - Method in class net.sf.fmj.media.rtp.RTPHeader
 
getFlipped() - Method in class javax.media.format.RGBFormat
 
getFormat() - Method in class javax.media.Buffer
 
getFormat() - Method in interface javax.media.control.FormatControl
 
getFormat() - Method in interface javax.media.protocol.PullBufferStream
 
getFormat() - Method in interface javax.media.protocol.PushBufferStream
 
getFormat() - Method in interface javax.media.rtp.RTPControl
 
getFormat(int) - Method in interface javax.media.rtp.RTPControl
 
getFormat() - Method in interface javax.media.Track
 
getFormat() - Method in class net.sf.fmj.media.AbstractTrack
 
getFormat() - Method in class net.sf.fmj.media.protocol.rtp.LookAheadPushBufferStream
 
getFormat() - Method in class net.sf.fmj.media.rtp.RTPDataStream
 
getFormat(int) - Method in class net.sf.fmj.media.rtp.RTPDataStream
 
getFormat(int) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
Another function provided by Sun's implementation, not in the spec/API.
getFormatControls() - Method in interface javax.media.protocol.CaptureDevice
 
getFormatControls() - Method in class net.sf.fmj.media.protocol.civil.DataSource
 
getFormatControls() - Method in class net.sf.fmj.media.protocol.javasound.DataSource
 
getFormatList() - Method in interface javax.media.rtp.RTPControl
 
getFormatList() - Method in class net.sf.fmj.media.rtp.RTPDataStream
 
getFormats() - Method in class javax.media.CaptureDeviceInfo
 
getFPS() - Method in class net.sf.fmj.utility.FPSCounter
 
getFractionLost() - Method in interface javax.media.rtp.rtcp.Feedback
 
getFractionLost() - Method in class net.sf.fmj.media.rtp.RTCPFeedback
 
getFragmentOffset() - Method in class net.sf.fmj.media.codec.video.jpeg.JpegRTPHeader
 
getFrame() - Method in class net.sf.fmj.ejmf.toolkit.util.PlayerDriver
Gets the Frame in which the media is being displayed.
getFrameRate() - Method in interface javax.media.control.FrameRateControl
 
getFrameRate() - Method in class javax.media.format.AudioFormat
 
getFrameRate() - Method in class javax.media.format.VideoFormat
 
getFramesDropped() - Method in interface javax.media.control.FrameProcessingControl
 
getFrameSizeInBits() - Method in class javax.media.format.AudioFormat
 
getFrequency() - Method in class javax.media.rtp.rtcp.SourceDescription
 
getGainButtonPanel() - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Get the gain button panel
getGainControl() - Method in interface javax.media.Player
 
getGainControl() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractGainControl
 
getGainControl() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Get the Gain Control for this Player.
getGainDecreaseButton() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractGainButtonPanel
Get button repsonsible for decreasing gain
getGainIncreaseButton() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractGainButtonPanel
Get button repsonsible for increasing gain
getGainMeterButton() - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Get the gain meter button control
getGlobalReceptionStats() - Method in class javax.media.rtp.RTPManager
 
getGlobalReceptionStats() - Method in interface javax.media.rtp.SessionManager
Deprecated.  
getGlobalReceptionStats() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
getGlobalStats() - Method in interface javax.media.rtp.RTPControl
 
getGlobalStats() - Method in class net.sf.fmj.media.rtp.RTPDataStream
 
getGlobalTransmissionStats() - Method in class javax.media.rtp.RTPManager
 
getGlobalTransmissionStats() - Method in interface javax.media.rtp.SessionManager
Deprecated.  
getGlobalTransmissionStats() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
getGreenMask() - Method in class javax.media.format.RGBFormat
 
getGreenValues() - Method in class javax.media.format.IndexedColorFormat
 
getHandlerClassList(String) - Static method in class javax.media.Manager
 
getHeader() - Method in class javax.media.Buffer
 
getHeight() - Method in class javax.media.SizeChangeEvent
 
getHeightInBlocks() - Method in class net.sf.fmj.media.codec.video.jpeg.JpegRTPHeader
 
getHeightInPixels() - Method in class net.sf.fmj.media.codec.video.jpeg.JpegRTPHeader
 
getHint(int) - Static method in class javax.media.Manager
 
getHRD_B() - Method in interface javax.media.control.H263Control
 
getHrDB() - Method in class javax.media.format.H263Format
 
getIcon(int) - Method in class javax.media.bean.playerbean.MediaPlayerBeanInfo
 
getInputDataSource() - Method in class javax.media.ProcessorModel
 
getInputFormat() - Method in class net.sf.fmj.filtergraph.CodecNode
 
getInputFormat() - Method in class net.sf.fmj.filtergraph.DemuxNode
 
getInputFormat() - Method in class net.sf.fmj.filtergraph.FilterGraphNode
 
getInputFormat() - Method in class net.sf.fmj.filtergraph.MuxNode
 
getInputFormat() - Method in class net.sf.fmj.filtergraph.RendererNode
 
getInputFormat() - Method in class net.sf.fmj.media.AbstractCodec
 
getInputLocator() - Method in class javax.media.ProcessorModel
 
getInputStream() - Method in class net.sf.fmj.media.multiplexer.StreamPipe
 
getInstance() - Static method in class net.sf.fmj.registry.Registry
Get the singleton.
getJitter() - Method in interface javax.media.rtp.rtcp.Feedback
 
getJitter() - Method in class net.sf.fmj.media.rtp.RTCPFeedback
 
getJitter() - Method in class net.sf.fmj.media.rtp.RTPDataSource
Returns the jitter value
getJitter() - Method in class net.sf.fmj.media.rtp.RTPDataStream
Returns the jitter calculation
getKey() - Method in class javax.media.rtp.EncryptionInfo
 
getKeyFrameInterval() - Method in interface javax.media.control.KeyFrameControl
 
getLabelPort() - Method in class net.sf.fmj.ui.wizards.RTPDestPanel
 
getLabelSessionAddress() - Method in class net.sf.fmj.ui.wizards.RTPDestPanel
 
getLabelTTL() - Method in class net.sf.fmj.ui.wizards.RTPDestPanel
 
getLastSendTime() - Method in class net.sf.fmj.media.rtp.RTPSendStream
Returns the last time a packet was sent
getLastSequence() - Method in class net.sf.fmj.media.rtp.RTPDataStream
Returns the last sequence number seen
getLastSRReportTime() - Method in class net.sf.fmj.media.rtp.RTPReceiveStream
Returns the time at which the last SR report was received
getLastSRReportTimestampLSW() - Method in class net.sf.fmj.media.rtp.RTPReceiveStream
Gets the timestamp of the last sr report
getLastSRReportTimestampMSW() - Method in class net.sf.fmj.media.rtp.RTPReceiveStream
Gets the timestamp of the last sr report
getLastTimestamp() - Method in class net.sf.fmj.media.rtp.RTPSendStream
Returns the last timestamp of a packet sent
getLength() - Method in class javax.media.Buffer
 
getLength() - Method in class net.sf.fmj.media.rtp.RTCPHeader
 
getLevel() - Method in class javax.media.GainChangeEvent
 
getLevel() - Method in interface javax.media.GainControl
 
getLineStride() - Method in class javax.media.format.IndexedColorFormat
 
getLineStride() - Method in class javax.media.format.RGBFormat
 
getLocalColls() - Method in interface javax.media.rtp.GlobalReceptionStats
 
getLocalColls() - Method in interface javax.media.rtp.GlobalTransmissionStats
 
getLocalColls() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
 
getLocalColls() - Method in class net.sf.fmj.media.rtp.RTPGlobalTransmissionStats
 
getLocalParticipant() - Method in class javax.media.rtp.RTPManager
 
getLocalParticipant() - Method in interface javax.media.rtp.SessionManager
Deprecated.  
getLocalParticipant() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
getLocalSessionAddress() - Method in interface javax.media.rtp.SessionManager
Deprecated.  
getLocalSessionAddress() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
getLocator() - Method in class javax.media.CaptureDeviceInfo
 
getLocator() - Method in class javax.media.protocol.DataSource
 
getLowFrequencyChannel() - Method in interface javax.media.control.MpegAudioControl
 
getLSR() - Method in interface javax.media.rtp.rtcp.Feedback
 
getLSR() - Method in class net.sf.fmj.media.rtp.RTCPFeedback
 
getMalformedBye() - Method in interface javax.media.rtp.GlobalReceptionStats
 
getMalformedBye() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
 
getMalformedRR() - Method in interface javax.media.rtp.GlobalReceptionStats
 
getMalformedRR() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
 
getMalformedSDES() - Method in interface javax.media.rtp.GlobalReceptionStats
 
getMalformedSDES() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
 
getMalformedSR() - Method in interface javax.media.rtp.GlobalReceptionStats
 
getMalformedSR() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
 
getMapSize() - Method in class javax.media.format.IndexedColorFormat
 
getMatchingOutputFormats(Format) - Method in class net.java.sip.communicator.impl.media.codec.audio.ilbc.JavaDecoder
 
getMatchingOutputFormats(Format) - Method in class net.java.sip.communicator.impl.media.codec.audio.ilbc.JavaEncoder
 
getMatchingOutputFormats(Format) - Method in class net.java.sip.communicator.impl.media.codec.audio.speex.JavaDecoder
 
getMatchingOutputFormats(Format) - Method in class net.java.sip.communicator.impl.media.codec.audio.speex.JavaEncoder
 
getMaxDataLength() - Method in class javax.media.format.VideoFormat
 
getMaximum() - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.ProgressBar
Get maximum legal value of ProgressBar.
getMaximum() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.ProgressSlider
Get the largest value progress slider can take on.
getMaximumLatency(Controller[]) - Static method in class net.sf.fmj.ejmf.toolkit.util.Utility
Given an array of Controllers, calculate the maximum startup latency in seconds.
getMaximumRate() - Method in class javax.media.protocol.RateRange
 
getMaximumSize() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.BasicArrowButton
 
getMaxSupportedBitRate() - Method in interface javax.media.control.BitRateControl
 
getMaxSupportedFrameRate() - Method in interface javax.media.control.FrameRateControl
 
getMediaNanoseconds() - Method in interface javax.media.Clock
 
getMediaNanoseconds() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractClock
Get the media time in nanoseconds.
getMediaPanel() - Method in class net.sf.fmj.ejmf.toolkit.util.PlayerPanel
Get the media panel component
getMediaStartTime() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractClock
Get the media time the media is scheduled to start (if the Clock is stopped), or the media time at which the Clock started (if the Clock is started).
getMediaTime() - Method in interface javax.media.Clock
 
getMediaTime() - Method in interface javax.media.Demultiplexer
 
getMediaTime() - Method in class javax.media.MediaTimeSetEvent
 
getMediaTime() - Method in class javax.media.StartEvent
 
getMediaTime() - Method in class javax.media.StopEvent
 
getMediaTime() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractClock
Calculates the current media time based on the current time-base time, the time-base start time, the media start time, and the rate.
getMediaTime() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Calculates the current media time based on the current time-base time, the time-base start time, the media start time, and the rate.
getMediaTime() - Method in class net.sf.fmj.gst.media.content.unknown.Handler
 
getMediaTime() - Method in class net.sf.fmj.media.AbstractDemultiplexer
 
getMessage() - Method in class javax.media.ControllerClosedEvent
 
getMimeTable() - Static method in class net.sf.fmj.media.MimeManager
 
getMimeTable() - Method in class net.sf.fmj.media.MimeTable
 
getMimeTable() - Method in class net.sf.fmj.registry.Registry
 
getMimeType(String) - Static method in class net.sf.fmj.media.MimeManager
 
getMimeType(String) - Method in class net.sf.fmj.media.MimeTable
 
getMimeType(String) - Method in class net.sf.fmj.registry.Registry
 
getMimeTypes() - Method in class net.sf.fmj.media.MimeTable
 
getMinimum() - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.ProgressBar
Get minimum legal value of ProgressBar.
getMinimum() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.ProgressSlider
Get the smallest value progress slider can take on.
getMinimumRate() - Method in class javax.media.protocol.RateRange
 
getMinimumSize() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.BasicIconButton
Don't let button get so small that icon is unrecognizable.
getMinimumSize() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.BasicArrowButton
 
getMinimumSize() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.BasicControlButton
Don't let button get so small that icon is unrecognizable.
getMinimumThreshold() - Method in interface javax.media.control.BufferControl
 
getMinimumTransferSize() - Method in interface javax.media.protocol.PushSourceStream
 
getMinimumTransferSize() - Method in class net.sf.fmj.media.multiplexer.InputStreamPushSourceStream
 
getMinimumTransferSize() - Method in class net.sf.fmj.media.rtp.SimpleSocketInputStream
 
getMinimumTransferSize() - Method in class net.sf.fmj.media.rtp.SocketInputStream
Deprecated.  
getMinSupportedBitRate() - Method in interface javax.media.control.BitRateControl
 
getModel() - Method in class net.sf.fmj.ui.wizard.Wizard
Returns the current model of the wizard dialog.
getMulticastScope() - Method in interface javax.media.rtp.SessionManager
Deprecated.  
getMulticastScope() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
getMultilingualMode() - Method in interface javax.media.control.MpegAudioControl
 
getMultiplexer() - Method in class net.sf.fmj.filtergraph.MuxNode
 
getMute() - Method in class javax.media.GainChangeEvent
 
getMute() - Method in interface javax.media.GainControl
 
getName() - Method in class com.t4l.jmf.JPEGDecoder
 
getName() - Method in class com.t4l.jmf.JPEGEncoder
 
getName() - Method in class javax.media.CaptureDeviceInfo
 
getName() - Method in interface javax.media.PlugIn
 
getName() - Method in class net.sf.fmj.media.AbstractPlugIn
 
getName() - Method in class net.sf.fmj.media.codec.audio.alaw.Decoder
 
getName() - Method in class net.sf.fmj.media.codec.audio.alaw.DePacketizer
 
getName() - Method in class net.sf.fmj.media.codec.audio.alaw.Encoder
 
getName() - Method in class net.sf.fmj.media.codec.audio.alaw.Packetizer
 
getName() - Method in class net.sf.fmj.media.codec.audio.RateConverter
 
getName() - Method in class net.sf.fmj.media.codec.audio.ulaw.Decoder
 
getName() - Method in class net.sf.fmj.media.codec.audio.ulaw.DePacketizer
 
getName() - Method in class net.sf.fmj.media.codec.audio.ulaw.Encoder
 
getName() - Method in class net.sf.fmj.media.codec.audio.ulaw.Packetizer
 
getName() - Method in class net.sf.fmj.media.codec.video.jpeg.DePacketizer
 
getName() - Method in class net.sf.fmj.media.codec.video.jpeg.Packetizer
 
getName() - Method in class net.sf.fmj.media.multiplexer.RTPSyncBufferMux
 
getName() - Method in class net.sf.fmj.media.renderer.audio.JavaSoundRenderer
Returns the name of the pluging.
getName() - Method in class net.sf.fmj.media.renderer.video.DiagnosticVideoRenderer
 
getName() - Method in class net.sf.fmj.media.renderer.video.Java2dRenderer
Return the name of the plugin
getName() - Method in class net.sf.fmj.media.renderer.video.JPEGRenderer
 
getName() - Method in class net.sf.fmj.media.renderer.video.SimpleAWTRenderer
 
getName() - Method in class net.sf.fmj.media.renderer.video.SimpleSwingRenderer
 
getNanoseconds() - Method in class javax.media.SystemTimeBase
 
getNanoseconds() - Method in class javax.media.Time
 
getNanoseconds() - Method in interface javax.media.TimeBase
 
getNewFormat() - Method in class javax.media.format.FormatChangeEvent
 
getNewPayload() - Method in class javax.media.rtp.event.LocalPayloadChangeEvent
 
getNewPayload() - Method in class javax.media.rtp.event.RemotePayloadChangeEvent
 
getNewSSRC() - Method in class javax.media.rtp.event.LocalCollisionEvent
 
getNextFinishButtonEnabled() - Method in class net.sf.fmj.ui.wizard.Wizard
Mirrors the WizardModel method of the same name.
getNextPanelDescriptor() - Method in class net.sf.fmj.ui.wizard.WizardPanelDescriptor
Override this class to provide the Object-based identifier of the panel that the user should traverse to when the Next button is pressed.
getNextPanelDescriptor() - Method in class net.sf.fmj.ui.wizards.ChooseSourcePanelDescriptor
 
getNextPanelDescriptor() - Method in class net.sf.fmj.ui.wizards.ContentAndTrackFormatPanelDescriptor
 
getNextPanelDescriptor() - Method in class net.sf.fmj.ui.wizards.FileDestPanelDescriptor
 
getNextPanelDescriptor() - Method in class net.sf.fmj.ui.wizards.RTPDestPanelDescriptor
 
getNTPTimeStampLSW() - Method in interface javax.media.rtp.rtcp.SenderReport
 
getNtpTimestampLSW() - Method in class net.sf.fmj.media.rtp.RTCPSenderInfo
Returns the timestamp least significant word
getNTPTimeStampLSW() - Method in class net.sf.fmj.media.rtp.RTCPSenderReport
 
getNTPTimeStampMSW() - Method in interface javax.media.rtp.rtcp.SenderReport
 
getNtpTimestampMSW() - Method in class net.sf.fmj.media.rtp.RTCPSenderInfo
Returns the timestamp most significant word
getNTPTimeStampMSW() - Method in class net.sf.fmj.media.rtp.RTCPSenderReport
 
getNtpTimestampSecs() - Method in class net.sf.fmj.media.rtp.RTCPSenderInfo
Returns the timestamp value in seconds
getNumDestLinks() - Method in class net.sf.fmj.filtergraph.FilterGraphNode
 
getNumFrames() - Method in class net.sf.fmj.utility.FPSCounter
 
getNumLost() - Method in interface javax.media.rtp.rtcp.Feedback
 
getNumLost() - Method in class net.sf.fmj.media.rtp.RTCPFeedback
 
getObject() - Method in class com.lti.utils.synchronization.SynchronizedObjectHolder
 
getObject() - Method in class net.sf.fmj.ui.dialogs.RTPReceivePanel
 
getObject() - Method in class net.sf.fmj.ui.dialogs.URLPanel
 
getObject() - Method in interface net.sf.fmj.ui.objeditor.ObjEditor
 
getOctetCount() - Method in class net.sf.fmj.media.rtp.RTCPSenderInfo
Returns the octet count
getOffset() - Method in class javax.media.Buffer
 
getOffsetU() - Method in class javax.media.format.YUVFormat
 
getOffsetV() - Method in class javax.media.format.YUVFormat
 
getOffsetY() - Method in class javax.media.format.YUVFormat
 
getOldFormat() - Method in class javax.media.format.FormatChangeEvent
 
getOutputBuffer(int) - Method in class net.sf.fmj.filtergraph.FilterGraphNode
 
getOutputFormat() - Method in class net.sf.fmj.media.AbstractCodec
 
getOutputLocator() - Method in interface javax.media.DataSink
 
getOutputLocator() - Method in class net.sf.fmj.media.AbstractDataSink
 
getOutputStream() - Method in class net.sf.fmj.media.multiplexer.StreamPipe
 
getOutputTrackFormat(int) - Method in class javax.media.ProcessorModel
 
getOwner() - Method in interface javax.media.Owned
 
getOwner() - Method in class net.sf.fmj.ui.wizard.Wizard
Returns the owner of the generated javax.swing.JDialog.
getPacketCount() - Method in class net.sf.fmj.media.rtp.RTCPSenderInfo
Returns the packet count
getPacketSize() - Method in interface javax.media.control.PacketSizeControl
 
getPacketsLooped() - Method in interface javax.media.rtp.GlobalReceptionStats
 
getPacketsLooped() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
 
getPacketsRecd() - Method in interface javax.media.rtp.GlobalReceptionStats
 
getPacketsRecd() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
 
getPacketType() - Method in class net.sf.fmj.media.rtp.RTCPHeader
 
getPadding() - Method in class net.sf.fmj.media.rtp.RTCPHeader
 
getPaintFocus() - Method in class net.sf.fmj.ui.control.FmjSlider
 
getPanelComponent() - Method in class net.sf.fmj.ui.wizard.WizardPanelDescriptor
Returns to java.awt.Component that serves as the actual panel.
getPanelDescriptorIdentifier() - Method in class net.sf.fmj.ui.wizard.WizardPanelDescriptor
Returns the unique Object-based identifier for this panel descriptor.
getParticipant() - Method in class javax.media.rtp.event.NewParticipantEvent
 
getParticipant() - Method in class javax.media.rtp.event.ReceiveStreamEvent
 
getParticipant() - Method in class javax.media.rtp.event.SendStreamEvent
 
getParticipant() - Method in interface javax.media.rtp.rtcp.Report
 
getParticipant() - Method in interface javax.media.rtp.RTPStream
 
getParticipant() - Method in class net.sf.fmj.media.rtp.RTCPReport
 
getParticipant() - Method in class net.sf.fmj.media.rtp.RTPReceiveStream
 
getParticipant() - Method in class net.sf.fmj.media.rtp.RTPSendStream
 
getPassiveParticipants() - Method in class javax.media.rtp.RTPManager
 
getPassiveParticipants() - Method in interface javax.media.rtp.SessionManager
Deprecated.  
getPassiveParticipants() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
getPauseControl() - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Get the pause button control
getPBFrames() - Method in interface javax.media.control.H263Control
 
getPBFrames() - Method in class javax.media.format.H263Format
 
getPDUDuplicate() - Method in interface javax.media.rtp.ReceptionStats
 
getPDUDuplicate() - Method in class net.sf.fmj.media.rtp.RTPReceptionStats
 
getPDUInvalid() - Method in interface javax.media.rtp.ReceptionStats
 
getPDUInvalid() - Method in class net.sf.fmj.media.rtp.RTPReceptionStats
 
getPDUlost() - Method in interface javax.media.rtp.ReceptionStats
 
getPDUlost() - Method in class net.sf.fmj.media.rtp.RTPReceptionStats
 
getPDUMisOrd() - Method in interface javax.media.rtp.ReceptionStats
 
getPDUMisOrd() - Method in class net.sf.fmj.media.rtp.RTPReceptionStats
 
getPDUProcessed() - Method in interface javax.media.rtp.ReceptionStats
 
getPDUProcessed() - Method in class net.sf.fmj.media.rtp.RTPReceptionStats
 
getPDUTransmitted() - Method in interface javax.media.rtp.TransmissionStats
 
getPDUTransmitted() - Method in class net.sf.fmj.media.rtp.RTPTransmissionStats
 
getPeers() - Method in interface javax.media.rtp.SessionManager
Deprecated.  
getPeers() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
getPixelFormatFromBufferedImageType(int) - Static method in class net.sf.fmj.ffmpeg_java.ListFormats
 
getPixelStride() - Method in class javax.media.format.RGBFormat
 
getPlayer() - Method in class net.sf.fmj.ejmf.toolkit.util.PlayerPanel
Gets the Player for this PlayerPanel.
getPlayerDuration() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Returns the duration of the media played by this Player only.
getPlayerDuration() - Method in class net.sf.fmj.gst.media.content.unknown.Handler
 
getPlayerDuration() - Method in class net.sf.fmj.media.content.unknown.Handler
 
getPlayerPanel() - Method in class net.sf.fmj.ejmf.toolkit.util.PlayerDriver
Gets the PlayerPanel for this PlayerDriver.
getPlayerStartLatency() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Returns the start latency of the media played by this Player only.
getPlayerStartLatency() - Method in class net.sf.fmj.gst.media.content.unknown.Handler
 
getPlayerStartLatency() - Method in class net.sf.fmj.media.content.unknown.Handler
 
getPlugIn() - Method in class net.sf.fmj.filtergraph.CodecNode
 
getPlugIn() - Method in class net.sf.fmj.filtergraph.FilterGraphNode
 
getPlugInInfo(String) - Static method in class net.sf.fmj.utility.PlugInUtility
 
getPlugInList(Format, Format, int) - Static method in class javax.media.pim.PlugInManager
Get a list of plugins that match the given input and output formats.
getPlugInList(Format, Format, int) - Static method in class javax.media.PlugInManager
 
getPluginList(int) - Method in class net.sf.fmj.registry.Registry
pluginType = [1..NUM_PLUGIN_TYPES]
getPorts() - Method in interface javax.media.control.PortControl
 
getPreferedBufferedImageType() - Static method in class net.sf.fmj.ffmpeg_java.ListFormats
 
getPreferedPixelFormat() - Static method in class net.sf.fmj.ffmpeg_java.ListFormats
 
getPreferredFrameRate() - Method in interface javax.media.control.FrameRateControl
 
getPreferredKeyFrameInterval() - Method in interface javax.media.control.KeyFrameControl
 
getPreferredQuality() - Method in interface javax.media.control.QualityControl
 
getPreferredSize() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.BasicIconButton
 
getPreferredSize() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.BasicArrowButton
 
getPreferredSize() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.BasicControlButton
All Control Panel buttons have same preferred size.
getPreferredSize() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.ProgressSlider
 
getPreferredSize() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.ReverseButton
Make it the right size.
getPreferredSize() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.StartButton
Make it the right size.
getPreferredSize() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.VolumeControlButton
Make it the right size.
getPrefs() - Method in class net.sf.fmj.ui.application.PlayerPanel
 
getPreviousState() - Method in class javax.media.TransitionEvent
 
getPreviousState() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Get the previous state of this Controller.
getProcessorClassList(String) - Static method in class javax.media.Manager
 
getProgressBarComponent() - Method in interface javax.media.CachingControl
 
getProgressBarComponent() - Method in class net.sf.fmj.ejmf.toolkit.media.BasicCachingControl
Get a Component for displaying the download progress.
getProgressComponent() - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Get the progress control
getPropertyDescriptors() - Method in class javax.media.bean.playerbean.MediaPlayerBeanInfo
 
getProtocol() - Method in class javax.media.MediaLocator
 
getProtocolPrefixList() - Static method in class javax.media.PackageManager
 
getProtocolPrefixList() - Static method in class javax.media.pm.PackageManager
 
getProtocolPrefixList() - Method in class net.sf.fmj.registry.Registry
 
getQ() - Method in class net.sf.fmj.media.codec.video.jpeg.JpegRTPHeader
 
getQFactor() - Method in class javax.media.format.JPEGFormat
 
getQuality() - Method in interface javax.media.control.QualityControl
 
getRate() - Method in interface javax.media.Clock
 
getRate() - Method in interface javax.media.protocol.RateConfiguration
 
getRate() - Method in class javax.media.RateChangeEvent
 
getRate() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractClock
Get the current temporal scale factor.
getRateConfigurations() - Method in interface javax.media.protocol.RateConfigureable
 
getReason() - Method in class javax.media.rtp.event.ByeEvent
 
getReceiveBufferSize() - Method in interface javax.media.rtp.RTPConnector
 
getReceiveBufferSize() - Method in class net.sf.fmj.media.rtp.RTPSocketAdapter
Get the receive buffer size set on the RTP data channel.
getReceiveStream() - Method in class javax.media.rtp.event.LocalCollisionEvent
 
getReceiveStream() - Method in class javax.media.rtp.event.ReceiveStreamEvent
 
getReceiveStreams() - Method in class javax.media.rtp.RTPManager
 
getReceiveStreams() - Method in interface javax.media.rtp.SessionManager
Deprecated.  
getReceiveStreams() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
getReceptionCount() - Method in class net.sf.fmj.media.rtp.RTCPHeader
 
getReceptionStats() - Method in interface javax.media.rtp.RTPControl
 
getReceptionStats() - Method in class net.sf.fmj.media.rtp.RTPDataStream
 
getRedMask() - Method in class javax.media.format.RGBFormat
 
getRedValues() - Method in class javax.media.format.IndexedColorFormat
 
getRemainder() - Method in class javax.media.MediaLocator
 
getRemoteColls() - Method in interface javax.media.rtp.GlobalReceptionStats
 
getRemoteColls() - Method in interface javax.media.rtp.GlobalTransmissionStats
 
getRemoteColls() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
 
getRemoteColls() - Method in class net.sf.fmj.media.rtp.RTPGlobalTransmissionStats
 
getRemoteParticipants() - Method in class javax.media.rtp.RTPManager
 
getRemoteParticipants() - Method in interface javax.media.rtp.SessionManager
Deprecated.  
getRemoteParticipants() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
getRemoteSessionAddress() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
getRenderer() - Method in class net.sf.fmj.filtergraph.RendererNode
 
getReport() - Method in class javax.media.rtp.event.ReceiverReportEvent
 
getReport() - Method in class javax.media.rtp.event.SenderReportEvent
 
getReports() - Method in interface javax.media.rtp.Participant
 
getReports() - Method in class net.sf.fmj.media.rtp.RTPParticipant
 
getResolution() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.GainMeterButton
 
getResult() - Method in class net.sf.fmj.ui.wizards.RTPTransmitWizard
 
getResult() - Method in class net.sf.fmj.ui.wizards.TranscodeWizard
 
getReturnCode() - Method in class net.sf.fmj.ui.wizard.Wizard
Retrieves the last return code set by the dialog.
getReverseButton() - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Get the reverse button control
getRTCPBandwidthFraction() - Method in interface javax.media.rtp.RTPConnector
 
getRTCPBandwidthFraction() - Method in class net.sf.fmj.media.rtp.RTPSocketAdapter
Return the RTCP bandwidth fraction.
getRtcpData() - Method in class net.sf.fmj.media.rtp.RTCPPacket
 
getRtcpHeader() - Method in class net.sf.fmj.media.rtp.RTCPPacket
 
getRtcpLength() - Method in class net.sf.fmj.media.rtp.RTCPPacket
 
getRTCPRecd() - Method in interface javax.media.rtp.GlobalReceptionStats
 
getRTCPRecd() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
 
getRTCPSenderBandwidthFraction() - Method in interface javax.media.rtp.RTPConnector
 
getRTCPSenderBandwidthFraction() - Method in class net.sf.fmj.media.rtp.RTPSocketAdapter
Return the RTCP sender bandwidth fraction.
getRTCPSent() - Method in interface javax.media.rtp.GlobalTransmissionStats
 
getRTCPSent() - Method in interface javax.media.rtp.TransmissionStats
 
getRTCPSent() - Method in class net.sf.fmj.media.rtp.RTPGlobalTransmissionStats
 
getRTCPSent() - Method in class net.sf.fmj.media.rtp.RTPTransmissionStats
 
getRtpData() - Method in class net.sf.fmj.media.rtp.RTPPacket
 
getRTPDestPanel() - Method in class net.sf.fmj.ui.wizards.RTPDestPanelDescriptor
 
getRtpHeader() - Method in class net.sf.fmj.media.rtp.RTPPacket
 
getRtpLength() - Method in class net.sf.fmj.media.rtp.RTPPacket
 
getRTPManagerList() - Static method in class javax.media.rtp.RTPManager
 
getRTPManagers() - Method in interface javax.media.control.RtspControl
 
getRTPSent() - Method in interface javax.media.rtp.GlobalTransmissionStats
 
getRTPSent() - Method in class net.sf.fmj.media.rtp.RTPGlobalTransmissionStats
 
getRTPTimeStamp() - Method in interface javax.media.rtp.rtcp.SenderReport
 
getRtpTimestamp() - Method in class net.sf.fmj.media.rtp.RTCPSenderInfo
Returns the rtp timestamp
getRTPTimeStamp() - Method in class net.sf.fmj.media.rtp.RTCPSenderReport
 
getSampleRate() - Method in class javax.media.format.AudioFormat
 
getSampleSizeInBits() - Method in class javax.media.format.AudioFormat
 
getScale() - Method in class javax.media.SizeChangeEvent
 
getSdesSize() - Method in class net.sf.fmj.media.rtp.RTPParticipant
Returns the number of bytes of sdes that this participant requires
getSdesSize() - Method in class net.sf.fmj.media.rtp.RTPSendStream
Returns the number of bytes of sdes that this participant requires
getSeconds() - Method in class javax.media.Time
 
getSelectedMediaLocator() - Method in class net.sf.fmj.ui.application.CaptureDeviceBrowser
 
getSendBufferSize() - Method in interface javax.media.rtp.RTPConnector
 
getSendBufferSize() - Method in class net.sf.fmj.media.rtp.RTPSocketAdapter
Get the send buffer size set on the RTP data channel.
getSenderByteCount() - Method in interface javax.media.rtp.rtcp.SenderReport
 
getSenderByteCount() - Method in class net.sf.fmj.media.rtp.RTCPSenderReport
 
getSenderFeedback() - Method in interface javax.media.rtp.rtcp.SenderReport
 
getSenderFeedback() - Method in class net.sf.fmj.media.rtp.RTCPSenderReport
 
getSenderPacketCount() - Method in interface javax.media.rtp.rtcp.SenderReport
 
getSenderPacketCount() - Method in class net.sf.fmj.media.rtp.RTCPSenderReport
 
getSenderReport() - Method in interface javax.media.rtp.RTPStream
 
getSenderReport() - Method in class net.sf.fmj.media.rtp.RTPReceiveStream
 
getSenderReport() - Method in class net.sf.fmj.media.rtp.RTPSendStream
 
getSendStream() - Method in class javax.media.rtp.event.SendStreamEvent
 
getSendStreams() - Method in class javax.media.rtp.RTPManager
 
getSendStreams() - Method in interface javax.media.rtp.SessionManager
Deprecated.  
getSendStreams() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
getSequenceNumber() - Method in class javax.media.Buffer
 
getSequenceWrap() - Method in class net.sf.fmj.media.rtp.RTPReceptionStats
The number of times the sequence number has wrapped for this source
getSessionAddress() - Method in interface javax.media.rtp.SessionManager
Deprecated.  
getSessionAddress() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
getSessionManager() - Method in class javax.media.rtp.event.RTPEvent
 
getSigned() - Method in class javax.media.format.AudioFormat
 
getSilenceSuppression() - Method in interface javax.media.control.SilenceSuppressionControl
 
getSize() - Method in class javax.media.format.VideoFormat
 
getSource() - Method in class javax.media.ControllerEvent
 
getSource() - Method in class javax.media.GainChangeEvent
 
getSource() - Method in class javax.media.rtp.event.RTPEvent
 
getSource() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Convenience method to get the DataSource for the Player.
getSourceCompatibleDemultiplexer(DataSource) - Static method in class net.sf.fmj.filtergraph.FilterGraphBuilder
 
getSourceController() - Method in class javax.media.ControllerEvent
 
getSourceDataSink() - Method in class javax.media.datasink.DataSinkEvent
 
getSourceDescription() - Method in interface javax.media.rtp.Participant
 
getSourceDescription() - Method in interface javax.media.rtp.rtcp.Report
 
getSourceDescription() - Method in class net.sf.fmj.media.rtp.RTCPReport
 
getSourceDescription() - Method in class net.sf.fmj.media.rtp.RTPParticipant
 
getSourceDescription() - Method in class net.sf.fmj.media.rtp.RTPSendStream
Returns the source description for this source
getSourceGainControl() - Method in class javax.media.GainChangeEvent
 
getSourceReceptionStats() - Method in interface javax.media.rtp.ReceiveStream
 
getSourceReceptionStats() - Method in class net.sf.fmj.media.rtp.RTPDataSource
Returns the reception statistics of the source
getSourceReceptionStats() - Method in class net.sf.fmj.media.rtp.RTPReceiveStream
 
getSourceTransmissionStats() - Method in interface javax.media.rtp.SendStream
 
getSourceTransmissionStats() - Method in class net.sf.fmj.media.rtp.RTPSendStream
 
getSRRecd() - Method in interface javax.media.rtp.GlobalReceptionStats
 
getSRRecd() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
 
getSSRC() - Method in class javax.media.rtp.event.RemoteCollisionEvent
 
getSSRC() - Method in interface javax.media.rtp.rtcp.Feedback
 
getSSRC() - Method in interface javax.media.rtp.rtcp.Report
 
getSSRC() - Method in interface javax.media.rtp.RTPStream
 
getSSRC() - Method in class net.sf.fmj.media.rtp.RTCPFeedback
 
getSsrc() - Method in class net.sf.fmj.media.rtp.RTCPHeader
 
getSSRC() - Method in class net.sf.fmj.media.rtp.RTCPReport
 
getSSRC() - Method in class net.sf.fmj.media.rtp.RTPReceiveStream
 
getSSRC() - Method in class net.sf.fmj.media.rtp.RTPSendStream
 
getStartButton() - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Get the start button control
getStartLatency() - Method in interface javax.media.Controller
 
getStartLatency() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Returns LATENCY_UNKNOWN.
getStartLatency() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Gets the start latency of this Player.
getStartOffset() - Method in interface javax.media.ExtendedCachingControl
 
getStartTime() - Method in interface javax.media.Track
 
getStartTime() - Method in class net.sf.fmj.media.AbstractTrack
 
getState() - Method in interface javax.media.Controller
 
getState() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Get the current state of this Controller.
getStillImageTransmission() - Method in interface javax.media.control.H261Control
 
getStillImageTransmission() - Method in class javax.media.format.H261Format
 
getStopButton() - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Get the stop button control
getStopTime() - Method in interface javax.media.Clock
 
getStopTime() - Method in class javax.media.StopTimeChangeEvent
 
getStopTime() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractClock
Get the last value successfully set by setStopTime.
getStream() - Method in interface javax.media.rtp.rtcp.SenderReport
 
getStream(long) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
getStream() - Method in class net.sf.fmj.media.rtp.RTCPSenderReport
 
getStream(long) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
getStreams() - Method in class javax.media.protocol.PullBufferDataSource
 
getStreams() - Method in class javax.media.protocol.PullDataSource
 
getStreams() - Method in class javax.media.protocol.PushBufferDataSource
 
getStreams() - Method in class javax.media.protocol.PushDataSource
 
getStreams() - Method in interface javax.media.protocol.RateConfiguration
 
getStreams() - Method in interface javax.media.rtp.Participant
 
getStreams() - Method in class net.sf.fmj.media.multiplexer.InputStreamPushDataSource
 
getStreams() - Method in class net.sf.fmj.media.multiplexer.StreamCopyPushDataSource
 
getStreams() - Method in class net.sf.fmj.media.protocol.civil.DataSource
 
getStreams() - Method in class net.sf.fmj.media.protocol.file.DataSource
 
getStreams() - Method in class net.sf.fmj.media.protocol.httpauth.DataSource
 
getStreams() - Method in class net.sf.fmj.media.protocol.javasound.DataSource
 
getStreams() - Method in class net.sf.fmj.media.protocol.rtp.DataSource
 
getStreams() - Method in class net.sf.fmj.media.protocol.URLDataSource
 
getStreams() - Method in class net.sf.fmj.media.rtp.RTPDataSource
 
getStreams() - Method in class net.sf.fmj.media.rtp.RTPParticipant
 
getStreamSize() - Method in interface javax.media.control.StreamWriterControl
 
getStrideUV() - Method in class javax.media.format.YUVFormat
 
getStrideY() - Method in class javax.media.format.YUVFormat
 
getSupportedAudioLayers() - Method in interface javax.media.control.MpegAudioControl
 
getSupportedChannelLayouts() - Method in interface javax.media.control.MpegAudioControl
 
getSupportedContentDescriptors() - Method in interface javax.media.Processor
 
getSupportedContentDescriptors() - Method in class net.sf.fmj.media.AbstractProcessor
 
getSupportedContentDescriptors() - Method in class net.sf.fmj.media.content.unknown.Handler
 
getSupportedFormats() - Method in interface javax.media.control.FormatControl
 
getSupportedInputContentDescriptors() - Method in interface javax.media.Demultiplexer
 
getSupportedInputContentDescriptors() - Method in class net.sf.fmj.ffmpeg_java.FFMPEGParser
 
getSupportedInputContentDescriptors() - Method in class net.sf.fmj.media.AbstractDemultiplexer
 
getSupportedInputContentDescriptors() - Method in class net.sf.fmj.media.parser.JavaSoundParser
 
getSupportedInputContentDescriptors() - Method in class net.sf.fmj.media.parser.MultipartMixedReplaceParser
 
getSupportedInputContentDescriptors() - Method in class net.sf.fmj.media.parser.RawPullStreamParser
 
getSupportedInputContentDescriptors() - Method in class net.sf.fmj.media.parser.RawPushBufferParser
 
getSupportedInputContentDescriptors() - Method in class net.sf.fmj.theora_java.JavaOggParser
 
getSupportedInputContentDescriptors() - Method in class net.sf.fmj.theora_java.NativeOggParser
 
getSupportedInputFormats() - Method in class com.t4l.jmf.JPEGDecoder
 
getSupportedInputFormats() - Method in class com.t4l.jmf.JPEGEncoder
 
getSupportedInputFormats() - Method in interface javax.media.Codec
 
getSupportedInputFormats() - Method in interface javax.media.Multiplexer
 
getSupportedInputFormats(String, int) - Static method in class javax.media.pim.PlugInManager
 
getSupportedInputFormats(String, int) - Static method in class javax.media.PlugInManager
 
getSupportedInputFormats() - Method in interface javax.media.Renderer
 
getSupportedInputFormats() - Method in class net.sf.fmj.media.AbstractCodec
 
getSupportedInputFormats() - Method in class net.sf.fmj.media.AbstractRenderer
 
getSupportedInputFormats() - Method in class net.sf.fmj.media.codec.video.ImageIODecoder
 
getSupportedInputFormats() - Method in class net.sf.fmj.media.codec.video.ImageIOEncoder
 
getSupportedInputFormats() - Method in class net.sf.fmj.media.codec.video.ImageScaler
 
getSupportedInputFormats() - Method in class net.sf.fmj.media.codec.video.jpeg.DePacketizer
 
getSupportedInputFormats() - Method in class net.sf.fmj.media.codec.video.jpeg.JpegEncoder
 
getSupportedInputFormats() - Method in class net.sf.fmj.media.codec.video.lossless.GIFDecoder
 
getSupportedInputFormats() - Method in class net.sf.fmj.media.codec.video.lossless.PNGDecoder
 
getSupportedInputFormats() - Method in class net.sf.fmj.media.multiplexer.AbstractInputStreamMux
 
getSupportedInputFormats() - Method in class net.sf.fmj.media.multiplexer.AbstractStreamCopyMux
 
getSupportedInputFormats() - Method in class net.sf.fmj.media.multiplexer.audio.AUMux
 
getSupportedInputFormats() - Method in class net.sf.fmj.media.multiplexer.audio.JavaSoundMux
 
getSupportedInputFormats() - Method in class net.sf.fmj.media.multiplexer.MultipartMixedReplaceMux
 
getSupportedInputFormats() - Method in class net.sf.fmj.media.multiplexer.RawBufferMux
 
getSupportedInputFormats() - Method in class net.sf.fmj.media.multiplexer.RawMux
 
getSupportedInputFormats() - Method in class net.sf.fmj.media.renderer.audio.JavaSoundRenderer
Set supported input formats for the default or selected Mixer.
getSupportedInputFormats() - Method in class net.sf.fmj.media.renderer.video.DiagnosticVideoRenderer
Lists the possible input formats supported by this plug-in.
getSupportedInputFormats() - Method in class net.sf.fmj.media.renderer.video.Java2dRenderer
Lists the possible input formats supported by this plug-in.
getSupportedInputFormats() - Method in class net.sf.fmj.media.renderer.video.JPEGRenderer
 
getSupportedInputFormats() - Method in class net.sf.fmj.media.renderer.video.SimpleAWTRenderer
 
getSupportedInputFormats() - Method in class net.sf.fmj.media.renderer.video.SimpleSwingRenderer
 
getSupportedOutputContentDescriptors(Format[]) - Method in interface javax.media.Multiplexer
 
getSupportedOutputContentDescriptors(Format[]) - Static method in class net.sf.fmj.ffmpeg_java.ListFormats
 
getSupportedOutputContentDescriptors(Format[]) - Method in class net.sf.fmj.media.multiplexer.AbstractInputStreamMux
 
getSupportedOutputContentDescriptors(Format[]) - Method in class net.sf.fmj.media.multiplexer.AbstractStreamCopyMux
 
getSupportedOutputContentDescriptors(Format[]) - Method in class net.sf.fmj.media.multiplexer.RawBufferMux
 
getSupportedOutputFormats(Format) - Method in class com.t4l.jmf.JPEGDecoder
 
getSupportedOutputFormats(Format) - Method in class com.t4l.jmf.JPEGEncoder
 
getSupportedOutputFormats(Format) - Method in interface javax.media.Codec
 
getSupportedOutputFormats(String, int) - Static method in class javax.media.pim.PlugInManager
 
getSupportedOutputFormats(String, int) - Static method in class javax.media.PlugInManager
 
getSupportedOutputFormats(Format) - Method in class net.sf.fmj.media.AbstractCodec
 
getSupportedOutputFormats(Format) - Method in class net.sf.fmj.media.codec.audio.alaw.Decoder
 
getSupportedOutputFormats(Format) - Method in class net.sf.fmj.media.codec.audio.alaw.DePacketizer
 
getSupportedOutputFormats(Format) - Method in class net.sf.fmj.media.codec.audio.alaw.Encoder
 
getSupportedOutputFormats(Format) - Method in class net.sf.fmj.media.codec.audio.alaw.Packetizer
 
getSupportedOutputFormats(Format) - Method in class net.sf.fmj.media.codec.audio.RateConverter
 
getSupportedOutputFormats(Format) - Method in class net.sf.fmj.media.codec.audio.ulaw.Decoder
 
getSupportedOutputFormats(Format) - Method in class net.sf.fmj.media.codec.audio.ulaw.DePacketizer
 
getSupportedOutputFormats(Format) - Method in class net.sf.fmj.media.codec.audio.ulaw.Encoder
 
getSupportedOutputFormats(Format) - Method in class net.sf.fmj.media.codec.audio.ulaw.Packetizer
 
getSupportedOutputFormats(Format) - Method in class net.sf.fmj.media.codec.JavaSoundCodec
 
getSupportedOutputFormats(Format) - Method in class net.sf.fmj.media.codec.video.ImageIODecoder
 
getSupportedOutputFormats(Format) - Method in class net.sf.fmj.media.codec.video.ImageScaler
 
getSupportedOutputFormats(Format) - Method in class net.sf.fmj.media.codec.video.jpeg.DePacketizer
 
getSupportedOutputFormats(Format) - Method in class net.sf.fmj.media.codec.video.jpeg.JpegEncoder
 
getSupportedOutputFormats(Format) - Method in class net.sf.fmj.media.codec.video.jpeg.Packetizer
 
getSupportedOutputFormats(Format) - Method in class net.sf.fmj.media.codec.video.lossless.GIFEncoder
 
getSupportedOutputFormats(Format) - Method in class net.sf.fmj.media.codec.video.lossless.PNGEncoder
 
getSupportedPorts() - Method in interface javax.media.control.PortControl
 
getSupportedSamplingRates() - Method in interface javax.media.control.MpegAudioControl
 
getSyncTime() - Method in interface javax.media.Clock
 
getSyncTime() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractClock
Gets the time until the Clock's media synchronizes with its time-base.
getSystemTimeBase() - Static method in class javax.media.Manager
 
getTail(FilterGraphNode) - Static method in class net.sf.fmj.filtergraph.FilterGraphProcessor
 
getTargetState() - Method in interface javax.media.Controller
 
getTargetState() - Method in class javax.media.TransitionEvent
 
getTargetState() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Get the target state of this Controller.
getTempPath() - Static method in class com.lti.utils.PathUtils
Convenience method to get java.io.tmpdir system property.
getTextFieldURL() - Method in class net.sf.fmj.ui.wizards.ChooseSourcePanel
 
getTextFile() - Method in class net.sf.fmj.ui.wizards.FileDestPanel
 
getTextPort(int) - Method in class net.sf.fmj.ui.wizards.RTPDestPanel
 
getTextSessionAddress(int) - Method in class net.sf.fmj.ui.wizards.RTPDestPanel
 
getThreadQueue() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Gets the ThreadQueue object for this AbstractController.
getThumbRect() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.ProgressSlider
Return Rectangle which describes location and size of thumb.
getThumbSize() - Method in class net.sf.fmj.ui.plaf.FmjSliderUI
 
getTime() - Method in class javax.media.SystemTimeBase
 
getTime() - Method in interface javax.media.TimeBase
 
getTime() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardProgressControl
As part of TimeSource interface, getTime returns the current media time in nanoseconds.
getTime() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.TimeDisplayControl
Report media time from associated Controller.
getTime() - Method in class net.sf.fmj.ejmf.toolkit.util.SourcedTimerEvent
Retrieve the time from the event Object.
getTime() - Method in interface net.sf.fmj.ejmf.toolkit.util.TimeSource
Return time in source units
getTime() - Method in class net.sf.fmj.ui.application.ContainerPlayer
As part of TimeSource interface, getTime returns the current media time in nanoseconds.
getTimeBase() - Method in interface javax.media.Clock
 
getTimeBase() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractClock
Get the TimeBase that this Clock is using.
getTimeBase() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Get the TimeBase that this Controller is using.
getTimeBaseStartTime() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractClock
Get the time-base time the media is scheduled to start (if the Clock is stopped), or the time-base time at which the Clock started (if the Clock is started).
getTimeBaseTime() - Method in class javax.media.StartEvent
 
getTimeStamp() - Method in class javax.media.Buffer
 
getTimestamp() - Method in class net.sf.fmj.media.rtp.RTCPSenderInfo
Returns the timestamp of the information
getTimeToLive() - Method in class javax.media.rtp.SessionAddress
 
getTitle() - Method in class net.sf.fmj.ui.wizard.Wizard
Returns the current title of the generated dialog.
getTrackControlPanel(int) - Method in class net.sf.fmj.ui.wizards.ContentAndTrackFormatPanel
 
getTrackControls() - Method in interface javax.media.Processor
 
getTrackControls() - Method in class net.sf.fmj.media.AbstractProcessor
 
getTrackControls() - Method in class net.sf.fmj.media.content.unknown.Handler
 
getTrackCount(int) - Method in class javax.media.ProcessorModel
 
getTracks() - Method in interface javax.media.Demultiplexer
 
getTracks() - Method in class net.sf.fmj.ffmpeg_java.FFMPEGParser
 
getTracks() - Method in class net.sf.fmj.filtergraph.DemuxNode
 
getTracks() - Method in class net.sf.fmj.media.AbstractDemultiplexer
 
getTracks() - Method in class net.sf.fmj.media.parser.JavaSoundParser
 
getTracks() - Method in class net.sf.fmj.media.parser.MultipartMixedReplaceParser
 
getTracks() - Method in class net.sf.fmj.media.parser.RawPullStreamParser
 
getTracks() - Method in class net.sf.fmj.media.parser.RawPushBufferParser
 
getTracks() - Method in class net.sf.fmj.theora_java.JavaOggParser
 
getTracks() - Method in class net.sf.fmj.theora_java.NativeOggParser
 
getTransmitFailed() - Method in interface javax.media.rtp.GlobalReceptionStats
 
getTransmitFailed() - Method in interface javax.media.rtp.GlobalTransmissionStats
 
getTransmitFailed() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
 
getTransmitFailed() - Method in class net.sf.fmj.media.rtp.RTPGlobalTransmissionStats
 
getType() - Method in class javax.media.rtp.EncryptionInfo
 
getType() - Method in class javax.media.rtp.rtcp.SourceDescription
 
getType() - Method in class net.sf.fmj.media.codec.video.jpeg.JpegRTPHeader
 
getTypeSpecific() - Method in class net.sf.fmj.media.codec.video.jpeg.JpegRTPHeader
 
getUnknownTypes() - Method in interface javax.media.rtp.GlobalReceptionStats
 
getUnknownTypes() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
 
getUnrestrictedVector() - Method in interface javax.media.control.H263Control
 
getUnrestrictedVector() - Method in class javax.media.format.H263Format
 
getURL() - Method in class javax.media.MediaLocator
 
getUrl() - Method in class net.sf.fmj.ui.dialogs.RTPReceivePanel
 
getValue() - Method in class com.lti.utils.synchronization.SynchronizedBoolean
 
getValue() - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.ProgressBar
Get current value of ProgressBar.
getValue() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.ProgressSlider
Get current value of sprogress bar.
getVersion() - Static method in class javax.media.Manager
 
getVersion() - Method in class net.sf.fmj.media.rtp.RTCPHeader
 
getVideoPanel() - Method in class net.sf.fmj.ui.application.PlayerPanel
This method initializes videoPanel
getVisualComponent() - Method in interface javax.media.Player
 
getVisualComponent() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Get the visual Component for this Player.
getVisualComponent() - Method in class net.sf.fmj.gst.media.content.unknown.Handler
 
getVisualComponent() - Method in class net.sf.fmj.media.content.unknown.Handler
 
getWidth() - Method in class javax.media.SizeChangeEvent
 
getWidthInBlocks() - Method in class net.sf.fmj.media.codec.video.jpeg.JpegRTPHeader
 
getWidthInPixels() - Method in class net.sf.fmj.media.codec.video.jpeg.JpegRTPHeader
 
getWizard() - Method in class net.sf.fmj.ui.wizard.WizardPanelDescriptor
Returns a reference to the Wizard component.
getWizardModel() - Method in class net.sf.fmj.ui.wizard.WizardPanelDescriptor
Returns a reference to the current WizardModel for this Wizard component.
getXtndSeqNum() - Method in interface javax.media.rtp.rtcp.Feedback
 
getXtndSeqNum() - Method in class net.sf.fmj.media.rtp.RTCPFeedback
 
getYuvType() - Method in class javax.media.format.YUVFormat
 
getZeroTrap() - Method in class net.sf.fmj.media.codec.audio.ulaw.MuLawEncoderUtil
Sets whether or not all-zero bytes are encoded as 2 instead.
GIF - Static variable in class net.sf.fmj.media.BonusVideoFormatEncodings
 
GIFDecoder - Class in net.sf.fmj.media.codec.video.lossless
GIF decoder Codec.
GIFDecoder() - Constructor for class net.sf.fmj.media.codec.video.lossless.GIFDecoder
 
GIFEncoder - Class in net.sf.fmj.media.codec.video.lossless
GIF encoder Codec.
GIFEncoder() - Constructor for class net.sf.fmj.media.codec.video.lossless.GIFEncoder
 
GIFFormat - Class in net.sf.fmj.media.format
GIF video format.
GIFFormat() - Constructor for class net.sf.fmj.media.format.GIFFormat
 
GIFFormat(Dimension, int, Class, float) - Constructor for class net.sf.fmj.media.format.GIFFormat
 
GlobalCaptureDevicePlugger - Class in net.sf.fmj.media.cdp
Global singleton CaptureDevicePlugger.
GlobalReceptionStats - Interface in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
GlobalTransmissionStats - Interface in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
grabFrame() - Method in interface javax.media.control.FrameGrabbingControl
 
grabFrame() - Method in class net.sf.fmj.media.AbstractVideoRenderer
 
greenMask - Variable in class javax.media.format.RGBFormat
 
greenValues - Variable in class javax.media.format.IndexedColorFormat
 
GSM - Static variable in class javax.media.format.AudioFormat
 
GSM - Static variable in class javax.media.protocol.FileTypeDescriptor
 
GSM_MS - Static variable in class javax.media.format.AudioFormat
 
GSM_RTP - Static variable in class javax.media.format.AudioFormat
 

H

H261 - Static variable in class javax.media.format.VideoFormat
 
H261_RTP - Static variable in class javax.media.format.VideoFormat
 
H261Control - Interface in javax.media.control
Standard JMF class -- see this class in the JMF Javadoc.
H261Format - Class in javax.media.format
Standard JMF class -- see this class in the JMF Javadoc.
H261Format() - Constructor for class javax.media.format.H261Format
 
H261Format(Dimension, int, Class, float, int) - Constructor for class javax.media.format.H261Format
 
H263 - Static variable in class javax.media.format.VideoFormat
 
H263_1998_RTP - Static variable in class javax.media.format.VideoFormat
 
H263_RTP - Static variable in class javax.media.format.VideoFormat
 
H263Control - Interface in javax.media.control
Standard JMF class -- see this class in the JMF Javadoc.
H263Format - Class in javax.media.format
Standard JMF class -- see this class in the JMF Javadoc.
H263Format() - Constructor for class javax.media.format.H263Format
 
H263Format(Dimension, int, Class, float, int, int, int, int, int, int) - Constructor for class javax.media.format.H263Format
 
handleInput(DatagramPacket) - Method in interface net.sf.fmj.media.rtp.ReactorHandler
Handle a received datagram packet
Handler - Class in net.sf.fmj.gst.media.content.unknown
Handler for GStreamer, which bypasses most of JMF (parsers, codecs).
Handler() - Constructor for class net.sf.fmj.gst.media.content.unknown.Handler
 
Handler - Class in net.sf.fmj.media.content.unknown
The main handler for media.
Handler() - Constructor for class net.sf.fmj.media.content.unknown.Handler
 
Handler(int) - Constructor for class net.sf.fmj.media.content.unknown.Handler
 
Handler - Class in net.sf.fmj.media.datasink.file
File DataSink.
Handler() - Constructor for class net.sf.fmj.media.datasink.file.Handler
 
Handler - Class in net.sf.fmj.media.datasink.rtp
RTP DataSink.
Handler() - Constructor for class net.sf.fmj.media.datasink.rtp.Handler
 
Handler - Class in net.sf.fmj.media.processor.unknown
 
Handler() - Constructor for class net.sf.fmj.media.processor.unknown.Handler
 
handler - Variable in class net.sf.fmj.media.rtp.RTPDataStream
 
handleRTCPPacket(byte[], int, int) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
Handles an incoming RTCP packet
handleRTPPacket(RTPHeader, byte[], int, int) - Method in class net.sf.fmj.media.rtp.RTPDataSource
Handles an RTP data packet
handleRTPPacket(byte[], int, int) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
Handles an incoming RTP packet
hashCode() - Method in class javax.media.rtp.SessionAddress
 
hashCode() - Method in class net.sf.fmj.media.codec.video.jpeg.JpegRTPHeader
 
hashCode() - Method in class net.sf.fmj.media.renderer.audio.JavaSoundRenderer
 
header - Variable in class fi.iki.elonen.nanohttpd.NanoHTTPD.Response
Headers for the HTTP response.
header - Variable in class javax.media.Buffer
 
header - Variable in class net.sf.fmj.media.rtp.RTCPReport
 
HEADER_SIZE - Static variable in class net.sf.fmj.media.codec.video.jpeg.JpegRTPHeader
In bytes.
HEADPHONE - Static variable in interface javax.media.control.PortControl
 
height - Variable in class javax.media.SizeChangeEvent
 
hexStringToByte(String) - Static method in class com.lti.utils.StringUtils
 
hexStringToByte(String) - Static method in class net.sf.fmj.codegen.CGUtils
 
hexStringToByteArray(String) - Static method in class com.lti.utils.StringUtils
 
hexStringToByteArray(String) - Static method in class net.sf.fmj.codegen.CGUtils
 
host - Variable in class net.sf.fmj.media.datasink.rtp.ParsedRTPUrlElement
 
hrDB - Variable in class javax.media.format.H263Format
 
HTTP_BADREQUEST - Static variable in class fi.iki.elonen.nanohttpd.NanoHTTPD
Some HTTP response status codes
HTTP_FORBIDDEN - Static variable in class fi.iki.elonen.nanohttpd.NanoHTTPD
Some HTTP response status codes
HTTP_INTERNALERROR - Static variable in class fi.iki.elonen.nanohttpd.NanoHTTPD
Some HTTP response status codes
HTTP_NOTFOUND - Static variable in class fi.iki.elonen.nanohttpd.NanoHTTPD
Some HTTP response status codes
HTTP_NOTIMPLEMENTED - Static variable in class fi.iki.elonen.nanohttpd.NanoHTTPD
Some HTTP response status codes
HTTP_OK - Static variable in class fi.iki.elonen.nanohttpd.NanoHTTPD
Some HTTP response status codes
HTTP_REDIRECT - Static variable in class fi.iki.elonen.nanohttpd.NanoHTTPD
Some HTTP response status codes

I

IDENTIFIER - Static variable in class net.sf.fmj.ui.wizards.ChooseSourcePanelDescriptor
 
IDENTIFIER - Static variable in class net.sf.fmj.ui.wizards.ContentAndTrackFormatPanelDescriptor
 
IDENTIFIER - Static variable in class net.sf.fmj.ui.wizards.FileDestPanelDescriptor
 
IDENTIFIER - Static variable in class net.sf.fmj.ui.wizards.RTPDestPanelDescriptor
 
ILBC - Static variable in class net.java.sip.communicator.impl.media.codec.Constants
 
ILBC_MODE - Static variable in class net.java.sip.communicator.impl.media.codec.Constants
mode : Frame size for the encoding/decoding 20 - 20 ms 30 - 30 ms
ILBC_RTP - Static variable in class net.java.sip.communicator.impl.media.codec.Constants
 
ILBC_RTP - Static variable in class net.sf.fmj.media.BonusAudioFormatEncodings
 
ILBC_RTP_INDEX - Static variable in class net.sf.fmj.media.datasink.rtp.RTPBonusFormatsMgr
 
IMA4 - Static variable in class javax.media.format.AudioFormat
 
IMA4_MS - Static variable in class javax.media.format.AudioFormat
 
ImageIODecoder - Class in net.sf.fmj.media.codec.video
Base class for video codecs which use ImageIO to decode the images.
ImageIODecoder(String) - Constructor for class net.sf.fmj.media.codec.video.ImageIODecoder
 
ImageIOEncoder - Class in net.sf.fmj.media.codec.video
Base class for image encoder Codecs which use ImageIO.
ImageIOEncoder(String) - Constructor for class net.sf.fmj.media.codec.video.ImageIOEncoder
 
Images - Class in net.sf.fmj.ui.images
 
Images() - Constructor for class net.sf.fmj.ui.images.Images
 
ImageScaler - Class in net.sf.fmj.media.codec.video
Codec that scales images from one size to another.
ImageScaler() - Constructor for class net.sf.fmj.media.codec.video.ImageScaler
 
ImageToBuffer - Class in javax.media.util
Standard JMF class -- see this class in the JMF Javadoc.
ImageToBuffer() - Constructor for class javax.media.util.ImageToBuffer
 
ImageToBuffer - Class in net.sf.fmj.media.util
Implementation of javax.media.util.ImageToBuffer.
ImageToBuffer() - Constructor for class net.sf.fmj.media.util.ImageToBuffer
 
in - Variable in class net.sf.fmj.utility.PlugInInfo
 
InactiveReceiveStreamEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
InactiveReceiveStreamEvent(SessionManager, Participant, ReceiveStream, boolean) - Constructor for class javax.media.rtp.event.InactiveReceiveStreamEvent
 
InactiveSendStreamEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
InactiveSendStreamEvent(SessionManager, Participant, SendStream) - Constructor for class javax.media.rtp.event.InactiveSendStreamEvent
 
IncompatibleSourceException - Exception in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
IncompatibleSourceException() - Constructor for exception javax.media.IncompatibleSourceException
 
IncompatibleSourceException(String) - Constructor for exception javax.media.IncompatibleSourceException
 
IncompatibleTimeBaseException - Exception in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
IncompatibleTimeBaseException() - Constructor for exception javax.media.IncompatibleTimeBaseException
 
IncompatibleTimeBaseException(String) - Constructor for exception javax.media.IncompatibleTimeBaseException
 
INCREASE - Static variable in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.VolumeControlButton
Create a upward pointing arrow.
INDEO32 - Static variable in class javax.media.format.VideoFormat
 
INDEO41 - Static variable in class javax.media.format.VideoFormat
 
INDEO50 - Static variable in class javax.media.format.VideoFormat
 
IndexedColorFormat - Class in javax.media.format
Standard JMF class -- see this class in the JMF Javadoc.
IndexedColorFormat(Dimension, int, Class, float, int, int, byte[], byte[], byte[]) - Constructor for class javax.media.format.IndexedColorFormat
 
init() - Method in class net.sf.fmj.apps.applet.FmjApplet
 
init() - Method in class net.sf.fmj.ejmf.toolkit.util.PlayerDriver
This method is run when PlayerDriver is an applet.
init() - Static method in class net.sf.fmj.utility.FmjStartup
 
initApplet() - Static method in class net.sf.fmj.utility.FmjStartup
 
initCheck() - Method in class javax.media.protocol.DataSource
 
initialize(SessionAddress) - Method in class javax.media.rtp.RTPManager
 
initialize(SessionAddress[], SourceDescription[], double, double, EncryptionInfo) - Method in class javax.media.rtp.RTPManager
 
initialize(RTPConnector) - Method in class javax.media.rtp.RTPManager
 
initialize(MediaLocator) - Method in class net.sf.fmj.ejmf.toolkit.util.PlayerDriver
Initializes the PlayerDriver with the given MediaLocator.
initialize(SessionAddress) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
initialize(SessionAddress[], SourceDescription[], double, double, EncryptionInfo) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
initialize(RTPConnector) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
initListener(EventListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
Initializes listener, establishes it as default and registers it with Control Compoent.
initSession(SessionAddress, long, SourceDescription[], double, double) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
initSession(SessionAddress, SourceDescription[], double, double) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
initSession(SessionAddress, long, SourceDescription[], double, double) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
initSession(SessionAddress, SourceDescription[], double, double) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
INPUT_BUFFER_NOT_CONSUMED - Static variable in interface javax.media.PlugIn
 
inputFormat - Variable in class net.sf.fmj.media.AbstractCodec
 
inputFormat - Variable in class net.sf.fmj.media.AbstractRenderer
 
inputFormats - Variable in class net.sf.fmj.media.AbstractCodec
 
inputFormats - Variable in class net.sf.fmj.media.AbstractMultiplexer
 
InputSourceStream - Class in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
InputSourceStream(InputStream, ContentDescriptor) - Constructor for class javax.media.protocol.InputSourceStream
 
InputStreamPushDataSource - Class in net.sf.fmj.media.multiplexer
Adapter from InputStream to PushDataSource.
InputStreamPushDataSource(ContentDescriptor, int, InputStream[], Format[]) - Constructor for class net.sf.fmj.media.multiplexer.InputStreamPushDataSource
 
InputStreamPushSourceStream - Class in net.sf.fmj.media.multiplexer
Adapater from InputStream to PushSourceStream.
InputStreamPushSourceStream(ContentDescriptor, InputStream) - Constructor for class net.sf.fmj.media.multiplexer.InputStreamPushSourceStream
 
InputStreamReader - Class in net.sf.fmj.media.codec
Class to wrap an InputStream and do reads in a background thread, so that read never blocks.
InputStreamReader(InputStream, int) - Constructor for class net.sf.fmj.media.codec.InputStreamReader
 
inRange(float) - Method in class javax.media.protocol.RateRange
 
installUI(JComponent) - Method in class net.sf.fmj.ui.plaf.FmjSliderUI
 
INT_ARRAY - Static variable in class net.sf.fmj.utility.FormatArgUtils
 
intArray - Static variable in class javax.media.Format
 
intArray - Static variable in class net.sf.fmj.utility.FormatUtils
 
internalError(InternalErrorEvent) - Method in class javax.media.ControllerAdapter
 
InternalErrorEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
InternalErrorEvent(Controller, String) - Constructor for class javax.media.InternalErrorEvent
 
InternalErrorEvent(Controller) - Constructor for class javax.media.InternalErrorEvent
 
intersects(Format) - Method in class javax.media.format.AudioFormat
 
intersects(Format) - Method in class javax.media.format.H261Format
 
intersects(Format) - Method in class javax.media.format.H263Format
 
intersects(Format) - Method in class javax.media.format.IndexedColorFormat
 
intersects(Format) - Method in class javax.media.Format
 
intersects(Format) - Method in class javax.media.format.JPEGFormat
 
intersects(Format) - Method in class javax.media.format.RGBFormat
 
intersects(Format) - Method in class javax.media.format.VideoFormat
 
intersects(Format) - Method in class javax.media.format.YUVFormat
 
intersects(Format) - Method in class net.sf.fmj.media.format.GIFFormat
 
intersects(Format) - Method in class net.sf.fmj.media.format.PNGFormat
 
intLevel - Variable in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.GainMeterButton
 
InvalidSessionAddressException - Exception in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
InvalidSessionAddressException() - Constructor for exception javax.media.rtp.InvalidSessionAddressException
 
InvalidSessionAddressException(String) - Constructor for exception javax.media.rtp.InvalidSessionAddressException
 
IOUtils - Class in net.sf.fmj.utility
I/O utilities.
IRGB - Static variable in class javax.media.format.VideoFormat
 
isActive() - Method in class net.sf.fmj.media.rtp.RTPParticipant
Returns true if the participant is active
isAdvancedPredictionSupported() - Method in interface javax.media.control.H263Control
 
isAllowPlay() - Method in class net.sf.fmj.ui.control.TransportControlState
 
isAllowStop() - Method in class net.sf.fmj.ui.control.TransportControlState
 
isAllowVolume() - Method in class net.sf.fmj.ui.control.TransportControlState
 
isArithmeticCodingSupported() - Method in interface javax.media.control.H263Control
 
isAutoLoop() - Method in class net.sf.fmj.ui.application.ContainerPlayer
 
isBigEndian() - Static method in class net.sf.fmj.ffmpeg_java.ListFormats
 
isByePacket() - Method in class net.sf.fmj.media.rtp.RTCPReport
Returns true if a bye packet was added to the report
isClosed() - Method in class com.lti.utils.synchronization.CloseableThread
 
isClosing() - Method in class com.lti.utils.synchronization.CloseableThread
intended to be checked by thread in its main loop.
isCompatible(ContentDescriptor) - Method in interface net.sf.fmj.ui.wizards.ContentDescriptorFilter
 
isDiscard() - Method in class javax.media.Buffer
 
isDownloading() - Method in interface javax.media.CachingControl
 
isDownloading() - Method in class net.sf.fmj.ejmf.toolkit.media.BasicCachingControl
Check whether or not media is being downloaded.
isEmpty() - Method in class com.lti.utils.collections.Queue
 
isEmpty() - Method in class com.lti.utils.synchronization.ProducerConsumerQueue
 
isEnabled() - Method in interface javax.media.control.FormatControl
 
isEnabled() - Method in interface javax.media.Track
 
isEnabled() - Method in class net.sf.fmj.media.AbstractTrack
 
isEOM() - Method in class javax.media.Buffer
 
isEOM(Buffer) - Method in class net.sf.fmj.media.AbstractCodec
 
isErrorCompensationSupported() - Method in interface javax.media.control.H263Control
 
isExact() - Method in class javax.media.protocol.RateRange
 
isExtensionPresent() - Method in class javax.media.rtp.RTPHeader
 
isFocusTraversable() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.BasicIconButton
Always return false.
isFocusTraversable() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.BasicArrowButton
 
isFocusTraversable() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.BasicControlButton
Always return false.
isFormatAcceptable(int, Format) - Method in class javax.media.ProcessorModel
 
isFull() - Method in class com.lti.utils.synchronization.ProducerConsumerQueue
 
isLastStream() - Method in class javax.media.rtp.event.InactiveReceiveStreamEvent
 
isLinux() - Static method in class com.lti.utils.OSUtils
 
isLowFrequencyChannelSupported() - Method in interface javax.media.control.MpegAudioControl
 
isMacOSX() - Static method in class com.lti.utils.OSUtils
 
isModal() - Method in class net.sf.fmj.ui.wizard.Wizard
Returns the modality of the dialog.
isMultilingualModeSupported() - Method in interface javax.media.control.MpegAudioControl
 
isOneAssignableFromTheOther(Class, Class) - Static method in class net.sf.fmj.utility.FormatUtils
 
isOperational() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
Return the operational state of this Control.
isPaused() - Method in class net.sf.fmj.ejmf.toolkit.media.BasicCachingControl
Tells whether the media download is paused or not.
isPBFramesSupported() - Method in interface javax.media.control.H263Control
 
isPositionable() - Method in interface javax.media.Demultiplexer
 
isPositionable() - Method in class net.sf.fmj.ffmpeg_java.FFMPEGParser
 
isPositionable() - Method in class net.sf.fmj.media.AbstractDemultiplexer
 
isPositionable() - Method in class net.sf.fmj.media.parser.JavaSoundParser
 
isPositionable() - Method in class net.sf.fmj.media.parser.MultipartMixedReplaceParser
 
isPositionable() - Method in class net.sf.fmj.theora_java.JavaOggParser
 
isPositionable() - Method in class net.sf.fmj.theora_java.NativeOggParser
 
isPrefetched() - Method in interface javax.media.Prefetchable
 
isPrefetched() - Method in class net.sf.fmj.filtergraph.RendererNode
 
isRandomAccess() - Method in interface javax.media.Demultiplexer
 
isRandomAccess() - Method in interface javax.media.protocol.Positionable
 
isRandomAccess() - Method in interface javax.media.protocol.Seekable
 
isRandomAccess() - Method in class net.sf.fmj.ffmpeg_java.FFMPEGParser
 
isRandomAccess() - Method in class net.sf.fmj.media.AbstractDemultiplexer
 
isRandomAccess() - Method in class net.sf.fmj.media.parser.JavaSoundParser
 
isRandomAccess() - Method in class net.sf.fmj.media.parser.MultipartMixedReplaceParser
 
isRandomAccess() - Method in class net.sf.fmj.theora_java.JavaOggParser
 
isRandomAccess() - Method in class net.sf.fmj.theora_java.NativeOggParser
 
isSameEncoding(Format) - Method in class javax.media.Format
 
isSameEncoding(String) - Method in class javax.media.Format
 
isSilenceSuppressionSupported() - Method in interface javax.media.control.SilenceSuppressionControl
 
isSolaris() - Static method in class com.lti.utils.OSUtils
 
isStillImageTransmissionSupported() - Method in interface javax.media.control.H261Control
 
isSubclass(Class, Class) - Static method in class net.sf.fmj.utility.FormatUtils
Is a a subclass of b? Strict.
isTemporalSpatialTradeoffSupported() - Method in interface javax.media.control.QualityControl
 
isUnrestrictedVectorSupported() - Method in interface javax.media.control.H263Control
 
isWindows() - Static method in class com.lti.utils.OSUtils
 

J

Java2dRenderer - Class in net.sf.fmj.media.renderer.video
A VideoRenderer that handles packed integer RGB formats.
Java2dRenderer() - Constructor for class net.sf.fmj.media.renderer.video.Java2dRenderer
Constructor
JavaDecoder - Class in net.java.sip.communicator.impl.media.codec.audio.ilbc
iLbc to PCM java decoder
JavaDecoder() - Constructor for class net.java.sip.communicator.impl.media.codec.audio.ilbc.JavaDecoder
 
JavaDecoder - Class in net.java.sip.communicator.impl.media.codec.audio.speex
Speex to PCM java decoder
JavaDecoder() - Constructor for class net.java.sip.communicator.impl.media.codec.audio.speex.JavaDecoder
 
JavaEncoder - Class in net.java.sip.communicator.impl.media.codec.audio.ilbc
The ilbc Encoder
JavaEncoder() - Constructor for class net.java.sip.communicator.impl.media.codec.audio.ilbc.JavaEncoder
 
JavaEncoder - Class in net.java.sip.communicator.impl.media.codec.audio.speex
The Speex Encoder
JavaEncoder() - Constructor for class net.java.sip.communicator.impl.media.codec.audio.speex.JavaEncoder
 
JavaOggParser - Class in net.sf.fmj.theora_java
Uses jheora,jogg,jorbis to parse Ogg files, and decode vorbis and theora data within them.
JavaOggParser() - Constructor for class net.sf.fmj.theora_java.JavaOggParser
 
JavaSoundCodec - Class in net.sf.fmj.media.codec
Converts formats that JavaSound can convert.
JavaSoundCodec() - Constructor for class net.sf.fmj.media.codec.JavaSoundCodec
 
JavaSoundMux - Class in net.sf.fmj.media.multiplexer.audio
Audio multiplexer base class implemented using JavaSound.
JavaSoundMux(FileTypeDescriptor, AudioFileFormat.Type) - Constructor for class net.sf.fmj.media.multiplexer.audio.JavaSoundMux
 
JavaSoundParser - Class in net.sf.fmj.media.parser
Demultiplexer (parser) which uses JavaSound.
JavaSoundParser() - Constructor for class net.sf.fmj.media.parser.JavaSoundParser
 
JavaSoundRenderer - Class in net.sf.fmj.media.renderer.audio
Audio Renderer which uses JavaSound.
JavaSoundRenderer() - Constructor for class net.sf.fmj.media.renderer.audio.JavaSoundRenderer
 
JavaSoundUrlParser - Class in net.sf.fmj.media.protocol.javasound
 
JavaSoundUrlParser() - Constructor for class net.sf.fmj.media.protocol.javasound.JavaSoundUrlParser
 
JavaSoundUrlParserException - Exception in net.sf.fmj.media.protocol.javasound
 
JavaSoundUrlParserException() - Constructor for exception net.sf.fmj.media.protocol.javasound.JavaSoundUrlParserException
 
JavaSoundUrlParserException(String, Throwable) - Constructor for exception net.sf.fmj.media.protocol.javasound.JavaSoundUrlParserException
 
JavaSoundUrlParserException(String) - Constructor for exception net.sf.fmj.media.protocol.javasound.JavaSoundUrlParserException
 
JavaSoundUrlParserException(Throwable) - Constructor for exception net.sf.fmj.media.protocol.javasound.JavaSoundUrlParserException
 
JavaSoundUtils - Class in net.sf.fmj.media.renderer.audio
Utilities for dealing with JavaSound formats.
JavaSoundUtils() - Constructor for class net.sf.fmj.media.renderer.audio.JavaSoundUtils
 
javax.media - package javax.media
Standard JMF package -- see this package in the JMF Javadoc.
javax.media.bean.playerbean - package javax.media.bean.playerbean
Standard JMF package -- see this package in the JMF Javadoc.
javax.media.cdm - package javax.media.cdm
Internal implementation of javax.media.CaptureDeviceManager.
javax.media.control - package javax.media.control
Standard JMF package -- see this package in the JMF Javadoc.
javax.media.datasink - package javax.media.datasink
Standard JMF package -- see this package in the JMF Javadoc.
javax.media.format - package javax.media.format
Standard JMF package -- see this package in the JMF Javadoc.
javax.media.pim - package javax.media.pim
Internal implementation of javax.media.PlugInManager.
javax.media.pm - package javax.media.pm
Internal implementation of javax.media.PackageManager.
javax.media.protocol - package javax.media.protocol
Standard JMF package -- see this package in the JMF Javadoc.
javax.media.renderer - package javax.media.renderer
Standard JMF package -- see this package in the JMF Javadoc.
javax.media.rtp - package javax.media.rtp
Standard JMF package -- see this package in the JMF Javadoc.
javax.media.rtp.event - package javax.media.rtp.event
Standard JMF package -- see this package in the JMF Javadoc.
javax.media.rtp.rtcp - package javax.media.rtp.rtcp
Standard JMF package -- see this package in the JMF Javadoc.
javax.media.util - package javax.media.util
Standard JMF package -- see this package in the JMF Javadoc.
jitter - Variable in class net.sf.fmj.media.rtp.RTPDataStream
 
JMF - Static variable in class net.sf.fmj.media.RegistryDefaults
JMF registry entries.
JmfUtility - Class in net.sf.fmj.utility
Helper class to do certain JMF-specific things.
JmfUtility() - Constructor for class net.sf.fmj.utility.JmfUtility
 
JPEG - Static variable in class javax.media.format.VideoFormat
 
JPEG_RTP - Static variable in class javax.media.format.VideoFormat
 
JPEGDecoder - Class in com.t4l.jmf
This type of MOV file just stores frames as a series of JPEG images.
JPEGDecoder() - Constructor for class com.t4l.jmf.JPEGDecoder
 
JPEGEncoder - Class in com.t4l.jmf
This type of MOV file just stores frames as a series of JPEG images.
JPEGEncoder() - Constructor for class com.t4l.jmf.JPEGEncoder
 
JpegEncoder - Class in net.sf.fmj.media.codec.video.jpeg
JPEG encoder Codec.
JpegEncoder() - Constructor for class net.sf.fmj.media.codec.video.jpeg.JpegEncoder
 
JPEGFormat - Class in javax.media.format
Standard JMF class -- see this class in the JMF Javadoc.
JPEGFormat() - Constructor for class javax.media.format.JPEGFormat
 
JPEGFormat(Dimension, int, Class, float, int, int) - Constructor for class javax.media.format.JPEGFormat
 
JPEGRenderer - Class in net.sf.fmj.media.renderer.video
Renderer which renders JPEG directly.
JPEGRenderer() - Constructor for class net.sf.fmj.media.renderer.video.JPEGRenderer
 
JpegRTPHeader - Class in net.sf.fmj.media.codec.video.jpeg
A JPEG/RTP header.
JpegRTPHeader(byte, int, byte, byte, byte, byte) - Constructor for class net.sf.fmj.media.codec.video.jpeg.JpegRTPHeader
 

K

KeyFrameControl - Interface in javax.media.control
Standard JMF class -- see this class in the JMF Javadoc.
kill() - Method in class net.sf.fmj.media.rtp.SimpleSocketInputStream
Stops the socket
kill() - Method in class net.sf.fmj.media.rtp.SocketInputStream
Deprecated. Stops the socket

L

lastSequence - Variable in class net.sf.fmj.media.rtp.RTPDataStream
 
LATENCY_UNKNOWN - Static variable in interface javax.media.Controller
 
LAYER_1 - Static variable in interface javax.media.control.MpegAudioControl
 
LAYER_2 - Static variable in interface javax.media.control.MpegAudioControl
 
LAYER_3 - Static variable in interface javax.media.control.MpegAudioControl
 
length - Variable in class javax.media.Buffer
 
LENGTH_UNKNOWN - Static variable in interface javax.media.CachingControl
 
LENGTH_UNKNOWN - Static variable in interface javax.media.protocol.SourceStream
 
LIGHTWEIGHT_RENDERER - Static variable in class javax.media.Manager
 
LINE_IN - Static variable in interface javax.media.control.PortControl
 
LINE_OUT - Static variable in interface javax.media.control.PortControl
 
LINEAR - Static variable in class javax.media.format.AudioFormat
 
lineStride - Variable in class javax.media.format.IndexedColorFormat
 
lineStride - Variable in class javax.media.format.RGBFormat
 
ListFormats - Class in net.sf.fmj.ffmpeg_java
 
ListFormats() - Constructor for class net.sf.fmj.ffmpeg_java.ListFormats
 
LITTLE_ENDIAN - Static variable in class javax.media.format.AudioFormat
 
LITTLE_ENDIAN - Static variable in class javax.media.format.RGBFormat
 
LITTLE_ENDIAN - Static variable in class net.sf.fmj.utility.FormatArgUtils
 
load(Reader) - Method in class net.sf.fmj.ui.application.PlayerPanelPrefs
Load the Registry data from a Reader/
LOADING - Static variable in interface net.sf.fmj.ui.application.ContainerPlayerStatusListener
 
LocalCollisionEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
LocalCollisionEvent(SessionManager, ReceiveStream, long) - Constructor for class javax.media.rtp.event.LocalCollisionEvent
 
LocalParticipant - Interface in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
LocalPayloadChangeEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
LocalPayloadChangeEvent(SessionManager, SendStream, int, int) - Constructor for class javax.media.rtp.event.LocalPayloadChangeEvent
 
locator - Variable in class javax.media.CaptureDeviceInfo
 
logger - Static variable in class net.sf.fmj.filtergraph.FilterGraphNode
 
logger - Static variable in class net.sf.fmj.utility.LoggerSingleton
 
LoggerSingleton - Class in net.sf.fmj.utility
Logger for use by all of FMJ.
LoggerSingleton() - Constructor for class net.sf.fmj.utility.LoggerSingleton
 
LoggingStringUtils - Class in net.sf.fmj.utility
Useful for converting JMF/FMJ objects to strings for logging.
lookAheadAndFindFullFormat() - Method in class net.sf.fmj.media.protocol.rtp.LookAheadPushBufferStream
 
LookAheadPushBufferStream - Class in net.sf.fmj.media.protocol.rtp
Looks ahead in the RTP PushBufferStream to fill in details of the VideoFormat, particularly the resolution.
LookAheadPushBufferStream(PushBufferStream) - Constructor for class net.sf.fmj.media.protocol.rtp.LookAheadPushBufferStream
 

M

MAC3 - Static variable in class javax.media.format.AudioFormat
 
MAC6 - Static variable in class javax.media.format.AudioFormat
 
main(String[]) - Static method in class fi.iki.elonen.nanohttpd.NanoHTTPD
Starts as a standalone file server and waits for Enter.
main(String[]) - Static method in class net.sf.fmj.apps.applet.FmjApplet
 
main(String[]) - Static method in class net.sf.fmj.apps.mediaserver.FmjMediaServer
 
main(String[]) - Static method in class net.sf.fmj.apps.play.FmjPlay
 
main(String[]) - Static method in class net.sf.fmj.apps.transcode.FmjTranscode
 
main(PlayerDriver, String[]) - Static method in class net.sf.fmj.ejmf.toolkit.util.PlayerDriver
Should be called by the real main() once a PlayerDriver has been constructed for the given arguments.
main(String[]) - Static method in class net.sf.fmj.ffmpeg_java.ListFormats
 
main(String[]) - Static method in class net.sf.fmj.media.protocol.javasound.SimpleAudioRecorder
 
main(String[]) - Static method in class net.sf.fmj.ui.application.CaptureDeviceBrowser
 
main(String[]) - Static method in class net.sf.fmj.ui.FmjRegistry
 
main(String[]) - Static method in class net.sf.fmj.ui.FmjStudio
Main method.
Main - Class in net.sf.fmj.ui.wizards
 
Main() - Constructor for class net.sf.fmj.ui.wizards.Main
 
main(String[]) - Static method in class net.sf.fmj.ui.wizards.Main
 
ManagedControllerErrorEvent - Class in net.sf.fmj.ejmf.toolkit.media.event
A ManagedControllerErrorEvent indicates that a Controller managed by a Player posted a ControllerErrorEvent and subsequently caused the managing Player to close.
ManagedControllerErrorEvent(Player, ControllerErrorEvent) - Constructor for class net.sf.fmj.ejmf.toolkit.media.event.ManagedControllerErrorEvent
Create a ManagedControllerErrorEvent for the given managing Player and ControllerErrorEvent.
ManagedControllerErrorEvent(Player, ControllerErrorEvent, String) - Constructor for class net.sf.fmj.ejmf.toolkit.media.event.ManagedControllerErrorEvent
Create a ManagedControllerErrorEvent for the given managing Player, ControllerErrorEvent, and description.
Manager - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
Manager() - Constructor for class javax.media.Manager
 
mapFrameToTime(int) - Method in interface javax.media.control.FramePositioningControl
 
mapFrameToTime(int) - Method in interface javax.media.Track
 
mapFrameToTime(int) - Method in class net.sf.fmj.media.AbstractTrack
 
mapSize - Variable in class javax.media.format.IndexedColorFormat
 
mapTimeToFrame(Time) - Method in interface javax.media.control.FramePositioningControl
 
mapTimeToFrame(Time) - Method in interface javax.media.Track
 
mapTimeToFrame(Time) - Method in class net.sf.fmj.media.AbstractTrack
 
mapToMeterLevel(float) - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.GainMeter
Transform a gain control level value [0.0...1.0] to a value appropriate for this GainMeter.
mapToMeterLevel(float) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.GainMeterButton
 
mapToTimeBase(Time) - Method in interface javax.media.Clock
 
mapToTimeBase(Time) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractClock
Given a media time, returns the corresponding time-base time.
mark(int) - Method in class net.sf.fmj.media.PullSourceStreamInputStream
 
markSupported() - Method in class net.sf.fmj.media.PullSourceStreamInputStream
 
matches(Format) - Method in class javax.media.format.AudioFormat
 
matches(Format) - Method in class javax.media.format.H261Format
 
matches(Format) - Method in class javax.media.format.H263Format
 
matches(Format) - Method in class javax.media.format.IndexedColorFormat
 
matches(Format) - Method in class javax.media.format.JPEGFormat
 
matches(Format) - Method in class javax.media.Format
 
matches(Format) - Method in class javax.media.format.RGBFormat
 
matches(Format) - Method in class javax.media.format.VideoFormat
 
matches(Format) - Method in class javax.media.format.YUVFormat
 
matches(Format) - Method in class net.sf.fmj.media.format.GIFFormat
 
matches(Format) - Method in class net.sf.fmj.media.format.PNGFormat
 
matches(Object, Object) - Static method in class net.sf.fmj.utility.FormatUtils
 
matches(int, int) - Static method in class net.sf.fmj.utility.FormatUtils
 
matches(float, float) - Static method in class net.sf.fmj.utility.FormatUtils
 
matches(double, double) - Static method in class net.sf.fmj.utility.FormatUtils
 
MAX - Static variable in class net.sf.fmj.media.codec.audio.alaw.ALawEncoderUtil
 
MAX - Static variable in class net.sf.fmj.media.codec.audio.ulaw.MuLawEncoderUtil
 
MAX_PAYLOAD - Static variable in class net.sf.fmj.media.rtp.RTPHeader
The maximum payload type
MAX_SECURITY - Static variable in class javax.media.Manager
 
MAX_SEQUENCE - Static variable in class net.sf.fmj.media.rtp.RTPHeader
The maximum RTP sequence
MAX_UBYTE - Static variable in class com.lti.utils.UnsignedUtils
 
MAX_UINT - Static variable in class com.lti.utils.UnsignedUtils
 
MAX_USHORT - Static variable in class com.lti.utils.UnsignedUtils
 
MAX_VALUE - Static variable in interface javax.media.control.BufferControl
 
maxDataLength - Variable in class javax.media.format.VideoFormat
 
MD5 - Static variable in class javax.media.rtp.EncryptionInfo
 
MEDIA_FASTFORWARD - Static variable in class net.sf.fmj.ui.images.Images
 
MEDIA_PAUSE - Static variable in class net.sf.fmj.ui.images.Images
 
MEDIA_PLAY - Static variable in class net.sf.fmj.ui.images.Images
 
MEDIA_REWIND - Static variable in class net.sf.fmj.ui.images.Images
 
MEDIA_STEPBACK - Static variable in class net.sf.fmj.ui.images.Images
 
MEDIA_STEPFORWARD - Static variable in class net.sf.fmj.ui.images.Images
 
MEDIA_STOP - Static variable in class net.sf.fmj.ui.images.Images
 
MediaCGUtils - Class in net.sf.fmj.codegen
Code generation utilities for JMF classes, useful for constructing unit tests.
MediaCGUtils() - Constructor for class net.sf.fmj.codegen.MediaCGUtils
 
MediaError - Error in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
MediaError() - Constructor for error javax.media.MediaError
 
MediaError(String) - Constructor for error javax.media.MediaError
 
MediaEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
MediaEvent(Object) - Constructor for class javax.media.MediaEvent
 
MediaException - Exception in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
MediaException() - Constructor for exception javax.media.MediaException
 
MediaException(String) - Constructor for exception javax.media.MediaException
 
MediaHandler - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
MediaHTTPD - Class in net.sf.fmj.apps.mediaserver
 
MediaHTTPD(int) - Constructor for class net.sf.fmj.apps.mediaserver.MediaHTTPD
 
MediaLocator - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
MediaLocator(URL) - Constructor for class javax.media.MediaLocator
 
MediaLocator(String) - Constructor for class javax.media.MediaLocator
 
MediaPlayerBeanInfo - Class in javax.media.bean.playerbean
Standard JMF class -- see this class in the JMF Javadoc.
MediaPlayerBeanInfo() - Constructor for class javax.media.bean.playerbean.MediaPlayerBeanInfo
 
MediaProxy - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
mediaTimeSet(MediaTimeSetEvent) - Method in class javax.media.ControllerAdapter
 
MediaTimeSetEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
MediaTimeSetEvent(Controller, Time) - Constructor for class javax.media.MediaTimeSetEvent
 
memetic.crypto - package memetic.crypto
RTP encryption.
message - Variable in class javax.media.ControllerClosedEvent
 
MessageDrivenThread - Class in com.lti.utils.synchronization
A useful base class for a thread that wishes to simply respond to messages.
MessageDrivenThread(ThreadGroup, String, MessageDrivenThreadListener) - Constructor for class com.lti.utils.synchronization.MessageDrivenThread
 
MessageDrivenThread(ThreadGroup, String) - Constructor for class com.lti.utils.synchronization.MessageDrivenThread
 
MessageDrivenThreadListener - Interface in com.lti.utils.synchronization
 
MICROPHONE - Static variable in interface javax.media.control.PortControl
 
MICROS_PER_SEC - Static variable in interface net.sf.fmj.ejmf.toolkit.util.TimeSource
 
MIDI - Static variable in class javax.media.protocol.FileTypeDescriptor
 
MILLI_TO_NANO - Static variable in class net.sf.fmj.media.SleepHelper
The number of nanoseconds in a millisecond.
MILLIS_PER_SEC - Static variable in interface net.sf.fmj.ejmf.toolkit.util.TimeSource
 
MIME_DEFAULT_BINARY - Static variable in class fi.iki.elonen.nanohttpd.NanoHTTPD
Common mime types for dynamic content
MIME_HTML - Static variable in class fi.iki.elonen.nanohttpd.NanoHTTPD
Common mime types for dynamic content
MIME_PLAINTEXT - Static variable in class fi.iki.elonen.nanohttpd.NanoHTTPD
Common mime types for dynamic content
MimeManager - Class in net.sf.fmj.media
Intended to function as Sun's version in com.sun.media.
MimeManager() - Constructor for class net.sf.fmj.media.MimeManager
 
MimeTable - Class in net.sf.fmj.media
A table for holding mime type/file extension mappings.
MimeTable() - Constructor for class net.sf.fmj.media.MimeTable
 
mimeType - Variable in class fi.iki.elonen.nanohttpd.NanoHTTPD.Response
MIME type of content, e.g.
MimeTypesPanel - Class in net.sf.fmj.ui.registry
 
MimeTypesPanel() - Constructor for class net.sf.fmj.ui.registry.MimeTypesPanel
This is the default constructor
mimeTypeToPackageName(String) - Static method in class javax.media.protocol.ContentDescriptor
Convert to package name.
MIXED - Static variable in class javax.media.protocol.ContentDescriptor
 
MJPEGA - Static variable in class javax.media.format.VideoFormat
 
MJPEGB - Static variable in class javax.media.format.VideoFormat
 
MJPG - Static variable in class javax.media.format.VideoFormat
 
MonitorControl - Interface in javax.media.control
Standard JMF class -- see this class in the JMF Javadoc.
MouseListenerControl - Class in net.sf.fmj.ejmf.toolkit.gui.controls
All button which require a mouse listener extend MouseListenerControl.
MouseListenerControl(Skin, Controller) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.MouseListenerControl
Create a MouseListenerControl and associate it with a Controller.
MouseListenerControl(Skin) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.MouseListenerControl
Create a MouseListenerControl
MPEG - Static variable in class javax.media.format.AudioFormat
 
MPEG - Static variable in class javax.media.format.VideoFormat
 
MPEG - Static variable in class javax.media.protocol.FileTypeDescriptor
 
MPEG_AUDIO - Static variable in class javax.media.protocol.FileTypeDescriptor
 
MPEG_RTP - Static variable in class javax.media.format.AudioFormat
 
MPEG_RTP - Static variable in class javax.media.format.VideoFormat
 
MpegAudioControl - Interface in javax.media.control
Standard JMF class -- see this class in the JMF Javadoc.
MPEGLAYER3 - Static variable in class javax.media.format.AudioFormat
 
MSADPCM - Static variable in class javax.media.format.AudioFormat
 
MSNAUDIO - Static variable in class javax.media.format.AudioFormat
 
MSRT24 - Static variable in class javax.media.format.AudioFormat
 
MSVIDEO - Static variable in class javax.media.protocol.FileTypeDescriptor
 
muLawDecode(byte) - Static method in class net.sf.fmj.media.codec.audio.ulaw.MuLawDecoderUtil
Decode one mu-law byte
muLawDecode(boolean, byte[], int, int, byte[]) - Static method in class net.sf.fmj.media.codec.audio.ulaw.MuLawDecoderUtil
 
muLawDecodeBigEndian(byte[], int, int, byte[]) - Static method in class net.sf.fmj.media.codec.audio.ulaw.MuLawDecoderUtil
 
muLawDecodeLittleEndian(byte[], int, int, byte[]) - Static method in class net.sf.fmj.media.codec.audio.ulaw.MuLawDecoderUtil
Decode an array of mu-law encoded bytes
MuLawDecoderUtil - Class in net.sf.fmj.media.codec.audio.ulaw
Turns 8-bit mu-law bytes back into 16-bit PCM values.
MuLawDecoderUtil() - Constructor for class net.sf.fmj.media.codec.audio.ulaw.MuLawDecoderUtil
 
muLawEncode(int) - Static method in class net.sf.fmj.media.codec.audio.ulaw.MuLawEncoderUtil
Encode a pcm value into a mu-law byte
muLawEncode(short) - Static method in class net.sf.fmj.media.codec.audio.ulaw.MuLawEncoderUtil
Encode a pcm value into a mu-law byte
muLawEncode(boolean, byte[], int, int, byte[]) - Static method in class net.sf.fmj.media.codec.audio.ulaw.MuLawEncoderUtil
 
muLawEncodeBigEndian(byte[], int, int, byte[]) - Static method in class net.sf.fmj.media.codec.audio.ulaw.MuLawEncoderUtil
 
muLawEncodeLittleEndian(byte[], int, int, byte[]) - Static method in class net.sf.fmj.media.codec.audio.ulaw.MuLawEncoderUtil
Encode an array of pcm values into a pre-allocated target array
MuLawEncoderUtil - Class in net.sf.fmj.media.codec.audio.ulaw
Turns 16-bit linear PCM values into 8-bit mu-law bytes.
MuLawEncoderUtil() - Constructor for class net.sf.fmj.media.codec.audio.ulaw.MuLawEncoderUtil
 
MultipartMixedReplaceMux - Class in net.sf.fmj.media.multiplexer
Multiplexer for multipart/x-mixed-replace streams, which is a common format used for MJPG IP cameras.
MultipartMixedReplaceMux() - Constructor for class net.sf.fmj.media.multiplexer.MultipartMixedReplaceMux
 
MultipartMixedReplaceParser - Class in net.sf.fmj.media.parser
Parser for multipart/x-mixed-replace - used in some cases for streaming jpegs.
MultipartMixedReplaceParser() - Constructor for class net.sf.fmj.media.parser.MultipartMixedReplaceParser
 
Multiplexer - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
MULTIPLEXER - Static variable in class javax.media.PlugInManager
 
muted - Variable in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.GainMeterButton
 
MuxNode - Class in net.sf.fmj.filtergraph
A node in a filter graph for a Multiplexer.
MuxNode(Multiplexer, Format) - Constructor for class net.sf.fmj.filtergraph.MuxNode
 
myFileDir - Variable in class fi.iki.elonen.nanohttpd.NanoHTTPD
 

N

name - Variable in class javax.media.CaptureDeviceInfo
 
NanoHTTPD - Class in fi.iki.elonen.nanohttpd
A simple, tiny, nicely embeddable HTTP 1.0 server in Java
NanoHTTPD(int) - Constructor for class fi.iki.elonen.nanohttpd.NanoHTTPD
Starts a HTTP server to given port.
NanoHTTPD.Response - Class in fi.iki.elonen.nanohttpd
HTTP response.
NanoHTTPD.Response() - Constructor for class fi.iki.elonen.nanohttpd.NanoHTTPD.Response
Default constructor: response = HTTP_OK, data = mime = 'null'
NanoHTTPD.Response(String, String, InputStream) - Constructor for class fi.iki.elonen.nanohttpd.NanoHTTPD.Response
Basic constructor.
NanoHTTPD.Response(String, String, String) - Constructor for class fi.iki.elonen.nanohttpd.NanoHTTPD.Response
Convenience method that makes an InputStream out of given text.
NANOS_PER_SEC - Static variable in interface net.sf.fmj.ejmf.toolkit.util.TimeSource
Useful values for return by an implementation of getConversionDivisor.
nanoseconds - Variable in class javax.media.Time
 
NativeOggParser - Class in net.sf.fmj.theora_java
Uses theora-jna to parse Ogg files, and decode vorbis and theora data within them.
NativeOggParser() - Constructor for class net.sf.fmj.theora_java.NativeOggParser
 
net.java.sip.communicator.impl.media.codec - package net.java.sip.communicator.impl.media.codec
From SIP-Communicator: core codec implementation constants.
net.java.sip.communicator.impl.media.codec.audio - package net.java.sip.communicator.impl.media.codec.audio
From SIP-Communicator: core audio codec implementation utilities.
net.java.sip.communicator.impl.media.codec.audio.ilbc - package net.java.sip.communicator.impl.media.codec.audio.ilbc
From SIP-Communicator: ILBC/RTP encoder/decoder.
net.java.sip.communicator.impl.media.codec.audio.speex - package net.java.sip.communicator.impl.media.codec.audio.speex
From SIP-Communicator: SPEEX/RTP encoder/decoder.
net.sf.fmj.apps.applet - package net.sf.fmj.apps.applet
FmjApplet: Media playback applet.
net.sf.fmj.apps.mediaserver - package net.sf.fmj.apps.mediaserver
FmjMediaServer: media server application which can stream and transcode on the fly.
net.sf.fmj.apps.play - package net.sf.fmj.apps.play
FmjPlay: A simple FMJ player application.
net.sf.fmj.apps.transcode - package net.sf.fmj.apps.transcode
FmjTranscode: A command-line transcoder application.
net.sf.fmj.codegen - package net.sf.fmj.codegen
Code generation utilities, useful for generating unit tests.
net.sf.fmj.ejmf.toolkit.controls - package net.sf.fmj.ejmf.toolkit.controls
EJMF: RateControl: Provides a generic Control over a Controller's rate.
net.sf.fmj.ejmf.toolkit.gui.controlpanel - package net.sf.fmj.ejmf.toolkit.gui.controlpanel
EJMF: Control panel GUI.
net.sf.fmj.ejmf.toolkit.gui.controls - package net.sf.fmj.ejmf.toolkit.gui.controls
EJMF: Control panel GUI controls.
net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf - package net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf
EJMF: Control panel GUI controls - EJMF skin.
net.sf.fmj.ejmf.toolkit.gui.controls.skins.two - package net.sf.fmj.ejmf.toolkit.gui.controls.skins.two
EJMF: Control panel GUI controls - #2 skin.
net.sf.fmj.ejmf.toolkit.install - package net.sf.fmj.ejmf.toolkit.install
EJMF: The PackageUtility class provides methods to register or remove package prefixes from the Java Media Framework's persistant lists of protocol and content prefix lists.
net.sf.fmj.ejmf.toolkit.media - package net.sf.fmj.ejmf.toolkit.media
EJMF: abstract base classes for Controller, Player, etc.
net.sf.fmj.ejmf.toolkit.media.event - package net.sf.fmj.ejmf.toolkit.media.event
EJMF: special event class used by AbstractPlayer.
net.sf.fmj.ejmf.toolkit.util - package net.sf.fmj.ejmf.toolkit.util
EJMF: utility classes.
net.sf.fmj.ffmpeg_java - package net.sf.fmj.ffmpeg_java
FFMPEG Demultiplexer (parser).
net.sf.fmj.filtergraph - package net.sf.fmj.filtergraph
Classes for filter graphs consisting of demultiplexers, codecs, renderers, etc.
net.sf.fmj.gst.media.content.unknown - package net.sf.fmj.gst.media.content.unknown
gstreamer-java content handler (Player).
net.sf.fmj.media - package net.sf.fmj.media
General FMJ classes, including abstract base classes.
net.sf.fmj.media.cdp - package net.sf.fmj.media.cdp
Global capture device plugger, calls all protocol-specific pluggers.
net.sf.fmj.media.cdp.civil - package net.sf.fmj.media.cdp.civil
LTI-CIVIL video capture DataSource: capture device plugger.
net.sf.fmj.media.cdp.javasound - package net.sf.fmj.media.cdp.javasound
JavaSound DataSource: capture device plugger.
net.sf.fmj.media.codec - package net.sf.fmj.media.codec
General codec implementation classes.
net.sf.fmj.media.codec.audio - package net.sf.fmj.media.codec.audio
General audio codec implementation classes.
net.sf.fmj.media.codec.audio.alaw - package net.sf.fmj.media.codec.audio.alaw
ALAW audio codec and RTP packetizer/depacketizer implementation classes.
net.sf.fmj.media.codec.audio.ulaw - package net.sf.fmj.media.codec.audio.ulaw
ULAW audio codec and RTP packetizer/depacketizer implementation classes.
net.sf.fmj.media.codec.video - package net.sf.fmj.media.codec.video
General video codec implementation classes.
net.sf.fmj.media.codec.video.jpeg - package net.sf.fmj.media.codec.video.jpeg
JPEG video codec and JPEG/RTP packetizer/depacketizer implementation classes.
net.sf.fmj.media.codec.video.lossless - package net.sf.fmj.media.codec.video.lossless
Lossless (but expensive in terms of size) image codec implementation classes, including MGIF and MPNG.
net.sf.fmj.media.content.unknown - package net.sf.fmj.media.content.unknown
The main "Unknown" content handler.
net.sf.fmj.media.datasink.file - package net.sf.fmj.media.datasink.file
File DataSink.
net.sf.fmj.media.datasink.rtp - package net.sf.fmj.media.datasink.rtp
RTP DataSink.
net.sf.fmj.media.format - package net.sf.fmj.media.format
Additional Format subclasses defined by FMJ but not JMF.
net.sf.fmj.media.multiplexer - package net.sf.fmj.media.multiplexer
General multiplexer implementation classes.
net.sf.fmj.media.multiplexer.audio - package net.sf.fmj.media.multiplexer.audio
Audio multiplexer implementation classes.
net.sf.fmj.media.parser - package net.sf.fmj.media.parser
General demultiplexer implementation classes.
net.sf.fmj.media.processor.unknown - package net.sf.fmj.media.processor.unknown
"Unknown" handler, used for general processing of most media.
net.sf.fmj.media.protocol - package net.sf.fmj.media.protocol
General protocol handler implementations.
net.sf.fmj.media.protocol.civil - package net.sf.fmj.media.protocol.civil
LTI-CIVIL video capture DataSource.
net.sf.fmj.media.protocol.file - package net.sf.fmj.media.protocol.file
File protocol handler DataSource.
net.sf.fmj.media.protocol.http - package net.sf.fmj.media.protocol.http
HTTP protocol handler DataSource.
net.sf.fmj.media.protocol.httpauth - package net.sf.fmj.media.protocol.httpauth
HTTPAUTH (pseudo-) protocol handler DataSource.
net.sf.fmj.media.protocol.javasound - package net.sf.fmj.media.protocol.javasound
JavaSound DataSource.
net.sf.fmj.media.protocol.rtp - package net.sf.fmj.media.protocol.rtp
RTP protocol handler DataSource.
net.sf.fmj.media.renderer.audio - package net.sf.fmj.media.renderer.audio
Audio renderer implementation.
net.sf.fmj.media.renderer.video - package net.sf.fmj.media.renderer.video
Video renderer implementations.
net.sf.fmj.media.rtp - package net.sf.fmj.media.rtp
RTP implementation.
net.sf.fmj.media.util - package net.sf.fmj.media.util
FMJ implementation of classes that are in javax.media.util.
net.sf.fmj.registry - package net.sf.fmj.registry
FMJ registry (non-GUI) implementation, including loading and saving.
net.sf.fmj.theora_java - package net.sf.fmj.theora_java
OGG Demultiplexers (parsers).
net.sf.fmj.ui - package net.sf.fmj.ui
Entry points for FmjStudio an FmjRegistry applications.
net.sf.fmj.ui.application - package net.sf.fmj.ui.application
FmjStudio: Core application GUI.
net.sf.fmj.ui.control - package net.sf.fmj.ui.control
FmjStudio: Transport (play, stop, progress, etc) GUI.
net.sf.fmj.ui.dialogs - package net.sf.fmj.ui.dialogs
FmjStudio: GUI dialogs.
net.sf.fmj.ui.images - package net.sf.fmj.ui.images
FmjStudio: GUI images/icons.
net.sf.fmj.ui.objeditor - package net.sf.fmj.ui.objeditor
FmjStudio: simple "object editor" and validation.
net.sf.fmj.ui.plaf - package net.sf.fmj.ui.plaf
FmjStudio: A slider look-and-feel that is nice(ish).
net.sf.fmj.ui.registry - package net.sf.fmj.ui.registry
FmjRegistry: Registry editor GUI
net.sf.fmj.ui.utils - package net.sf.fmj.ui.utils
FmjStudio: utility classes.
net.sf.fmj.ui.wizard - package net.sf.fmj.ui.wizard
FmjStudio: Swing wizard classes.
net.sf.fmj.ui.wizards - package net.sf.fmj.ui.wizards
FmjStudio: specific wizard screens.
net.sf.fmj.utility - package net.sf.fmj.utility
Assorted utility classes
newFormat - Variable in class javax.media.format.FormatChangeEvent
 
newInstance() - Static method in class javax.media.rtp.RTPManager
 
NewParticipantEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
NewParticipantEvent(SessionManager, Participant) - Constructor for class javax.media.rtp.event.NewParticipantEvent
 
NewReceiveStreamEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
NewReceiveStreamEvent(SessionManager, ReceiveStream) - Constructor for class javax.media.rtp.event.NewReceiveStreamEvent
 
NewSendStreamEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
NewSendStreamEvent(SessionManager, SendStream) - Constructor for class javax.media.rtp.event.NewSendStreamEvent
 
NEXT_BUTTON_ACTION_COMMAND - Static variable in class net.sf.fmj.ui.wizard.Wizard
The String-based action command for the 'Next' button.
NEXT_FINISH_BUTTON_ENABLED_PROPERTY - Static variable in class net.sf.fmj.ui.wizard.WizardModel
Property identification String for the Next button's enabled state
NEXT_FINISH_BUTTON_ICON_PROPERTY - Static variable in class net.sf.fmj.ui.wizard.WizardModel
Property identification String for the Next button's icon
NEXT_FINISH_BUTTON_TEXT_PROPERTY - Static variable in class net.sf.fmj.ui.wizard.WizardModel
Property identification String for the Next button's text
nextFrame() - Method in class net.sf.fmj.utility.FPSCounter
 
NO_ENCRYPTION - Static variable in class javax.media.rtp.EncryptionInfo
 
NoDataSinkException - Exception in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
NoDataSinkException() - Constructor for exception javax.media.NoDataSinkException
 
NoDataSinkException(String) - Constructor for exception javax.media.NoDataSinkException
 
NoDataSourceException - Exception in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
NoDataSourceException() - Constructor for exception javax.media.NoDataSourceException
 
NoDataSourceException(String) - Constructor for exception javax.media.NoDataSourceException
 
NONE - Static variable in class net.sf.fmj.media.RegistryDefaults
No registry entries.
NoPlayerException - Exception in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
NoPlayerException() - Constructor for exception javax.media.NoPlayerException
 
NoPlayerException(String) - Constructor for exception javax.media.NoPlayerException
 
NoProcessorException - Exception in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
NoProcessorException() - Constructor for exception javax.media.NoProcessorException
 
NoProcessorException(String) - Constructor for exception javax.media.NoProcessorException
 
NOT_SPECIFIED - Static variable in class javax.media.Format
 
NOT_SPECIFIED - Static variable in class net.sf.fmj.utility.FormatArgUtils
 
NotConfiguredError - Error in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
NotConfiguredError() - Constructor for error javax.media.NotConfiguredError
 
NotConfiguredError(String) - Constructor for error javax.media.NotConfiguredError
 
notifyDataAvailable(int) - Method in class net.sf.fmj.media.multiplexer.InputStreamPushDataSource
 
notifyDataAvailable() - Method in class net.sf.fmj.media.multiplexer.InputStreamPushSourceStream
 
notifyDataAvailable(int) - Method in class net.sf.fmj.media.multiplexer.StreamCopyPushDataSource
 
notifyDataSinkListeners(DataSinkEvent) - Method in class net.sf.fmj.media.AbstractDataSink
 
notifyTransferHandlerAsync() - Method in class net.sf.fmj.media.AsyncBufferTransferHandlerNotifier
 
notifyTransferHandlerAsync() - Method in class net.sf.fmj.media.AsyncSourceTransferHandlerNotifier
 
notifyTransferHandlerAsync() - Method in class net.sf.fmj.media.rtp.SimpleSocketInputStream
 
notifyTransferHandlerSync() - Method in class net.sf.fmj.media.AsyncBufferTransferHandlerNotifier
 
notifyTransferHandlerSync() - Method in class net.sf.fmj.media.AsyncSourceTransferHandlerNotifier
 
NotPrefetchedError - Error in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
NotPrefetchedError() - Constructor for error javax.media.NotPrefetchedError
 
NotPrefetchedError(String) - Constructor for error javax.media.NotPrefetchedError
 
NotRealizedError - Error in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
NotRealizedError() - Constructor for error javax.media.NotRealizedError
 
NotRealizedError(String) - Constructor for error javax.media.NotRealizedError
 
nullSafeEquals(Object, Object) - Static method in class net.sf.fmj.utility.FormatUtils
 
nullSafeEqualsIgnoreCase(String, String) - Static method in class net.sf.fmj.utility.FormatUtils
 
NUM_PLUGIN_TYPES - Static variable in class net.sf.fmj.registry.Registry
 
numTracks - Variable in class net.sf.fmj.media.AbstractMultiplexer
 

O

ObjEditor - Interface in net.sf.fmj.ui.objeditor
Generic interface for a control which edits an object.
ObjEditorOKCancelDialog - Class in net.sf.fmj.ui.objeditor
Generic OK cancel dialog with an ObjEditor inside.
ObjEditorOKCancelDialog() - Constructor for class net.sf.fmj.ui.objeditor.ObjEditorOKCancelDialog
 
ObjUtils - Class in com.lti.utils
Utilities for performing equality tests, and doing deep copies and deep compares of objects.
offset - Variable in class javax.media.Buffer
 
offsetU - Variable in class javax.media.format.YUVFormat
 
offsetV - Variable in class javax.media.format.YUVFormat
 
offsetY - Variable in class javax.media.format.YUVFormat
 
oldFormat - Variable in class javax.media.format.FormatChangeEvent
 
onAutoLoop(boolean) - Method in class net.sf.fmj.ui.application.PlayerPanel
 
onAutoPlay(boolean) - Method in class net.sf.fmj.ui.application.PlayerPanel
 
onDetails(String) - Method in interface net.sf.fmj.ui.registry.DetailsListener
 
onDetails(String) - Method in class net.sf.fmj.ui.registry.PluginsPanel
 
onDurationChange(long) - Method in interface net.sf.fmj.ui.control.TransportControlListener
 
onDurationChange(long) - Method in class net.sf.fmj.ui.control.TransportControlPanel
 
ONE_SECOND - Static variable in class javax.media.Time
 
onMessage(MessageDrivenThread, Object) - Method in interface com.lti.utils.synchronization.MessageDrivenThreadListener
 
onOpenCaptureDevice() - Method in class net.sf.fmj.ui.application.PlayerPanel
 
onOpenFile() - Method in class net.sf.fmj.ui.application.PlayerPanel
 
onOpenURL() - Method in class net.sf.fmj.ui.application.PlayerPanel
 
onProgressChange(long) - Method in interface net.sf.fmj.ui.control.TransportControlListener
 
onProgressChange(long) - Method in class net.sf.fmj.ui.control.TransportControlPanel
 
onReceiveRTP() - Method in class net.sf.fmj.ui.application.PlayerPanel
 
onStateChange(TransportControlState) - Method in interface net.sf.fmj.ui.control.TransportControlListener
 
onStateChange(TransportControlState) - Method in class net.sf.fmj.ui.control.TransportControlPanel
 
onStatusChange(String) - Method in interface net.sf.fmj.ui.application.ContainerPlayerStatusListener
 
onTranscode() - Method in class net.sf.fmj.ui.application.PlayerPanel
 
onTransmitRTP() - Method in class net.sf.fmj.ui.application.PlayerPanel
 
open() - Method in class com.t4l.jmf.JPEGDecoder
 
open() - Method in class com.t4l.jmf.JPEGEncoder
 
open() - Method in interface javax.media.DataSink
 
open() - Method in interface javax.media.PlugIn
 
open() - Method in class net.java.sip.communicator.impl.media.codec.audio.ilbc.JavaDecoder
 
open() - Method in class net.java.sip.communicator.impl.media.codec.audio.ilbc.JavaEncoder
 
open() - Method in class net.java.sip.communicator.impl.media.codec.audio.speex.JavaDecoder
 
open() - Method in class net.java.sip.communicator.impl.media.codec.audio.speex.JavaEncoder
 
open() - Method in class net.sf.fmj.apps.mediaserver.StreamDataSink
 
open() - Method in class net.sf.fmj.ffmpeg_java.FFMPEGParser
 
open(AVFormatLibrary.URLContext, String, int) - Method in class net.sf.fmj.ffmpeg_java.PullDataSourceCallbackURLProtocolHandler
 
open() - Method in class net.sf.fmj.filtergraph.CodecNode
 
open() - Method in class net.sf.fmj.filtergraph.DemuxNode
 
open() - Method in class net.sf.fmj.filtergraph.FilterGraphNode
 
open(FilterGraphNode) - Static method in class net.sf.fmj.filtergraph.FilterGraphProcessor
 
open() - Method in class net.sf.fmj.filtergraph.MuxNode
 
open() - Method in class net.sf.fmj.filtergraph.RendererNode
 
open() - Method in class net.sf.fmj.media.AbstractPlugIn
 
open() - Method in class net.sf.fmj.media.codec.audio.alaw.Decoder
 
open() - Method in class net.sf.fmj.media.codec.audio.alaw.DePacketizer
 
open() - Method in class net.sf.fmj.media.codec.audio.alaw.Encoder
 
open() - Method in class net.sf.fmj.media.codec.audio.alaw.Packetizer
 
open() - Method in class net.sf.fmj.media.codec.audio.RateConverter
 
open() - Method in class net.sf.fmj.media.codec.audio.ulaw.Decoder
 
open() - Method in class net.sf.fmj.media.codec.audio.ulaw.DePacketizer
 
open() - Method in class net.sf.fmj.media.codec.audio.ulaw.Encoder
 
open() - Method in class net.sf.fmj.media.codec.audio.ulaw.Packetizer
 
open() - Method in class net.sf.fmj.media.codec.JavaSoundCodec
 
open() - Method in class net.sf.fmj.media.codec.video.jpeg.DePacketizer
 
open() - Method in class net.sf.fmj.media.codec.video.jpeg.Packetizer
 
open() - Method in class net.sf.fmj.media.datasink.file.Handler
 
open() - Method in class net.sf.fmj.media.datasink.rtp.Handler
 
open() - Method in class net.sf.fmj.media.multiplexer.AbstractInputStreamMux
 
open() - Method in class net.sf.fmj.media.multiplexer.AbstractStreamCopyMux
 
open() - Method in class net.sf.fmj.media.multiplexer.RawBufferMux
 
open() - Method in class net.sf.fmj.media.multiplexer.RTPSyncBufferMux
 
open() - Method in class net.sf.fmj.media.parser.JavaSoundParser
 
open() - Method in class net.sf.fmj.media.parser.MultipartMixedReplaceParser
 
open() - Method in class net.sf.fmj.media.renderer.audio.JavaSoundRenderer
Open the plugin.
open() - Method in class net.sf.fmj.media.renderer.video.DiagnosticVideoRenderer
Opens the plugin
open() - Method in class net.sf.fmj.media.renderer.video.Java2dRenderer
Opens the plugin
open() - Method in class net.sf.fmj.theora_java.JavaOggParser
 
open() - Method in class net.sf.fmj.theora_java.NativeOggParser
 
opened - Variable in class net.sf.fmj.media.AbstractCodec
 
OSUtils - Class in com.lti.utils
Helper functions to determine which OS we are running.
out - Variable in class net.sf.fmj.utility.PlugInInfo
 
OUTPUT_BUFFER_NOT_FILLED - Static variable in interface javax.media.PlugIn
 
outputContentDescriptor - Variable in class net.sf.fmj.media.AbstractMultiplexer
 
outputContentDescriptor - Variable in class net.sf.fmj.media.AbstractProcessor
 
OutputDataStream - Interface in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
outputFormat - Variable in class net.sf.fmj.media.AbstractCodec
 
outputFormats - Variable in class net.sf.fmj.media.codec.audio.alaw.Decoder
 
outputFormats - Variable in class net.sf.fmj.media.codec.audio.alaw.DePacketizer
 
outputFormats - Variable in class net.sf.fmj.media.codec.audio.alaw.Encoder
 
outputFormats - Variable in class net.sf.fmj.media.codec.audio.alaw.Packetizer
 
outputFormats - Variable in class net.sf.fmj.media.codec.audio.RateConverter
 
outputFormats - Variable in class net.sf.fmj.media.codec.audio.ulaw.Decoder
 
outputFormats - Variable in class net.sf.fmj.media.codec.audio.ulaw.DePacketizer
 
outputFormats - Variable in class net.sf.fmj.media.codec.audio.ulaw.Encoder
 
outputFormats - Variable in class net.sf.fmj.media.codec.audio.ulaw.Packetizer
 
outputLocator - Variable in class net.sf.fmj.media.AbstractDataSink
 
Owned - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.

P

pack() - Method in class net.sf.fmj.ejmf.toolkit.util.PlayerDriver
 
PackageManager - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
PackageManager() - Constructor for class javax.media.PackageManager
 
PackageManager - Class in javax.media.pm
Internal implementation of javax.media.PackageManager.
PackageManager() - Constructor for class javax.media.pm.PackageManager
 
PackagesPanel - Class in net.sf.fmj.ui.registry
 
PackagesPanel() - Constructor for class net.sf.fmj.ui.registry.PackagesPanel
This is the default constructor
PackageUtility - Class in net.sf.fmj.ejmf.toolkit.install
The PackageUtility class provides methods to register or remove package prefixes from the Java Media Framework's persistant lists of protocol and content prefix lists.
PackageUtility() - Constructor for class net.sf.fmj.ejmf.toolkit.install.PackageUtility
 
Packetizer - Class in net.sf.fmj.media.codec.audio.alaw
ALAW/RTP packetizer Codec.
Packetizer() - Constructor for class net.sf.fmj.media.codec.audio.alaw.Packetizer
 
Packetizer - Class in net.sf.fmj.media.codec.audio.ulaw
ULAW/RTP packetizer codec.
Packetizer() - Constructor for class net.sf.fmj.media.codec.audio.ulaw.Packetizer
 
Packetizer - Class in net.sf.fmj.media.codec.video.jpeg
JPEG/RTP packetizer codec.
Packetizer() - Constructor for class net.sf.fmj.media.codec.video.jpeg.Packetizer
 
PacketSizeControl - Interface in javax.media.control
Standard JMF class -- see this class in the JMF Javadoc.
paint(Graphics) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.BasicIconButton
 
paint(Graphics) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.BasicArrowButton
 
paint(Graphics) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.BasicControlButton
Paint the background and border or button component.
paint(Graphics) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.GainMeterButton
 
paint(Graphics) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.ProgressSlider
Paint the progress slider.
paintFocus(Graphics) - Method in class net.sf.fmj.ui.plaf.FmjSliderUI
 
paintIcon(Graphics, int, int, int, boolean) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.BasicArrowButton
 
paintIcon(Graphics, int, int, int, boolean) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.BasicControlButton
Paint icon into button Component
paintIcon(Graphics, int, int, int, boolean) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.FastForwardButton
Draw east-facing arrow.
paintIcon(Graphics, int, int, int, boolean) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.GainMeterButton
 
paintIcon(Graphics, int, int, int, boolean) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.PauseButton
Draw two rectangles into button.
paintIcon(Graphics, int, int, int, boolean) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.StopButton
Paint a small square into BasicControlButton
paintThumb(Graphics) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.ProgressSlider
Paint the slider thumb.
paintThumb(Graphics) - Method in class net.sf.fmj.ui.plaf.FmjSliderUI
 
paintTrack(Graphics) - Method in class net.sf.fmj.ui.plaf.FmjSliderUI
 
paintTriangle(Graphics, int, int, int, int, boolean) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.BasicArrowButton
 
parse(byte[], int) - Static method in class net.sf.fmj.media.codec.video.jpeg.JpegRTPHeader
 
parse(String) - Static method in class net.sf.fmj.media.datasink.rtp.RTPUrlParser
 
parse(String) - Static method in class net.sf.fmj.media.protocol.javasound.JavaSoundUrlParser
 
parse(String) - Static method in class net.sf.fmj.utility.FormatArgUtils
 
ParsedRTPUrl - Class in net.sf.fmj.media.datasink.rtp
Parsed RTP URL.
ParsedRTPUrl(ParsedRTPUrlElement[]) - Constructor for class net.sf.fmj.media.datasink.rtp.ParsedRTPUrl
 
ParsedRTPUrl(ParsedRTPUrlElement) - Constructor for class net.sf.fmj.media.datasink.rtp.ParsedRTPUrl
 
ParsedRTPUrl(ParsedRTPUrlElement, ParsedRTPUrlElement) - Constructor for class net.sf.fmj.media.datasink.rtp.ParsedRTPUrl
 
ParsedRTPUrlElement - Class in net.sf.fmj.media.datasink.rtp
Single element of a ParsedRTPUrl.
ParsedRTPUrlElement() - Constructor for class net.sf.fmj.media.datasink.rtp.ParsedRTPUrlElement
 
Participant - Interface in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
participant - Variable in class net.sf.fmj.media.rtp.RTCPReport
 
participantLeaving() - Method in class javax.media.rtp.event.TimeoutEvent
 
PathUtils - Class in com.lti.utils
Path utilities.
PauseButton - Class in net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf
Pause button for StandardControlPanel.
PauseButton() - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.PauseButton
Create a pause button.
PauseButton - Class in net.sf.fmj.ejmf.toolkit.gui.controls.skins.two
 
PauseButton() - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.skins.two.PauseButton
 
pauseDownload() - Method in interface javax.media.ExtendedCachingControl
 
pbFrames - Variable in class javax.media.format.H263Format
 
peek() - Method in class com.lti.utils.collections.Queue
 
peekTimeStamp() - Method in class net.sf.fmj.media.rtp.RTPJitterBuffer
Returns the first buffer sequence in the queue without removing it
pickAMaster(Player[]) - Static method in class net.sf.fmj.ejmf.toolkit.util.Utility
Pick a master Player for an array of Players.
pixelStride - Variable in class javax.media.format.RGBFormat
 
Player - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
PLAYER - Static variable in class net.sf.fmj.media.content.unknown.Handler
 
PlayerDriver - Class in net.sf.fmj.ejmf.toolkit.util
The PlayerDriver class provides a basis for displaying a Java Media Player as either an applet or an application.
PlayerDriver() - Constructor for class net.sf.fmj.ejmf.toolkit.util.PlayerDriver
Constructs a PlayerDriver.
PlayerPanel - Class in net.sf.fmj.ejmf.toolkit.util
This class is a panel that is intended to display a particular medium.
PlayerPanel(MediaLocator) - Constructor for class net.sf.fmj.ejmf.toolkit.util.PlayerPanel
Constructs a PlayerPanel for the given MediaLocator.
PlayerPanel - Class in net.sf.fmj.ui.application
 
PlayerPanel() - Constructor for class net.sf.fmj.ui.application.PlayerPanel
This method initializes
PlayerPanelPrefs - Class in net.sf.fmj.ui.application
 
PlayerPanelPrefs() - Constructor for class net.sf.fmj.ui.application.PlayerPanelPrefs
 
PlugIn - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
PLUGIN_PLAYER - Static variable in class javax.media.Manager
 
PLUGIN_TERMINATED - Static variable in interface javax.media.PlugIn
 
PlugInInfo - Class in net.sf.fmj.utility
Holds information about a plugin.
PlugInInfo(String, Format[], Format[], int) - Constructor for class net.sf.fmj.utility.PlugInInfo
 
plugInList(int) - Static method in class net.sf.fmj.media.RegistryDefaults
List items are either classnames (String) or PlugInInfo.
PlugInManager - Class in javax.media.pim
Internal implementation of javax.media.PlugInManager.
PlugInManager - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
PlugInManager() - Constructor for class javax.media.PlugInManager
 
plugInResultToStr(int) - Static method in class net.sf.fmj.utility.LoggingStringUtils
 
PluginsPanel - Class in net.sf.fmj.ui.registry
 
PluginsPanel(int) - Constructor for class net.sf.fmj.ui.registry.PluginsPanel
This is the default constructor
PluginTypesPanel - Class in net.sf.fmj.ui.registry
A multipanel panel
PluginTypesPanel() - Constructor for class net.sf.fmj.ui.registry.PluginTypesPanel
This is the default constructor
PlugInUtility - Class in net.sf.fmj.utility
Helper class to register plugins with the PlugInManager, but only requiring the class name.
PlugInUtility() - Constructor for class net.sf.fmj.utility.PlugInUtility
 
PNG - Static variable in class net.sf.fmj.media.BonusVideoFormatEncodings
 
PNGDecoder - Class in net.sf.fmj.media.codec.video.lossless
PNG decoder Codec.
PNGDecoder() - Constructor for class net.sf.fmj.media.codec.video.lossless.PNGDecoder
 
PNGEncoder - Class in net.sf.fmj.media.codec.video.lossless
PNG encoder Codec.
PNGEncoder() - Constructor for class net.sf.fmj.media.codec.video.lossless.PNGEncoder
 
PNGFormat - Class in net.sf.fmj.media.format
PNG video format.
PNGFormat() - Constructor for class net.sf.fmj.media.format.PNGFormat
 
PNGFormat(Dimension, int, Class, float) - Constructor for class net.sf.fmj.media.format.PNGFormat
 
populateArray(BufferedImage, int[], RGBFormat) - Static method in class com.t4l.jmf.RGBConverter
Extracts the image data from the BufferedImage and stores it in the array provided.
populateImage(int[], int, BufferedImage, RGBFormat) - Static method in class com.t4l.jmf.RGBConverter
Takes the data in array and fills the BufferedImage with that image.
port - Variable in class net.sf.fmj.media.datasink.rtp.ParsedRTPUrlElement
 
PortControl - Interface in javax.media.control
Standard JMF class -- see this class in the JMF Javadoc.
Positionable - Interface in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
post(Object) - Method in class com.lti.utils.synchronization.MessageDrivenThread
 
postConfigureCompleteEvent() - Method in class net.sf.fmj.media.AbstractProcessor
 
postControllerClosedEvent() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Post a ControllerClosedEvent to the Media Event Queue.
postControllerErrorEvent(String) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Post a ControllerClosedEvent to the Media Event Queue.
postDataStarvedEvent() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Post a DataStarvedEvent to the Media Event Queue.
postDeallocateEvent() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Post a DeallocateEvent to the Media Event Queue.
postEndOfMediaEvent() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Post a EndOfMediaEvent to the Media Event Queue.
postEvent(ControllerEvent) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Post a ControllerEvent to the Media Event Queue
postEvent(ControllerEvent) - Method in class net.sf.fmj.ejmf.toolkit.media.ControllerEventQueue
Post a ControllerEvent to the queue.
postPrefetchCompleteEvent() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Post a PrefetchCompleteEvent to the Media Event Queue.
postRealizeCompleteEvent() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Post a RealizeCompleteEvent to the Media Event Queue.
postRestartingEvent() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Post a RestartingEvent to the Media Event Queue.
postStartEvent() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Post a StartEvent to the Media Event Queue.
postStopAtTimeEvent() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Post a StopAtTimeEvent to the Media Event Queue.
postStopByRequestEvent() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Post a StopByRequestEvent to the Media Event Queue.
postStopEvent() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Post a StopEvent to the Media Event Queue.
postTransitionEvent() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Post a TransitionEvent to the Media Event Queue.
prefetch() - Method in interface javax.media.Controller
 
prefetch() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Prefetch Controller on new thread.
Prefetchable - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
prefetchComplete(PrefetchCompleteEvent) - Method in class javax.media.ControllerAdapter
 
PrefetchCompleteEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
PrefetchCompleteEvent(Controller, int, int, int) - Constructor for class javax.media.PrefetchCompleteEvent
 
Prefetched - Static variable in interface javax.media.Controller
 
Prefetching - Static variable in interface javax.media.Controller
 
print(Logger, String) - Method in class net.sf.fmj.filtergraph.FilterGraphNode
 
print(FilterGraphNode, int) - Static method in class net.sf.fmj.filtergraph.FilterGraphPrinter
 
print(FilterGraphLink, int) - Static method in class net.sf.fmj.filtergraph.FilterGraphPrinter
 
print() - Method in class net.sf.fmj.media.rtp.RTCPHeader
Displays the header
print() - Method in class net.sf.fmj.media.rtp.RTPHeader
Prints the header
process(Buffer, Buffer) - Method in class com.t4l.jmf.JPEGDecoder
 
process(Buffer, Buffer) - Method in class com.t4l.jmf.JPEGEncoder
 
process(Buffer, Buffer) - Method in interface javax.media.Codec
 
process(Buffer, int) - Method in interface javax.media.Multiplexer
 
process(Buffer) - Method in interface javax.media.Renderer
 
process(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.media.codec.audio.ilbc.JavaDecoder
 
process(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.media.codec.audio.ilbc.JavaEncoder
 
process(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.media.codec.audio.speex.JavaDecoder
 
process(Buffer, Buffer) - Method in class net.java.sip.communicator.impl.media.codec.audio.speex.JavaEncoder
 
process(Buffer, int, int, int) - Method in class net.sf.fmj.filtergraph.CodecNode
 
process(Buffer, int, int, int) - Method in class net.sf.fmj.filtergraph.DemuxNode
 
process(Buffer, int, int, int) - Method in class net.sf.fmj.filtergraph.FilterGraphNode
sourceTrackNumber only used for demux, and destTrackNumber only used for mux.
process(FilterGraphNode, Buffer, int, int, int) - Static method in class net.sf.fmj.filtergraph.FilterGraphProcessor
Process a graph starting with n
process(Buffer, int, int, int) - Method in class net.sf.fmj.filtergraph.MuxNode
 
process(Buffer, int, int, int) - Method in class net.sf.fmj.filtergraph.RendererNode
 
process(Buffer, Buffer) - Method in class net.sf.fmj.media.AbstractCodec
 
process(Buffer, Buffer) - Method in class net.sf.fmj.media.AbstractDePacketizer
 
process(Buffer, Buffer) - Method in class net.sf.fmj.media.AbstractPacketizer
 
process(Buffer) - Method in class net.sf.fmj.media.AbstractRenderer
 
process(Buffer) - Method in class net.sf.fmj.media.AbstractVideoRenderer
 
process(Buffer, Buffer) - Method in class net.sf.fmj.media.codec.audio.alaw.Decoder
 
process(Buffer, Buffer) - Method in class net.sf.fmj.media.codec.audio.alaw.Encoder
 
process(Buffer, Buffer) - Method in class net.sf.fmj.media.codec.audio.RateConverter
 
process(Buffer, Buffer) - Method in class net.sf.fmj.media.codec.audio.ulaw.Decoder
 
process(Buffer, Buffer) - Method in class net.sf.fmj.media.codec.audio.ulaw.Encoder
 
process(Buffer, Buffer) - Method in class net.sf.fmj.media.codec.JavaSoundCodec
 
process(Buffer, Buffer) - Method in class net.sf.fmj.media.codec.video.ImageIODecoder
 
process(Buffer, Buffer) - Method in class net.sf.fmj.media.codec.video.ImageIOEncoder
 
process(Buffer, Buffer) - Method in class net.sf.fmj.media.codec.video.ImageScaler
 
process(Buffer, Buffer) - Method in class net.sf.fmj.media.codec.video.jpeg.DePacketizer
 
process(Buffer, Buffer) - Method in class net.sf.fmj.media.codec.video.jpeg.JpegEncoder
 
process(Buffer, Buffer) - Method in class net.sf.fmj.media.codec.video.jpeg.Packetizer
 
process(Buffer, int) - Method in class net.sf.fmj.media.multiplexer.AbstractInputStreamMux
 
process(Buffer, int) - Method in class net.sf.fmj.media.multiplexer.AbstractStreamCopyMux
 
process(Buffer, int) - Method in class net.sf.fmj.media.multiplexer.RawBufferMux
 
process(Buffer, int) - Method in class net.sf.fmj.media.multiplexer.RTPSyncBufferMux
 
process(Buffer) - Method in class net.sf.fmj.media.renderer.audio.JavaSoundRenderer
Write the buffer to the SourceDataLine.
process(Buffer) - Method in class net.sf.fmj.media.renderer.video.DiagnosticVideoRenderer
Processes the data and renders it to a component
process(Buffer) - Method in class net.sf.fmj.media.renderer.video.Java2dRenderer
Processes the data and renders it to a component
PROCESS_DEFAULT - Static variable in class net.sf.fmj.filtergraph.FilterGraphProcessor
 
PROCESSING - Static variable in interface net.sf.fmj.ui.application.ContainerPlayerStatusListener
 
processJPEGtoRGB(Buffer, Buffer) - Method in class com.t4l.jmf.JPEGDecoder
 
Processor - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
PROCESSOR - Static variable in class net.sf.fmj.media.content.unknown.Handler
 
processor - Variable in class net.sf.fmj.ui.wizards.ProcessorWizardResult
 
ProcessorModel - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
ProcessorModel() - Constructor for class javax.media.ProcessorModel
 
ProcessorModel(Format[], ContentDescriptor) - Constructor for class javax.media.ProcessorModel
 
ProcessorModel(DataSource, Format[], ContentDescriptor) - Constructor for class javax.media.ProcessorModel
 
ProcessorModel(MediaLocator, Format[], ContentDescriptor) - Constructor for class javax.media.ProcessorModel
 
ProcessorWizardConfig - Class in net.sf.fmj.ui.wizards
 
ProcessorWizardConfig() - Constructor for class net.sf.fmj.ui.wizards.ProcessorWizardConfig
 
ProcessorWizardResult - Class in net.sf.fmj.ui.wizards
 
ProcessorWizardResult() - Constructor for class net.sf.fmj.ui.wizards.ProcessorWizardResult
 
processRGBtoJPEG(Buffer, Buffer) - Method in class com.t4l.jmf.JPEGEncoder
 
ProducerConsumerQueue<T> - Class in com.lti.utils.synchronization
A synchronized queue where get/put waits if needed.
ProducerConsumerQueue() - Constructor for class com.lti.utils.synchronization.ProducerConsumerQueue
 
ProducerConsumerQueue(int) - Constructor for class com.lti.utils.synchronization.ProducerConsumerQueue
 
ProgressBar - Interface in net.sf.fmj.ejmf.toolkit.gui.controls
 
ProgressSlider - Class in net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf
ProgressSlider for StandardControlPanel.
ProgressSlider() - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.ProgressSlider
Create a ProgressSlider.
propagateDuplicate(FilterGraphNode) - Method in class net.sf.fmj.filtergraph.FilterGraphNode
Intended to be called by subclass implementations of duplicate, to duplicate the destinations.
propagateEOM(Buffer) - Method in class net.sf.fmj.media.AbstractCodec
 
propertyChange(PropertyChangeEvent) - Method in class net.sf.fmj.ui.wizard.Wizard
Method used to listen for property change events from the model and update the dialog's graphical components as necessary.
protocolPrefixList(int) - Static method in class net.sf.fmj.media.RegistryDefaults
 
PT_APP - Static variable in class net.sf.fmj.media.rtp.RTCPPacket
RTCP APP Packet
PT_BYE - Static variable in class net.sf.fmj.media.rtp.RTCPPacket
RTCP BYE Packet
PT_RR - Static variable in class net.sf.fmj.media.rtp.RTCPPacket
RTCP RR Packet
PT_SDES - Static variable in class net.sf.fmj.media.rtp.RTCPPacket
RTCP SDES Packet
PT_SR - Static variable in class net.sf.fmj.media.rtp.RTCPPacket
RTCP SR Packet
PullBufferDataSource - Class in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
PullBufferDataSource() - Constructor for class javax.media.protocol.PullBufferDataSource
 
PullBufferStream - Interface in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
PullDataSource - Class in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
PullDataSource() - Constructor for class javax.media.protocol.PullDataSource
 
PullDataSourceCallbackURLProtocolHandler - Class in net.sf.fmj.ffmpeg_java
Implements CallbackURLProtocolHandler by using a PullSourceStream.
PullDataSourceCallbackURLProtocolHandler(PullDataSource) - Constructor for class net.sf.fmj.ffmpeg_java.PullDataSourceCallbackURLProtocolHandler
 
PullSourceStream - Interface in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
PullSourceStreamInputStream - Class in net.sf.fmj.media
Implements an InputStream by wrapping a PullSourceStream.
PullSourceStreamInputStream(PullSourceStream) - Constructor for class net.sf.fmj.media.PullSourceStreamInputStream
 
PushBufferDataSource - Class in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
PushBufferDataSource() - Constructor for class javax.media.protocol.PushBufferDataSource
 
PushBufferStream - Interface in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
PushDataSource - Class in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
PushDataSource() - Constructor for class javax.media.protocol.PushDataSource
 
PushSourceStream - Interface in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
put(T) - Method in class com.lti.utils.synchronization.ProducerConsumerQueue
 
put(T, long) - Method in class com.lti.utils.synchronization.ProducerConsumerQueue
 
put(Buffer) - Method in class net.sf.fmj.media.BufferQueueInputStream
 
put(Buffer, boolean) - Method in class net.sf.fmj.media.BufferQueueInputStream
 

Q

QualityControl - Interface in javax.media.control
Standard JMF class -- see this class in the JMF Javadoc.
queryInputContentDescriptors() - Method in class net.sf.fmj.ffmpeg_java.FFMPEGParser
 
querySupportedFormats() - Static method in class net.sf.fmj.media.protocol.javasound.DataSource
 
Queue<T> - Class in com.lti.utils.collections
Implementation of a FIFO.
Queue() - Constructor for class com.lti.utils.collections.Queue
 
QUICKTIME - Static variable in class javax.media.protocol.FileTypeDescriptor
 

R

raf - Variable in class net.sf.fmj.media.protocol.file.DataSource
 
rateChange(RateChangeEvent) - Method in class javax.media.ControllerAdapter
 
RateChangeEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
RateChangeEvent(Controller, float) - Constructor for class javax.media.RateChangeEvent
 
RateConfiguration - Interface in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
RateConfigureable - Interface in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
RateControl - Class in net.sf.fmj.ejmf.toolkit.controls
Provides a generic Control over a Controller's rate.
RateControl(Controller) - Constructor for class net.sf.fmj.ejmf.toolkit.controls.RateControl
Construct a RateControl object for the given Controller.
RateConverter - Class in net.sf.fmj.media.codec.audio
Converts between different linear audio formats.
RateConverter() - Constructor for class net.sf.fmj.media.codec.audio.RateConverter
 
RateRange - Class in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
RateRange(RateRange) - Constructor for class javax.media.protocol.RateRange
 
RateRange(float, float, float, boolean) - Constructor for class javax.media.protocol.RateRange
 
RAW - Static variable in class javax.media.protocol.ContentDescriptor
 
RAW_RTP - Static variable in class javax.media.protocol.ContentDescriptor
 
RawBufferMux - Class in net.sf.fmj.media.multiplexer
Raw buffer multiplexer.
RawBufferMux(ContentDescriptor) - Constructor for class net.sf.fmj.media.multiplexer.RawBufferMux
 
RawBufferMux() - Constructor for class net.sf.fmj.media.multiplexer.RawBufferMux
 
RawMux - Class in net.sf.fmj.media.multiplexer
A raw multiplexer which provides the input to the output, unmodified.
RawMux() - Constructor for class net.sf.fmj.media.multiplexer.RawMux
 
RawPullStreamParser - Class in net.sf.fmj.media.parser
Raw parser which can read from a PullDataSource.
RawPullStreamParser() - Constructor for class net.sf.fmj.media.parser.RawPullStreamParser
 
RawPushBufferParser - Class in net.sf.fmj.media.parser
Raw Demultiplexer that reads from a PushBufferDataSource and passes the data unmodified to the output.
RawPushBufferParser() - Constructor for class net.sf.fmj.media.parser.RawPushBufferParser
 
ReactorHandler - Interface in net.sf.fmj.media.rtp
An object that can handle Reactor packets.
read(byte[], int, int) - Method in class javax.media.protocol.InputSourceStream
 
read(Buffer) - Method in interface javax.media.protocol.PullBufferStream
 
read(byte[], int, int) - Method in interface javax.media.protocol.PullSourceStream
 
read(Buffer) - Method in interface javax.media.protocol.PushBufferStream
 
read(byte[], int, int) - Method in interface javax.media.protocol.PushSourceStream
According to API: Read from the stream without blocking.
read(AVFormatLibrary.URLContext, Pointer, int) - Method in class net.sf.fmj.ffmpeg_java.PullDataSourceCallbackURLProtocolHandler
 
read() - Method in class net.sf.fmj.media.BufferQueueInputStream
 
read(byte[], int, int) - Method in class net.sf.fmj.media.BufferQueueInputStream
 
read() - Method in class net.sf.fmj.media.codec.InputStreamReader
 
read(byte[], int, int) - Method in class net.sf.fmj.media.codec.InputStreamReader
 
read(byte[], int, int) - Method in class net.sf.fmj.media.multiplexer.InputStreamPushSourceStream
 
read(Buffer) - Method in class net.sf.fmj.media.protocol.rtp.LookAheadPushBufferStream
 
read() - Method in class net.sf.fmj.media.PullSourceStreamInputStream
 
read(byte[], int, int) - Method in class net.sf.fmj.media.PullSourceStreamInputStream
 
read(Buffer) - Method in class net.sf.fmj.media.rtp.RTPAudioDataStream
 
read(Buffer) - Method in class net.sf.fmj.media.rtp.RTPDataStream
 
read(Buffer) - Method in class net.sf.fmj.media.rtp.RTPVideoDataStream
 
read(byte[], int, int) - Method in class net.sf.fmj.media.rtp.SimpleSocketInputStream
 
read(byte[], int, int) - Method in class net.sf.fmj.media.rtp.SocketInputStream
Deprecated.  
read() - Method in class net.sf.fmj.media.TrackInputStream
 
read(byte[], int, int) - Method in class net.sf.fmj.media.TrackInputStream
 
readAll(InputStream) - Static method in class net.sf.fmj.utility.IOUtils
Closes is when finished.
readAll(Reader) - Static method in class net.sf.fmj.utility.IOUtils
TODO: only handles standard ASCII.
readAllToString(InputStream) - Static method in class net.sf.fmj.utility.IOUtils
Assumes default file encoding.
readAllToString(InputStream, String) - Static method in class net.sf.fmj.utility.IOUtils
 
readAllToStringBuffer(InputStream, StringBuffer) - Static method in class net.sf.fmj.utility.IOUtils
Assumes default file encoding.
readAllToStringBuffer(InputStream, String, StringBuffer) - Static method in class net.sf.fmj.utility.IOUtils
 
readAllToStringBuilder(InputStream, StringBuilder) - Static method in class net.sf.fmj.utility.IOUtils
Assumes default file encoding.
readAllToStringBuilder(InputStream, String, StringBuilder) - Static method in class net.sf.fmj.utility.IOUtils
 
readBye(byte[], int, int) - Method in class net.sf.fmj.media.rtp.RTCPReport
 
readFeedbackReports(byte[], int, int) - Method in class net.sf.fmj.media.rtp.RTCPReport
Reads feedback reports from the data
readFrame(Buffer) - Method in interface javax.media.Track
TODO: the API is not clear as to what readFrame should do in the case of an error, like an IOException.
readFrame(Buffer) - Method in class net.sf.fmj.media.AbstractTrack
 
readHasBlocked(Track) - Method in interface javax.media.TrackListener
 
readJPEG(byte[], BufferedImage) - Static method in class com.t4l.jmf.JPEGDecoder
 
readSourceDescription(byte[], int, int) - Method in class net.sf.fmj.media.rtp.RTCPReport
Reads the source description from the data
realize() - Method in interface javax.media.Controller
 
realize() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Realize Controller on new thread.
REALIZE_COMPLETE - Static variable in interface net.sf.fmj.ui.application.ContainerPlayerStatusListener
 
realizeComplete(RealizeCompleteEvent) - Method in class javax.media.ControllerAdapter
 
RealizeCompleteEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
RealizeCompleteEvent(Controller, int, int, int) - Constructor for class javax.media.RealizeCompleteEvent
 
Realized - Static variable in interface javax.media.Controller
 
Realizing - Static variable in interface javax.media.Controller
 
receive(DatagramPacket) - Method in class memetic.crypto.EncryptedRTPSocket
 
ReceiverReport - Interface in javax.media.rtp.rtcp
Standard JMF class -- see this class in the JMF Javadoc.
ReceiverReportEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
ReceiverReportEvent(SessionManager, ReceiverReport) - Constructor for class javax.media.rtp.event.ReceiverReportEvent
 
ReceiveStream - Interface in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
ReceiveStreamEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
ReceiveStreamEvent(SessionManager, ReceiveStream, Participant) - Constructor for class javax.media.rtp.event.ReceiveStreamEvent
 
ReceiveStreamListener - Interface in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
recentUrls - Variable in class net.sf.fmj.ui.application.PlayerPanelPrefs
 
ReceptionStats - Interface in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
receptionStats - Variable in class net.sf.fmj.media.rtp.RTPDataStream
 
redMask - Variable in class javax.media.format.RGBFormat
 
redraw() - Method in class net.sf.fmj.ejmf.toolkit.util.PlayerDriver
Redraws the Frame containing the media.
redValues - Variable in class javax.media.format.IndexedColorFormat
 
registerAll(int) - Static method in class net.sf.fmj.media.RegistryDefaults
 
registerContentPrefixList(int) - Static method in class net.sf.fmj.media.RegistryDefaults
 
registerPlugIn(String) - Static method in class net.sf.fmj.utility.PlugInUtility
 
registerPlugins(int) - Static method in class net.sf.fmj.media.RegistryDefaults
 
registerProtocolPrefixList(int) - Static method in class net.sf.fmj.media.RegistryDefaults
 
registerWizardPanel(Object, WizardPanelDescriptor) - Method in class net.sf.fmj.ui.wizard.Wizard
Add a Component as a panel for the wizard dialog by registering its WizardPanelDescriptor object.
Registry - Class in net.sf.fmj.registry
This is a registry of Plugins, Protocol prefixes, Content prefixes, and MIME types.
RegistryDefaults - Class in net.sf.fmj.media
Defaults for the FMJ registry.
RegistryDefaults() - Constructor for class net.sf.fmj.media.RegistryDefaults
 
RegistryEditorPanel - Class in net.sf.fmj.ui.registry
 
RegistryEditorPanel() - Constructor for class net.sf.fmj.ui.registry.RegistryEditorPanel
This method initializes
relax() - Method in class javax.media.format.IndexedColorFormat
 
relax() - Method in class javax.media.Format
 
relax() - Method in class javax.media.format.RGBFormat
 
relax() - Method in class javax.media.format.VideoFormat
 
relax() - Method in class javax.media.format.YUVFormat
 
RemoteCollisionEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
RemoteCollisionEvent(SessionManager, long) - Constructor for class javax.media.rtp.event.RemoteCollisionEvent
 
RemoteEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
RemoteEvent(SessionManager) - Constructor for class javax.media.rtp.event.RemoteEvent
 
RemoteListener - Interface in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
RemoteParticipant - Interface in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
RemotePayloadChangeEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
RemotePayloadChangeEvent(SessionManager, ReceiveStream, int, int) - Constructor for class javax.media.rtp.event.RemotePayloadChangeEvent
 
remove() - Method in class net.sf.fmj.media.rtp.RTPJitterBuffer
Removes the first buffer from the queue
removeAllElements() - Method in class com.lti.utils.collections.Queue
 
removeAllPeers() - Method in interface javax.media.rtp.SessionManager
Deprecated.  
removeAllPeers() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
removeChangeListener(ChangeListener) - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.ProgressBar
Remove object as ProgressBar ChangeListener
removeChangeListener(ChangeListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.ProgressSlider
Remove a ChangeListener
removeContentPrefix(String) - Static method in class net.sf.fmj.ejmf.toolkit.install.PackageUtility
Removes a content prefix from the JMF content prefix list.
removeContentPrefix(String, boolean) - Static method in class net.sf.fmj.ejmf.toolkit.install.PackageUtility
Removes a content prefix from the JMF content prefix list.
removeControl(Control) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Remove a Control from this Controller.
removeControl(Control) - Method in class net.sf.fmj.media.AbstractControls
Remove a control object from the list of controls for this object.
removeControl(Control) - Method in class net.sf.fmj.utility.ControlCollection
Remove a Control from the list.
removeControlComponents() - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.AbstractControlPanel
Remove all control components from the Control panel container.
removeController(Controller) - Method in interface javax.media.Player
 
removeController(Controller) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Remove a Controller from the list of Controllers managed by this Player.
removeControllerListener(ControllerListener) - Method in interface javax.media.Controller
 
removeControllerListener(ControllerListener) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Remove the specified listener from this Controller's listener list.
removeControlListener(EventListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
Since different controls may have different types of listeners, each subclass should define removeControlListener to remove listener from component listener list in a type-safe way.
removeControlListener(EventListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.ActionListenerControl
Add control semantics to this Control.
removeControlListener(EventListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.ChangeListenerControl
Remove control semantics from this Control.
removeControlListener(EventListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.MouseListenerControl
Remove control semantics from this Control.
removeControlListener(EventListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardGainControl
Remove listener from both gain increase button and gain decrease button.
removeDataSinkListener(DataSinkListener) - Method in interface javax.media.DataSink
 
removeDataSinkListener(DataSinkListener) - Method in class net.sf.fmj.media.AbstractDataSink
 
removeDevice(CaptureDeviceInfo) - Static method in class javax.media.CaptureDeviceManager
 
removeDevice(CaptureDeviceInfo) - Static method in class javax.media.cdm.CaptureDeviceManager
 
removeDevice(CaptureDeviceInfo) - Method in class net.sf.fmj.registry.Registry
 
removeDownloadProgressListener(DownloadProgressListener) - Method in interface javax.media.ExtendedCachingControl
 
removeGainChangeListener(GainChangeListener) - Method in interface javax.media.GainControl
 
removeMimeType(String) - Static method in class net.sf.fmj.media.MimeManager
 
removeMimeType(String) - Method in class net.sf.fmj.media.MimeTable
 
removeMimeType(String) - Method in class net.sf.fmj.registry.Registry
 
removePeer(SessionAddress) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
removePeer(SessionAddress) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
removePlugIn(String, int) - Static method in class javax.media.pim.PlugInManager
 
removePlugIn(String, int) - Static method in class javax.media.PlugInManager
 
removePropertyChangeListener(PropertyChangeListener) - Method in class net.sf.fmj.ui.wizard.WizardModel
 
removeProtocolPrefix(String) - Static method in class net.sf.fmj.ejmf.toolkit.install.PackageUtility
Removes a protocol prefix from the JMF protocol prefix list.
removeProtocolPrefix(String, boolean) - Static method in class net.sf.fmj.ejmf.toolkit.install.PackageUtility
Removes a protocol prefix from the JMF protocol prefix list.
removeReceiveStreamListener(ReceiveStreamListener) - Method in class javax.media.rtp.RTPManager
 
removeReceiveStreamListener(ReceiveStreamListener) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
removeReceiveStreamListener(ReceiveStreamListener) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
removeRemoteListener(RemoteListener) - Method in class javax.media.rtp.RTPManager
 
removeRemoteListener(RemoteListener) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
removeRemoteListener(RemoteListener) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
removeSendStreamListener(SendStreamListener) - Method in class javax.media.rtp.RTPManager
 
removeSendStreamListener(SendStreamListener) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
removeSendStreamListener(SendStreamListener) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
removeSessionListener(SessionListener) - Method in class javax.media.rtp.RTPManager
 
removeSessionListener(SessionListener) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
removeSessionListener(SessionListener) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
removeStream(RTPStream) - Method in class net.sf.fmj.media.rtp.RTPParticipant
 
removeTarget(SessionAddress, String) - Method in class javax.media.rtp.RTPManager
 
removeTarget(SessionAddress, String) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
removeTargets(String) - Method in class javax.media.rtp.RTPManager
 
removeTargets(String) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
RENDERER - Static variable in class javax.media.PlugInManager
 
Renderer - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
RendererNode - Class in net.sf.fmj.filtergraph
A node in a filter graph for a Renderer.
RendererNode(Renderer, Format) - Constructor for class net.sf.fmj.filtergraph.RendererNode
 
replaceControlComponent(Component, Component) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.AbstractControlPanel
Remove the control component identified by c and replace it with withComponent.
replaceControlComponent(Component, int) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.AbstractControlPanel
Remove the control component at location atIndex with the component named by withComponent.
replaceSpecialJavaStringChars(String) - Static method in class net.sf.fmj.codegen.CGUtils
 
replaceSpecialUrlChars(String) - Static method in class com.lti.utils.StringUtils
 
replaceSpecialUrlChars(String, boolean) - Static method in class com.lti.utils.StringUtils
 
replaceURL(Object) - Method in class javax.media.ControllerAdapter
 
Report - Interface in javax.media.rtp.rtcp
Standard JMF class -- see this class in the JMF Javadoc.
reset() - Method in class com.t4l.jmf.JPEGDecoder
 
reset() - Method in class com.t4l.jmf.JPEGEncoder
 
RESET - Static variable in interface javax.media.Clock
 
reset() - Method in interface javax.media.PlugIn
 
reset(long) - Method in class net.sf.fmj.ejmf.toolkit.media.BasicCachingControl
Resets this BasicCachingControl.
reset() - Method in class net.sf.fmj.media.AbstractPlugIn
 
reset() - Method in class net.sf.fmj.media.codec.video.jpeg.DePacketizer
 
reset() - Method in class net.sf.fmj.media.PullSourceStreamInputStream
 
reset() - Method in class net.sf.fmj.media.renderer.audio.JavaSoundRenderer
Reset the state of the plugin.
reset() - Method in class net.sf.fmj.media.renderer.video.DiagnosticVideoRenderer
Resets the state of the plug-in.
reset() - Method in class net.sf.fmj.media.renderer.video.Java2dRenderer
Resets the state of the plug-in.
reset() - Method in class net.sf.fmj.media.SleepHelper
 
reset() - Method in class net.sf.fmj.utility.FPSCounter
 
resetBytesRecd() - Method in class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
Resets the number of bytes read
RESOURCE_UNAVAILABLE - Static variable in interface net.sf.fmj.ui.application.ContainerPlayerStatusListener
 
resourceUnavailable(ResourceUnavailableEvent) - Method in class javax.media.ControllerAdapter
 
ResourceUnavailableEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
ResourceUnavailableEvent(Controller, String) - Constructor for class javax.media.ResourceUnavailableEvent
 
ResourceUnavailableEvent(Controller) - Constructor for class javax.media.ResourceUnavailableEvent
 
ResourceUnavailableException - Exception in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
ResourceUnavailableException() - Constructor for exception javax.media.ResourceUnavailableException
 
ResourceUnavailableException(String) - Constructor for exception javax.media.ResourceUnavailableException
 
restarting(RestartingEvent) - Method in class javax.media.ControllerAdapter
 
RestartingEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
RestartingEvent(Controller, int, int, int, Time) - Constructor for class javax.media.RestartingEvent
 
restoreSpecialURLChars(String) - Static method in class com.lti.utils.StringUtils
 
resumeDownload() - Method in interface javax.media.ExtendedCachingControl
 
RETHROW_IO_EXCEPTIONS - Static variable in class javax.media.Manager
 
ReverseButton - Class in net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf
Reverse button for StandardContolPanel.
ReverseButton() - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.ReverseButton
Create a ReverseButton
RGB - Static variable in class javax.media.format.VideoFormat
 
RGBConverter - Class in com.t4l.jmf
Alternate implementation of BufferToImage.
RGBConverter() - Constructor for class com.t4l.jmf.RGBConverter
 
RGBFormat - Class in javax.media.format
Standard JMF class -- see this class in the JMF Javadoc.
RGBFormat() - Constructor for class javax.media.format.RGBFormat
 
RGBFormat(Dimension, int, Class, float, int, int, int, int) - Constructor for class javax.media.format.RGBFormat
 
RGBFormat(Dimension, int, Class, float, int, int, int, int, int, int, int, int) - Constructor for class javax.media.format.RGBFormat
 
RLE - Static variable in class javax.media.format.VideoFormat
 
RMF - Static variable in class javax.media.protocol.FileTypeDescriptor
 
RoundDown - Static variable in interface javax.media.protocol.Positionable
 
RoundNearest - Static variable in interface javax.media.protocol.Positionable
 
RoundUp - Static variable in interface javax.media.protocol.Positionable
 
RPZA - Static variable in class javax.media.format.VideoFormat
 
RTCPFeedback - Class in net.sf.fmj.media.rtp
Represents an RTCP Feedback report
RTCPFeedback(byte[], int, int) - Constructor for class net.sf.fmj.media.rtp.RTCPFeedback
Creates a new RTCP Feedback report
RTCPHandler - Class in net.sf.fmj.media.rtp
Handles incoming RTCP Packets
RTCPHandler(RTPSessionMgr) - Constructor for class net.sf.fmj.media.rtp.RTCPHandler
Creates a new RTPHandler
RTCPHeader - Class in net.sf.fmj.media.rtp
Represents and parses an RTCP header
RTCPHeader(DatagramPacket) - Constructor for class net.sf.fmj.media.rtp.RTCPHeader
Creates a new RTCPHeader
RTCPHeader(byte[], int, int) - Constructor for class net.sf.fmj.media.rtp.RTCPHeader
Creates a new RTCPHeader
RTCPPacket - Class in net.sf.fmj.media.rtp
Represents an RTCP Packet
RTCPPacket(DatagramPacket) - Constructor for class net.sf.fmj.media.rtp.RTCPPacket
Creates a new RTCPPacket
RTCPPacket(byte[], int, int) - Constructor for class net.sf.fmj.media.rtp.RTCPPacket
Creates a new RTCPPacket
RTCPPacket(RTCPHeader, byte[]) - Constructor for class net.sf.fmj.media.rtp.RTCPPacket
Creates a new RTCPPacket
RTCPReceiverReport - Class in net.sf.fmj.media.rtp
Represents an RTCP Receiver Report
RTCPReceiverReport(byte[], int, int) - Constructor for class net.sf.fmj.media.rtp.RTCPReceiverReport
Creates a new RTCPReceiverReport
RTCPReport - Class in net.sf.fmj.media.rtp
Represents an RTCP Report
RTCPReport(byte[], int, int) - Constructor for class net.sf.fmj.media.rtp.RTCPReport
Creates a new RTCPReport
RTCPSenderInfo - Class in net.sf.fmj.media.rtp
Represents the sender info part of the RTCP SR Packet
RTCPSenderInfo(byte[], int, int) - Constructor for class net.sf.fmj.media.rtp.RTCPSenderInfo
Parses an RTCP SR packet
RTCPSenderReport - Class in net.sf.fmj.media.rtp
Represents an RTCP Sender Report
RTCPSenderReport(byte[], int, int) - Constructor for class net.sf.fmj.media.rtp.RTCPSenderReport
Creates a new RTCPSenderReport
RTPAudioDataStream - Class in net.sf.fmj.media.rtp
Represents a stream sent via RTP
RTPAudioDataStream(long, Format) - Constructor for class net.sf.fmj.media.rtp.RTPAudioDataStream
Creates a new RTPDataStream
RTPBonusFormatsMgr - Class in net.sf.fmj.media.datasink.rtp
Manager for nonstandard ("bonus") RTP formats supported by FMJ.
RTPBonusFormatsMgr() - Constructor for class net.sf.fmj.media.datasink.rtp.RTPBonusFormatsMgr
 
RTPConnector - Interface in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
RTPControl - Interface in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
RTPCrypt - Class in memetic.crypto
Performs RTP Encryption using a given encryption standard
RTPCrypt(Crypt) - Constructor for class memetic.crypto.RTPCrypt
Creates a new RTPCrypt
RTPDataSource - Class in net.sf.fmj.media.rtp
Represents an RTP Data Source
RTPDataSource(long, Format) - Constructor for class net.sf.fmj.media.rtp.RTPDataSource
Creates a new RTPDataSource
RTPDataStream - Class in net.sf.fmj.media.rtp
A generic RTP Data Stream
RTPDataStream(long, Format) - Constructor for class net.sf.fmj.media.rtp.RTPDataStream
Creates a new RTPDataStream
RTPDestPanel - Class in net.sf.fmj.ui.wizards
 
RTPDestPanel() - Constructor for class net.sf.fmj.ui.wizards.RTPDestPanel
Creates new form RTPDestPanel
RTPDestPanelDescriptor - Class in net.sf.fmj.ui.wizards
 
RTPDestPanelDescriptor(RTPTransmitWizardConfig, RTPTransmitWizardResult) - Constructor for class net.sf.fmj.ui.wizards.RTPDestPanelDescriptor
 
RTPEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
RTPEvent(SessionManager) - Constructor for class javax.media.rtp.event.RTPEvent
 
RTPGlobalReceptionStats - Class in net.sf.fmj.media.rtp
Represents reception statistics
RTPGlobalReceptionStats() - Constructor for class net.sf.fmj.media.rtp.RTPGlobalReceptionStats
 
RTPGlobalTransmissionStats - Class in net.sf.fmj.media.rtp
Represents global transmission statistics
RTPGlobalTransmissionStats() - Constructor for class net.sf.fmj.media.rtp.RTPGlobalTransmissionStats
 
RTPHandler - Class in net.sf.fmj.media.rtp
Handles incoming RTP Packets
RTPHandler(RTPSessionMgr) - Constructor for class net.sf.fmj.media.rtp.RTPHandler
Creates a new RTPHandler
RTPHeader - Class in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
RTPHeader() - Constructor for class javax.media.rtp.RTPHeader
 
RTPHeader(int) - Constructor for class javax.media.rtp.RTPHeader
 
RTPHeader(boolean, int, byte[]) - Constructor for class javax.media.rtp.RTPHeader
 
RTPHeader - Class in net.sf.fmj.media.rtp
Represents the header of an RTP packet
RTPHeader(DatagramPacket) - Constructor for class net.sf.fmj.media.rtp.RTPHeader
Creates a new RTPHeader
RTPHeader(byte[], int, int) - Constructor for class net.sf.fmj.media.rtp.RTPHeader
Creates a new RTPHeader
RTPJitterBuffer - Class in net.sf.fmj.media.rtp
Implements a RTP Jitter Buffer
RTPJitterBuffer(int) - Constructor for class net.sf.fmj.media.rtp.RTPJitterBuffer
Creates a new RTPJitterBuffer
RTPLocalParticipant - Class in net.sf.fmj.media.rtp
Represents a local participant
RTPLocalParticipant(String) - Constructor for class net.sf.fmj.media.rtp.RTPLocalParticipant
Creates a new local participant
RTPManager - Class in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
RTPManager() - Constructor for class javax.media.rtp.RTPManager
 
RTPPacket - Class in net.sf.fmj.media.rtp
Represents an RTP Packet
RTPPacket(DatagramPacket) - Constructor for class net.sf.fmj.media.rtp.RTPPacket
Creates a new RTPPacket
RTPPacket(byte[], int, int) - Constructor for class net.sf.fmj.media.rtp.RTPPacket
Creates a new RTPPacket
RTPParticipant - Class in net.sf.fmj.media.rtp
Represents an RTP participant
RTPParticipant(String) - Constructor for class net.sf.fmj.media.rtp.RTPParticipant
Creates a new RTPParticipant
RTPReceivePanel - Class in net.sf.fmj.ui.dialogs
 
RTPReceivePanel() - Constructor for class net.sf.fmj.ui.dialogs.RTPReceivePanel
Creates new form RTPReceivePanel
RTPReceiveStream - Class in net.sf.fmj.media.rtp
Represents a stream received over RTP
RTPReceiveStream(DataSource, long) - Constructor for class net.sf.fmj.media.rtp.RTPReceiveStream
Creates a new RTPReceiveStream
RTPReceptionStats - Class in net.sf.fmj.media.rtp
Represents receptions statistics for a given stream
RTPReceptionStats() - Constructor for class net.sf.fmj.media.rtp.RTPReceptionStats
 
RTPRemoteParticipant - Class in net.sf.fmj.media.rtp
Represents a remote participant
RTPRemoteParticipant(String) - Constructor for class net.sf.fmj.media.rtp.RTPRemoteParticipant
Creates a new RTPRemoteParticipant
RTPSendStream - Class in net.sf.fmj.media.rtp
Represnts an RTP sending stream
RTPSendStream(long, DataSource, OutputDataStream, int, RTPLocalParticipant, int, double) - Constructor for class net.sf.fmj.media.rtp.RTPSendStream
Creates a new RTPSendStream
RTPSessionMgr - Class in net.sf.fmj.media.rtp
 
RTPSessionMgr() - Constructor for class net.sf.fmj.media.rtp.RTPSessionMgr
Creates a new RTPManager
RTPSocketAdapter - Class in net.sf.fmj.media.rtp
An implementation of RTPConnector based on UDP sockets.
RTPSocketAdapter(InetAddress, int) - Constructor for class net.sf.fmj.media.rtp.RTPSocketAdapter
Creates a new RTPSocketAdaptor with TTL 1
RTPSocketAdapter(InetAddress, int, int) - Constructor for class net.sf.fmj.media.rtp.RTPSocketAdapter
Creates a new RTPSocketAdaptor
RTPSocketAdapter(InetAddress, InetAddress, int, int) - Constructor for class net.sf.fmj.media.rtp.RTPSocketAdapter
Creates a new RTPSocketAdaptor
RTPStream - Interface in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
RTPSyncBufferMux - Class in net.sf.fmj.media.multiplexer
Intended to replace Sun's RTPSyncBufferMux, which is for multiplexing RTP streams to be transmitted, and presumably synchronizing them as well.
RTPSyncBufferMux() - Constructor for class net.sf.fmj.media.multiplexer.RTPSyncBufferMux
 
RTPTransmissionStats - Class in net.sf.fmj.media.rtp
Represents statistics for transmission
RTPTransmissionStats() - Constructor for class net.sf.fmj.media.rtp.RTPTransmissionStats
 
RTPTransmitWizard - Class in net.sf.fmj.ui.wizards
 
RTPTransmitWizard(Frame, RTPTransmitWizardConfig) - Constructor for class net.sf.fmj.ui.wizards.RTPTransmitWizard
 
rtpTransmitWizardConfig - Variable in class net.sf.fmj.ui.application.PlayerPanelPrefs
 
RTPTransmitWizardConfig - Class in net.sf.fmj.ui.wizards
Configuration of RTP transmit wizard.
RTPTransmitWizardConfig() - Constructor for class net.sf.fmj.ui.wizards.RTPTransmitWizardConfig
 
RTPTransmitWizardResult - Class in net.sf.fmj.ui.wizards
 
RTPTransmitWizardResult() - Constructor for class net.sf.fmj.ui.wizards.RTPTransmitWizardResult
 
RTPUrlParser - Class in net.sf.fmj.media.datasink.rtp
Parses JMF RTP URLs into ParsedRTPUrl.
RTPUrlParser() - Constructor for class net.sf.fmj.media.datasink.rtp.RTPUrlParser
 
RTPUrlParserException - Exception in net.sf.fmj.media.datasink.rtp
Exception thrown by RTPUrlParser.
RTPUrlParserException() - Constructor for exception net.sf.fmj.media.datasink.rtp.RTPUrlParserException
 
RTPUrlParserException(String, Throwable) - Constructor for exception net.sf.fmj.media.datasink.rtp.RTPUrlParserException
 
RTPUrlParserException(String) - Constructor for exception net.sf.fmj.media.datasink.rtp.RTPUrlParserException
 
RTPUrlParserException(Throwable) - Constructor for exception net.sf.fmj.media.datasink.rtp.RTPUrlParserException
 
RTPVideoDataStream - Class in net.sf.fmj.media.rtp
Represents a stream sent via RTP
RTPVideoDataStream(long, Format) - Constructor for class net.sf.fmj.media.rtp.RTPVideoDataStream
Creates a new RTPDataStream
RtspControl - Interface in javax.media.control
Standard JMF class -- see this class in the JMF Javadoc.
run() - Method in class com.lti.utils.synchronization.MessageDrivenThread
 
run(String[]) - Method in class net.sf.fmj.apps.transcode.FmjTranscode
 
run() - Method in class net.sf.fmj.ejmf.toolkit.media.ControllerEventQueue
Endlessly monitor the event queue.
run() - Method in class net.sf.fmj.ejmf.toolkit.media.StopTimeMonitor
Continuously monitor the controller, it's state, and it's stop time.
run() - Method in class net.sf.fmj.ejmf.toolkit.media.SyncStartThread
syncStarts the AbstractController specified in the constructor.
run() - Method in class net.sf.fmj.ejmf.toolkit.media.ThreadQueue
Monitor the thread queue.
run() - Method in class net.sf.fmj.media.protocol.javasound.SimpleAudioRecorder
Main working method.
run() - Method in class net.sf.fmj.media.rtp.RTPAudioDataStream
Sends the first packet in the queue (and all packets with the same timestamp)
run() - Method in class net.sf.fmj.media.rtp.RTPVideoDataStream
Sends the first packet in the queue (and all packets with the same timestamp)
run() - Method in class net.sf.fmj.media.rtp.SimpleSocketInputStream
 
run() - Method in class net.sf.fmj.media.rtp.SocketInputStream
Deprecated.  
run(Frame) - Static method in class net.sf.fmj.ui.application.CaptureDeviceBrowser
 
run(Frame) - Static method in class net.sf.fmj.ui.dialogs.AboutPanel
 
run(Frame) - Static method in class net.sf.fmj.ui.dialogs.RTPReceivePanel
 
run(Frame) - Static method in class net.sf.fmj.ui.dialogs.URLPanel
 
run(Frame, ObjEditor, Object, String) - Static method in class net.sf.fmj.ui.objeditor.ObjEditorOKCancelDialog
 
run() - Method in class net.sf.fmj.ui.wizards.RTPTransmitWizard
 
run() - Method in class net.sf.fmj.ui.wizards.TranscodeWizard
 

S

sampleRate - Variable in class javax.media.format.AudioFormat
 
sampleSizeInBits - Variable in class javax.media.format.AudioFormat
 
SAMPLING_RATE_16 - Static variable in interface javax.media.control.MpegAudioControl
 
SAMPLING_RATE_22_05 - Static variable in interface javax.media.control.MpegAudioControl
 
SAMPLING_RATE_24 - Static variable in interface javax.media.control.MpegAudioControl
 
SAMPLING_RATE_32 - Static variable in interface javax.media.control.MpegAudioControl
 
SAMPLING_RATE_44_1 - Static variable in interface javax.media.control.MpegAudioControl
 
SAMPLING_RATE_48 - Static variable in interface javax.media.control.MpegAudioControl
 
scale - Variable in class javax.media.SizeChangeEvent
 
SDES_CNAME - Static variable in class net.sf.fmj.media.rtp.RTCPHeader
An SDES CNAME header
SDES_EMAIL - Static variable in class net.sf.fmj.media.rtp.RTCPHeader
An SDES EMAIL header
SDES_LOC - Static variable in class net.sf.fmj.media.rtp.RTCPHeader
An SDES LOC header
SDES_NAME - Static variable in class net.sf.fmj.media.rtp.RTCPHeader
An SDES NAME header
SDES_NOTE - Static variable in class net.sf.fmj.media.rtp.RTCPHeader
An SDES NOTE header
SDES_PHONE - Static variable in class net.sf.fmj.media.rtp.RTCPHeader
An SDES PHONE header
SDES_SKIP - Static variable in class net.sf.fmj.media.rtp.RTCPHeader
The number of bytes to skip for a SDES header
SDES_TOOL - Static variable in class net.sf.fmj.media.rtp.RTCPHeader
An SDES TOOL header
sdesBytes - Variable in class net.sf.fmj.media.rtp.RTCPReport
 
secondsToNanoseconds(double) - Method in class javax.media.Time
 
seek(int) - Method in interface javax.media.control.FramePositioningControl
 
seek(long) - Method in interface javax.media.protocol.Seekable
 
seek(AVFormatLibrary.URLContext, long, int) - Method in class net.sf.fmj.ffmpeg_java.PullDataSourceCallbackURLProtocolHandler
 
Seekable - Interface in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
send(DatagramPacket) - Method in class memetic.crypto.EncryptedRTPSocket
 
SenderReport - Interface in javax.media.rtp.rtcp
Standard JMF class -- see this class in the JMF Javadoc.
SenderReportEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
SenderReportEvent(SessionManager, SenderReport) - Constructor for class javax.media.rtp.event.SenderReportEvent
 
sendRTCPPacket() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
Sends an RTCP packet, and schedules the next one
SendStream - Interface in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
SendStreamEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
SendStreamEvent(SessionManager, SendStream, Participant) - Constructor for class javax.media.rtp.event.SendStreamEvent
 
SendStreamListener - Interface in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
SEQUENCE_UNKNOWN - Static variable in class javax.media.Buffer
 
sequenceNumber - Variable in class javax.media.Buffer
 
sequenceNumber - Variable in class net.sf.fmj.filtergraph.DemuxNode
 
SerializationUtils - Class in net.sf.fmj.utility
Utilities for serializing/de-serializing objects using standard Java serialization.
SerializationUtils() - Constructor for class net.sf.fmj.utility.SerializationUtils
 
serialize(Format) - Static method in class net.sf.fmj.utility.SerializationUtils
 
serve(String, String, Properties, Properties) - Method in class fi.iki.elonen.nanohttpd.NanoHTTPD
Override this to customize the server.
serve(String, String, Properties, Properties) - Method in class net.sf.fmj.apps.mediaserver.MediaHTTPD
 
serveFile(String, Properties, File, boolean) - Method in class fi.iki.elonen.nanohttpd.NanoHTTPD
Serves file from homeDir and its' subdirectories (only).
SessionAddress - Class in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
SessionAddress(InetAddress, int) - Constructor for class javax.media.rtp.SessionAddress
 
SessionAddress(InetAddress, int, int) - Constructor for class javax.media.rtp.SessionAddress
 
SessionAddress(InetAddress, int, InetAddress, int) - Constructor for class javax.media.rtp.SessionAddress
 
SessionAddress() - Constructor for class javax.media.rtp.SessionAddress
 
SessionEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
SessionEvent(SessionManager) - Constructor for class javax.media.rtp.event.SessionEvent
 
SessionListener - Interface in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
SessionManager - Interface in javax.media.rtp
Deprecated.  
SessionManagerException - Exception in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
SessionManagerException() - Constructor for exception javax.media.rtp.SessionManagerException
 
SessionManagerException(String, Throwable) - Constructor for exception javax.media.rtp.SessionManagerException
 
SessionManagerException(String) - Constructor for exception javax.media.rtp.SessionManagerException
 
SessionManagerException(Throwable) - Constructor for exception javax.media.rtp.SessionManagerException
 
setActive(boolean) - Method in class net.sf.fmj.media.rtp.RTPParticipant
Sets the participant active or inactive
setAdvancedPrediction(boolean) - Method in interface javax.media.control.H263Control
 
setAllowPlay(boolean) - Method in class net.sf.fmj.ui.control.TransportControlState
 
setAllowStop(boolean) - Method in class net.sf.fmj.ui.control.TransportControlState
 
setAllowVolume(boolean) - Method in class net.sf.fmj.ui.control.TransportControlState
 
setArithmeticCoding(boolean) - Method in interface javax.media.control.H263Control
 
setAudioControlEnabled(boolean) - Method in class net.sf.fmj.ui.control.TransportControlPanel
 
setAudioFormat(AudioFormat) - Method in class net.sf.fmj.ui.wizards.AudioFormatPanel
 
setAudioFormatPanel(AudioFormatPanel) - Method in class net.sf.fmj.ui.wizards.TrackControlPanel
 
setAudioLayer(int) - Method in interface javax.media.control.MpegAudioControl
 
setAutoLoop(boolean) - Method in class net.sf.fmj.ui.application.ContainerPlayer
 
setBackButtonEnabled(boolean) - Method in class net.sf.fmj.ui.wizard.Wizard
Mirrors the WizardModel method of the same name.
setBitRate(int) - Method in interface javax.media.control.BitRateControl
 
setBitRate(int) - Method in interface javax.media.rtp.SendStream
 
setBitRate(int) - Method in class net.sf.fmj.media.rtp.RTPSendStream
 
setBounds(Rectangle) - Method in interface javax.media.renderer.VideoRenderer
 
setBounds(Rectangle) - Method in class net.sf.fmj.media.AbstractVideoRenderer
 
setBounds(Rectangle) - Method in class net.sf.fmj.media.renderer.video.Java2dRenderer
Set the bounds of the visual component.
setBufferLength(long) - Method in interface javax.media.control.BufferControl
 
setBufferSize(Time) - Method in interface javax.media.ExtendedCachingControl
 
setCancelButtonEnabled(boolean) - Method in class net.sf.fmj.ui.wizard.Wizard
Mirrors the WizardModel method of the same name.
setChannelLayout(int) - Method in interface javax.media.control.MpegAudioControl
 
setClosed() - Method in class com.lti.utils.synchronization.CloseableThread
to be called by the thread upon exit.
setClosing() - Method in class com.lti.utils.synchronization.CloseableThread
 
setCodecChain(Codec[]) - Method in interface javax.media.control.TrackControl
 
setComponent(Component) - Method in interface javax.media.renderer.VideoRenderer
 
setComponent(Component) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
Set the GUI component associated with this Control.
setComponent(AbstractButton) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.ActionListenerControl
Type-way to set Control Component.
setComponent(ProgressSlider) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.ChangeListenerControl
Type-safe way to set Control Component.
setComponent(AbstractButton) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.MouseListenerControl
Type-safe way to set Control Component.
setComponent(AbstractGainButtonPanel) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardGainControl
Type-safe way to set Control Component.
setComponent(Component) - Method in class net.sf.fmj.media.AbstractVideoRenderer
 
setComponent(Component) - Method in class net.sf.fmj.media.renderer.video.Java2dRenderer
Try to set the component to render to.
setComponentAndListener(Component, EventListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
Set both GUI component and control listener associated with this Control.
setComponentAndListener(AbstractButton, ActionListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.ActionListenerControl
Type-way to set Control Component and control listener.
setComponentAndListener(ProgressSlider, ChangeListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.ChangeListenerControl
Type-safe way to set Control Component and control listener.
setComponentAndListener(AbstractButton, MouseListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.MouseListenerControl
Type-safe way to set Control Component and control listener.
setComponentAndListener(AbstractGainButtonPanel, ActionListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardGainControl
Type-safe way to set Control Component and control listener.
setContainerPlayerStatusListener(ContainerPlayerStatusListener) - Method in class net.sf.fmj.ui.application.ContainerPlayer
 
setContentDescriptor(ContentDescriptor) - Method in interface javax.media.Multiplexer
 
setContentDescriptor(ContentDescriptor) - Method in interface javax.media.Processor
 
setContentDescriptor(ContentDescriptor) - Method in class net.sf.fmj.media.AbstractMultiplexer
 
setContentDescriptor(ContentDescriptor) - Method in class net.sf.fmj.media.AbstractProcessor
 
setContentLength(long) - Method in class net.sf.fmj.ejmf.toolkit.media.BasicCachingControl
Set the length of the media without reinitializing the progress bar.
setContentPrefixList(Vector) - Static method in class javax.media.PackageManager
 
setContentPrefixList(Vector) - Static method in class javax.media.pm.PackageManager
 
setContentPrefixList(List<String>) - Method in class net.sf.fmj.registry.Registry
Prefices for determining Handlers for content of particular MIME types.
setContentProgress(long) - Method in class net.sf.fmj.ejmf.toolkit.media.BasicCachingControl
Set the current progress of the media download.
setControlHostAddress(InetAddress) - Method in class javax.media.rtp.SessionAddress
 
setController(Controller) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
Associates Controller with this Control.
setControllerHook(Controller) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractGainControl
Invoked when Controller is associated with Control.
setControllerHook(Controller) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
Subclasses override and provide the guts to setControllerHook if they want to augment the the work of setController.
setControllerHook(Controller) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardGainControl
This method is called when setController is called on an AbstractListenerControl.
setControllerHook(Controller) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardGainMeterControl
This method is called when setController is called on an AbstractListenerControl.
setControllerHook(Controller) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardProgressControl
Augments setController by adding itself as as ControllerListener on the Controller and forcing operational state to false.
setControllerHook(Controller) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardReverseControl
Determine operational state of Control based on ability to support negative rate.
setControlListener(EventListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
Set the control listener associated with this Control.
setControlListener(ActionListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.ActionListenerControl
Type-way to set Control listener.
setControlListener(ChangeListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.ChangeListenerControl
Type-safe way to set Control listener.
setControlListener(MouseListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.MouseListenerControl
Type-safe way to set Control listener.
setControlListener(ActionListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardGainControl
Type-safe way to set Control listener.
setControlPanelBorder() - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.AbstractControlPanel
Set border of control panel.
setControlPanelComponent(Component) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Set the control panal Component for this AbstractPlayer.
setControlPanelLayout() - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.AbstractControlPanel
Set layout for control panel.
setControlPort(int) - Method in class javax.media.rtp.SessionAddress
 
setCurrentPanel(Object) - Method in class net.sf.fmj.ui.wizard.Wizard
Displays the panel identified by the object passed in.
setCurrentRate(float) - Method in class javax.media.protocol.RateRange
 
setData(Object) - Method in class javax.media.Buffer
 
setDataHostAddress(InetAddress) - Method in class javax.media.rtp.SessionAddress
 
setDataPort(int) - Method in class javax.media.rtp.SessionAddress
 
setDB(float) - Method in interface javax.media.GainControl
 
setDefaultFlags(int) - Static method in class net.sf.fmj.media.RegistryDefaults
 
setDescription(String) - Method in class javax.media.rtp.rtcp.SourceDescription
 
setDetailsListener(DetailsListener) - Method in class net.sf.fmj.ui.registry.EntryPanel
 
setDirection(int) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.BasicArrowButton
 
setDiscard(boolean) - Method in class javax.media.Buffer
 
setDone() - Method in class net.sf.fmj.ejmf.toolkit.media.BasicCachingControl
Indicates that the media is fully downloaded.
setDoNotSpanInputBuffers(boolean) - Method in class net.sf.fmj.media.AbstractPacketizer
 
setDownLoading(boolean) - Method in class net.sf.fmj.ejmf.toolkit.media.BasicCachingControl
Sets whether the AbstractController is downloading or not.
setDuration(long) - Method in class javax.media.Buffer
 
setEnabled(boolean) - Method in interface javax.media.control.FormatControl
 
setEnabled(boolean) - Method in interface javax.media.control.MonitorControl
 
setEnabled(boolean) - Method in interface javax.media.Track
 
setEnabled(boolean) - Method in class net.sf.fmj.media.AbstractTrack
 
setEnabledBuffering(boolean) - Method in interface javax.media.CachedStream
 
setEnabledBuffering(boolean) - Method in interface javax.media.protocol.CachedStream
 
setEnabledThreshold(boolean) - Method in interface javax.media.control.BufferControl
 
setEncryption(RTPCrypt) - Method in class memetic.crypto.EncryptedRTPSocket
Sets the current encryption on the socket
setEncryption(RTPCrypt) - Method in class net.sf.fmj.media.rtp.RTPSocketAdapter
Sets the encryption on the socket
setEOM(boolean) - Method in class javax.media.Buffer
 
setErrorCompensation(boolean) - Method in interface javax.media.control.H263Control
 
setExtension(byte[]) - Method in class javax.media.rtp.RTPHeader
 
setExtensionPresent(boolean) - Method in class javax.media.rtp.RTPHeader
 
setExtensionType(int) - Method in class javax.media.rtp.RTPHeader
 
setFastForwardButton(AbstractButton) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Set the control button for fast forwarding the player associated with this control panel.
setFastForwardButton(AbstractButton, MouseListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Set the control button for fast forwarding the player associated with this control panel.
setFlags(int) - Method in class javax.media.Buffer
 
setFormat(Format) - Method in class javax.media.Buffer
 
setFormat(Format) - Method in interface javax.media.control.FormatControl
 
setFrameRate(float) - Method in interface javax.media.control.FrameRateControl
 
setFramesBehind(float) - Method in interface javax.media.control.FrameProcessingControl
 
setGain(float) - Method in class net.sf.fmj.ui.application.ContainerPlayer
 
setGain(float) - Method in interface net.sf.fmj.ui.control.TransportControl
 
setGainButtonPanel(AbstractGainButtonPanel) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Set the control component for gain Control
setGainButtonPanel(AbstractGainButtonPanel, ActionListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Set the control component and listener semantics for gain Control
setGainControl(GainControl) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Set the GainControl for this AbstractPlayer.
setGainMeterButton(AbstractButton) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Set the control component for gain meter Control
setGainMeterButton(AbstractButton, ActionListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Set the control component and listener semantics for gain meter Control
setHeader(Object) - Method in class javax.media.Buffer
 
setHint(int, Object) - Static method in class javax.media.Manager
 
setInputFormat(Format) - Method in class com.t4l.jmf.JPEGDecoder
 
setInputFormat(Format) - Method in class com.t4l.jmf.JPEGEncoder
 
setInputFormat(Format) - Method in interface javax.media.Codec
 
setInputFormat(Format, int) - Method in interface javax.media.Multiplexer
 
setInputFormat(Format) - Method in interface javax.media.Renderer
 
setInputFormat(Format) - Method in class net.sf.fmj.media.AbstractCodec
 
setInputFormat(Format, int) - Method in class net.sf.fmj.media.AbstractMultiplexer
 
setInputFormat(Format) - Method in class net.sf.fmj.media.AbstractRenderer
 
setInputFormat(Format) - Method in class net.sf.fmj.media.codec.audio.alaw.Decoder
 
setInputFormat(Format) - Method in class net.sf.fmj.media.codec.audio.alaw.DePacketizer
 
setInputFormat(Format) - Method in class net.sf.fmj.media.codec.audio.alaw.Encoder
 
setInputFormat(Format) - Method in class net.sf.fmj.media.codec.audio.alaw.Packetizer
 
setInputFormat(Format) - Method in class net.sf.fmj.media.codec.audio.RateConverter
 
setInputFormat(Format) - Method in class net.sf.fmj.media.codec.audio.ulaw.Decoder
 
setInputFormat(Format) - Method in class net.sf.fmj.media.codec.audio.ulaw.DePacketizer
 
setInputFormat(Format) - Method in class net.sf.fmj.media.codec.audio.ulaw.Encoder
 
setInputFormat(Format) - Method in class net.sf.fmj.media.codec.audio.ulaw.Packetizer
 
setInputFormat(Format) - Method in class net.sf.fmj.media.codec.video.ImageIODecoder
 
setInputFormat(Format) - Method in class net.sf.fmj.media.codec.video.ImageIOEncoder
 
setInputFormat(Format) - Method in class net.sf.fmj.media.codec.video.ImageScaler
 
setInputFormat(Format) - Method in class net.sf.fmj.media.codec.video.jpeg.DePacketizer
 
setInputFormat(Format) - Method in class net.sf.fmj.media.codec.video.jpeg.JpegEncoder
 
setInputFormat(Format, int) - Method in class net.sf.fmj.media.multiplexer.audio.WAVMux
 
setInputFormat(Format, int) - Method in class net.sf.fmj.media.multiplexer.MultipartMixedReplaceMux
 
setInputFormat(Format, int) - Method in class net.sf.fmj.media.multiplexer.RawBufferMux
 
setInputFormat(Format, int) - Method in class net.sf.fmj.media.multiplexer.RTPSyncBufferMux
 
setInputFormat(Format) - Method in class net.sf.fmj.media.renderer.audio.JavaSoundRenderer
 
setInputFormat(Format) - Method in class net.sf.fmj.media.renderer.video.DiagnosticVideoRenderer
Set the data input format.
setInputFormat(Format) - Method in class net.sf.fmj.media.renderer.video.Java2dRenderer
Set the data input format.
setInputFormat(Format) - Method in class net.sf.fmj.media.renderer.video.JPEGRenderer
 
setInputFormat(Format) - Method in class net.sf.fmj.media.renderer.video.SimpleAWTRenderer
 
setInputFormat(Format) - Method in class net.sf.fmj.media.renderer.video.SimpleSwingRenderer
 
setKeyFrameInterval(int) - Method in interface javax.media.control.KeyFrameControl
 
setLength(int) - Method in class javax.media.Buffer
 
setLevel(float) - Method in interface javax.media.GainControl
 
setLevel(float) - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.GainMeter
Set the gain value for this GainMeter.
setLevel(float) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.GainMeterButton
Set gain level of gain meter.
setLevel(float) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardGainMeterControl
Set the level value for this GainMeter.
setListener(MessageDrivenThreadListener) - Method in class com.lti.utils.synchronization.MessageDrivenThread
 
setLocator(MediaLocator) - Method in class javax.media.protocol.DataSource
 
setLowFrequencyChannel(boolean) - Method in interface javax.media.control.MpegAudioControl
 
setMaximum(int) - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.ProgressBar
Set maximum legal value of ProgressBar.
setMaximum(int) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.ProgressSlider
Set the largest value progress slider can take on.
setMediaLocation(String, boolean) - Method in class net.sf.fmj.ui.application.ContainerPlayer
 
setMediaTime(Time) - Method in interface javax.media.Clock
 
setMediaTime(Time) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractClock
Sets the media time.
setMediaTime(Time) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Sets the media time.
setMediaTime(Time) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Sets the media time.
setMediaTime(Time) - Method in class net.sf.fmj.ui.application.ContainerPlayer
Set the current media time of the content.
setMinimalProcessing(boolean) - Method in interface javax.media.control.FrameProcessingControl
 
setMinimum(int) - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.ProgressBar
Set legal minimum value of ProgressBar.
setMinimum(int) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.ProgressSlider
Set the smallest value progress slider can take on.
setMinimumThreshold(long) - Method in interface javax.media.control.BufferControl
 
setModal(boolean) - Method in class net.sf.fmj.ui.wizard.Wizard
Sets the modality of the generated javax.swing.JDialog.
setMouseListener(MouseListener) - Method in class net.sf.fmj.ui.application.ContainerPlayer
 
setMulticastScope(int) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
setMulticastScope(int) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
setMultilingualMode(boolean) - Method in interface javax.media.control.MpegAudioControl
 
setMute(boolean) - Method in interface javax.media.GainControl
 
setMute(boolean) - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.GainMeter
Sets the mute status of the GainMeter.
setMute(boolean) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.GainMeterButton
Set mute state of button
setMute(boolean) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardGainMeterControl
Set the mute value for this GainMeter.
setMute(boolean) - Method in class net.sf.fmj.ui.application.ContainerPlayer
 
setMute(boolean) - Method in interface net.sf.fmj.ui.control.TransportControl
 
setNextFinishButtonEnabled(boolean) - Method in class net.sf.fmj.ui.wizard.Wizard
Mirrors the WizardModel method of the same name.
setNextFinishButtonIcon(Icon) - Method in class net.sf.fmj.ui.wizard.WizardModel
 
setNumTracks(int) - Method in interface javax.media.Multiplexer
 
setNumTracks(int) - Method in class net.sf.fmj.media.AbstractMultiplexer
 
setNumTracks(int) - Method in class net.sf.fmj.media.multiplexer.AbstractInputStreamMux
 
setNumTracks(int) - Method in class net.sf.fmj.media.multiplexer.AbstractStreamCopyMux
 
setNumTracks(int) - Method in class net.sf.fmj.media.multiplexer.audio.JavaSoundMux
 
setNumTracks(int) - Method in class net.sf.fmj.media.multiplexer.MultipartMixedReplaceMux
 
setNumTracks(int) - Method in class net.sf.fmj.media.multiplexer.RawBufferMux
 
setObject(T) - Method in class com.lti.utils.synchronization.SynchronizedObjectHolder
 
setObjectAndUpdateControl(Object) - Method in class net.sf.fmj.ui.dialogs.RTPReceivePanel
 
setObjectAndUpdateControl(Object) - Method in class net.sf.fmj.ui.dialogs.URLPanel
 
setObjectAndUpdateControl(Object) - Method in interface net.sf.fmj.ui.objeditor.ObjEditor
 
setOffset(int) - Method in class javax.media.Buffer
 
setOperational(boolean) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
Set the operational state of this Control.
setOperational(boolean) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardReverseControl
Set the state of the listener.
setOutputBuffer(int, Buffer) - Method in class net.sf.fmj.filtergraph.FilterGraphNode
 
setOutputFormat(Format) - Method in class com.t4l.jmf.JPEGDecoder
 
setOutputFormat(Format) - Method in class com.t4l.jmf.JPEGEncoder
 
setOutputFormat(Format) - Method in interface javax.media.Codec
 
setOutputFormat(Format) - Method in class net.sf.fmj.media.AbstractCodec
 
setOutputFormat(Format) - Method in class net.sf.fmj.media.codec.audio.alaw.Decoder
 
setOutputFormat(Format) - Method in class net.sf.fmj.media.codec.audio.alaw.DePacketizer
 
setOutputFormat(Format) - Method in class net.sf.fmj.media.codec.audio.alaw.Encoder
 
setOutputFormat(Format) - Method in class net.sf.fmj.media.codec.audio.alaw.Packetizer
 
setOutputFormat(Format) - Method in class net.sf.fmj.media.codec.audio.RateConverter
 
setOutputFormat(Format) - Method in class net.sf.fmj.media.codec.audio.ulaw.Decoder
 
setOutputFormat(Format) - Method in class net.sf.fmj.media.codec.audio.ulaw.DePacketizer
 
setOutputFormat(Format) - Method in class net.sf.fmj.media.codec.audio.ulaw.Encoder
 
setOutputFormat(Format) - Method in class net.sf.fmj.media.codec.audio.ulaw.Packetizer
 
setOutputFormat(Format) - Method in class net.sf.fmj.media.codec.video.jpeg.DePacketizer
 
setOutputLocator(MediaLocator) - Method in interface javax.media.DataSink
 
setOutputLocator(MediaLocator) - Method in class net.sf.fmj.media.AbstractDataSink
 
setPacketSize(int) - Method in interface javax.media.control.PacketSizeControl
 
setPacketSize(int) - Method in class net.sf.fmj.media.AbstractPacketizer
 
setPaintFocus(boolean) - Method in class net.sf.fmj.ui.control.FmjSlider
 
setPanelComponent(Component) - Method in class net.sf.fmj.ui.wizard.WizardPanelDescriptor
Sets the panel's component as a class that extends java.awt.Component
setPanelDescriptorIdentifier(Object) - Method in class net.sf.fmj.ui.wizard.WizardPanelDescriptor
Sets the Object-based identifier for this panel.
setParticipant(RTPParticipant) - Method in class net.sf.fmj.media.rtp.RTCPReport
 
setParticipant(RTPRemoteParticipant) - Method in class net.sf.fmj.media.rtp.RTPReceiveStream
Sets the participant
setPauseButton(AbstractButton) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Set the control button for pausing the player associated with this control panel.
setPauseButton(AbstractButton, ActionListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Set the pause button with use-supplied semantics.
setPaused(boolean) - Method in class net.sf.fmj.ejmf.toolkit.media.BasicCachingControl
Sets whether the AbstractController is paused or not.
setPBFrames(boolean) - Method in interface javax.media.control.H263Control
 
setPlayer(TransportControl) - Method in class net.sf.fmj.ui.control.TransportControlPanel
 
setPlugInList(Vector, int) - Static method in class javax.media.pim.PlugInManager
according to the docs, sets the search order.
setPlugInList(Vector, int) - Static method in class javax.media.PlugInManager
 
setPluginList(int, List<String>) - Method in class net.sf.fmj.registry.Registry
Plugin list of PluginInfo objects = { classname, inputFormats, outputFormats, pluginType};
setPorts(int) - Method in interface javax.media.control.PortControl
 
setPosition(Time, int) - Method in interface javax.media.Demultiplexer
 
setPosition(Time, int) - Method in interface javax.media.protocol.Positionable
 
setPosition(Time, int) - Method in class net.sf.fmj.ffmpeg_java.FFMPEGParser
 
setPosition(Time, int) - Method in class net.sf.fmj.media.AbstractDemultiplexer
 
setPosition(Time, int) - Method in class net.sf.fmj.media.parser.JavaSoundParser
 
setPosition(double) - Method in class net.sf.fmj.ui.application.ContainerPlayer
 
setPosition(double) - Method in interface net.sf.fmj.ui.control.TransportControl
 
setPrefetched(boolean) - Method in class net.sf.fmj.filtergraph.RendererNode
 
setPreviewFrameRate(float) - Method in interface javax.media.control.MonitorControl
 
setProgressSlider(ProgressSlider) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Set the control component for progress bar associated with this control panel.
setProgressSlider(ProgressSlider, ChangeListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Set the control component for displaying the player progress slider associated with this control panel.
setProtocolPrefixList(Vector) - Static method in class javax.media.PackageManager
 
setProtocolPrefixList(Vector) - Static method in class javax.media.pm.PackageManager
 
setProtocolPrefixList(List<String>) - Method in class net.sf.fmj.registry.Registry
Prefices for determining URL Handlers for content delivered via particular protocol.
setQuality(float) - Method in interface javax.media.control.QualityControl
 
setRate(float) - Method in interface javax.media.Clock
 
setRate(float) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractClock
Set the temporal scale factor.
setRate(float) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Set the temporal scale factor.
setRate(float) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Sets the rate.
setRate(float) - Method in class net.sf.fmj.ui.application.ContainerPlayer
 
setRate(float) - Method in interface net.sf.fmj.ui.control.TransportControl
1.0 is normal playback speed.
setRateConfiguration(RateConfiguration) - Method in interface javax.media.protocol.RateConfigureable
 
setRealizedStartedProcessor(Processor) - Method in class net.sf.fmj.ui.application.ContainerPlayer
Used in the case of things like RTP wizard, which create a player/processor explicitly.
setReceiveBufferSize(int) - Method in interface javax.media.rtp.RTPConnector
 
setReceiveBufferSize(int) - Method in class net.sf.fmj.media.rtp.RTPSocketAdapter
Set the receive buffer size of the RTP data channel.
setRenderer(Renderer) - Method in interface javax.media.control.TrackControl
 
setReport(Report) - Method in class net.sf.fmj.media.rtp.RTPReceiveStream
Sets the last report received
setReverseButton(AbstractButton) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Set the control button for reversing the player associated with this control panel.
setReverseButton(AbstractButton, MouseListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Set the control button for reversing the player associated with this control panel.
setSendBufferSize(int) - Method in interface javax.media.rtp.RTPConnector
 
setSendBufferSize(int) - Method in class net.sf.fmj.media.rtp.RTPSocketAdapter
Set the send buffer size of the RTP data channel.
setSequenceNumber(long) - Method in class javax.media.Buffer
 
setSilenceSuppression(boolean) - Method in interface javax.media.control.SilenceSuppressionControl
 
setSource(DataSource) - Method in interface javax.media.MediaHandler
 
setSource(DataSource) - Method in class net.sf.fmj.apps.mediaserver.StreamDataSink
 
setSource(DataSource) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Called by javax.media.Manager.
setSource(DataSource) - Method in class net.sf.fmj.ffmpeg_java.FFMPEGParser
 
setSource(DataSource) - Method in class net.sf.fmj.gst.media.content.unknown.Handler
 
setSource(DataSource) - Method in class net.sf.fmj.media.AbstractDemultiplexer
 
setSource(DataSource) - Method in class net.sf.fmj.media.content.unknown.Handler
 
setSource(DataSource) - Method in class net.sf.fmj.media.datasink.file.Handler
 
setSource(DataSource) - Method in class net.sf.fmj.media.datasink.rtp.Handler
 
setSource(DataSource) - Method in class net.sf.fmj.media.parser.JavaSoundParser
 
setSource(DataSource) - Method in class net.sf.fmj.media.parser.MultipartMixedReplaceParser
 
setSource(DataSource) - Method in class net.sf.fmj.media.parser.RawPullStreamParser
 
setSource(DataSource) - Method in class net.sf.fmj.media.parser.RawPushBufferParser
 
setSource(DataSource) - Method in class net.sf.fmj.theora_java.JavaOggParser
 
setSource(DataSource) - Method in class net.sf.fmj.theora_java.NativeOggParser
 
setSourceDescription(SourceDescription[]) - Method in interface javax.media.rtp.LocalParticipant
 
setSourceDescription(SourceDescription[]) - Method in interface javax.media.rtp.SendStream
 
setSourceDescription(SourceDescription[]) - Method in class net.sf.fmj.media.rtp.RTPLocalParticipant
 
setSourceDescription(SourceDescription[]) - Method in class net.sf.fmj.media.rtp.RTPSendStream
 
setStartButton(AbstractButton) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Set the control button for starting the player associated with this control panel.
setStartButton(AbstractButton, ActionListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Set the control button for starting the player associated with this control panel.
setState(int) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Set the current state of this Controller.
setStatistics(RTPReceptionStats) - Method in class net.sf.fmj.media.rtp.RTPJitterBuffer
Sets the statistics to be added to by this buffer
setStillImageTransmission(boolean) - Method in interface javax.media.control.H261Control
 
setStopButton(AbstractButton) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Set the control button for stopping the player associated with this control panel.
setStopButton(AbstractButton, ActionListener) - Method in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Set the control button for stopping the player associated with this control panel.
setStopTime(Time) - Method in interface javax.media.Clock
 
setStopTime(Time) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractClock
Set the media time at which you want the Clock to stop.
setStopTime(Time) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Sets the stop time for this AbstractController.
setStream(RTPStream) - Method in class net.sf.fmj.media.rtp.RTCPSenderReport
 
setStreamSizeLimit(long) - Method in interface javax.media.control.StreamWriterControl
 
setTargetState(int) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Set the targetState state of this Controller.
setTime(long) - Method in class net.sf.fmj.ejmf.toolkit.util.SourcedTimerEvent
Set the time of event object.
setTimeBase(TimeBase) - Method in interface javax.media.Clock
 
setTimeBase(TimeBase) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractClock
Set the TimeBase for this Clock.
setTimeBase(TimeBase) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Set the TimeBase for this Clock.
setTimeStamp(long) - Method in class javax.media.Buffer
 
setTitle(String) - Method in class net.sf.fmj.ui.registry.EntryPanel
 
setTitle(String) - Method in class net.sf.fmj.ui.wizard.Wizard
Sets the title of the generated javax.swing.JDialog.
setTrace(boolean) - Method in class net.sf.fmj.media.BufferQueueInputStream
 
setTrackListener(TrackListener) - Method in interface javax.media.Track
 
setTrackListener(TrackListener) - Method in class net.sf.fmj.media.AbstractTrack
 
setTracks(Track[]) - Method in class net.sf.fmj.filtergraph.DemuxNode
 
setTransferHandler(BufferTransferHandler) - Method in interface javax.media.protocol.PushBufferStream
 
setTransferHandler(SourceTransferHandler) - Method in interface javax.media.protocol.PushSourceStream
 
setTransferHandler(BufferTransferHandler) - Method in class net.sf.fmj.media.AsyncBufferTransferHandlerNotifier
 
setTransferHandler(SourceTransferHandler) - Method in class net.sf.fmj.media.AsyncSourceTransferHandlerNotifier
 
setTransferHandler(SourceTransferHandler) - Method in class net.sf.fmj.media.multiplexer.InputStreamPushSourceStream
 
setTransferHandler(BufferTransferHandler) - Method in class net.sf.fmj.media.protocol.rtp.LookAheadPushBufferStream
 
setTransferHandler(BufferTransferHandler) - Method in class net.sf.fmj.media.rtp.RTPDataStream
 
setTransferHandler(SourceTransferHandler) - Method in class net.sf.fmj.media.rtp.SimpleSocketInputStream
 
setTransferHandler(SourceTransferHandler) - Method in class net.sf.fmj.media.rtp.SocketInputStream
Deprecated.  
setTransportControlListener(TransportControlListener) - Method in class net.sf.fmj.ui.application.ContainerPlayer
 
setTransportControlListener(TransportControlListener) - Method in interface net.sf.fmj.ui.control.TransportControl
 
setUnrestrictedVector(boolean) - Method in interface javax.media.control.H263Control
 
setValue(boolean) - Method in class com.lti.utils.synchronization.SynchronizedBoolean
 
setValue(int) - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.ProgressBar
Set current value of ProgressBar.
setValue(int) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.ProgressSlider
Get current value of sprogress bar.
setValue(long) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardProgressControl
Position slider based on mediaTime
setVisualComponent(Component) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Set the visual Component for this AbstractPlayer.
setZeroTrap(boolean) - Method in class net.sf.fmj.media.codec.audio.ulaw.MuLawEncoderUtil
 
SHORT_ARRAY - Static variable in class net.sf.fmj.utility.FormatArgUtils
 
shortArray - Static variable in class javax.media.Format
 
shortArray - Static variable in class net.sf.fmj.utility.FormatUtils
 
shortArrToByteArr(short[], byte[], boolean) - Static method in class net.java.sip.communicator.impl.media.codec.audio.Utils
The result array must be twice as the input one.
shortToBytes(short, boolean) - Static method in class net.java.sip.communicator.impl.media.codec.audio.Utils
Get a pair of bytes representing a short value.
showControls(Controller) - Static method in class net.sf.fmj.ejmf.toolkit.util.Utility
Displays each Control not currently being shown.
showDocument(Object) - Method in class javax.media.ControllerAdapter
 
showError(Component, Throwable) - Static method in class net.sf.fmj.ui.utils.ErrorDialog
 
showError(Component, String) - Static method in class net.sf.fmj.ui.utils.ErrorDialog
 
showError(Throwable) - Method in class net.sf.fmj.ui.wizard.WizardPanelDescriptor
 
showError(String) - Method in class net.sf.fmj.ui.wizard.WizardPanelDescriptor
 
showModalDialog() - Method in class net.sf.fmj.ui.wizard.Wizard
Convienence method that displays a modal wizard dialog and blocks until the dialog has completed.
SIGNED - Static variable in class javax.media.format.AudioFormat
 
signed - Variable in class javax.media.format.AudioFormat
 
SIGNED - Static variable in class net.sf.fmj.utility.FormatArgUtils
 
SilenceSuppressionControl - Interface in javax.media.control
Standard JMF class -- see this class in the JMF Javadoc.
SimpleAudioRecorder - Class in net.sf.fmj.media.protocol.javasound
SimpleAudioRecorder Recording to an audio file (simple version) Purpose Records audio data and stores it in a file.
SimpleAudioRecorder(TargetDataLine, AudioFileFormat.Type, File) - Constructor for class net.sf.fmj.media.protocol.javasound.SimpleAudioRecorder
 
SimpleAWTRenderer - Class in net.sf.fmj.media.renderer.video
The simplest possible AWT Renderer.
SimpleAWTRenderer() - Constructor for class net.sf.fmj.media.renderer.video.SimpleAWTRenderer
 
SimpleSocketInputStream - Class in net.sf.fmj.media.rtp
A DatagramSocket Input Stream Adapter
SimpleSocketInputStream(DatagramSocket) - Constructor for class net.sf.fmj.media.rtp.SimpleSocketInputStream
Creates a new SocketInputStream
SimpleSwingRenderer - Class in net.sf.fmj.media.renderer.video
The simplest possible Swing Renderer.
SimpleSwingRenderer() - Constructor for class net.sf.fmj.media.renderer.video.SimpleSwingRenderer
 
SINGLE_CHANNEL - Static variable in interface javax.media.control.MpegAudioControl
 
size() - Method in class com.lti.utils.collections.Queue
 
size() - Method in class com.lti.utils.synchronization.ProducerConsumerQueue
 
size - Variable in class javax.media.format.VideoFormat
 
SIZE - Static variable in class net.sf.fmj.media.rtp.RTCPFeedback
The size of a feedback report in bytes
SIZE - Static variable in class net.sf.fmj.media.rtp.RTCPHeader
The size of the header in bytes
SIZE - Static variable in class net.sf.fmj.media.rtp.RTCPSenderInfo
The size of the sender info
SIZE - Static variable in class net.sf.fmj.media.rtp.RTPHeader
The size of the RTP Header
size() - Method in class net.sf.fmj.media.rtp.RTPJitterBuffer
Returns the current number of elements on the queue
sizeChange(SizeChangeEvent) - Method in class javax.media.ControllerAdapter
 
SizeChangeEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
SizeChangeEvent(Controller, int, int, float) - Constructor for class javax.media.SizeChangeEvent
 
sizeLimit() - Method in class com.lti.utils.synchronization.ProducerConsumerQueue
 
skin - Variable in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.AbstractControlPanel
 
skin - Variable in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
 
Skin - Interface in net.sf.fmj.ejmf.toolkit.gui.controls
 
SkinTwo - Class in net.sf.fmj.ejmf.toolkit.gui.controls.skins.two
 
SkinTwo() - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.skins.two.SkinTwo
 
skip(int) - Method in interface javax.media.control.FramePositioningControl
 
skip(long) - Method in class net.sf.fmj.media.PullSourceStreamInputStream
 
sleep(long) - Method in class net.sf.fmj.media.SleepHelper
 
SleepHelper - Class in net.sf.fmj.media
Helps calculate and sleep based on buffer timestamps; useful for rendering media at the correct rate.
SleepHelper() - Constructor for class net.sf.fmj.media.SleepHelper
 
SLIDER_THUMB_HORIZ - Static variable in class net.sf.fmj.ui.images.Images
 
SLIDER_THUMB_VERT - Static variable in class net.sf.fmj.ui.images.Images
 
SMC - Static variable in class javax.media.format.VideoFormat
 
SocketInputStream - Class in net.sf.fmj.media.rtp
Deprecated. not used.
SocketInputStream(DatagramSocket) - Constructor for class net.sf.fmj.media.rtp.SocketInputStream
Deprecated. Creates a new SocketInputStream
SocketOutputStream - Class in net.sf.fmj.media.rtp
An output Datagram Socket for JMF
SocketOutputStream(DatagramSocket, InetAddress, int) - Constructor for class net.sf.fmj.media.rtp.SocketOutputStream
Creates a new SocketOutputStream
SOURCE_DESC_CNAME - Static variable in class javax.media.rtp.rtcp.SourceDescription
 
SOURCE_DESC_EMAIL - Static variable in class javax.media.rtp.rtcp.SourceDescription
 
SOURCE_DESC_LOC - Static variable in class javax.media.rtp.rtcp.SourceDescription
 
SOURCE_DESC_NAME - Static variable in class javax.media.rtp.rtcp.SourceDescription
 
SOURCE_DESC_NOTE - Static variable in class javax.media.rtp.rtcp.SourceDescription
 
SOURCE_DESC_PHONE - Static variable in class javax.media.rtp.rtcp.SourceDescription
 
SOURCE_DESC_PRIV - Static variable in class javax.media.rtp.rtcp.SourceDescription
 
SOURCE_DESC_TOOL - Static variable in class javax.media.rtp.rtcp.SourceDescription
 
SourceCloneable - Interface in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
SourceDescription - Class in javax.media.rtp.rtcp
Standard JMF class -- see this class in the JMF Javadoc.
SourceDescription(int, String, int, boolean) - Constructor for class javax.media.rtp.rtcp.SourceDescription
 
sourceDescriptions - Variable in class net.sf.fmj.media.rtp.RTCPReport
 
sourceDescriptions - Variable in class net.sf.fmj.media.rtp.RTPParticipant
 
SourcedTimer - Class in net.sf.fmj.ejmf.toolkit.util
The SourcedTimer class implements a timer dependent on a named source.
SourcedTimer(TimeSource) - Constructor for class net.sf.fmj.ejmf.toolkit.util.SourcedTimer
Create a SourcedTimer for the given source using default granularity.
SourcedTimer(TimeSource, Timer) - Constructor for class net.sf.fmj.ejmf.toolkit.util.SourcedTimer
Create a SourcedTimer for the given source.
SourcedTimer(TimeSource, int) - Constructor for class net.sf.fmj.ejmf.toolkit.util.SourcedTimer
Create a SourcedTimer for the given source with the specified granularity.
SourcedTimerEvent - Class in net.sf.fmj.ejmf.toolkit.util
This event is sent by a SourcedTimer to its listeners in response from a 'tick' by the SourcedTimer's base timer.
SourcedTimerEvent(Object, long) - Constructor for class net.sf.fmj.ejmf.toolkit.util.SourcedTimerEvent
Event constructor.
SourcedTimerListener - Interface in net.sf.fmj.ejmf.toolkit.util
Implemented by those class that need to informed of time events from a SourcedTimer.
sources - Variable in class net.sf.fmj.media.protocol.file.DataSource
 
sources - Variable in class net.sf.fmj.media.protocol.httpauth.DataSource
 
sources - Variable in class net.sf.fmj.media.protocol.URLDataSource
 
SourceStream - Interface in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
SourceTransferHandler - Interface in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
SPEAKER - Static variable in interface javax.media.control.PortControl
 
specified(Object) - Static method in class net.sf.fmj.utility.FormatUtils
 
specified(int) - Static method in class net.sf.fmj.utility.FormatUtils
 
specified(float) - Static method in class net.sf.fmj.utility.FormatUtils
 
specified(double) - Static method in class net.sf.fmj.utility.FormatUtils
 
SPEEX - Static variable in class net.java.sip.communicator.impl.media.codec.Constants
 
SPEEX_RTP - Static variable in class net.java.sip.communicator.impl.media.codec.Constants
 
SPEEX_RTP - Static variable in class net.sf.fmj.media.BonusAudioFormatEncodings
 
SPEEX_RTP_INDEX - Static variable in class net.sf.fmj.media.datasink.rtp.RTPBonusFormatsMgr
 
ssrc - Variable in class net.sf.fmj.media.rtp.RTPDataStream
 
ssrc - Static variable in class net.sf.fmj.media.rtp.RTPSessionMgr
 
SSRC_UNSPEC - Static variable in interface javax.media.rtp.SessionManager
Deprecated.  
SSRCInUseException - Exception in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
SSRCInUseException() - Constructor for exception javax.media.rtp.SSRCInUseException
 
SSRCInUseException(String, Throwable) - Constructor for exception javax.media.rtp.SSRCInUseException
 
SSRCInUseException(String) - Constructor for exception javax.media.rtp.SSRCInUseException
 
SSRCInUseException(Throwable) - Constructor for exception javax.media.rtp.SSRCInUseException
 
StandardControlPanel - Class in net.sf.fmj.ejmf.toolkit.gui.controlpanel
StandardControlPanel extends JPanel and arranges the standard controls in a left-to-right fashion using FlowLayout and add(Component, index) Setters are defined that allow the user to change the visual component associated with any control.
StandardControlPanel(Player) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Build a StandardControlPanel with all of the default controls.
StandardControlPanel(Player, int) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
Build a StandardControlPanel designating which controls are desired.
StandardControlPanel(Skin, Player) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
 
StandardControlPanel(Skin, Player, int) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controlpanel.StandardControlPanel
 
StandardFastForwardControl - Class in net.sf.fmj.ejmf.toolkit.gui.controls
 
StandardFastForwardControl(Skin, Controller, float) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.StandardFastForwardControl
Create StandardFastForwardControl.
StandardFastForwardControl(Skin, Controller) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.StandardFastForwardControl
Create StandardFastForwardControl.
StandardFastForwardControl(Skin) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.StandardFastForwardControl
Create StandardFastForwardControl.
StandardGainControl - Class in net.sf.fmj.ejmf.toolkit.gui.controls
Gain Control for Standard Control Panel.
StandardGainControl(Skin, Controller) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.StandardGainControl
Create a StandardGainControl and associate it with a Controller.
StandardGainControl(Skin) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.StandardGainControl
Create a StandardGainControl
StandardGainMeterControl - Class in net.sf.fmj.ejmf.toolkit.gui.controls
Gain meter Control for StandardControlPanel.
StandardGainMeterControl(Skin, Controller) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.StandardGainMeterControl
Create a StandardGainMeterControl and associate it with a Controller.
StandardGainMeterControl(Skin) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.StandardGainMeterControl
Create a StandardGainMeterControl
StandardPauseControl - Class in net.sf.fmj.ejmf.toolkit.gui.controls
Pause Control for StandardControlPanel.
StandardPauseControl(Skin, Controller) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.StandardPauseControl
Create a StandardPauseControl and associate it with a Controller.
StandardPauseControl(Skin) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.StandardPauseControl
Create a StandardPauseControl
StandardProgressControl - Class in net.sf.fmj.ejmf.toolkit.gui.controls
Progress slider for StandardControlPanel.
StandardProgressControl(Skin, Controller) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.StandardProgressControl
 
StandardProgressControl(Skin) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.StandardProgressControl
 
StandardReverseControl - Class in net.sf.fmj.ejmf.toolkit.gui.controls
Reverse Control for StandardControlPanel.
StandardReverseControl(Skin) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.StandardReverseControl
 
StandardReverseControl(Skin, Controller) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.StandardReverseControl
 
StandardStartControl - Class in net.sf.fmj.ejmf.toolkit.gui.controls
 
StandardStartControl(Skin, Controller) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.StandardStartControl
 
StandardStartControl(Skin) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.StandardStartControl
 
StandardStopControl - Class in net.sf.fmj.ejmf.toolkit.gui.controls
 
StandardStopControl(Skin) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.StandardStopControl
 
StandardStopControl(Skin, Controller) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.StandardStopControl
 
start(StartEvent) - Method in class javax.media.ControllerAdapter
 
start() - Method in interface javax.media.DataSink
 
start() - Method in interface javax.media.Demultiplexer
 
start() - Method in interface javax.media.Player
 
start() - Method in interface javax.media.protocol.CaptureDevice
 
start() - Method in class javax.media.protocol.DataSource
 
start() - Method in interface javax.media.Renderer
 
start() - Method in interface javax.media.rtp.SendStream
 
start() - Method in class net.sf.fmj.apps.mediaserver.StreamDataSink
 
start() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Start the player on a new thread.
start() - Method in class net.sf.fmj.ejmf.toolkit.util.SourcedTimer
Start the timer.
start() - Method in class net.sf.fmj.ffmpeg_java.FFMPEGParser
 
start() - Method in class net.sf.fmj.filtergraph.DemuxNode
 
start() - Method in class net.sf.fmj.filtergraph.FilterGraphNode
 
start(FilterGraphNode) - Static method in class net.sf.fmj.filtergraph.FilterGraphProcessor
 
start() - Method in class net.sf.fmj.filtergraph.RendererNode
 
start() - Method in class net.sf.fmj.media.AbstractDemultiplexer
 
start() - Method in class net.sf.fmj.media.AbstractRenderer
 
start() - Method in class net.sf.fmj.media.datasink.file.Handler
 
start() - Method in class net.sf.fmj.media.datasink.rtp.Handler
 
start() - Method in class net.sf.fmj.media.multiplexer.InputStreamPushDataSource
 
start() - Method in class net.sf.fmj.media.multiplexer.StreamCopyPushDataSource
 
start() - Method in class net.sf.fmj.media.parser.JavaSoundParser
 
start() - Method in class net.sf.fmj.media.parser.MultipartMixedReplaceParser
 
start() - Method in class net.sf.fmj.media.parser.RawPullStreamParser
 
start() - Method in class net.sf.fmj.media.parser.RawPushBufferParser
 
start() - Method in class net.sf.fmj.media.protocol.civil.DataSource
 
start() - Method in class net.sf.fmj.media.protocol.file.DataSource
 
start() - Method in class net.sf.fmj.media.protocol.httpauth.DataSource
 
start() - Method in class net.sf.fmj.media.protocol.javasound.DataSource
 
start() - Method in class net.sf.fmj.media.protocol.javasound.SimpleAudioRecorder
Starts the recording.
start() - Method in class net.sf.fmj.media.protocol.rtp.DataSource
 
start() - Method in class net.sf.fmj.media.protocol.URLDataSource
 
start() - Method in class net.sf.fmj.media.renderer.audio.JavaSoundRenderer
Start the rendering process
start() - Method in class net.sf.fmj.media.renderer.video.DiagnosticVideoRenderer
Renderer implementation
start() - Method in class net.sf.fmj.media.renderer.video.Java2dRenderer
Start the renderer.
start() - Method in class net.sf.fmj.media.rtp.RTPDataSource
 
start() - Method in class net.sf.fmj.media.rtp.RTPSendStream
 
start() - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
Starts the sending of RTCP packets
start() - Method in class net.sf.fmj.theora_java.JavaOggParser
 
start() - Method in class net.sf.fmj.theora_java.NativeOggParser
 
start() - Method in class net.sf.fmj.ui.application.ContainerPlayer
 
start() - Method in interface net.sf.fmj.ui.control.TransportControl
 
StartButton - Class in net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf
Start button for StandardContolPanel.
StartButton() - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.StartButton
Create a StartButton
StartButton - Class in net.sf.fmj.ejmf.toolkit.gui.controls.skins.two
 
StartButton() - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.skins.two.StartButton
 
Started - Static variable in interface javax.media.Controller
 
STARTED - Static variable in interface net.sf.fmj.ui.application.ContainerPlayerStatusListener
 
StartEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
StartEvent(Controller, int, int, int, Time, Time) - Constructor for class javax.media.StartEvent
 
startReaderThread() - Method in class net.sf.fmj.media.codec.InputStreamReader
 
startSession(SessionAddress, int, EncryptionInfo) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
startSession(SessionAddress, SessionAddress, SessionAddress, EncryptionInfo) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
startSession(int, EncryptionInfo) - Method in interface javax.media.rtp.SessionManager
Deprecated.  
startSession(SessionAddress, int, EncryptionInfo) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
startSession(SessionAddress, SessionAddress, SessionAddress, EncryptionInfo) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
startSession(int, EncryptionInfo) - Method in class net.sf.fmj.media.rtp.RTPSessionMgr
 
stateToString(int) - Static method in class net.sf.fmj.ejmf.toolkit.util.Utility
Convert a Controller state to a string
StateWaiter - Class in net.sf.fmj.ejmf.toolkit.util
The StateWaiter class provides routines to allow the current thread to wait for a Controller to reach a particular state.
StateWaiter(Controller) - Constructor for class net.sf.fmj.ejmf.toolkit.util.StateWaiter
Construct a StateWaiter object for the given Controller
status - Variable in class fi.iki.elonen.nanohttpd.NanoHTTPD.Response
HTTP status code after processing, e.g.
step1_createProcessorAndSetUrl(ProcessorWizardConfig) - Method in class net.sf.fmj.ui.wizards.ProcessorWizardResult
config.url must be set
step2_setContentDescriptor(ProcessorWizardConfig) - Method in class net.sf.fmj.ui.wizards.ProcessorWizardResult
config.contentDescriptor must be set
step3_setTrackConfigs(ProcessorWizardConfig) - Method in class net.sf.fmj.ui.wizards.ProcessorWizardResult
config.trackConfigs must be set
step4_setDestUrlAndStart(ProcessorWizardConfig) - Method in class net.sf.fmj.ui.wizards.ProcessorWizardResult
config.desturl must be set
stillImageTransmission - Variable in class javax.media.format.H261Format
 
stop() - Method in interface javax.media.Clock
 
stop(StopEvent) - Method in class javax.media.ControllerAdapter
 
stop() - Method in interface javax.media.DataSink
 
stop() - Method in interface javax.media.Demultiplexer
 
stop() - Method in interface javax.media.protocol.CaptureDevice
 
stop() - Method in class javax.media.protocol.DataSource
 
stop() - Method in interface javax.media.Renderer
 
stop() - Method in interface javax.media.rtp.SendStream
 
stop() - Method in class net.sf.fmj.apps.mediaserver.StreamDataSink
 
stop() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractClock
Stop the Clock.
stop() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Stop Controller on current thread and post a StopByRequestEvent.
stop() - Method in class net.sf.fmj.ejmf.toolkit.util.SourcedTimer
Stop the timer.
stop() - Method in class net.sf.fmj.filtergraph.DemuxNode
 
stop() - Method in class net.sf.fmj.filtergraph.FilterGraphNode
 
stop(FilterGraphNode) - Static method in class net.sf.fmj.filtergraph.FilterGraphProcessor
 
stop() - Method in class net.sf.fmj.filtergraph.RendererNode
 
stop() - Method in class net.sf.fmj.media.AbstractDemultiplexer
 
stop() - Method in class net.sf.fmj.media.AbstractRenderer
 
stop() - Method in class net.sf.fmj.media.datasink.file.Handler
 
stop() - Method in class net.sf.fmj.media.datasink.rtp.Handler
 
stop() - Method in class net.sf.fmj.media.multiplexer.InputStreamPushDataSource
 
stop() - Method in class net.sf.fmj.media.multiplexer.StreamCopyPushDataSource
 
stop() - Method in class net.sf.fmj.media.parser.RawPullStreamParser
 
stop() - Method in class net.sf.fmj.media.parser.RawPushBufferParser
 
stop() - Method in class net.sf.fmj.media.protocol.civil.DataSource
 
stop() - Method in class net.sf.fmj.media.protocol.file.DataSource
 
stop() - Method in class net.sf.fmj.media.protocol.httpauth.DataSource
 
stop() - Method in class net.sf.fmj.media.protocol.javasound.DataSource
 
stop() - Method in class net.sf.fmj.media.protocol.rtp.DataSource
 
stop() - Method in class net.sf.fmj.media.protocol.URLDataSource
 
stop() - Method in class net.sf.fmj.media.renderer.audio.JavaSoundRenderer
Stop the rendering process.
stop() - Method in class net.sf.fmj.media.renderer.video.DiagnosticVideoRenderer
 
stop() - Method in class net.sf.fmj.media.renderer.video.Java2dRenderer
Stop the renderer.
stop() - Method in class net.sf.fmj.media.rtp.RTPDataSource
 
stop() - Method in class net.sf.fmj.media.rtp.RTPSendStream
 
stop() - Method in class net.sf.fmj.ui.application.ContainerPlayer
 
stop() - Method in interface net.sf.fmj.ui.control.TransportControl
 
stopAtTime(StopAtTimeEvent) - Method in class javax.media.ControllerAdapter
 
stopAtTime() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Stop Controller on current thread and post a StopAtTimeEvent.
StopAtTimeEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
StopAtTimeEvent(Controller, int, int, int, Time) - Constructor for class javax.media.StopAtTimeEvent
 
StopButton - Class in net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf
 
StopButton() - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.StopButton
Create a StopButton
StopButton - Class in net.sf.fmj.ejmf.toolkit.gui.controls.skins.two
 
StopButton() - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.skins.two.StopButton
 
stopByRequest(StopByRequestEvent) - Method in class javax.media.ControllerAdapter
 
StopByRequestEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
StopByRequestEvent(Controller, int, int, int, Time) - Constructor for class javax.media.StopByRequestEvent
 
stopController() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Stop the controller.
StopEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
StopEvent(Controller, int, int, int, Time) - Constructor for class javax.media.StopEvent
 
stopInRestart() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Stop Controller on current thread and post a RestartingEvent.
STOPPED - Static variable in interface net.sf.fmj.ui.application.ContainerPlayerStatusListener
 
stopRecording() - Method in class net.sf.fmj.media.protocol.javasound.SimpleAudioRecorder
Stops the recording.
stopThreads() - Method in class net.sf.fmj.ejmf.toolkit.media.ThreadQueue
Stop the currently running thread and any threads queued to run.
stopTimeChange(StopTimeChangeEvent) - Method in class javax.media.ControllerAdapter
 
StopTimeChangeEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
StopTimeChangeEvent(Controller, Time) - Constructor for class javax.media.StopTimeChangeEvent
 
StopTimeMonitor - Class in net.sf.fmj.ejmf.toolkit.media
This class provides a thread to stop an AbstractController when its stop time is reached.
StopTimeMonitor(AbstractController, String) - Constructor for class net.sf.fmj.ejmf.toolkit.media.StopTimeMonitor
Constructs a StopTimeMonitor for the given AbstractController.
StopTimeSetError - Error in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
StopTimeSetError() - Constructor for error javax.media.StopTimeSetError
 
StopTimeSetError(String) - Constructor for error javax.media.StopTimeSetError
 
stream - Variable in class javax.media.protocol.InputSourceStream
 
StreamClosedEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
StreamClosedEvent(SessionManager, SendStream) - Constructor for class javax.media.rtp.event.StreamClosedEvent
 
StreamCopyPushDataSource - Class in net.sf.fmj.media.multiplexer
PushDataSource implemented by copying streams.
StreamCopyPushDataSource(ContentDescriptor, int, InputStream[], Format[]) - Constructor for class net.sf.fmj.media.multiplexer.StreamCopyPushDataSource
 
StreamDataSink - Class in net.sf.fmj.apps.mediaserver
Data sink that writes its output to an arbitrary OutputStream.
StreamDataSink(OutputStream) - Constructor for class net.sf.fmj.apps.mediaserver.StreamDataSink
 
StreamMappedEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
StreamMappedEvent(SessionManager, ReceiveStream, Participant) - Constructor for class javax.media.rtp.event.StreamMappedEvent
 
StreamPipe - Class in net.sf.fmj.media.multiplexer
A way of converting an output stream to an input stream.
StreamPipe() - Constructor for class net.sf.fmj.media.multiplexer.StreamPipe
 
StreamWriterControl - Interface in javax.media.control
Standard JMF class -- see this class in the JMF Javadoc.
strideUV - Variable in class javax.media.format.YUVFormat
 
strideY - Variable in class javax.media.format.YUVFormat
 
stringEncodingCodeVal(String) - Static method in class net.sf.fmj.utility.FormatUtils
 
StringUtils - Class in com.lti.utils
String utilties.
StringUtils() - Constructor for class com.lti.utils.StringUtils
 
SUPPRESS_TRACK_READ - Static variable in class net.sf.fmj.filtergraph.FilterGraphProcessor
 
SVIDEO - Static variable in interface javax.media.control.PortControl
 
SynchronizedBoolean - Class in com.lti.utils.synchronization
Useful class for setting a flag between threads.
SynchronizedBoolean() - Constructor for class com.lti.utils.synchronization.SynchronizedBoolean
 
SynchronizedBoolean(boolean) - Constructor for class com.lti.utils.synchronization.SynchronizedBoolean
 
SynchronizedObjectHolder<T> - Class in com.lti.utils.synchronization
 
SynchronizedObjectHolder() - Constructor for class com.lti.utils.synchronization.SynchronizedObjectHolder
 
SynchronizedObjectHolder(T) - Constructor for class com.lti.utils.synchronization.SynchronizedObjectHolder
 
synchronousConfigure() - Method in class net.sf.fmj.media.AbstractProcessor
 
synchronousPrefetch() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Realize the AbstractController synchronously.
synchronousRealize() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
Realize the AbstractController synchronously.
synchronousStart() - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractPlayer
Start the AbstractPlayer ASAP.
synchronousSyncStart(Time) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
SyncStart the AbstractController synchronously at the previously-specified time-base start time.
syncStart(Time) - Method in interface javax.media.Clock
 
syncStart(Time) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractClock
syncStart the AbstractClock at the previously- specified time-base start time.
syncStart(Time) - Method in class net.sf.fmj.ejmf.toolkit.media.AbstractController
SyncStart Controller on new thread.
SyncStartThread - Class in net.sf.fmj.ejmf.toolkit.media
Provides a thread to asynchronously SyncStart the given AbstractController.
SyncStartThread(AbstractController, Time) - Constructor for class net.sf.fmj.ejmf.toolkit.media.SyncStartThread
Construct a SyncStartThread for the given AbstractController.
SystemTimeBase - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
SystemTimeBase() - Constructor for class javax.media.SystemTimeBase
 

T

tell() - Method in interface javax.media.protocol.Seekable
 
THIRD_PARTY - Static variable in class net.sf.fmj.media.RegistryDefaults
Third-party (not JMF or FMJ) registry entries.
ThreadQueue - Class in net.sf.fmj.ejmf.toolkit.media
The ThreadQueue class provides a mechanism to run threads serially.
ThreadQueue(String) - Constructor for class net.sf.fmj.ejmf.toolkit.media.ThreadQueue
Constructs a ThreadQueue.
THREE_CHANNELS_2_1 - Static variable in interface javax.media.control.MpegAudioControl
 
THREE_CHANNELS_3_0 - Static variable in interface javax.media.control.MpegAudioControl
 
threshold - Variable in class net.sf.fmj.media.rtp.RTPDataStream
 
Time - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
Time(long) - Constructor for class javax.media.Time
 
Time(double) - Constructor for class javax.media.Time
 
TIME_UNKNOWN - Static variable in class javax.media.Buffer
 
TIME_UNKNOWN - Static variable in interface javax.media.control.FramePositioningControl
 
TIME_UNKNOWN - Static variable in class javax.media.Time
 
TIME_UNKNOWN - Static variable in interface javax.media.Track
 
TimeBase - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
TimeDisplayControl - Class in net.sf.fmj.ejmf.toolkit.gui.controls
A read-only Control that displays media time.
TimeDisplayControl(Controller) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.TimeDisplayControl
Create a TimeDisplayControl for displaying the current media time of the Controller passed as an argument.
TimeDisplayControl(Controller, SourcedTimer) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.TimeDisplayControl
Create a TimeDisplayControl for displaying the current media time of the Controller passed as an argument.
TimeoutEvent - Class in javax.media.rtp.event
Standard JMF class -- see this class in the JMF Javadoc.
TimeoutEvent(SessionManager, Participant, ReceiveStream, boolean) - Constructor for class javax.media.rtp.event.TimeoutEvent
 
timer - Variable in class net.sf.fmj.media.rtp.RTPDataStream
 
timerUpdate(SourcedTimerEvent) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.StandardProgressControl
This method implements the SourcedTimerListener interface.
timerUpdate(SourcedTimerEvent) - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.TimeDisplayControl
Respond to 'tick' from SourcedTimer.
timerUpdate(SourcedTimerEvent) - Method in interface net.sf.fmj.ejmf.toolkit.util.SourcedTimerListener
Called in response to a SourcedTimer event
timerUpdate(SourcedTimerEvent) - Method in class net.sf.fmj.ui.application.ContainerPlayer
This method implements the SourcedTimerListener interface.
TimeSource - Interface in net.sf.fmj.ejmf.toolkit.util
Implemented by classes that will provide a time value.
timeStamp - Variable in class javax.media.Buffer
 
TIMESTAMP_KEY - Static variable in class net.sf.fmj.media.multiplexer.MultipartMixedReplaceMux
 
TIMESTAMP_KEY - Static variable in class net.sf.fmj.media.parser.MultipartMixedReplaceParser
 
toBytes() - Method in class net.sf.fmj.media.codec.video.jpeg.JpegRTPHeader
 
toExternalForm() - Method in class javax.media.MediaLocator
 
toHexLiteral(int) - Static method in class net.sf.fmj.codegen.CGUtils
 
toLiteral(byte[]) - Static method in class net.sf.fmj.codegen.CGUtils
 
toLiteral(int[]) - Static method in class net.sf.fmj.codegen.CGUtils
 
toLiteral(float) - Static method in class net.sf.fmj.codegen.CGUtils
 
toLiteral(long) - Static method in class net.sf.fmj.codegen.CGUtils
 
toLiteral(int) - Static method in class net.sf.fmj.codegen.CGUtils
 
toLiteral(double) - Static method in class net.sf.fmj.codegen.CGUtils
 
toLiteral(String) - Static method in class net.sf.fmj.codegen.CGUtils
 
toLiteral(Dimension) - Static method in class net.sf.fmj.codegen.MediaCGUtils
 
toNameDotClass(Class) - Static method in class net.sf.fmj.codegen.CGUtils
 
toString() - Method in class javax.media.CachingControlEvent
 
toString() - Method in class javax.media.CaptureDeviceInfo
 
toString() - Method in class javax.media.ControllerErrorEvent
 
toString() - Method in class javax.media.ControllerEvent
 
toString() - Method in class javax.media.datasink.DataSinkEvent
 
toString() - Method in class javax.media.DurationUpdateEvent
 
toString() - Method in class javax.media.format.AudioFormat
 
toString() - Method in class javax.media.format.H261Format
 
toString() - Method in class javax.media.format.H263Format
 
toString() - Method in class javax.media.format.JPEGFormat
 
toString() - Method in class javax.media.format.RGBFormat
 
toString() - Method in class javax.media.Format
 
toString() - Method in class javax.media.format.VideoFormat
 
toString() - Method in class javax.media.format.YUVFormat
 
toString() - Method in class javax.media.MediaLocator
 
toString() - Method in class javax.media.MediaTimeSetEvent
 
toString() - Method in class javax.media.protocol.ContentDescriptor
 
toString() - Method in class javax.media.protocol.FileTypeDescriptor
 
toString() - Method in class javax.media.RateChangeEvent
 
toString() - Method in class javax.media.rtp.event.RTPEvent
 
toString() - Method in class javax.media.rtp.SessionAddress
 
toString() - Method in class javax.media.StartEvent
 
toString() - Method in class javax.media.StopEvent
 
toString() - Method in class javax.media.StopTimeChangeEvent
 
toString() - Method in class javax.media.TransitionEvent
 
toString() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.AbstractListenerControl
 
toString() - Method in class net.sf.fmj.media.codec.video.jpeg.JpegRTPHeader
 
toString() - Method in class net.sf.fmj.media.datasink.rtp.ParsedRTPUrl
 
toString() - Method in class net.sf.fmj.media.datasink.rtp.ParsedRTPUrlElement
 
toString() - Method in class net.sf.fmj.media.format.GIFFormat
 
toString() - Method in class net.sf.fmj.media.format.PNGFormat
 
toString() - Method in class net.sf.fmj.media.rtp.RTCPSenderInfo
 
toString(Format) - Static method in class net.sf.fmj.utility.FormatArgUtils
 
toString() - Method in class net.sf.fmj.utility.FPSCounter
 
TRACE - Static variable in class net.sf.fmj.ffmpeg_java.PullDataSourceCallbackURLProtocolHandler
 
traceClone(Format, Format) - Static method in class net.sf.fmj.codegen.FormatTraceUtils
 
traceEquals(Format, Format, boolean) - Static method in class net.sf.fmj.codegen.FormatTraceUtils
 
traceIntersects(Format, Format, Format) - Static method in class net.sf.fmj.codegen.FormatTraceUtils
 
traceMatches(Format, Format, boolean) - Static method in class net.sf.fmj.codegen.FormatTraceUtils
 
traceRelax(Format, Format) - Static method in class net.sf.fmj.codegen.FormatTraceUtils
 
Track - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
TrackConfig - Class in net.sf.fmj.ui.wizards
 
TrackConfig() - Constructor for class net.sf.fmj.ui.wizards.TrackConfig
 
TrackConfig(boolean, Format) - Constructor for class net.sf.fmj.ui.wizards.TrackConfig
 
trackConfigs - Variable in class net.sf.fmj.ui.wizards.ProcessorWizardConfig
 
TrackControl - Interface in javax.media.control
Standard JMF class -- see this class in the JMF Javadoc.
TrackControlPanel - Class in net.sf.fmj.ui.wizards
 
TrackControlPanel() - Constructor for class net.sf.fmj.ui.wizards.TrackControlPanel
Creates new form TrackControlPanel
TrackInputStream - Class in net.sf.fmj.media
Implements InputStream by wrapping a Track.
TrackInputStream(Track) - Constructor for class net.sf.fmj.media.TrackInputStream
 
TrackListener - Interface in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
TranscodeWizard - Class in net.sf.fmj.ui.wizards
 
TranscodeWizard(Frame, TranscodeWizardConfig) - Constructor for class net.sf.fmj.ui.wizards.TranscodeWizard
 
transcodeWizardConfig - Variable in class net.sf.fmj.ui.application.PlayerPanelPrefs
 
TranscodeWizardConfig - Class in net.sf.fmj.ui.wizards
 
TranscodeWizardConfig() - Constructor for class net.sf.fmj.ui.wizards.TranscodeWizardConfig
 
TranscodeWizardResult - Class in net.sf.fmj.ui.wizards
 
TranscodeWizardResult() - Constructor for class net.sf.fmj.ui.wizards.TranscodeWizardResult
 
transferData(PushBufferStream) - Method in interface javax.media.protocol.BufferTransferHandler
 
transferData(PushSourceStream) - Method in interface javax.media.protocol.SourceTransferHandler
 
transferData(PushSourceStream) - Method in class net.sf.fmj.media.rtp.RTCPHandler
 
transferData(PushSourceStream) - Method in class net.sf.fmj.media.rtp.RTPHandler
 
transferData(PushSourceStream) - Method in class net.sf.fmj.media.rtp.RTPSendStream
 
transferData(PushBufferStream) - Method in class net.sf.fmj.media.rtp.RTPSendStream
 
transition(TransitionEvent) - Method in class javax.media.ControllerAdapter
 
TransitionEvent - Class in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
TransitionEvent(Controller, int, int, int) - Constructor for class javax.media.TransitionEvent
 
TransmissionStats - Interface in javax.media.rtp
Standard JMF class -- see this class in the JMF Javadoc.
TransportControl - Interface in net.sf.fmj.ui.control
Abstraction of a player/controller for use by the TransportControlPanel.
TransportControlListener - Interface in net.sf.fmj.ui.control
Allows TransportControlPanel to listen to state changes of a TransportControl.
TransportControlPanel - Class in net.sf.fmj.ui.control
 
TransportControlPanel() - Constructor for class net.sf.fmj.ui.control.TransportControlPanel
This method initializes
TransportControlState - Class in net.sf.fmj.ui.control
 
TransportControlState() - Constructor for class net.sf.fmj.ui.control.TransportControlState
 
TRIPLE_DES - Static variable in class javax.media.rtp.EncryptionInfo
 
TRUE - Static variable in class javax.media.Format
 
TRUESPEECH - Static variable in class javax.media.format.AudioFormat
 
ttl - Variable in class net.sf.fmj.media.datasink.rtp.ParsedRTPUrlElement
 
TV_TUNER - Static variable in interface javax.media.control.PortControl
 
TWO_CHANNELS_DUAL - Static variable in interface javax.media.control.MpegAudioControl
 
TWO_CHANNELS_STEREO - Static variable in interface javax.media.control.MpegAudioControl
 
TYPE - Static variable in class memetic.crypto.AESCrypt
The AES encryption type
TYPE - Static variable in class memetic.crypto.DESCrypt
The DES encryption type
type - Variable in class net.sf.fmj.media.datasink.rtp.ParsedRTPUrlElement
 
type - Variable in class net.sf.fmj.utility.PlugInInfo
 
TYPE_CAPTURE_DEVICE - Static variable in class net.sf.fmj.ui.registry.EntryPanel
 
TYPE_CODEC - Static variable in class net.sf.fmj.ui.registry.EntryPanel
 
TYPE_CONTENT - Static variable in class net.sf.fmj.ui.registry.EntryPanel
 
TYPE_DEMUX - Static variable in class net.sf.fmj.ui.registry.EntryPanel
 
TYPE_EFFECT - Static variable in class net.sf.fmj.ui.registry.EntryPanel
 
TYPE_MIME_TYPES - Static variable in class net.sf.fmj.ui.registry.EntryPanel
 
TYPE_MUX - Static variable in class net.sf.fmj.ui.registry.EntryPanel
 
TYPE_PROTOCOL - Static variable in class net.sf.fmj.ui.registry.EntryPanel
 
TYPE_RENDERER - Static variable in class net.sf.fmj.ui.registry.EntryPanel
 

U

uByteToInt(byte) - Static method in class com.lti.utils.UnsignedUtils
 
uByteToInt(byte) - Static method in class net.sf.fmj.codegen.CGUtils
 
UINT_TO_LONG_CONVERT - Static variable in class net.sf.fmj.media.rtp.RTPHeader
Unsigned int to long conversion mask
uIntToLong(int) - Static method in class com.lti.utils.UnsignedUtils
 
ULAW - Static variable in class javax.media.format.AudioFormat
 
ULAW_RTP - Static variable in class javax.media.format.AudioFormat
 
UNKNOWN_CONTENT_NAME - Static variable in class javax.media.Manager
 
Unrealized - Static variable in interface javax.media.Controller
 
unRegisterAll(int) - Static method in class net.sf.fmj.media.RegistryDefaults
 
unRegisterContentPrefixList(int) - Static method in class net.sf.fmj.media.RegistryDefaults
 
unRegisterPlugins(int) - Static method in class net.sf.fmj.media.RegistryDefaults
 
unRegisterProtocolPrefixList(int) - Static method in class net.sf.fmj.media.RegistryDefaults
 
unrestrictedVector - Variable in class javax.media.format.H263Format
 
UNSIGNED - Static variable in class javax.media.format.AudioFormat
 
UNSIGNED - Static variable in class net.sf.fmj.utility.FormatArgUtils
 
UnsignedUtils - Class in com.lti.utils
Because java does not support unsigned types, a collection of useful functions for treating types as unsigned.
UnsupportedFormatException - Exception in javax.media.format
Standard JMF class -- see this class in the JMF Javadoc.
UnsupportedFormatException(Format) - Constructor for exception javax.media.format.UnsupportedFormatException
 
UnsupportedFormatException(String, Format) - Constructor for exception javax.media.format.UnsupportedFormatException
 
UnsupportedPlugInException - Exception in javax.media
Standard JMF class -- see this class in the JMF Javadoc.
UnsupportedPlugInException() - Constructor for exception javax.media.UnsupportedPlugInException
 
UnsupportedPlugInException(String) - Constructor for exception javax.media.UnsupportedPlugInException
 
update(ReceiveStreamEvent) - Method in interface javax.media.rtp.ReceiveStreamListener
 
update(RemoteEvent) - Method in interface javax.media.rtp.RemoteListener
 
update(SendStreamEvent) - Method in interface javax.media.rtp.SendStreamListener
 
update(SessionEvent) - Method in interface javax.media.rtp.SessionListener
 
updateView() - Method in interface net.sf.fmj.ejmf.toolkit.gui.controls.GainMeter
Force redraw of the gain meter button
updateView() - Method in class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.GainMeterButton
Redraws GainMeter GUI component as necessary in response to change in gain value.
url - Variable in class net.sf.fmj.ui.wizards.ProcessorWizardConfig
 
URLDataSource - Class in javax.media.protocol
Standard JMF class -- see this class in the JMF Javadoc.
URLDataSource() - Constructor for class javax.media.protocol.URLDataSource
 
URLDataSource(URL) - Constructor for class javax.media.protocol.URLDataSource
 
URLDataSource - Class in net.sf.fmj.media.protocol
URL DataSource.
URLDataSource() - Constructor for class net.sf.fmj.media.protocol.URLDataSource
 
URLDataSource(URL) - Constructor for class net.sf.fmj.media.protocol.URLDataSource
 
URLPanel - Class in net.sf.fmj.ui.dialogs
 
URLPanel() - Constructor for class net.sf.fmj.ui.dialogs.URLPanel
Creates new form URLPanel
URLUtils - Class in net.sf.fmj.utility
URL utilities.
USE_FF_CONTROL - Static variable in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.AbstractControlPanel
Value for fast forward control
USE_GAIN_CONTROL - Static variable in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.AbstractControlPanel
Value for volume control.
USE_GAINMETER_CONTROL - Static variable in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.AbstractControlPanel
Value for volume meter/mute control
USE_PAUSE_CONTROL - Static variable in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.AbstractControlPanel
Value for pause button control.
USE_PROGRESS_CONTROL - Static variable in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.AbstractControlPanel
Value for progress bar control.
USE_REVERSE_CONTROL - Static variable in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.AbstractControlPanel
Value for reverse button control.
USE_START_CONTROL - Static variable in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.AbstractControlPanel
Value for start button control.
USE_STOP_CONTROL - Static variable in class net.sf.fmj.ejmf.toolkit.gui.controlpanel.AbstractControlPanel
Value for stop button control.
UserSettingsPanel - Class in net.sf.fmj.ui.registry
 
UserSettingsPanel() - Constructor for class net.sf.fmj.ui.registry.UserSettingsPanel
This is the default constructor
uShortToInt(short) - Static method in class com.lti.utils.UnsignedUtils
 
Utility - Class in net.sf.fmj.ejmf.toolkit.util
Static utilites for common JMF routines From the book: Essential JMF, Gordon, Talley (ISBN 0130801046).
Utility() - Constructor for class net.sf.fmj.ejmf.toolkit.util.Utility
 
Utils - Class in net.java.sip.communicator.impl.media.codec.audio
 
Utils() - Constructor for class net.java.sip.communicator.impl.media.codec.audio.Utils
 

V

validateAndUpdateObj() - Method in class net.sf.fmj.ui.dialogs.RTPReceivePanel
 
validateAndUpdateObj() - Method in class net.sf.fmj.ui.dialogs.URLPanel
 
validateAndUpdateObj() - Method in interface net.sf.fmj.ui.objeditor.ObjEditor
 
validateInteger(JComboBox, JLabel) - Method in class net.sf.fmj.ui.objeditor.ComponentValidator
 
validateInteger(JTextField, JLabel) - Method in class net.sf.fmj.ui.objeditor.ComponentValidator
 
validateNotEmpty(JTextField, JLabel) - Method in class net.sf.fmj.ui.objeditor.ComponentValidator
 
validateNotEmpty(JComboBox, JLabel) - Method in class net.sf.fmj.ui.objeditor.ComponentValidator
 
VALUE_NOT_SET - Static variable in class javax.media.rtp.RTPHeader
 
VERSION - Static variable in class net.sf.fmj.media.rtp.RTCPHeader
The current RTP version
VERSION - Static variable in class net.sf.fmj.media.rtp.RTPHeader
The current RTP Header Version
VIDEO - Static variable in class net.sf.fmj.media.datasink.rtp.ParsedRTPUrlElement
 
VideoFormat - Class in javax.media.format
Standard JMF class -- see this class in the JMF Javadoc.
VideoFormat(String) - Constructor for class javax.media.format.VideoFormat
 
VideoFormat(String, Dimension, int, Class, float) - Constructor for class javax.media.format.VideoFormat
 
videoFormatClass - Static variable in class net.sf.fmj.utility.FormatUtils
 
VideoRenderer - Interface in javax.media.renderer
Standard JMF class -- see this class in the JMF Javadoc.
VisualContainer - Interface in javax.media.renderer
Standard JMF class -- see this class in the JMF Javadoc.
VIVO - Static variable in class javax.media.protocol.FileTypeDescriptor
 
VolumeControlButton - Class in net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf
VolumeControlButton allows creation of a small upward or downward pointing arrow for use as a volume control.
VolumeControlButton(int) - Constructor for class net.sf.fmj.ejmf.toolkit.gui.controls.skins.ejmf.VolumeControlButton
Create a VolumeControlButton.
VOXWAREAC10 - Static variable in class javax.media.format.AudioFormat
 
VOXWAREAC16 - Static variable in class javax.media.format.AudioFormat
 
VOXWAREAC20 - Static variable in class javax.media.format.AudioFormat
 
VOXWAREAC8 - Static variable in class javax.media.format.AudioFormat
 
VOXWAREMETASOUND - Static variable in class javax.media.format.AudioFormat
 
VOXWAREMETAVOICE - Static variable in class javax.media.format.AudioFormat
 
VOXWARERT29H - Static variable in class javax.media.format.AudioFormat
 
VOXWARETQ40 - Static variable in class javax.media.format.AudioFormat
 
VOXWARETQ60 - Static variable in class javax.media.format.AudioFormat
 
VOXWAREVR12 - Static variable in class javax.media.format.AudioFormat
 
VOXWAREVR18 - Static variable in class javax.media.format.AudioFormat
 

W

waitUntil(boolean) - Method in class com.lti.utils.synchronization.SynchronizedBoolean
 
waitUntil(boolean, int) - Method in class com.lti.utils.synchronization.SynchronizedBoolean
 
waitUntilClosed() - Method in class com.lti.utils.synchronization.CloseableThread
 
waitUntilEmpty() - Method in class com.lti.utils.synchronization.ProducerConsumerQueue
 
waitUntilFinished() - Method in class net.sf.fmj.media.multiplexer.StreamCopyPushDataSource
 
waitUntilNotEmpty() - Method in class com.lti.utils.synchronization.ProducerConsumerQueue
 
waitUntilNotEmpty(long) - Method in class com.lti.utils.synchronization.ProducerConsumerQueue
 
waitUntilNotNull() - Method in class com.lti.utils.synchronization.SynchronizedObjectHolder
 
waitUntilNotNull(int) - Method in class com.lti.utils.synchronization.SynchronizedObjectHolder
 
WAVE - Static variable in class javax.media.protocol.FileTypeDescriptor
 
WAVMux - Class in net.sf.fmj.media.multiplexer.audio
WAV audio multiplexer.
WAVMux() - Constructor for class net.sf.fmj.media.multiplexer.audio.WAVMux
 
width - Variable in class javax.media.SizeChangeEvent
 
willReadBlock() - Method in class javax.media.protocol.InputSourceStream
 
willReadBlock() - Method in interface javax.media.protocol.PullBufferStream
 
willReadBlock() - Method in interface javax.media.protocol.PullSourceStream
 
willReadBytesBlock(long, int) - Method in interface javax.media.CachedStream
 
willReadBytesBlock(int) - Method in interface javax.media.CachedStream
 
willReadBytesBlock(long, int) - Method in interface javax.media.protocol.CachedStream
 
willReadBytesBlock(int) - Method in interface javax.media.protocol.CachedStream
 
windowClosing(WindowEvent) - Method in class net.sf.fmj.ui.wizard.Wizard
If the user presses the close box on the dialog's window, treat it as a cancel.
Wizard - Class in net.sf.fmj.ui.wizard
Adapted Robert Eckstein's sample at http://java.sun.com/developer/technicalArticles/GUI/swing/wizard/ This class implements a basic wizard dialog, where the programmer can insert one or more Components to act as panels.
Wizard(Dialog) - Constructor for class net.sf.fmj.ui.wizard.Wizard
This method accepts a java.awt.Dialog object as the javax.swing.JDialog's parent.
Wizard(Frame) - Constructor for class net.sf.fmj.ui.wizard.Wizard
This method accepts a java.awt.Frame object as the javax.swing.JDialog's parent.
WizardController - Class in net.sf.fmj.ui.wizard
Adapted Robert Eckstein's sample at http://java.sun.com/developer/technicalArticles/GUI/swing/wizard/ This class is responsible for reacting to events generated by pushing any of the three buttons, 'Next', 'Previous', and 'Cancel.' Based on what button is pressed, the controller will update the model to show a new panel and reset the state of the buttons as necessary.
WizardController(Wizard) - Constructor for class net.sf.fmj.ui.wizard.WizardController
This constructor accepts a reference to the Wizard component that created it, which it uses to update the button components and access the WizardModel.
WizardModel - Class in net.sf.fmj.ui.wizard
Adapted Robert Eckstein's sample at http://java.sun.com/developer/technicalArticles/GUI/swing/wizard/ The model for the Wizard component, which tracks the text, icons, and enabled state of each of the buttons, as well as the current panel that is displayed.
WizardModel() - Constructor for class net.sf.fmj.ui.wizard.WizardModel
Default constructor.
WizardPanelDescriptor - Class in net.sf.fmj.ui.wizard
Adapted Robert Eckstein's sample at http://java.sun.com/developer/technicalArticles/GUI/swing/wizard/ A base descriptor class used to reference a Component panel for the Wizard, as well as provide general rules as to how the panel should behave.
WizardPanelDescriptor() - Constructor for class net.sf.fmj.ui.wizard.WizardPanelDescriptor
Default constructor.
WizardPanelDescriptor(Object, Component) - Constructor for class net.sf.fmj.ui.wizard.WizardPanelDescriptor
Constructor which accepts both the Object-based identifier and a reference to the Component class which makes up the panel.
WizardPanelNotFoundException - Exception in net.sf.fmj.ui.wizard
Adapted Robert Eckstein's sample at http://java.sun.com/developer/technicalArticles/GUI/swing/wizard/
WizardPanelNotFoundException() - Constructor for exception net.sf.fmj.ui.wizard.WizardPanelNotFoundException
 
WizardStepException - Exception in net.sf.fmj.ui.wizards
Exception with an (ideally) human-readable message, as a result of processing a wizard step.
WizardStepException() - Constructor for exception net.sf.fmj.ui.wizards.WizardStepException
 
WizardStepException(String, Throwable) - Constructor for exception net.sf.fmj.ui.wizards.WizardStepException
 
WizardStepException(String) - Constructor for exception net.sf.fmj.ui.wizards.WizardStepException
 
WizardStepException(Throwable) - Constructor for exception net.sf.fmj.ui.wizards.WizardStepException
 
write(byte[], int, int) - Method in interface javax.media.rtp.OutputDataStream
 
write(AVFormatLibrary.URLContext, Pointer, int) - Method in class net.sf.fmj.ffmpeg_java.PullDataSourceCallbackURLProtocolHandler
 
write(InputStream, OutputStream, AudioFormat) - Method in class net.sf.fmj.media.multiplexer.audio.JavaSoundMux
 
write(InputStream, OutputStream, AudioFormat) - Method in class net.sf.fmj.media.multiplexer.audio.WAVMux
 
write(InputStream, OutputStream, int) - Method in class net.sf.fmj.media.multiplexer.StreamCopyPushDataSource
 
write(byte[], int, int) - Method in class net.sf.fmj.media.rtp.SocketOutputStream
 
write(Writer) - Method in class net.sf.fmj.ui.application.PlayerPanelPrefs
Write the registry data to the Writer.
writeJPEG(BufferedImage, byte[]) - Static method in class com.t4l.jmf.JPEGEncoder
 
writeStringToFile(String, String) - Static method in class net.sf.fmj.utility.IOUtils
 

X

XOR - Static variable in class javax.media.rtp.EncryptionInfo
 

Y

YUV - Static variable in class javax.media.format.VideoFormat
 
YUV_111 - Static variable in class javax.media.format.YUVFormat
 
YUV_411 - Static variable in class javax.media.format.YUVFormat
 
YUV_420 - Static variable in class javax.media.format.YUVFormat
 
YUV_422 - Static variable in class javax.media.format.YUVFormat
 
YUV_SIGNED - Static variable in class javax.media.format.YUVFormat
 
YUV_YUYV - Static variable in class javax.media.format.YUVFormat
 
YUV_YVU9 - Static variable in class javax.media.format.YUVFormat
 
YUVFormat - Class in javax.media.format
Standard JMF class -- see this class in the JMF Javadoc.
YUVFormat() - Constructor for class javax.media.format.YUVFormat
 
YUVFormat(int) - Constructor for class javax.media.format.YUVFormat
 
YUVFormat(Dimension, int, Class, float, int, int, int, int, int, int) - Constructor for class javax.media.format.YUVFormat
 
yuvType - Variable in class javax.media.format.YUVFormat
 

_

_defaultGran - Static variable in class net.sf.fmj.ejmf.toolkit.util.SourcedTimer
How often in milliseconds the baseTimer triggers

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 _