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.protocol.CachedStream
Aborts a read if it is in progress.
actionPerformed(ActionEvent) - Method in class javax.media.bean.playerbean.MediaPlayerMediaLocationEditor
Determines which controls have had the specified action performed and acts accordingly.
ActiveReceiveStreamEvent - class javax.media.rtp.event.ActiveReceiveStreamEvent.
Informs the SessionListener that data packets/RTCP packets have commenced arriving after having stopped arriving.
ActiveReceiveStreamEvent(SessionManager, Participant, ReceiveStream) - Constructor for class javax.media.rtp.event.ActiveReceiveStreamEvent
 
ActiveSendStreamEvent - class javax.media.rtp.event.ActiveSendStreamEvent.
Informs the RTPSendStreamListener that data packets/RTCP packets have started arriving after having stopped arriving.
ActiveSendStreamEvent(SessionManager, Participant, SendStream) - Constructor for class javax.media.rtp.event.ActiveSendStreamEvent
 
addController(Controller) - Method in interface javax.media.Player
Tells the Player to assume control of another Controller.
addController(Controller) - Method in class javax.media.bean.playerbean.MediaPlayer
 
addControllerListener(ControllerListener) - Method in interface javax.media.Controller
Specifies a ControllerListener to which this Controller will send events.
addControllerListener(ControllerListener) - Method in class javax.media.bean.playerbean.MediaPlayer
 
addDataSinkListener(DataSinkListener) - Method in interface javax.media.DataSink
Adds an event listener for events generated by this DataSink.
addDevice(CaptureDeviceInfo) - Static method in class javax.media.CaptureDeviceManager
Adds a CaptureDeviceInfo object for a new capture device to the list of devices maintained by the CaptureDeviceManager.
addDownloadProgressListener(DownloadProgressListener, int) - Method in interface javax.media.ExtendedCachingControl
 
addFormat(Format, int) - Method in class javax.media.rtp.RTPManager
This method is used to add a dynamic payload to format mapping to the RTPManager.
addFormat(Format, int) - Method in interface javax.media.rtp.RTPControl
This method is used to add a dynamic payload ---> Format mapping in the RTPSessionManager.
addFormat(Format, int) - Method in interface javax.media.rtp.SessionManager
Deprecated. This method is used to add a dynamic payload ---> Format mapping in the SessionManager.
addGainChangeListener(GainChangeListener) - Method in interface javax.media.GainControl
Register for gain change update events.
addPeer(SessionAddress) - Method in interface javax.media.rtp.SessionManager
Deprecated. Adds a peer to the list of peers.
addPlugIn(String, Format[], Format[], int) - Static method in class javax.media.PlugInManager
Registers a new plug-in.
addPropertyChangeListener(PropertyChangeListener) - Method in class javax.media.bean.playerbean.MediaPlayerMediaLocationEditor
Registers a listener for the PropertyChangeEvent .
addPropertyChangeListener(PropertyChangeListener) - Method in class javax.media.bean.playerbean.MediaPlayer
Adds a PropertyChangeListener to the listener list.
addReceiveStreamListener(ReceiveStreamListener) - Method in class javax.media.rtp.RTPManager
Adds a ReceiveStreamListener.
addReceiveStreamListener(ReceiveStreamListener) - Method in interface javax.media.rtp.SessionManager
Deprecated. Adds a ReceiveStreamListener.
addRemoteListener(RemoteListener) - Method in class javax.media.rtp.RTPManager
Adds a RemoteListener to the session.
addRemoteListener(RemoteListener) - Method in interface javax.media.rtp.SessionManager
Deprecated. Adds a RemoteListener to the session.
addSendStreamListener(SendStreamListener) - Method in class javax.media.rtp.RTPManager
Adds a SendStreamListener.
addSendStreamListener(SendStreamListener) - Method in interface javax.media.rtp.SessionManager
Deprecated. Adds a SendStreamListener.
addSessionListener(SessionListener) - Method in class javax.media.rtp.RTPManager
Adds a SessionListener.
addSessionListener(SessionListener) - Method in interface javax.media.rtp.SessionManager
Deprecated. Adds a SessionListener.
addTarget(SessionAddress) - Method in class javax.media.rtp.RTPManager
This method opens the session, causing RTCP reports to be generated and callbacks to be made through the SessionListener interface.
advancedPrediction - Variable in class javax.media.format.H263Format
Indicates if advanced prediction is used.
AIFF - Static variable in class javax.media.protocol.FileTypeDescriptor
AIFF content type
ALAW - Static variable in class javax.media.format.AudioFormat
 
ANY_PORT - Static variable in class javax.media.rtp.SessionAddress
 
ApplicationEvent - class javax.media.rtp.event.ApplicationEvent.
Event which informs the RTP listener that an RTCP 'APP' packet has been received.
ApplicationEvent(SessionManager, Participant, ReceiveStream, int, String, byte[]) - Constructor for class javax.media.rtp.event.ApplicationEvent
 
arithmeticCoding - Variable in class javax.media.format.H263Format
Indicates if arithmetic coding is used.
audioDeviceUnavailable(AudioDeviceUnavailableEvent) - Method in class javax.media.ControllerAdapter
 
AudioDeviceUnavailableEvent - class javax.media.AudioDeviceUnavailableEvent.
An AudioDeviceUnavailableEvent indicates that the Controller could not fetch the audio device.
AudioDeviceUnavailableEvent(Controller) - Constructor for class javax.media.AudioDeviceUnavailableEvent
Constructs an event for the specified controller.
AudioFormat - class javax.media.format.AudioFormat.
Encapsulates format information for audio data.
AudioFormat(String) - Constructor for class javax.media.format.AudioFormat
Constructs an AudioFormat with the specified encoding type.
AudioFormat(String, double, int, int) - Constructor for class javax.media.format.AudioFormat
Constructs an AudioFormat with the specified attributes.
AudioFormat(String, double, int, int, int, int) - Constructor for class javax.media.format.AudioFormat
Constructs an AudioFormat with the specified attributes.
AudioFormat(String, double, int, int, int, int, int, double, Class) - Constructor for class javax.media.format.AudioFormat
Constructs an AudioFormat with the specified attributes.

B

BadHeaderException - exception javax.media.BadHeaderException.
A BadHeaderException is thrown by a Demultiplexer when getTracks is invoked and the header information is incomplete or inconsistent.
BadHeaderException() - Constructor for class javax.media.BadHeaderException
Creates a simple exception object.
BadHeaderException(String) - Constructor for class javax.media.BadHeaderException
Creates an exception object with a specific reason.
BASIC_AUDIO - Static variable in class javax.media.protocol.FileTypeDescriptor
Basic Audio (.au) content type
BIG_ENDIAN - Static variable in class javax.media.format.RGBFormat
 
BIG_ENDIAN - Static variable in class javax.media.format.AudioFormat
 
BitRateControl - interface javax.media.control.BitRateControl.
This interface is a Control for specifying the parameters for bit rate.
bitsPerPixel - Variable in class javax.media.format.RGBFormat
The number of bits required to represent a pixel, including all three color components.
blueMask - Variable in class javax.media.format.RGBFormat
Mask value for the Blue component.
blueValues - Variable in class javax.media.format.IndexedColorFormat
 
Buffer - class javax.media.Buffer.
A Buffer is a media-data container that carries media data from one processing stage to the next inside of a Player or Processor.
BUFFER_PROCESSED_FAILED - Static variable in interface javax.media.PlugIn
The input Buffer could not be handled.
BUFFER_PROCESSED_OK - Static variable in interface javax.media.PlugIn
The input Buffer was converted successfully to output.
Buffer() - Constructor for class javax.media.Buffer
 
BufferControl - interface javax.media.control.BufferControl.
 
BufferToImage - class javax.media.util.BufferToImage.
This is a utility class to convert a video Buffer object to an AWT Image object that you can then render using AWT methods.
BufferToImage(VideoFormat) - Constructor for class javax.media.util.BufferToImage
Instantiates a Buffer to Image conversion object for the specified format.
BufferTransferHandler - interface javax.media.protocol.BufferTransferHandler.
Implements the callback from a PushBufferStream.
ByeEvent - class javax.media.rtp.event.ByeEvent.
Informs the RTP listener that an RTCP 'BYE' indication has been received.
ByeEvent(SessionManager, Participant, ReceiveStream, String, boolean) - Constructor for class javax.media.rtp.event.ByeEvent
 
byteArray - Static variable in class javax.media.Format
The data object required by the Format is a byte array.

C

CachedStream - interface javax.media.protocol.CachedStream.
This interface is implemented by a SourceStream that caches downloaded data for fast delivery to the handler.
CACHING - Static variable in class javax.media.Manager
Boolean hint to turn on/off the use of playback caching.
CachingControl - interface javax.media.CachingControl.
CachingControl is an interface supported by Players that are capable of reporting download progress.
cachingControl(CachingControlEvent) - Method in class javax.media.ControllerAdapter
 
CachingControlEvent - class javax.media.CachingControlEvent.
This event is generated by a Controller that supports the CachingControl interface.
CachingControlEvent(Controller, CachingControl, long) - Constructor for class javax.media.CachingControlEvent
Construct a CachingControlEvent from the required elements.
CannotRealizeException - exception javax.media.CannotRealizeException.
A CannotRealizeException is thrown when Manager cannot realize a Player or Processor via the createRealizedPlayer and createRealizedProcessor calls.
CannotRealizeException() - Constructor for class javax.media.CannotRealizeException
 
CannotRealizeException(String) - Constructor for class javax.media.CannotRealizeException
 
CaptureDevice - interface javax.media.protocol.CaptureDevice.
CaptureDevice is the interface for all capture devices.
CaptureDeviceInfo - class javax.media.CaptureDeviceInfo.
A CaptureDeviceInfo object contains information about a particular capture device.
CaptureDeviceInfo() - Constructor for class javax.media.CaptureDeviceInfo
Constructs a CaptureDeviceInfo object with null attributes.
CaptureDeviceInfo(String, MediaLocator, Format[]) - Constructor for class javax.media.CaptureDeviceInfo
Constructs a CaptureDeviceInfo object with the specified name, media locator, and array of Format objects.
CaptureDeviceManager - class javax.media.CaptureDeviceManager.
CaptureDeviceManager is a manager class that provides access to a list of the capture devices available on a system.
CaptureDeviceManager() - Constructor for class javax.media.CaptureDeviceManager
 
channels - Variable in class javax.media.format.AudioFormat
 
CINEPAK - Static variable in class javax.media.format.VideoFormat
Cinepak format.
Clock - interface javax.media.Clock.
The Clock interface is implemented by objects that support the Java Media time model.
ClockStartedError - error javax.media.ClockStartedError.
ClockStartedError is thrown by a Started Clock when a method is invoked that is not legal on a Clock in the Started state.
ClockStartedError() - Constructor for class javax.media.ClockStartedError
Construct a ClockStartedError with no message.
ClockStartedError(String) - Constructor for class javax.media.ClockStartedError
Construct a ClockStartedError that contains the specified reason message.
ClockStoppedException - exception javax.media.ClockStoppedException.
A ClockStoppedException is thrown when a method that expects the Clock to be Started is called on a Stopped Clock.
ClockStoppedException() - Constructor for class javax.media.ClockStoppedException
 
ClockStoppedException(String) - Constructor for class javax.media.ClockStoppedException
 
clone() - Method in class javax.media.Buffer
Clone a buffer.
clone() - Method in class javax.media.Format
Creates a clone of this Format.
clone() - Method in class javax.media.format.VideoFormat
Creates a clone of this VideoFormat by copying each field to the clone.
clone() - Method in class javax.media.format.H261Format
Creates a clone of this H261Format.
clone() - Method in class javax.media.format.RGBFormat
Creates a clone of this RGBFormat.
clone() - Method in class javax.media.format.JPEGFormat
Creates a clone of this JPEGFormat by copying each format attribute to the clone.
clone() - Method in class javax.media.format.YUVFormat
Creates a clone of this YUVFormat.
clone() - Method in class javax.media.format.AudioFormat
Creates a clone of this AudioFormat by copying each field to the clone.
clone() - Method in class javax.media.format.IndexedColorFormat
Creates a clone of this IndexedColorFormat by copying each format attribute to the clone.
clone() - Method in class javax.media.format.H263Format
Creates a clone of this H263Format.
close() - Method in interface javax.media.DataSink
Closes the connection to the destination described by the output MediaLocator.
close() - Method in interface javax.media.Controller
Releases all resources and cease all activity.
close() - Method in interface javax.media.PlugIn
Closes the plug-in component and releases the resources it was using.
close() - Method in class javax.media.protocol.InputSourceStream
Turn the stream off.
close() - Method in interface javax.media.rtp.SendStream
Removes the stream from the session.
close() - Method in interface javax.media.rtp.RTPConnector
Close all the RTP, RTCP streams.
close() - Method in class javax.media.bean.playerbean.MediaPlayer
 
closeSession(String) - Method in interface javax.media.rtp.SessionManager
Deprecated. Informs RTP that the application is ready to terminate the session.
clz - Variable in class javax.media.Format
 
Codec - interface javax.media.Codec.
A Codec is a media processing unit that accepts a Buffer object as its input, performs some processing on the input data, and then puts the result in an output Buffer object.
CODEC - Static variable in class javax.media.PlugInManager
Codec plug-in type.
commit() - Static method in class javax.media.CaptureDeviceManager
Permanently stores information about the list of devices in the registry.
commit() - Static method in class javax.media.PlugInManager
Commits any changes made to the plug-in list.
commitContentPrefixList() - Static method in class javax.media.PackageManager
Make changes to the content prefix-list persistent.
commitProtocolPrefixList() - Static method in class javax.media.PackageManager
Make changes to the protocol package-prefix list persistent.
COMPACT_DISC - Static variable in interface javax.media.control.PortControl
Specifies a compact disc port.
COMPOSITE_VIDEO - Static variable in interface javax.media.control.PortControl
Specifies a composite video port.
COMPOSITE_VIDEO_2 - Static variable in interface javax.media.control.PortControl
Specifies a second composite video port.
computeDuration(long) - Method in class javax.media.format.AudioFormat
Returns the duration of the media based on the given length of the data.
configure() - Method in interface javax.media.Processor
Prepares the Processor to be programmed.
configureComplete(ConfigureCompleteEvent) - Method in class javax.media.ControllerAdapter
 
ConfigureCompleteEvent - class javax.media.ConfigureCompleteEvent.
A ConfigureCompleteEvent is posted when a Processor finishes Configuring.
ConfigureCompleteEvent(Controller, int, int, int) - Constructor for class javax.media.ConfigureCompleteEvent
Construct a new ConfigureCompleteEvent.
Configured - Static variable in interface javax.media.Processor
Returned by getState.
Configuring - Static variable in interface javax.media.Processor
Returned by getState.
conn - Variable in class javax.media.protocol.URLDataSource
 
connect() - Method in class javax.media.protocol.DataSource
Open a connection to the source described by the MediaLocator.
connect() - Method in interface javax.media.protocol.CaptureDevice
Initialize the capture device.
connect() - Method in class javax.media.protocol.URLDataSource
Initialize the connection with the source.
connect() - Method in class javax.media.rtp.RTPPushDataSource
Deprecated. Set the boolean to true and dont do anything else in connect for now
connect() - Method in class javax.media.rtp.RTPSocket
Deprecated. connect yourself and the control source
connected - Variable in class javax.media.protocol.URLDataSource
 
connectionError(ConnectionErrorEvent) - Method in class javax.media.ControllerAdapter
 
ConnectionErrorEvent - class javax.media.ConnectionErrorEvent.
A ConnectionErrorEvent is posted when an error occurs within a DataSource when obtaining data or communicating with a server.
ConnectionErrorEvent(Controller) - Constructor for class javax.media.ConnectionErrorEvent
 
ConnectionErrorEvent(Controller, String) - Constructor for class javax.media.ConnectionErrorEvent
 
CONTENT_UNKNOWN - Static variable in class javax.media.protocol.ContentDescriptor
Unknown content type
ContentDescriptor - class javax.media.protocol.ContentDescriptor.
A ContentDescriptor identifies media data containers.
ContentDescriptor(String) - Constructor for class javax.media.protocol.ContentDescriptor
Create a content descriptor with the specified name.
contentType - Variable in class javax.media.protocol.URLDataSource
 
Control - interface javax.media.Control.
The base interface for processing Control objects.
Controller - interface javax.media.Controller.
The Controller interface, which extends Clock, provides resource-allocation state information, event generation, and a mechanism for obtaining objects that provide additional control over a Controller.
ControllerAdapter - class javax.media.ControllerAdapter.
The event adapter which recieves ControllerEvents and dispatches them to an appropriate stub-method.
ControllerAdapter() - Constructor for class javax.media.ControllerAdapter
 
controllerClosed(ControllerClosedEvent) - Method in class javax.media.ControllerAdapter
 
ControllerClosedEvent - class javax.media.ControllerClosedEvent.
A ControllerClosedEvent describes an event that is generated when an a Controller is closed.
ControllerClosedEvent(Controller) - Constructor for class javax.media.ControllerClosedEvent
Construct a ControllerClosedEvent.
ControllerClosedEvent(Controller, String) - Constructor for class javax.media.ControllerClosedEvent
 
controllerError(ControllerErrorEvent) - Method in class javax.media.ControllerAdapter
 
ControllerErrorEvent - class javax.media.ControllerErrorEvent.
A ControllerErrorEvent describes an event that is generated when an error condition occurs that will cause a Controller to cease functioning.
ControllerErrorEvent(Controller) - Constructor for class javax.media.ControllerErrorEvent
 
ControllerErrorEvent(Controller, String) - Constructor for class javax.media.ControllerErrorEvent
 
ControllerEvent - class javax.media.ControllerEvent.
ControllerEvent is the base class for events generated by a Controller.
ControllerEvent(Controller) - Constructor for class javax.media.ControllerEvent
 
ControllerListener - interface javax.media.ControllerListener.
ControllerListener is an interface for handling asynchronous events generated by Controllers.
controllerUpdate(ControllerEvent) - Method in interface javax.media.ControllerListener
This method is called when an event is generated by a Controller that this listener is registered with.
controllerUpdate(ControllerEvent) - Method in class javax.media.ControllerAdapter
Main dispatching function.
Controls - interface javax.media.Controls.
Controls provides an interface for obtaining objects by interface or class name.
Controls - interface javax.media.protocol.Controls.
It extends javax.media.Controls.
copy(Buffer) - Method in class javax.media.Buffer
Copy the attributes from the specified Buffer into this Buffer
copy(Buffer, boolean) - Method in class javax.media.Buffer
Copy the attributes from the specified Buffer into this Buffer.
copy(Format) - Method in class javax.media.Format
Copies the attributes from the specified Format into this Format.
copy(Format) - Method in class javax.media.format.VideoFormat
Copies the attributes from the specified Format into this VideoFormat.
copy(Format) - Method in class javax.media.format.H261Format
Copies the attributes from the specified Format into this H261Format.
copy(Format) - Method in class javax.media.format.RGBFormat
Copies the attributes from the specified Format into this RGBFormat.
copy(Format) - Method in class javax.media.format.JPEGFormat
Copies the attributes from the specified Format into this JPEGFormat.
copy(Format) - Method in class javax.media.format.YUVFormat
Copies the attributes from the specified Format into this YUVFormat.
copy(Format) - Method in class javax.media.format.AudioFormat
Copies the attributes from the specified Format into this AudioFormat.
copy(Format) - Method in class javax.media.format.IndexedColorFormat
Copies the attributes from the specified Format into this H261Format.
copy(Format) - Method in class javax.media.format.H263Format
Copies the attributes from the specified Format into this H263Format.
createBuffer(Image, float) - Static method in class javax.media.util.ImageToBuffer
Creates a JMF Buffer object for the given AWT Image and frameRate.
createClone() - Method in interface javax.media.protocol.SourceCloneable
Create a clone of the original DataSource that provides a copy of the same data streams.
createCloneableDataSource(DataSource) - Static method in class javax.media.Manager
 
createDataSink(DataSource, MediaLocator) - Static method in class javax.media.Manager
Create a DataSink for the specified input Datasource and destination Medialocator.
createDataSource(MediaLocator) - Static method in class javax.media.Manager
Create a DataSource for the specified media.
createDataSource(URL) - Static method in class javax.media.Manager
Create a DataSource for the specified media.
createImage(Buffer) - Method in class javax.media.util.BufferToImage
Converts the input buffer to a standard AWT image and returns the image.
createMergingDataSource(DataSource[]) - Static method in class javax.media.Manager
Creates a merged DataSource from an array of sources.
createPlayer(DataSource) - Static method in class javax.media.Manager
Create a Player for the DataSource.
createPlayer(MediaLocator) - Static method in class javax.media.Manager
Create a Player for the specified media.
createPlayer(URL) - Static method in class javax.media.Manager
Create a Player for the specified media.
createProcessor(DataSource) - Static method in class javax.media.Manager
Create a Processor for the DataSource.
createProcessor(MediaLocator) - Static method in class javax.media.Manager
Create a Processor for the specified media.
createProcessor(URL) - Static method in class javax.media.Manager
Create a Processor for the specified media.
createRealizedPlayer(DataSource) - Static method in class javax.media.Manager
Create a Realized Player for the specified source.
createRealizedPlayer(MediaLocator) - Static method in class javax.media.Manager
Create a Realized Player for the specified media.
createRealizedPlayer(URL) - Static method in class javax.media.Manager
Create a Realized Player for the specified media.
createRealizedProcessor(ProcessorModel) - Static method in class javax.media.Manager
Create a Realized Processor for the specified ProcessorModel.
createSendStream(DataSource, int) - Method in class javax.media.rtp.RTPManager
This method is used to create a sending stream within the RTP session.
createSendStream(DataSource, int) - Method in interface javax.media.rtp.SessionManager
Deprecated. This method is the same as the createSendStream(int ssrc, DataSource ds, in t streamindex, int packet_interval) except that the user need not supply the SSRC of the stream.
createSendStream(int, DataSource, int) - Method in interface javax.media.rtp.SessionManager
Deprecated. This method is used to create a sending stream within the RTP session.
curVolumeLevel - Variable in class javax.media.bean.playerbean.MediaPlayer
 
curVolumeValue - Variable in class javax.media.bean.playerbean.MediaPlayer
 
curZoomLevel - Variable in class javax.media.bean.playerbean.MediaPlayer
 
curZoomValue - Variable in class javax.media.bean.playerbean.MediaPlayer
 

D

data - Variable in class javax.media.Buffer
The object that actually holds the media data chunk for this Buffer.
DataChannel - interface javax.media.rtp.DataChannel.
Deprecated. This inferface has been replaced with the RTPConnector interface.
dataLostError(DataLostErrorEvent) - Method in class javax.media.ControllerAdapter
 
DataLostErrorEvent - class javax.media.DataLostErrorEvent.
A DataLostErrorEvent is posted when a Controller has lost data.
DataLostErrorEvent(Controller) - Constructor for class javax.media.DataLostErrorEvent
 
DataLostErrorEvent(Controller, String) - Constructor for class javax.media.DataLostErrorEvent
 
DataSink - interface javax.media.DataSink.
DataSink is the base interface for objects that read media content delivered by a DataSource and render the media to some destination.
DataSinkErrorEvent - class javax.media.datasink.DataSinkErrorEvent.
DataSinkErrorEvent indicates that an error has occurred while the DataSink was writing data to the destination.
DataSinkErrorEvent(DataSink) - Constructor for class javax.media.datasink.DataSinkErrorEvent
 
DataSinkErrorEvent(DataSink, String) - Constructor for class javax.media.datasink.DataSinkErrorEvent
 
DataSinkEvent - class javax.media.datasink.DataSinkEvent.
DataSinkEvent is the base class for events generated by the DataSink.
DataSinkEvent(DataSink) - Constructor for class javax.media.datasink.DataSinkEvent
Constructs a DataSinkEvent object for the specified DataSink.
DataSinkEvent(DataSink, String) - Constructor for class javax.media.datasink.DataSinkEvent
Constructs a DataSinkEvent object for the specified DataSink and reason string.
DataSinkListener - interface javax.media.datasink.DataSinkListener.
DataSinkListener is an interface for handling asynchronous events generated by DataSink.
DataSinkProxy - interface javax.media.DataSinkProxy.
A DataSinkProxy is a MediaProxy that provides the content type of the DataSink to be created based on its destination MediaLocator.
dataSinkUpdate(DataSinkEvent) - Method in interface javax.media.datasink.DataSinkListener
This method is called when an event is generated by a DataSink that this listener is registered with.
DataSource - class javax.media.protocol.DataSource.
A DataSource is an abstraction for media protocol-handlers.
DataSource() - Constructor for class javax.media.protocol.DataSource
A no-argument constructor required by pre 1.1 implementations so that this class can be instantiated by calling Class.newInstance.
DataSource(MediaLocator) - Constructor for class javax.media.protocol.DataSource
Construct a DataSource from a MediaLocator.
dataStarved(DataStarvedEvent) - Method in class javax.media.ControllerAdapter
 
DataStarvedEvent - class javax.media.DataStarvedEvent.
DataStarvedEvent indicates that a Controller has lost data or has stopped receiving data altogether.
DataStarvedEvent(Controller, int, int, int, Time) - Constructor for class javax.media.DataStarvedEvent
 
dataType - Variable in class javax.media.Format
 
deallocate() - Method in interface javax.media.Controller
Aborts the current operation and cease any activity that consumes system resources.
deallocate() - Method in class javax.media.bean.playerbean.MediaPlayer
 
deallocate(DeallocateEvent) - Method in class javax.media.ControllerAdapter
 
DeallocateEvent - class javax.media.DeallocateEvent.
A DeallocateEvent is posted as an acknowledgement of the invocation of the deallocate method.
DeallocateEvent(Controller, int, int, int, Time) - Constructor for class javax.media.DeallocateEvent
 
DEC_402 - Static variable in class javax.media.format.JPEGFormat
JPEG 402 decimation.
DEC_411 - Static variable in class javax.media.format.JPEGFormat
JPEG 411 decimation.
DEC_420 - Static variable in class javax.media.format.JPEGFormat
JPEG 420 decimation.
DEC_422 - Static variable in class javax.media.format.JPEGFormat
JPEG 422 decimation.
DEC_444 - Static variable in class javax.media.format.JPEGFormat
JPEG 444 decimation.
DEFAULT_VALUE - Static variable in interface javax.media.control.BufferControl
 
Demultiplexer - interface javax.media.Demultiplexer.
A Demultiplexer is a media processing unit that takes an interleaved media stream as input, extracts the individual tracks from the stream, and outputs the resulting tracks.
DEMULTIPLEXER - Static variable in class javax.media.PlugInManager
Demultiplexer plug-in type.
DES - Static variable in class javax.media.rtp.EncryptionInfo
 
disconnect() - Method in class javax.media.protocol.DataSource
Close the connection to the source described by the locator.
disconnect() - Method in interface javax.media.protocol.CaptureDevice
Close the capture device.
disconnect() - Method in class javax.media.protocol.URLDataSource
Disconnect the source.
disconnect() - Method in class javax.media.rtp.RTPPushDataSource
Deprecated. Set the boolean to false and dont do anything else in connect for now
disconnect() - Method in class javax.media.rtp.RTPSocket
Deprecated. disconnect yourself and the control source
dispose() - Method in class javax.media.rtp.RTPManager
Releases all objects allocated in the course of the session and prepares the RTPManager to be garbage-collected.
DOLBYAC3 - Static variable in class javax.media.format.AudioFormat
 
DownloadProgressListener - interface javax.media.DownloadProgressListener.
 
downloadUpdate() - Method in interface javax.media.DownloadProgressListener
 
drain() - Method in interface javax.media.Drainable
Drains the queued data from a Renderer or Multiplexer plugin by continuing the processing until the internal buffer is empty.
Drainable - interface javax.media.Drainable.
This interface would be implemented on a Renderer or Multiplexer plugin if the plugin's internal buffered data can be drained.
duration - Variable in class javax.media.Buffer
The duration of the data held in this Buffer, in nanoseconds.
Duration - interface javax.media.Duration.
The Duration interface provides a way to determine the duration of the media being played by a media object.
DURATION_UNBOUNDED - Static variable in interface javax.media.Duration
Returned by getDuration.
DURATION_UNKNOWN - Static variable in interface javax.media.Duration
Returned by getDuration.
durationUpdate(DurationUpdateEvent) - Method in class javax.media.ControllerAdapter
 
DurationUpdateEvent - class javax.media.DurationUpdateEvent.
DurationUpdateEvent is posted by a Controller when its duration changes.
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 javax.media.Effect.
An Effect is a media processing unit that takes an input Buffer of data, performs some special-effects processing on the data, and then outputs the data to an output Buffer.
EFFECT - Static variable in class javax.media.PlugInManager
Effect plug-in type.
encoding - Variable in class javax.media.Format
 
EncryptionInfo - class javax.media.rtp.EncryptionInfo.
Class to encapsulate the encryption parameters of an RTP Session.
EncryptionInfo(int, byte[]) - Constructor for class javax.media.rtp.EncryptionInfo
 
endian - Variable in class javax.media.format.RGBFormat
Endian ordering of the data where applicable
endian - Variable in class javax.media.format.AudioFormat
 
endOfMedia(EndOfMediaEvent) - Method in class javax.media.ControllerAdapter
 
EndOfMediaEvent - class javax.media.EndOfMediaEvent.
An EndOfMediaEvent indicates that the Controller has reached the end of its media and is stopping.
EndOfMediaEvent(Controller, int, int, int, Time) - Constructor for class javax.media.EndOfMediaEvent
 
endOfStream() - Method in class javax.media.protocol.InputSourceStream
Return if the end of stream has been reached.
endOfStream() - Method in interface javax.media.protocol.SourceStream
Find out if the end of the stream has been reached.
EndOfStreamEvent - class javax.media.datasink.EndOfStreamEvent.
EndOfStreamEvent indicates that the DataSource connected to the DataSink has flagged and end-of-stream.
EndOfStreamEvent(DataSink) - Constructor for class javax.media.datasink.EndOfStreamEvent
 
EndOfStreamEvent(DataSink, String) - Constructor for class javax.media.datasink.EndOfStreamEvent
 
eosReached - Variable in class javax.media.protocol.InputSourceStream
 
equals(Object) - Method in class javax.media.CaptureDeviceInfo
 
equals(Object) - Method in class javax.media.Format
Checks whether or not the specified Format is the same as this Format.
equals(Object) - Method in class javax.media.format.VideoFormat
Compares the specified Format with this VideoFormat.
equals(Object) - Method in class javax.media.format.H261Format
Compares the specified Format with this H261Format.
equals(Object) - Method in class javax.media.format.RGBFormat
Compares the specified Format with this RGBFormat.
equals(Object) - Method in class javax.media.format.JPEGFormat
Compares the specified Format with this JPEGFormat.
equals(Object) - Method in class javax.media.format.YUVFormat
Compares the specified Format with this YUVFormat.
equals(Object) - Method in class javax.media.format.AudioFormat
Compares the specified Format with this AudioFormat.
equals(Object) - Method in class javax.media.format.IndexedColorFormat
Compares the specified Format with this H261Format.
equals(Object) - Method in class javax.media.format.H263Format
Compares the specified Format with this H261Format.
equals(Object) - Method in class javax.media.rtp.SessionAddress
 
errorCompensation - Variable in class javax.media.format.H263Format
Indicates if error compensation is used.
ExtendedCachingControl - interface javax.media.ExtendedCachingControl.
 

F

FALSE - Static variable in class javax.media.Format
 
Feedback - interface javax.media.rtp.rtcp.Feedback.
 
FileTypeDescriptor - class javax.media.protocol.FileTypeDescriptor.
This sub-class of ContentDescriptor enumerates those content descriptors that are file formats.
FileTypeDescriptor(String) - Constructor for class javax.media.protocol.FileTypeDescriptor
Constructs a FileTypeDescriptor object for the specified content type string.
FIVE_CHANNELS_3_0_2_0 - Static variable in interface javax.media.control.MpegAudioControl
Indicates support for five channels 3-0 2-0 layout (Left, Center and Right of first program, Left and Right of second program)
FIVE_CHANNELS_3_2 - Static variable in interface javax.media.control.MpegAudioControl
Indicates support for five channels 3-2 layout (Left, Center, Right, Left Surround and Right surround)
FLAG_BUF_OVERFLOWN - Static variable in class javax.media.Buffer
Indicates that some buffer queue in the data flow path from where this buffer comes from is overflown.
FLAG_BUF_UNDERFLOWN - Static variable in class javax.media.Buffer
Indicates that some buffer queue in the data flow path from where this buffer comes from is underflown.
FLAG_DISCARD - Static variable in class javax.media.Buffer
Indicates that the media data in this Buffer should be ignored.
FLAG_EOM - Static variable in class javax.media.Buffer
Indicates that this Buffer marks the end of media for the data stream.
FLAG_FLUSH - Static variable in class javax.media.Buffer
This is a marker bit used by the system.
FLAG_KEY_FRAME - Static variable in class javax.media.Buffer
Indicates that this Buffer starts with a key frame.
FLAG_LIVE_DATA - Static variable in class javax.media.Buffer
Indicates that the data is arriving from a live (real-time) source.
FLAG_NO_DROP - Static variable in class javax.media.Buffer
Indicates that this Buffer will not be dropped even if the frame is behind the presentation schedule.
FLAG_NO_SYNC - Static variable in class javax.media.Buffer
Indicates that this Buffer is not to be presented in sync with the scheduled presentation time.
FLAG_NO_WAIT - Static variable in class javax.media.Buffer
Indicates that this Buffer will not be waited on even if the frame is ahead of the presentation schedule.
FLAG_RELATIVE_TIME - Static variable in class javax.media.Buffer
Indicates that the Buffer carries a time stamp that's in relative time units.
FLAG_RTP_MARKER - Static variable in class javax.media.Buffer
This is a marker bit for RTP.
FLAG_RTP_TIME - Static variable in class javax.media.Buffer
Indicates that the Buffer carries a time stamp that's in RTP (NTP) time units.
FLAG_SID - Static variable in class javax.media.Buffer
Indicates that this Buffer contains only SID (silence information description) frames.
FLAG_SILENCE - Static variable in class javax.media.Buffer
Indicates that this Buffer contains only silence frames.
FLAG_SYSTEM_MARKER - Static variable in class javax.media.Buffer
This is a marker bit used by the system.
FLAG_SYSTEM_TIME - Static variable in class javax.media.Buffer
Indicates that the Buffer carries a time stamp that's relative to the SystemTimeBase.
flags - Variable in class javax.media.Buffer
A flag mask that describes the boolean attributes enabled for this Buffer.
flipped - Variable in class javax.media.format.RGBFormat
Indicates whether or not the lines in the video frame are flipped vertically (upside down).
format - Variable in class javax.media.Buffer
The Format of the chunk of data in this Buffer.
Format - class javax.media.Format.
A Format abstracts an exact media format.
Format(String) - Constructor for class javax.media.Format
Constructs a Format that has the specified encoding type.
Format(String, Class) - Constructor for class javax.media.Format
Constructs a Format that has the specified encoding and data types.
formatArray - Static variable in class javax.media.Format
The data object required by the Format is an array of Format objects.
formatChange(FormatChangeEvent) - Method in class javax.media.ControllerAdapter
 
FormatChangeEvent - class javax.media.format.FormatChangeEvent.
A FormatChangeEvent is posted by a Controller when the Format of its media changes.
FormatChangeEvent(Controller) - Constructor for class javax.media.format.FormatChangeEvent
Constructs a FormatChangeEvent.
FormatChangeEvent(Controller, Format, Format) - Constructor for class javax.media.format.FormatChangeEvent
Constructs a FormatChangeEvent, indicating the old Format and the new Format.
FormatControl - interface javax.media.control.FormatControl.
The FormatControl interfaces is implemented by objects which supports format setting.
formats - Variable in class javax.media.CaptureDeviceInfo
The output formats supported by a device.
FOUR_CHANNELS_2_0_2_0 - Static variable in interface javax.media.control.MpegAudioControl
Indicates support for four channels 2-0 2-0 layout (Left and Right of first program, Left and Right of second program)
FOUR_CHANNELS_2_2 - Static variable in interface javax.media.control.MpegAudioControl
Indicates support for four channels 2-2 layout (Left, Right, Left Surround and Right Surround)
FOUR_CHANNELS_3_1 - Static variable in interface javax.media.control.MpegAudioControl
Indicates support for four channels 3-1 layout (Left, Center, Right and single Surround)
FRAME_UNKNOWN - Static variable in interface javax.media.Track
The mapTimeToFrame method returns this value if the time mapping cannot be established or the Track contains an audio stream.
FRAME_UNKNOWN - Static variable in interface javax.media.control.FramePositioningControl
 
FrameGrabbingControl - interface javax.media.control.FrameGrabbingControl.
The FrameGrabbingControl is the interface to grab a still video frame from the video stream.
FramePositioningControl - interface javax.media.control.FramePositioningControl.
The FramePositioningControl is the interface to control precise positioning to a video frame for Players and Processors.
FrameProcessingControl - interface javax.media.control.FrameProcessingControl.
This interface is a Control for specifying the parameters for frame processing.
frameRate - Variable in class javax.media.format.VideoFormat
 
frameRate - Variable in class javax.media.format.AudioFormat
 
FrameRateControl - interface javax.media.control.FrameRateControl.
This interface is a Control for specifying the parameters for frame rate.
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
This method is called to deliver a GainChangeEvent when the state of a GainControl changes.
GainChangeEvent - class javax.media.GainChangeEvent.
A GainChangeEvent is posted by a GainControl when its state has been updated.
GainChangeEvent(GainControl, boolean, float, float) - Constructor for class javax.media.GainChangeEvent
 
GainChangeListener - interface javax.media.GainChangeListener.
GainChangeListener is an interface for handling GainChangeEvents generated by GainControls.
gainControl - Variable in class javax.media.bean.playerbean.MediaPlayer
 
GainControl - interface javax.media.GainControl.
GainControl is an interface for manipulating audio signal gain.
generateCNAME() - Method in interface javax.media.rtp.SessionManager
Deprecated. This function can be used to generate a CNAME using the scheme described in RFC1889.
generateCNAME() - Static method in class javax.media.rtp.rtcp.SourceDescription
This function can be used to generate a CNAME using the scheme described in RFC1889.
generateSSRC() - Method in interface javax.media.rtp.SessionManager
Deprecated. This function can be used to generate a SSRC using the scheme described in RFC1889.
getActiveParticipants() - Method in class javax.media.rtp.RTPManager
Returns a vector of all the active (data sending) participants.
getActiveParticipants() - Method in interface javax.media.rtp.SessionManager
Deprecated. Returns a vector of all the active (data sending) participants.
getAdvancedPrediction() - Method in interface javax.media.control.H263Control
Returns if advanced prediction was enabled.
getAdvancedPrediction() - Method in class javax.media.format.H263Format
Gets the advanced prediction setting for this Format.
getAllParticipants() - Method in class javax.media.rtp.RTPManager
Returns all the participants of this session.
getAllParticipants() - Method in interface javax.media.rtp.SessionManager
Deprecated. Returns all the participants of this session.
getAppData() - Method in class javax.media.rtp.event.ApplicationEvent
The application-specific data.
getAppString() - Method in class javax.media.rtp.event.ApplicationEvent
The 4-character string found in the APP packet.
getAppSubType() - Method in class javax.media.rtp.event.ApplicationEvent
appSubtype The "subtype" value found in the APP packet header.
getArithmeticCoding() - Method in interface javax.media.control.H263Control
Returns if arithmeticc coding was enabled.
getArithmeticCoding() - Method in class javax.media.format.H263Format
Gets the arithmetic coding setting for this Format.
getAsText() - Method in class javax.media.bean.playerbean.MediaPlayerMediaLocationEditor
Gets the mediaLocation property.
getAudioLayer() - Method in interface javax.media.control.MpegAudioControl
Returns the current MPEG Audio Layer.
getBadRTCPPkts() - Method in interface javax.media.rtp.GlobalReceptionStats
The total number of RTCP packets that failed the RTCP header validity check such as RTP version number or length consistency
getBadRTPkts() - Method in interface javax.media.rtp.GlobalReceptionStats
The total number of RTP data packets that failed the RTP header validation check such as RTP version number or length consistency
getBeanDescriptor() - Method in class javax.media.bean.playerbean.MediaPlayerBeanInfo
Gets the bean descriptor for this bean, which defines information about MediaPlayer such as its displayName.
getBitRate() - Method in interface javax.media.control.BitRateControl
Returns the current bit rate of the owning object.
getBitsPerPixel() - Method in class javax.media.format.RGBFormat
Gets the number of bits required per pixel of data.
getBlueMask() - Method in class javax.media.format.RGBFormat
Gets the mask for the blue component.
getBlueValues() - Method in class javax.media.format.IndexedColorFormat
Gets the mask for the blue component.
getBounds() - Method in interface javax.media.renderer.VideoRenderer
Returns the region in the component where the video will be rendered to.
getBppMaxKb() - Method in interface javax.media.control.H263Control
Returns the refernce decoder parameter BppMaxKb
getBufferLength() - Method in interface javax.media.control.BufferControl
Retrieves the buffer length set on the object exporting this control.
getBufferSize() - Method in interface javax.media.ExtendedCachingControl
 
getBytesRecd() - Method in interface javax.media.rtp.GlobalReceptionStats
The total number of bytes received on the RTP session socket before any validation of packets.
getBytesSent() - Method in interface javax.media.rtp.GlobalTransmissionStats
The total number of bytes sent on the RTP session socket (RTP data only)
getBytesTransmitted() - Method in interface javax.media.rtp.TransmissionStats
Get the total number of bytes or octets of data transmitted by this source.
getCacheDirectory() - Static method in class javax.media.Manager
Retrieve the directory that's used for playback caching.
getCachingControl() - Method in class javax.media.CachingControlEvent
Get the CachingControl object that generated the event.
getCaptureDeviceInfo() - Method in interface javax.media.protocol.CaptureDevice
Return the CaptureDeviceInfo object that describes this device.
getChannelLayout() - Method in interface javax.media.control.MpegAudioControl
Returns the current MPEG Audio channel layout.
getChannels() - Method in class javax.media.format.AudioFormat
Gets the number of channels.
getCNAME() - Method in interface javax.media.rtp.Participant
Provides a quick method to get the CNAME of this participant.
getComponent() - Method in interface javax.media.renderer.VideoRenderer
Returns an AWT component that it will render to.
getContentDescriptor() - Method in interface javax.media.Processor
Gets the output content-type currently set for this Processor.
getContentDescriptor() - Method in class javax.media.ProcessorModel
Gets the output content-type specified by this ProcessorModel.
getContentDescriptor() - Method in class javax.media.protocol.InputSourceStream
Get the content type for this stream.
getContentDescriptor() - Method in interface javax.media.protocol.SourceStream
Get the current content type for this stream.
getContentLength() - Method in interface javax.media.CachingControl
Get the total number of bytes in the media being downloaded.
getContentLength() - Method in class javax.media.protocol.InputSourceStream
Obtain the content length
getContentLength() - Method in interface javax.media.protocol.SourceStream
Get the size, in bytes, of the content on this stream.
getContentPrefixList() - Static method in class javax.media.PackageManager
Get the current value of the content package-prefix list.
getContentProgress() - Method in interface javax.media.CachingControl
Get the total number of bytes of media data that have been downloaded so far.
getContentProgress() - Method in class javax.media.CachingControlEvent
Get the total number of bytes of media data that have been downloaded so far.
getContents() - Method in class javax.media.bean.playerbean.MediaPlayerInfoResBundle_en_US
 
getContentType() - Method in interface javax.media.DataSink
Gets a string that describes the content type of the media that this DataSink is consuming.
getContentType() - Method in class javax.media.protocol.DataSource
Get a string that describes the content-type of the media that the source is providing.
getContentType() - Method in class javax.media.protocol.ContentDescriptor
Obtain a string that represents the content-name for this descriptor.
getContentType() - Method in class javax.media.protocol.URLDataSource
Return the content type name.
getContentType() - Method in class javax.media.rtp.RTPPushDataSource
Deprecated. Implementation of javax.media.protocol.DataSource.getContentType()
getContentType(MediaLocator) - Method in interface javax.media.DataSinkProxy
Gets the content type of the DataSink to be created for the specified destination MediaLocator.
getControl(String) - Method in interface javax.media.Controls
Obtain the object that implements the specified Class or Interface The full class or interface name must be used.
getControl(String) - Method in interface javax.media.Controller
Gets the Control that supports the specified class or interface.
getControl(String) - Method in class javax.media.protocol.InputSourceStream
Returns null because no controls are implemented.
getControl(String) - Method in class javax.media.protocol.URLDataSource
Returns null, because this source doesn't provide any controls.
getControl(String) - Method in class javax.media.rtp.RTPPushDataSource
Deprecated. Returns null because no controls are implemented.
getControl(String) - Method in class javax.media.bean.playerbean.MediaPlayer
 
getControlAddress() - Method in class javax.media.rtp.SessionAddress
Access method to get the control address of this SessionAddress.
getControlChannel() - Method in interface javax.media.rtp.DataChannel
Deprecated. Retrieves the control channel datasource of the object implementing this interface.
getControlChannel() - Method in class javax.media.rtp.RTPSocket
Deprecated.  
getControlComponent() - Method in interface javax.media.CachingControl
Get a Component that provides additional download control.
getControlComponent() - Method in interface javax.media.Control
Get the Component associated with this Control object.
getControlHostAddress() - Method in class javax.media.rtp.SessionAddress
Returns the IP address string of the control address host.
getControlInputStream() - Method in interface javax.media.rtp.RTPConnector
Returns an input stream to receive the RTCP data.
getControlOutputStream() - Method in interface javax.media.rtp.RTPConnector
Returns an output stream to send the RTCP data.
getControlPanelComponent() - Method in interface javax.media.Player
Gets the Component that provides the default user interface for controlling this Player.
getControlPanelComponent() - Method in class javax.media.bean.playerbean.MediaPlayer
 
getControlPanelHeight() - Method in class javax.media.bean.playerbean.MediaPlayer
Gets the height of the control Component for this MediaPlayer.
getControlPort() - Method in class javax.media.rtp.SessionAddress
Access method to get the control port of this SessionAddress.
getControls() - Method in interface javax.media.Controls
Obtain the collection of objects that control the object that implements this interface.
getControls() - Method in interface javax.media.Controller
Gets a list of the Control objects supported by this Controller.
getControls() - Method in class javax.media.protocol.InputSourceStream
Returns an zero length array because no controls are supported.
getControls() - Method in class javax.media.protocol.URLDataSource
Returns an empty array, because this source doesn't provide any controls.
getControls() - Method in class javax.media.rtp.RTPPushDataSource
Deprecated. Returns an zero length array because no controls are supported.
getControls() - Method in class javax.media.bean.playerbean.MediaPlayer
 
getCurrentRate() - Method in class javax.media.protocol.RateRange
Get the current rate.
getCurrentState() - Method in class javax.media.TransitionEvent
Get the Controller's state at the time this event was generated
getCustomEditor() - Method in class javax.media.bean.playerbean.MediaPlayerMediaLocationEditor
Gets the panel that supports the media location editing.
getData() - Method in class javax.media.Buffer
Gets the internal data object that holds the media chunk contained in this Buffer.
getDataAddress() - Method in class javax.media.rtp.SessionAddress
Access method to get the data address of this SessionAddress.
getDataHostAddress() - Method in class javax.media.rtp.SessionAddress
Returns the IP address string of the data address host.
getDataInputStream() - Method in interface javax.media.rtp.RTPConnector
Returns an input stream to receive the RTP data.
getDataOutput() - Method in interface javax.media.Multiplexer
Gets the output DataSource from this Multiplexer.
getDataOutput() - Method in interface javax.media.Processor
Gets the output DataSource from the Processor.
getDataOutputStream() - Method in interface javax.media.rtp.RTPConnector
Returns an output stream to send the RTP data.
getDataPort() - Method in class javax.media.rtp.SessionAddress
Access method to get the data port of this SessionAddress.
getDataSource() - Method in interface javax.media.MediaProxy
Obtain the new DataSource.
getDataSource() - Method in interface javax.media.rtp.RTPStream
Returns the datasource of the stream.
getDataSourceList(String) - Static method in class javax.media.Manager
Build a list of DataSource class names from the protocol prefix-list and a protocol name.
getDataType() - Method in class javax.media.Format
Gets the type of the data that this Format requires.
getDB() - Method in interface javax.media.GainControl
Get the current gain set for this object in dB.
getDB() - Method in class javax.media.GainChangeEvent
Get the GainControl's new gain value in dB.
getDecimation() - Method in class javax.media.format.JPEGFormat
Gets the decimation of the video.
getDefaultPropertyIndex() - Method in class javax.media.bean.playerbean.MediaPlayerBeanInfo
Gets the default property index for this bean.
getDefaultSSRC() - Method in interface javax.media.rtp.SessionManager
Deprecated. Returns the default SSRC for this session.
getDescription() - Method in class javax.media.rtp.rtcp.SourceDescription
Get the actual source description string.
getDevice(String) - Static method in class javax.media.CaptureDeviceManager
Gets a CaptureDeviceInfo object that corresponds to the specified device.
getDeviceList(Format) - Static method in class javax.media.CaptureDeviceManager
Gets a list of CaptureDeviceInfo objects that correspond to devices that can capture data in the specified Format.
getDLSR() - Method in interface javax.media.rtp.rtcp.Feedback
Returns the 'delay since last SR (DLSR)' field.
getDuration() - Method in interface javax.media.Demultiplexer
Gets the duration of this media stream when played at the default rate.
getDuration() - Method in interface javax.media.Duration
Get the duration of the media represented by this object.
getDuration() - Method in class javax.media.DurationUpdateEvent
Get the duration of the media that this Controller is using.
getDuration() - Method in class javax.media.Buffer
Gets the duration of this Buffer.
getDuration() - Method in class javax.media.protocol.URLDataSource
Returns Duration.DURATION_UNKNOWN.
getDuration() - Method in class javax.media.rtp.RTPPushDataSource
Deprecated. Returns null since the duration of the streams of this datasource are not known
getDuration() - Method in class javax.media.bean.playerbean.MediaPlayer
 
getEnabledBuffering() - Method in interface javax.media.protocol.CachedStream
Tells if buffering is currently enabled or not.
getEnabledThreshold() - Method in interface javax.media.control.BufferControl
Returns true if threshold calculations are enabled, false otherwise
getEncoding() - Method in class javax.media.Format
Gets the uniquely-qualified encoding name for this Format.
getEncrypted() - Method in class javax.media.rtp.rtcp.SourceDescription
Should this source description be encrypted?.
getEndian() - Method in class javax.media.format.RGBFormat
Gets the endian ordering of the data for unpacked 16-bit data.
getEndian() - Method in class javax.media.format.AudioFormat
Gets an integer that indicates whether the sample byte order is big endian or little endian.
getEndOffset() - Method in interface javax.media.ExtendedCachingControl
 
getErrorCompensation() - Method in interface javax.media.control.H263Control
Returns if error compensation was enabled.
getErrorCompensation() - Method in class javax.media.format.H263Format
Gets the error compensation setting for this Format.
getEventSetDescriptors() - Method in class javax.media.bean.playerbean.MediaPlayerBeanInfo
Gets a list of the events fired by this bean.
getExtension() - Method in class javax.media.rtp.RTPHeader
 
getExtensionType() - Method in class javax.media.rtp.RTPHeader
If the extensionPresent bit was set, this is reserved for the type of extension present or a identification number for the extension.
getFailedFormat() - Method in class javax.media.format.UnsupportedFormatException
Gets the unsupported Format reported by this exception.
getFeedbackReports() - Method in interface javax.media.rtp.rtcp.Report
Returns a Vector of Feedback objects.
getFlags() - Method in class javax.media.Buffer
Gets the mask of the flags set for this Buffer.
getFlipped() - Method in class javax.media.format.RGBFormat
Checks whether or not the video image is vertically flipped.
getFormat() - Method in interface javax.media.Track
Gets the Format of the data in this Track.
getFormat() - Method in class javax.media.Buffer
Get the Format of the data in this Buffer.
getFormat() - Method in interface javax.media.protocol.PullBufferStream
Get the format type of the data that this source stream provides.
getFormat() - Method in interface javax.media.protocol.PushBufferStream
Get the format tupe of the data that this source stream provides.
getFormat() - Method in interface javax.media.control.FormatControl
Obtain the format that this object is set to.
getFormat() - Method in interface javax.media.rtp.RTPControl
Retrieves the Format object for the current stream.
getFormat(int) - Method in interface javax.media.rtp.RTPControl
Retrieves a format corresponding to the payload as stored by the session manager.
getFormatControls() - Method in interface javax.media.protocol.CaptureDevice
Returns an array of FormatControl objects.
getFormatList() - Method in interface javax.media.rtp.RTPControl
Retrieves a complete list of all the formats set on this datasource.
getFormats() - Method in class javax.media.CaptureDeviceInfo
Gets a list of the output formats supported by this device.
getFractionLost() - Method in interface javax.media.rtp.rtcp.Feedback
Returns the 'fraction lost' field.
getFrameRate() - Method in interface javax.media.control.FrameRateControl
Returns the current output frame rate.
getFrameRate() - Method in class javax.media.format.VideoFormat
Gets the frame rate associated with this VideoFormat.
getFrameRate() - Method in class javax.media.format.AudioFormat
Gets the frame rate of this AudioFormat.
getFramesDropped() - Method in interface javax.media.control.FrameProcessingControl
Returns the number of output frames that were dropped during encoding since the last call to this method.
getFrameSizeInBits() - Method in class javax.media.format.AudioFormat
Gets the frame size of this AudioFormat.
getFrequency() - Method in class javax.media.rtp.rtcp.SourceDescription
Get the frequency at which RTCP sends this source description.
getGainControl() - Method in interface javax.media.Player
Gets the object for controlling this Player's audio gain.
getGainControl() - Method in class javax.media.bean.playerbean.MediaPlayer
 
getGlobalReceptionStats() - Method in class javax.media.rtp.RTPManager
This method will provide access to overall data and control messsage reception statistics for this session.
getGlobalReceptionStats() - Method in interface javax.media.rtp.SessionManager
Deprecated. This method will provide access to overall data and control messsage reception statistics for this Session.
getGlobalStats() - Method in interface javax.media.rtp.RTPControl
Query the RTP datasource for global RTP statistics
getGlobalTransmissionStats() - Method in class javax.media.rtp.RTPManager
This method will provide access to overall data and control messsage transmission statistics for this session.
getGlobalTransmissionStats() - Method in interface javax.media.rtp.SessionManager
Deprecated. This method will provide access to overall data and control messsage transmission statistics for this Session.
getGreenMask() - Method in class javax.media.format.RGBFormat
Gets the mask for the green component.
getGreenValues() - Method in class javax.media.format.IndexedColorFormat
Gets the mask for the green component.
getHandlerClassList(String) - Static method in class javax.media.Manager
Build a list of Player Handler classes from the content-prefix-list and a content name.
getHeader() - Method in class javax.media.Buffer
Gets the header information for the media chunk contained in this Buffer.
getHeight() - Method in class javax.media.SizeChangeEvent
Get the new height of the video input.
getHint(int) - Static method in class javax.media.Manager
Retrieve the value of a hint set.
getHRD_B() - Method in interface javax.media.control.H263Control
Returns the refernce decoder parameter HRD_B
getHrDB() - Method in class javax.media.format.H263Format
Gets the size of Hypothetical Reference decoder buffer.
getIcon(int) - Method in class javax.media.bean.playerbean.MediaPlayerBeanInfo
Gets the icon to be used in the bean tool for this bean.
getInputDataSource() - Method in class javax.media.ProcessorModel
Gets the input DataSource that specifies the media source for this ProcessorModel.
getInputLocator() - Method in class javax.media.ProcessorModel
Gets the input MediaLocator that specifies the media source for this ProcessorModel.
getInputStream() - Method in class javax.media.rtp.RTPPushDataSource
Deprecated. Method to retrieve the input stream of this two way data source
getJavaInitializationString() - Method in class javax.media.bean.playerbean.MediaPlayerMediaLocationEditor
Generates a code fragment that can be used to initialize a variable with the current mediaLocation property value.
getJavaInitializationString() - Method in class javax.media.bean.playerbean.MediaPlayerVolumePropertyEditor
Generates a code fragment that can be used to initialize a variable with the current Volume property value.
getJitter() - Method in interface javax.media.rtp.rtcp.Feedback
Returns the 'interarrival jitter' field.
getKey() - Method in class javax.media.rtp.EncryptionInfo
Accessor method to get the encryption key this object encapsulates.
getKeyFrameInterval() - Method in interface javax.media.control.KeyFrameControl
Returns the current value of the keyFrameInterval.
getLength() - Method in class javax.media.Buffer
Gets the length of the valid data in this Buffer if the data is held in an array.
getLevel() - Method in interface javax.media.GainControl
Get the current gain set for this object as a value between 0.0 and 1.0
getLevel() - Method in class javax.media.GainChangeEvent
Get the GainControl's new gain value in the level scale.
getLineStride() - Method in class javax.media.format.RGBFormat
Gets the line stride--the number of array elements between adjacent rows of pixels.
getLineStride() - Method in class javax.media.format.IndexedColorFormat
Gets the line stride--the number of array elements between adjacent rows of pixels.
getLocalColls() - Method in interface javax.media.rtp.GlobalReceptionStats
The total number of local collisions as seen by the RTPSM
getLocalColls() - Method in interface javax.media.rtp.GlobalTransmissionStats
The total number of local collisions as seen by the RTPSM
getLocalParticipant() - Method in class javax.media.rtp.RTPManager
Retrieves the local participant.
getLocalParticipant() - Method in interface javax.media.rtp.SessionManager
Deprecated. Retrieves the local participant
getLocalSessionAddress() - Method in interface javax.media.rtp.SessionManager
Deprecated. Method to get the local SessionAddress of this SessionManager.
getLocator() - Method in class javax.media.CaptureDeviceInfo
Gets the MediaLocator needed to create a DataSource for this device through the Manager.
getLocator() - Method in class javax.media.protocol.DataSource
Get the MediaLocator that describes this source.
getLowFrequencyChannel() - Method in interface javax.media.control.MpegAudioControl
Returns true if Low Frequency Channel mode is turned on.
getLSR() - Method in interface javax.media.rtp.rtcp.Feedback
Returns the 'last SR (LSR)' field.
getMalformedBye() - Method in interface javax.media.rtp.GlobalReceptionStats
The total number of invalid BYE RTCP packets received by the RTPSM.
getMalformedRR() - Method in interface javax.media.rtp.GlobalReceptionStats
The total number of invalid ReceiverReports received by the RTPSM.
getMalformedSDES() - Method in interface javax.media.rtp.GlobalReceptionStats
The total number of invalid SDES packets received by the RTPSM.
getMalformedSR() - Method in interface javax.media.rtp.GlobalReceptionStats
The total number of invalid Sender Reports received by the RTPSM.
getMapSize() - Method in class javax.media.format.IndexedColorFormat
Gets the number of bits required per pixel.
getMaxDataLength() - Method in class javax.media.format.VideoFormat
Gets the length of the largest data chunk associated with this VideoFormat.
getMaximumRate() - Method in class javax.media.protocol.RateRange
Get the maximum rate supported by this range.
getMaxSupportedBitRate() - Method in interface javax.media.control.BitRateControl
Returns the highest bit rate that this object can encode the data stream to.
getMaxSupportedFrameRate() - Method in interface javax.media.control.FrameRateControl
Returns the maximum output frame rate.
getMediaLocation() - Method in class javax.media.bean.playerbean.MediaPlayer
Gets the value of the media location property for this MediaPlayer.
getMediaLocationHeight() - Method in class javax.media.bean.playerbean.MediaPlayer
Gets the height of the media-location text field for this MediaPlayer.
getMediaLocator(String) - Method in class javax.media.bean.playerbean.MediaPlayer
Gets a MediaLocator for this MediaPlayer that corresponds to the specified String.
getMediaNanoseconds() - Method in interface javax.media.Clock
Gets this Clock's current media time in nanoseconds.
getMediaNanoseconds() - Method in class javax.media.bean.playerbean.MediaPlayer
Gets the current media time in nanoseconds.
getMediaTime() - Method in interface javax.media.Clock
Gets this Clock's current media time.
getMediaTime() - Method in class javax.media.StopEvent
Get the clock time (media time) that was passed into the constructor.
getMediaTime() - Method in interface javax.media.Demultiplexer
Gets the current media time.
getMediaTime() - Method in class javax.media.StartEvent
Get the clock time (media time) when the Controller started.
getMediaTime() - Method in class javax.media.MediaTimeSetEvent
Get the new media time of the Controller that generated this event.
getMediaTime() - Method in class javax.media.bean.playerbean.MediaPlayer
 
getMessage() - Method in class javax.media.ControllerClosedEvent
Obtain the message describing why this event occurred.
getMinimumRate() - Method in class javax.media.protocol.RateRange
Get the minimum rate supported by this range.
getMinimumThreshold() - Method in interface javax.media.control.BufferControl
Retrieve the minimum threshold value in milliseconds of the buffer maintained by this control.
getMinimumTransferSize() - Method in interface javax.media.protocol.PushSourceStream
Determine the size of the buffer needed for the data transfer.
getMinSupportedBitRate() - Method in interface javax.media.control.BitRateControl
Returns the lowest bit rate that this object can encode the data stream to.
getMulticastScope() - Method in interface javax.media.rtp.SessionManager
Deprecated. Allows the user to retrieve the multicast TTL set for this session.
getMultilingualMode() - Method in interface javax.media.control.MpegAudioControl
Returns true if Multilingual mode is turned on.
getMute() - Method in interface javax.media.GainControl
Get the mute state of the signal associated with this GainControl.
getMute() - Method in class javax.media.GainChangeEvent
Get the GainControl's new mute value.
getName() - Method in class javax.media.CaptureDeviceInfo
Gets the name of this device.
getName() - Method in interface javax.media.PlugIn
Gets the name of this plug-in as a human-readable string.
getNanoseconds() - Method in interface javax.media.TimeBase
Get the current time of the TimeBase specified in nanoseconds.
getNanoseconds() - Method in class javax.media.Time
Gets the time value in nanoseconds.
getNanoseconds() - Method in class javax.media.SystemTimeBase
 
getNewFormat() - Method in class javax.media.format.FormatChangeEvent
Gets the object's new Format.
getNewPayload() - Method in class javax.media.rtp.event.RemotePayloadChangeEvent
The new payload type
getNewPayload() - Method in class javax.media.rtp.event.LocalPayloadChangeEvent
The new payload type
getNewSSRC() - Method in class javax.media.rtp.event.LocalCollisionEvent
 
getNTPTimeStampLSW() - Method in interface javax.media.rtp.rtcp.SenderReport
Returns the least significant word of the NTP timestamp.
getNTPTimeStampMSW() - Method in interface javax.media.rtp.rtcp.SenderReport
Returns the most significant word of the NTP timestamp.
getNumLost() - Method in interface javax.media.rtp.rtcp.Feedback
Returns the 'cumulative number of packets lost' field.
getOffset() - Method in class javax.media.Buffer
If the media chunk for this Buffer is held in an array, gets the offset into the data array where the valid data begins.
getOffsetU() - Method in class javax.media.format.YUVFormat
Gets the U offset--the position in the data where the U values begin.
getOffsetV() - Method in class javax.media.format.YUVFormat
Gets the V offset--the position in the data where the V values begin.
getOffsetY() - Method in class javax.media.format.YUVFormat
Gets the Y offset--the position in the data where the Y values begin.
getOldFormat() - Method in class javax.media.format.FormatChangeEvent
Gets the object's old Format.
getOutputLocator() - Method in interface javax.media.DataSink
Gets the output MediaLocator that describes where the output of this DataSink goes.
getOutputStream() - Method in class javax.media.rtp.RTPPushDataSource
Deprecated. Method to retrive the output stream of this two way data source
getOutputTrackFormat(int) - Method in class javax.media.ProcessorModel
Gets the preferred Format of the specified track.
getOwner() - Method in interface javax.media.Owned
Returns the object that owns this control.
getPacketSize() - Method in interface javax.media.control.PacketSizeControl
Retrieve the maximum packet size used by this encoder.
getPacketsLooped() - Method in interface javax.media.rtp.GlobalReceptionStats
The total number of packets looped as seen by the RTPSM
getPacketsRecd() - Method in interface javax.media.rtp.GlobalReceptionStats
The total number of RTP and RTCP packets received on the RTP Session socket before any packet validation
getParticipant() - Method in interface javax.media.rtp.RTPStream
Returns the Participant that "owns" this stream.
getParticipant() - Method in class javax.media.rtp.event.ReceiveStreamEvent
 
getParticipant() - Method in class javax.media.rtp.event.SendStreamEvent
 
getParticipant() - Method in class javax.media.rtp.event.NewParticipantEvent
The new Participant object.
getParticipant() - Method in interface javax.media.rtp.rtcp.Report
Returns the Participant that sent this Report.
getPassiveParticipants() - Method in class javax.media.rtp.RTPManager
Returns all the passive participants.
getPassiveParticipants() - Method in interface javax.media.rtp.SessionManager
Deprecated. Returns all the passive participants.
getPBFrames() - Method in interface javax.media.control.H263Control
Returns if PB Frames was enabled.
getPBFrames() - Method in class javax.media.format.H263Format
Gets the PB frames setting for this Format.
getPDUDuplicate() - Method in interface javax.media.rtp.ReceptionStats
The total number of RTP data packets that match the sequence number of another already in the input queue.
getPDUInvalid() - Method in interface javax.media.rtp.ReceptionStats
The total number of RTP data packets that have failed to be within an acceptable sequence number range for an established SSRC Id.
getPDUlost() - Method in interface javax.media.rtp.ReceptionStats
The difference between the number of packets expected as determined by the RTP sequence number and the count of packets actually received and validated.
getPDUMisOrd() - Method in interface javax.media.rtp.ReceptionStats
The total number of data packets that came in out of order as per the RTP sequence number
getPDUProcessed() - Method in interface javax.media.rtp.ReceptionStats
The total number of valid packets received from the selected source
getPDUTransmitted() - Method in interface javax.media.rtp.TransmissionStats
Get the total number of PDU sent out by this source.
getPeers() - Method in interface javax.media.rtp.SessionManager
Deprecated. Gets the list of peers.
getPixelStride() - Method in class javax.media.format.RGBFormat
Gets the pixel stride--the number of array elements between adjacent pixels.
getPlaybackLoop() - Method in class javax.media.bean.playerbean.MediaPlayer
Gets the loop property for this MediaPlayer.
getPlayer() - Method in class javax.media.bean.playerbean.MediaPlayer
Gets the current Player for this MediaPlayer.
getPlugInList(Format, Format, int) - Static method in class javax.media.PlugInManager
Builds a list of plug-ins that satisfy the specified plug-in type and input and output formats.
getPorts() - Method in interface javax.media.control.PortControl
Obtains the set of ports currently enabled.
getPreferredFrameRate() - Method in interface javax.media.control.FrameRateControl
Returns the default output frame rate.
getPreferredKeyFrameInterval() - Method in interface javax.media.control.KeyFrameControl
Returns the keyFrameInterval value preferred by the encoder.
getPreferredQuality() - Method in interface javax.media.control.QualityControl
Returns the default quality recommended for decoding or encoding.
getPreferredSize() - Method in class javax.media.bean.playerbean.MediaPlayerMediaLocationEditor
Gets the preferred dimensions for this media location editor.
getPreferredSize() - Method in class javax.media.bean.playerbean.MediaPlayer
Gets the dimensions of the preferred size.
getPreviousState() - Method in class javax.media.TransitionEvent
Get the state that the Controller was in before this event occurred.
getProcessorClassList(String) - Static method in class javax.media.Manager
Build a list of Processor Handler classes from the content-prefix-list and a content name.
getProgressBarComponent() - Method in interface javax.media.CachingControl
Get a Component for displaying the download progress.
getPropertyDescriptors() - Method in class javax.media.bean.playerbean.MediaPlayerBeanInfo
Gets a list of bean PropertyDescriptor objects, one for each public property in the MediaPlayer.
getProtocol() - Method in class javax.media.MediaLocator
Get the beginning of the locator string up to but not including the first colon.
getProtocolPrefixList() - Static method in class javax.media.PackageManager
Get the current value of the protocol package-prefix list.
getQFactor() - Method in class javax.media.format.JPEGFormat
Gets the JPEG quality factor for this JPEGFormat.
getQuality() - Method in interface javax.media.control.QualityControl
Returns the current value of the decoding or encoding quality parameter.
getRate() - Method in interface javax.media.Clock
Gets the current temporal scale factor.
getRate() - Method in class javax.media.RateChangeEvent
Get the new rate of the Controller that generated this event.
getRate() - Method in interface javax.media.protocol.RateConfiguration
Get the RateRange for this configuration.
getRate() - Method in class javax.media.bean.playerbean.MediaPlayer
 
getRateConfigurations() - Method in interface javax.media.protocol.RateConfigureable
Get the rate configurations that this object supports.
getReason() - Method in class javax.media.rtp.event.ByeEvent
A string sent by the terminating party, explaining why it is leaving the session
getReceiveBufferSize() - Method in interface javax.media.rtp.RTPConnector
Get the receive buffer size set on the RTP data channel.
getReceiveStream() - Method in class javax.media.rtp.event.ReceiveStreamEvent
 
getReceiveStream() - Method in class javax.media.rtp.event.LocalCollisionEvent
 
getReceiveStreams() - Method in class javax.media.rtp.RTPManager
Returns the ReceiveStreams created by the RTPManager.
getReceiveStreams() - Method in interface javax.media.rtp.SessionManager
Deprecated. Returns the ReceiveStreams created by the SessionManager.
getReceptionStats() - Method in interface javax.media.rtp.RTPControl
Query the RTP datasource for its data reception statistics
getRedMask() - Method in class javax.media.format.RGBFormat
Gets the mask for the red component.
getRedValues() - Method in class javax.media.format.IndexedColorFormat
Gets the mask for the red component.
getRemainder() - Method in class javax.media.MediaLocator
Get the MediaLocator string with the protocol removed.
getRemoteColls() - Method in interface javax.media.rtp.GlobalReceptionStats
The total number of remote collisions as seen by the RTPPSM
getRemoteColls() - Method in interface javax.media.rtp.GlobalTransmissionStats
The total number of remote collisions as seen by the RTPPSM
getRemoteParticipants() - Method in class javax.media.rtp.RTPManager
Returns a Vector of all the remote participants in the session.This vector is simply a snapshot of the current state in the RTPManager.
getRemoteParticipants() - Method in interface javax.media.rtp.SessionManager
Deprecated. Returns a Vector of all the remote participants in the session.This vector is simply a snapshot of the current state in the SessionManager.The SessionListener interface can be used to get notified of additional participants for the Session.
getReport() - Method in class javax.media.rtp.event.SenderReportEvent
The RTCP sender report
getReport() - Method in class javax.media.rtp.event.ReceiverReportEvent
receiverReport the RTCP receiver report.
getReports() - Method in interface javax.media.rtp.Participant
Returns a Vector of RTCPReport objects, each representing the most recent RTCP report for an SSRC sent by this participant.
getRTCPBandwidthFraction() - Method in interface javax.media.rtp.RTPConnector
Return the RTCP bandwidth fraction.
getRTCPRecd() - Method in interface javax.media.rtp.GlobalReceptionStats
The total number of RTCP packets received on the RTP Session control socket before any header validation
getRTCPSenderBandwidthFraction() - Method in interface javax.media.rtp.RTPConnector
Return the RTCP sender bandwidth fraction.
getRTCPSent() - Method in interface javax.media.rtp.TransmissionStats
Get the total number of RTCP packets sent out by this source i.e total number of Sender Reports sent out by this source.
getRTCPSent() - Method in interface javax.media.rtp.GlobalTransmissionStats
The total number of RTCP packets sent out by the RTPSM.
getRTPAdr() - Method in class javax.media.bean.playerbean.MediaPlayerRTPDialog
Gets the RTP address for the dialog.
getRTPManagerList() - Static method in class javax.media.rtp.RTPManager
Build a list of RTPManager implementation classes.
getRTPManagers() - Method in interface javax.media.control.RtspControl
 
getRTPSent() - Method in interface javax.media.rtp.GlobalTransmissionStats
The total number of RTP packets transmitted on the RTP Session socket.
getRTPTimeStamp() - Method in interface javax.media.rtp.rtcp.SenderReport
Returns the RTP Timestamp.
getSampleRate() - Method in class javax.media.format.AudioFormat
Gets the audio sample rate.
getSampleSizeInBits() - Method in class javax.media.format.AudioFormat
Gets the size of a sample.
getScale() - Method in class javax.media.SizeChangeEvent
Get the new scale to which the video is being zoomed.
getSeconds() - Method in class javax.media.Time
Gets the time value in seconds.
getSendBufferSize() - Method in interface javax.media.rtp.RTPConnector
Get the send buffer size set on the RTP data channel.
getSenderByteCount() - Method in interface javax.media.rtp.rtcp.SenderReport
Returns the sender's byte count.
getSenderFeedback() - Method in interface javax.media.rtp.rtcp.SenderReport
Returns a Feedback object corresponding to the feedback for this sender which the *local* participant is sending out in RTCP reports.
getSenderPacketCount() - Method in interface javax.media.rtp.rtcp.SenderReport
Returns the sender's packet count.
getSenderReport() - Method in interface javax.media.rtp.RTPStream
Retrieves the latest RTCP sender report for this stream.
getSendStream() - Method in class javax.media.rtp.event.SendStreamEvent
 
getSendStreams() - Method in class javax.media.rtp.RTPManager
Returns the SendStreams created by the RTPManager.
getSendStreams() - Method in interface javax.media.rtp.SessionManager
Deprecated. Returns the SendStreams created by the SessionManager.
getSequenceNumber() - Method in class javax.media.Buffer
Gets the sequence number of this Buffer.
getSessionAddress() - Method in interface javax.media.rtp.SessionManager
Deprecated. Method to get the Destination SessionAddress of this SessionManager This will return the data address/port and control address/port that the RTP manager is receiving data/control packets on and sending RTCP packets to.
getSessionManager() - Method in class javax.media.rtp.event.RTPEvent
The SessionManager which is the source of this RTPEvent
getSigned() - Method in class javax.media.format.AudioFormat
Gets a boolean that indicates whether the samples are stored in signed format or an unsigned format.
getSilenceSuppression() - Method in interface javax.media.control.SilenceSuppressionControl
Returns if silence suppression was enabled.
getSize() - Method in class javax.media.format.VideoFormat
Gets the dimensions of a video frame in this VideoFormat.
getSource() - Method in class javax.media.ControllerEvent
 
getSource() - Method in class javax.media.GainChangeEvent
Get the object that posted this event.
getSource() - Method in class javax.media.rtp.event.RTPEvent
The source of this RTPEvent
getSourceController() - Method in class javax.media.ControllerEvent
Get the Controller that posted this event.
getSourceDataSink() - Method in class javax.media.datasink.DataSinkEvent
Get the DataSink that posted this event.
getSourceDescription() - Method in interface javax.media.rtp.Participant
Returns a Vector of RTCPSourceDescription objects.
getSourceDescription() - Method in interface javax.media.rtp.rtcp.Report
Returns a Vector of SourceDescription objects.
getSourceGainControl() - Method in class javax.media.GainChangeEvent
Get the GainControl that posted this event.
getSourceReceptionStats() - Method in interface javax.media.rtp.ReceiveStream
Returns the reception statistics as computed by the RTPSM for this ReceiveStream.
getSourceTransmissionStats() - Method in interface javax.media.rtp.SendStream
Retrieve statistics on data and control packets transmitted on this RTPSendStream.
getSRRecd() - Method in interface javax.media.rtp.GlobalReceptionStats
The total number of Sender Reports received on the RTCP socket
getSSRC() - Method in interface javax.media.rtp.RTPStream
Returns the SSRC of the stream.
getSSRC() - Method in class javax.media.rtp.event.RemoteCollisionEvent
collidingSSRC The remote SSRC
getSSRC() - Method in interface javax.media.rtp.rtcp.Report
Gets the SSRC from which this report originated.
getSSRC() - Method in interface javax.media.rtp.rtcp.Feedback
Returns the SSRC of the data source for which this feedback applies.
getStartLatency() - Method in interface javax.media.Controller
Gets the Controller's start latency in nanoseconds.
getStartLatency() - Method in class javax.media.bean.playerbean.MediaPlayer
 
getStartOffset() - Method in interface javax.media.ExtendedCachingControl
 
getStartTime() - Method in interface javax.media.Track
Retrieves the start time of this Track.
getState() - Method in interface javax.media.Controller
Gets the current state of this Controller.
getState() - Method in class javax.media.bean.playerbean.MediaPlayer
 
getStillImageTransmission() - Method in interface javax.media.control.H261Control
Returns if still image transmission was enabled.
getStillImageTransmission() - Method in class javax.media.format.H261Format
Gets the still image transmission setting for this Format.
getStopTime() - Method in interface javax.media.Clock
Gets the last value successfully set by setStopTime.
getStopTime() - Method in class javax.media.StopTimeChangeEvent
Get the new stop-time for the Controller that generated this event.
getStopTime() - Method in class javax.media.bean.playerbean.MediaPlayer
 
getStream() - Method in interface javax.media.rtp.rtcp.SenderReport
Returns the RTPStream associated with this sender report.This method may return NULL if this SR was received before RTP data packets have arrived and an ReceiveStream could be created.
getStream(long) - Method in interface javax.media.rtp.SessionManager
Deprecated. Returns the RTPStream created by the SessionManager that has the same SSRC as the filterssrc.
getStreams() - Method in class javax.media.protocol.PullBufferDataSource
Get the collection of streams that this source manages.
getStreams() - Method in class javax.media.protocol.PushDataSource
Get the collection of streams that this source manages.
getStreams() - Method in class javax.media.protocol.PullDataSource
Get the collection of streams that this source manages.
getStreams() - Method in class javax.media.protocol.URLDataSource
 
getStreams() - Method in class javax.media.protocol.PushBufferDataSource
Get the collection of streams that this source manages.
getStreams() - Method in interface javax.media.protocol.RateConfiguration
Get the streams that will have content at this rate.
getStreams() - Method in class javax.media.rtp.RTPPushDataSource
Deprecated.  
getStreams() - Method in interface javax.media.rtp.Participant
Retrieves a Vector which is the set of all RTPStream objects for this participant.
getStreamSize() - Method in interface javax.media.control.StreamWriterControl
Returns the number of bytes written to the stream so far.
getStrideUV() - Method in class javax.media.format.YUVFormat
Gets the UV stride--the length of a row of U or V values.
getStrideY() - Method in class javax.media.format.YUVFormat
Gets the Y stride--the length of a row of Y values.
getString(String) - Static method in class javax.media.bean.playerbean.MediaPlayerResource
Gets a String that corresponds to the specified input string from a resource boundle file.
getSupportedAudioLayers() - Method in interface javax.media.control.MpegAudioControl
Returns the audio layer support capability.
The returned value consists of a logical OR among the relevant flags.
getSupportedChannelLayouts() - Method in interface javax.media.control.MpegAudioControl
Returns the audio channel layout support capability.
The returned value consists of a logical OR among the relevant flags.
getSupportedContentDescriptors() - Method in interface javax.media.Processor
Gets all of the content types that this Processor can output.
getSupportedFormats() - Method in interface javax.media.control.FormatControl
Lists the possible input formats supported by this plug-in.
getSupportedInputContentDescriptors() - Method in interface javax.media.Demultiplexer
Lists the all of the input content descriptors that this Demultiplexer supports.
getSupportedInputFormats() - Method in interface javax.media.Multiplexer
Returns the input formats that this Multiplexer supports.
getSupportedInputFormats() - Method in interface javax.media.Renderer
Lists the input formats supported by this Renderer.
getSupportedInputFormats() - Method in interface javax.media.Codec
Lists all of the input formats that this codec accepts.
getSupportedInputFormats(String, int) - Static method in class javax.media.PlugInManager
Gets a list of the input formats that the specified plug-in supports.
getSupportedOutputContentDescriptors(Format[]) - Method in interface javax.media.Multiplexer
Lists the output content-descriptors that this Multiplexer supports.
getSupportedOutputFormats(Format) - Method in interface javax.media.Codec
Lists the output formats that this codec can generate.
getSupportedOutputFormats(String, int) - Static method in class javax.media.PlugInManager
Gets a list of the output formats that the specified plug-in supports.
getSupportedPorts() - Method in interface javax.media.control.PortControl
Obtains the set of ports supported by the device that is controlled by this PortControl object.
getSupportedSamplingRates() - Method in interface javax.media.control.MpegAudioControl
Returns the audio sampling rate support capability.
The returned value consists of a logical OR among the relevant flags.
getSyncTime() - Method in interface javax.media.Clock
Gets the current media time or the time until this Clock will synchronize to its TimeBase.
getSyncTime() - Method in class javax.media.bean.playerbean.MediaPlayer
 
getSystemTimeBase() - Static method in class javax.media.Manager
Get the time-base object for the system.
getTags() - Method in class javax.media.bean.playerbean.MediaPlayerMediaLocationEditor
Determines whether or not this is a tagged value.
getTags() - Method in class javax.media.bean.playerbean.MediaPlayerVolumePropertyEditor
Gets an array of tags for the Volume property.
getTargetState() - Method in class javax.media.TransitionEvent
Get the Controller's target state at the time this event was generated.
getTargetState() - Method in interface javax.media.Controller
Gets the current target state of this Controller.
getTargetState() - Method in class javax.media.bean.playerbean.MediaPlayer
 
getTime() - Method in interface javax.media.TimeBase
Get the current time of this TimeBase.
getTime() - Method in class javax.media.SystemTimeBase
 
getTimeBase() - Method in interface javax.media.Clock
Gets the TimeBase that this Clock is using.
getTimeBase() - Method in class javax.media.bean.playerbean.MediaPlayer
 
getTimeBaseTime() - Method in class javax.media.StartEvent
Get the time-base time that started the Controller.
getTimeStamp() - Method in class javax.media.Buffer
Gets the time stamp of this Buffer.
getTimeToLive() - Method in class javax.media.rtp.SessionAddress
Returns the time-to-live value for mutlicast sessions.
getTrackControls() - Method in interface javax.media.Processor
Gets a TrackControl for each track in the media stream.
getTrackCount(int) - Method in class javax.media.ProcessorModel
Gets the number of tracks required as the output of the Processor constructed with this ProcessorModel.
getTracks() - Method in interface javax.media.Demultiplexer
Retrieves the individual tracks that the media stream contains.
getTransmitFailed() - Method in interface javax.media.rtp.GlobalReceptionStats
The number of packets that failed to get transmitted.
getTransmitFailed() - Method in interface javax.media.rtp.GlobalTransmissionStats
The number of packets that failed to get transmitted for any reason.
getType() - Method in class javax.media.rtp.EncryptionInfo
Accessor method to get the type of encryption this object specifies.
getType() - Method in class javax.media.rtp.rtcp.SourceDescription
Get the type of source description this is.
getUnknownTypes() - Method in interface javax.media.rtp.GlobalReceptionStats
The total number of individual RTCP packets types that were not implemented or not recognized by the RTPSM.
getUnrestrictedVector() - Method in interface javax.media.control.H263Control
Returns if unrestricted vector was enabled.
getUnrestrictedVector() - Method in class javax.media.format.H263Format
Gets the unrestricted motion vector setting for this Format.
getURL() - Method in class javax.media.MediaLocator
Get the URL associated with this MediaLocator.
getValue() - Method in class javax.media.bean.playerbean.MediaPlayerMediaLocationEditor
Gets the value from the media location property.
getVersion() - Static method in class javax.media.Manager
Returns the version string for this revision of JMF.
getVisualComponent() - Method in interface javax.media.Player
Gets the display Component for this Player.
getVisualComponent() - Method in class javax.media.bean.playerbean.MediaPlayer
 
getVolumeLevel() - Method in class javax.media.bean.playerbean.MediaPlayer
Gets the audio volume property for this MediaPlayer.
getWidth() - Method in class javax.media.SizeChangeEvent
Get the new width of the video input.
getXtndSeqNum() - Method in interface javax.media.rtp.rtcp.Feedback
Returns the 'extended highest sequence number received' field.
getYuvType() - Method in class javax.media.format.YUVFormat
Gets the YUV data format.
getZoomTo() - Method in class javax.media.bean.playerbean.MediaPlayer
Gets the zoom property for this MediaPlayer.
GlobalReceptionStats - interface javax.media.rtp.GlobalReceptionStats.
Interface GlobalReceptionStats--- encapsulates data reception statistics as well as RTCP statistics prepared by the RTPSM.
GlobalTransmissionStats - interface javax.media.rtp.GlobalTransmissionStats.
Interface GlobalTransmissionStats--- encapsulates data transmission statistics as well as RTCP statistics prepared by the RTPSM for all its sending streams.
grabFrame() - Method in interface javax.media.control.FrameGrabbingControl
Grab the current frame from the video stream.
greenMask - Variable in class javax.media.format.RGBFormat
Mask value for the Green component.
greenValues - Variable in class javax.media.format.IndexedColorFormat
 
GSM - Static variable in class javax.media.protocol.FileTypeDescriptor
GSM content type
GSM - Static variable in class javax.media.format.AudioFormat
 
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
H.261 format.
H261_RTP - Static variable in class javax.media.format.VideoFormat
H261 RTP format
H261Control - interface javax.media.control.H261Control.
This interface is a Control for specifying the parameters for H.261 video codec.
H261Format - class javax.media.format.H261Format.
Describes H.261 compressed video data.
H261Format() - Constructor for class javax.media.format.H261Format
Constructs an H261Format object with default parameters.
H261Format(Dimension, int, Class, float, int) - Constructor for class javax.media.format.H261Format
Constructs an H261Format object with the specified parameters.
H263 - Static variable in class javax.media.format.VideoFormat
H.263 format.
H263_1998_RTP - Static variable in class javax.media.format.VideoFormat
H.263+ (RFC 2429 aka H263-1998) RTP format
H263_RTP - Static variable in class javax.media.format.VideoFormat
H.263 (RFC 2190) RTP format
H263Control - interface javax.media.control.H263Control.
This interface is a Control for specifying the parameters for H263 video codec.
H263Format - class javax.media.format.H263Format.
Describes H.263 compressed video data.
H263Format() - Constructor for class javax.media.format.H263Format
Constructs an H263Format object with default attributes.
H263Format(Dimension, int, Class, float, int, int, int, int, int, int) - Constructor for class javax.media.format.H263Format
Constructs an H263Format object with the specified attributes.
hashCode() - Method in class javax.media.rtp.SessionAddress
 
header - Variable in class javax.media.Buffer
Header information (such as RTP header) for this data chunk.
HEADPHONE - Static variable in interface javax.media.control.PortControl
Specifies a headphone port.
height - Variable in class javax.media.SizeChangeEvent
 
hrDB - Variable in class javax.media.format.H263Format
The size of Hypothetical Reference decoder buffer.

I

IMA4 - Static variable in class javax.media.format.AudioFormat
 
IMA4_MS - Static variable in class javax.media.format.AudioFormat
 
ImageToBuffer - class javax.media.util.ImageToBuffer.
Utility class to convert an AWT Image object to a JMF Buffer object.
ImageToBuffer() - Constructor for class javax.media.util.ImageToBuffer
 
InactiveReceiveStreamEvent - class javax.media.rtp.event.InactiveReceiveStreamEvent.
Informs the SessionListener that data & control packets have stopped arriving on this ReceiveStream.
InactiveReceiveStreamEvent(SessionManager, Participant, ReceiveStream, boolean) - Constructor for class javax.media.rtp.event.InactiveReceiveStreamEvent
 
InactiveSendStreamEvent - class javax.media.rtp.event.InactiveSendStreamEvent.
Informs the SendStreamListener that data has stopped arriving on this SendStream.
InactiveSendStreamEvent(SessionManager, Participant, SendStream) - Constructor for class javax.media.rtp.event.InactiveSendStreamEvent
 
IncompatibleSourceException - exception javax.media.IncompatibleSourceException.
An IncompatibleSourceException is thrown by a MediaHandler when setSource is invoked and the MediaHandler cannot support the DataSource.
IncompatibleSourceException() - Constructor for class javax.media.IncompatibleSourceException
 
IncompatibleSourceException(String) - Constructor for class javax.media.IncompatibleSourceException
 
IncompatibleTimeBaseException - exception javax.media.IncompatibleTimeBaseException.
An IncompatibleTimeBaseException is generated when Clock.setTimeBase is invoked using a TimeBase that the Clock cannot support.
IncompatibleTimeBaseException() - Constructor for class javax.media.IncompatibleTimeBaseException
 
IncompatibleTimeBaseException(String) - Constructor for class javax.media.IncompatibleTimeBaseException
 
INDEO32 - Static variable in class javax.media.format.VideoFormat
Indeo Video 3.2
INDEO41 - Static variable in class javax.media.format.VideoFormat
Indeo Interactive 4.1
INDEO50 - Static variable in class javax.media.format.VideoFormat
Indeo Interactive 5.0
IndexedColorFormat - class javax.media.format.IndexedColorFormat.
Describes indexed color video data.
IndexedColorFormat(Dimension, int, Class, float, int, int, byte[], byte[], byte[]) - Constructor for class javax.media.format.IndexedColorFormat
Constructs an IndexedColorFormat object with the specified parameters.
initCheck() - Method in class javax.media.protocol.DataSource
Check to see if this connection has been initialized with a MediaLocator.
initCheck() - Method in class javax.media.rtp.RTPPushDataSource
Deprecated. This two way data source does not have any medialocator and datasource will throw an Uninitialized DataSource error incase initCheck() is called on this datasource.
initialize(RTPConnector) - Method in class javax.media.rtp.RTPManager
Initializes the session.
initialize(SessionAddress) - Method in class javax.media.rtp.RTPManager
Initializes the session.
initialize(SessionAddress[], SourceDescription[], double, double, EncryptionInfo) - Method in class javax.media.rtp.RTPManager
Initializes the session.
initSession(SessionAddress, long, SourceDescription[], double, double) - Method in interface javax.media.rtp.SessionManager
Deprecated. Initializes the session.
initSession(SessionAddress, SourceDescription[], double, double) - Method in interface javax.media.rtp.SessionManager
Deprecated. This form of initSession is to be used when the SSRC is to be generated by the RTPSM.
INPUT_BUFFER_NOT_CONSUMED - Static variable in interface javax.media.PlugIn
The input Buffer chunk was not fully consumed.
InputSourceStream - class javax.media.protocol.InputSourceStream.
Build a source stream out of an input stream.
InputSourceStream(InputStream, ContentDescriptor) - Constructor for class javax.media.protocol.InputSourceStream
Construct an InputSourceStream from an input stream.
inRange(float) - Method in class javax.media.protocol.RateRange
Determine whether or not a particular value is within the range of supported rates.
intArray - Static variable in class javax.media.Format
The data object required by the Format is an integer array.
internalError(InternalErrorEvent) - Method in class javax.media.ControllerAdapter
 
InternalErrorEvent - class javax.media.InternalErrorEvent.
An InternalErrorEvent indicates that a Controller failed for implementation-specific reasons.
InternalErrorEvent(Controller) - Constructor for class javax.media.InternalErrorEvent
 
InternalErrorEvent(Controller, String) - Constructor for class javax.media.InternalErrorEvent
 
intersects(Format) - Method in class javax.media.Format
Intersects the attributes of this format and the specified format to create a new Format object.
intersects(Format) - Method in class javax.media.format.VideoFormat
Finds the attributes shared by two matching Format objects.
intersects(Format) - Method in class javax.media.format.H261Format
Finds the attributes shared by two matching Format objects.
intersects(Format) - Method in class javax.media.format.RGBFormat
Finds the attributes shared by two matching Format objects.
intersects(Format) - Method in class javax.media.format.JPEGFormat
Finds the attributes shared by two matching Format objects.
intersects(Format) - Method in class javax.media.format.YUVFormat
Finds the attributes shared by two matching Format objects.
intersects(Format) - Method in class javax.media.format.AudioFormat
Finds the attributes shared by two matching Format objects.
intersects(Format) - Method in class javax.media.format.IndexedColorFormat
Finds the attributes shared by two matching Format objects.
intersects(Format) - Method in class javax.media.format.H263Format
Finds the attributes shared by two matching Format objects.
InvalidSessionAddressException - exception javax.media.rtp.InvalidSessionAddressException.
Exception thrown from initSession(), startSession(), setDestinationAddress() if any of the InetAddress passed as parameters are not local host address in case of local interfaces, or cannot be resolved in case of remote addresses.
InvalidSessionAddressException() - Constructor for class javax.media.rtp.InvalidSessionAddressException
 
InvalidSessionAddressException(String) - Constructor for class javax.media.rtp.InvalidSessionAddressException
 
IRGB - Static variable in class javax.media.format.VideoFormat
8-bit Indexed RGB format.
isAdvancedPredictionSupported() - Method in interface javax.media.control.H263Control
Returns if advanced prediction extension is supported
isArithmeticCodingSupported() - Method in interface javax.media.control.H263Control
Returns if arithmeticc coding extension is supported
isCachingControlVisible() - Method in class javax.media.bean.playerbean.MediaPlayer
Gets the caching control visibility property for this MediaPlayer.
isControlPanelVisible() - Method in class javax.media.bean.playerbean.MediaPlayer
Gets the control panel visibility property for this MediaPlayer.
isDiscard() - Method in class javax.media.Buffer
Checks whether or not this Buffer is to be discarded.
isDownloading() - Method in interface javax.media.CachingControl
Check whether or not media is being downloaded.
isEnabled() - Method in interface javax.media.Track
Checks whether or not this Track is enabled.
isEnabled() - Method in interface javax.media.control.FormatControl
Return the state of the track.
isEOM() - Method in class javax.media.Buffer
Checks whether or not this Buffer marks the end of the media stream.
isErrorCompensationSupported() - Method in interface javax.media.control.H263Control
Returns if error compensation extension is supported
isExact() - Method in class javax.media.protocol.RateRange
Determine whether or not the source will maintain a constant speed when using this rate.
isExtensionPresent() - Method in class javax.media.rtp.RTPHeader
Returns true if there is an extension header present after the main 12 byte RTP header.
isFixedAspectRatio() - Method in class javax.media.bean.playerbean.MediaPlayer
Gets the fixed aspect ratio property for this MediaPlayer.
isFormatAcceptable(int, Format) - Method in class javax.media.ProcessorModel
Checks whether or not tFormat is an acceptable format for the track tIndex.
isLastStream() - Method in class javax.media.rtp.event.InactiveReceiveStreamEvent
Set to true if this is the last or only RTPStream owned by this participant.
isLowFrequencyChannelSupported() - Method in interface javax.media.control.MpegAudioControl
Returns the low freuqency channel support capability.
isMediaLocationVisible() - Method in class javax.media.bean.playerbean.MediaPlayer
Gets the MediaLocationVisible property for this MediaPlayer.
isMultilingualModeSupported() - Method in interface javax.media.control.MpegAudioControl
Returns the multilingual mode support capability.
isPaintable() - Method in class javax.media.bean.playerbean.MediaPlayerMediaLocationEditor
Determines whether or not this class honors the paintValue method.
isPBFramesSupported() - Method in interface javax.media.control.H263Control
Returns if PB Frames extension is supported
isPlayBackLoop() - Method in class javax.media.bean.playerbean.MediaPlayer
Gets the loop property for this MediaPlayer.
isPositionable() - Method in interface javax.media.Demultiplexer
Checks whether or not the stream can be repositioned to the beginning.
isPrefetched() - Method in interface javax.media.Prefetchable
Returns the prefetch state of the Renderer or Multiplexer plugin.
isRandomAccess() - Method in interface javax.media.Demultiplexer
Checks whether or not the stream can be positioned at any Time.
isRandomAccess() - Method in interface javax.media.protocol.Positionable
Find out if this source can be repositioned to any point in the stream.
isRandomAccess() - Method in interface javax.media.protocol.Seekable
Find out if this media object can position anywhere in the stream.
isSameEncoding(Format) - Method in class javax.media.Format
Checks if the encodings of both format objects are the same.
isSameEncoding(String) - Method in class javax.media.Format
Checks if the encoding of this format is same as the parameter.
isSilenceSuppressionSupported() - Method in interface javax.media.control.SilenceSuppressionControl
Returns if silence suppression is supported
isStarted() - Method in class javax.media.rtp.RTPPushDataSource
Deprecated. Method to find out if the source had been started
isStillImageTransmissionSupported() - Method in interface javax.media.control.H261Control
Returns if still image transmission is supported
isTemporalSpatialTradeoffSupported() - Method in interface javax.media.control.QualityControl
Returns if the encoder can increase frame rate with reduced resolution and vica-versa.
isUnrestrictedVectorSupported() - Method in interface javax.media.control.H263Control
Returns if unrestricted vector extension is supported
itemStateChanged(ItemEvent) - Method in class javax.media.bean.playerbean.MediaPlayerMediaLocationEditor
Determines which protocol is selected and acts accordingly.

J

javax.media - package javax.media
 
javax.media.bean.playerbean - package javax.media.bean.playerbean
 
javax.media.control - package javax.media.control
 
javax.media.datasink - package javax.media.datasink
 
javax.media.format - package javax.media.format
 
javax.media.protocol - package javax.media.protocol
 
javax.media.renderer - package javax.media.renderer
 
javax.media.rtp - package javax.media.rtp
 
javax.media.rtp.event - package javax.media.rtp.event
 
javax.media.rtp.rtcp - package javax.media.rtp.rtcp
 
javax.media.util - package javax.media.util
 
JPEG - Static variable in class javax.media.format.VideoFormat
JPEG format.
JPEG_RTP - Static variable in class javax.media.format.VideoFormat
JPEG RTP format
JPEGFormat - class javax.media.format.JPEGFormat.
Describes JPEG compressed video data.
JPEGFormat() - Constructor for class javax.media.format.JPEGFormat
Constructs a default JPEGFormat object.
JPEGFormat(Dimension, int, Class, float, int, int) - Constructor for class javax.media.format.JPEGFormat
Constructs a JPEGFormat with the specified parameters.

K

KeyFrameControl - interface javax.media.control.KeyFrameControl.
This interface is a Control for specifying the parameters for key frame interval.

L

LATENCY_UNKNOWN - Static variable in interface javax.media.Controller
Returned by getStartLatency.
LAYER_1 - Static variable in interface javax.media.control.MpegAudioControl
Indicates support for audio layer 1
LAYER_2 - Static variable in interface javax.media.control.MpegAudioControl
Indicates support for audio layer 2
LAYER_3 - Static variable in interface javax.media.control.MpegAudioControl
Indicates support for audio layer 3
length - Variable in class javax.media.Buffer
For array data type, states how many samples are valid in the array.
LENGTH_UNKNOWN - Static variable in interface javax.media.CachingControl
Use to indicate that the CachingControl doesn't know how long the content is.
LENGTH_UNKNOWN - Static variable in interface javax.media.protocol.SourceStream
 
LIGHTWEIGHT_RENDERER - Static variable in class javax.media.Manager
Boolean hint to turn on/off the use of light weight rendering.
LINE_IN - Static variable in interface javax.media.control.PortControl
Specifies a line in port.
LINE_OUT - Static variable in interface javax.media.control.PortControl
Specifies a line out port.
LINEAR - Static variable in class javax.media.format.AudioFormat
 
lineStride - Variable in class javax.media.format.RGBFormat
Increment value of the array index from the first pixel on line n to the first pixel on line n+1.
lineStride - Variable in class javax.media.format.IndexedColorFormat
Increment value of the array index from the first pixel on line n to the first pixel on line n+1.
LITTLE_ENDIAN - Static variable in class javax.media.format.RGBFormat
 
LITTLE_ENDIAN - Static variable in class javax.media.format.AudioFormat
 
LocalCollisionEvent - class javax.media.rtp.event.LocalCollisionEvent.
Informs the RTP client that the SSRC it was using collided with another SSRC in the session.
LocalCollisionEvent(SessionManager, ReceiveStream, long) - Constructor for class javax.media.rtp.event.LocalCollisionEvent
 
LocalParticipant - interface javax.media.rtp.LocalParticipant.
Interface representing the local participant.
LocalPayloadChangeEvent - class javax.media.rtp.event.LocalPayloadChangeEvent.
Informs the RTP listener that a local RTP sender has changed the payload type of a data stream.
LocalPayloadChangeEvent(SessionManager, SendStream, int, int) - Constructor for class javax.media.rtp.event.LocalPayloadChangeEvent
 
locator - Variable in class javax.media.CaptureDeviceInfo
A MediaLocator that identifies a device.

M

MAC3 - Static variable in class javax.media.format.AudioFormat
 
MAC6 - Static variable in class javax.media.format.AudioFormat
 
Manager - class javax.media.Manager.
Manager is the access point for obtaining system dependent resources such as Players, DataSources, Processors, DataSinks, the system TimeBase, the cloneable and merging utility DataSources.
mapFrameToTime(int) - Method in interface javax.media.Track
Gets the Time that corresponds to the specified frame number.
mapFrameToTime(int) - Method in interface javax.media.control.FramePositioningControl
Converts the given frame number to the corresponding media time.
mapSize - Variable in class javax.media.format.IndexedColorFormat
 
mapTimeToFrame(Time) - Method in interface javax.media.Track
Converts the given media time to the corresponding frame number.
mapTimeToFrame(Time) - Method in interface javax.media.control.FramePositioningControl
Converts the given media time to the corresponding frame number.
mapToTimeBase(Time) - Method in interface javax.media.Clock
Gets the TimeBase time corresponding to the specified media time.
mapToTimeBase(Time) - Method in class javax.media.bean.playerbean.MediaPlayer
 
matches(Format) - Method in class javax.media.Format
Checks whether or not the specified Format matches this Format.
matches(Format) - Method in class javax.media.format.VideoFormat
Checks whether or not the specified Format matches this VideoFormat.
matches(Format) - Method in class javax.media.format.H261Format
Checks whether or not the specified Format matches this H261Format.
matches(Format) - Method in class javax.media.format.RGBFormat
Checks whether or not the specified Format matches this RGBFormat.
matches(Format) - Method in class javax.media.format.JPEGFormat
Checks whether or not the specified Format matches this JPEGFormat.
matches(Format) - Method in class javax.media.format.YUVFormat
Checks whether or not the specified Format matches this YUVFormat.
matches(Format) - Method in class javax.media.format.AudioFormat
Checks whether or not the specified Format matches this AudioFormat.
matches(Format) - Method in class javax.media.format.IndexedColorFormat
Checks whether or not the specified Format matches this H261Format.
matches(Format) - Method in class javax.media.format.H263Format
Checks whether or not the specified Format matches this H261Format.
MAX_SECURITY - Static variable in class javax.media.Manager
Boolean hint to turn on/off maximum security.
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
 
MediaError - error javax.media.MediaError.
A MediaError indicates an error condition that occurred through incorrect usage of the API.
MediaError() - Constructor for class javax.media.MediaError
 
MediaError(String) - Constructor for class javax.media.MediaError
 
MediaEvent - class javax.media.MediaEvent.
MediaEvent is the base interface for media events.
MediaEvent(Object) - Constructor for class javax.media.MediaEvent
 
MediaException - exception javax.media.MediaException.
A MediaException indicates an unexpected error condition in a JMF method.
MediaException() - Constructor for class javax.media.MediaException
 
MediaException(String) - Constructor for class javax.media.MediaException
 
MediaHandler - interface javax.media.MediaHandler.
MediaHandler is the base interface for objects that read and manage media content delivered from a DataSource.
MediaLocator - class javax.media.MediaLocator.
MediaLocator describes the location of media content.
MediaLocator(String) - Constructor for class javax.media.MediaLocator
 
MediaLocator(URL) - Constructor for class javax.media.MediaLocator
 
MediaPlayer - class javax.media.bean.playerbean.MediaPlayer.
MediaPlayer encapsulates a player in a JavaBeansTM component.
MediaPlayer() - Constructor for class javax.media.bean.playerbean.MediaPlayer
Constructs a MediaPlayer with its main panel preparing for caching control events and the following visual display.
MediaPlayerBeanInfo - class javax.media.bean.playerbean.MediaPlayerBeanInfo.
Provides explicit bean information for the MediaPlayer.
MediaPlayerBeanInfo() - Constructor for class javax.media.bean.playerbean.MediaPlayerBeanInfo
 
MediaPlayerInfoResBundle_en_US - class javax.media.bean.playerbean.MediaPlayerInfoResBundle_en_US.
Description: This is a bean info property resource bundle file for en_US locale specific.
MediaPlayerInfoResBundle_en_US() - Constructor for class javax.media.bean.playerbean.MediaPlayerInfoResBundle_en_US
 
MediaPlayerMediaLocationEditor - class javax.media.bean.playerbean.MediaPlayerMediaLocationEditor.
Special case property editor for the media location property of a MediaPlayer bean.
MediaPlayerMediaLocationEditor() - Constructor for class javax.media.bean.playerbean.MediaPlayerMediaLocationEditor
Default constructor that adds the KeyListener for the visual text field.
MediaPlayerResource - class javax.media.bean.playerbean.MediaPlayerResource.
Defines the resource boundle for a MediaPlayer, mainly for error messages.
MediaPlayerResource() - Constructor for class javax.media.bean.playerbean.MediaPlayerResource
 
MediaPlayerRTPDialog - class javax.media.bean.playerbean.MediaPlayerRTPDialog.
A Dialog for setting up RTP parameters.
MediaPlayerRTPDialog(Frame) - Constructor for class javax.media.bean.playerbean.MediaPlayerRTPDialog
Constructs an RTP dialog using the specified Frame.
MediaPlayerVolumePropertyEditor - class javax.media.bean.playerbean.MediaPlayerVolumePropertyEditor.
Special case property editor for the MediaPlayer bean Volume property.
MediaPlayerVolumePropertyEditor() - Constructor for class javax.media.bean.playerbean.MediaPlayerVolumePropertyEditor
 
MediaProxy - interface javax.media.MediaProxy.
 
mediaTime - Variable in class javax.media.bean.playerbean.MediaPlayer
 
mediaTimeSet(MediaTimeSetEvent) - Method in class javax.media.ControllerAdapter
 
MediaTimeSetEvent - class javax.media.MediaTimeSetEvent.
A MediaTimeSetEvent is posted by a Controller when its media-time has been set with the setMediaTime method.
MediaTimeSetEvent(Controller, Time) - Constructor for class javax.media.MediaTimeSetEvent
 
message - Variable in class javax.media.ControllerClosedEvent
 
MICROPHONE - Static variable in interface javax.media.control.PortControl
Specifies a microphone port.
MIDI - Static variable in class javax.media.protocol.FileTypeDescriptor
MIDI content type
mimeTypeToPackageName(String) - Static method in class javax.media.protocol.ContentDescriptor
Map a MIME content-type to an equivalent string of class-name components.
MIXED - Static variable in class javax.media.protocol.ContentDescriptor
Mixed content type.
MJPEGA - Static variable in class javax.media.format.VideoFormat
Motion JPEG-A format.
MJPEGB - Static variable in class javax.media.format.VideoFormat
Motion JPEG-B format.
MJPG - Static variable in class javax.media.format.VideoFormat
Motion JPEG format.
MonitorControl - interface javax.media.control.MonitorControl.
Some capture devices or encoders may have a monitor to view/listen to the capture or encoding progress.
MPEG - Static variable in class javax.media.protocol.FileTypeDescriptor
MPEG video and system stream content type
MPEG - Static variable in class javax.media.format.VideoFormat
MPEG format.
MPEG - Static variable in class javax.media.format.AudioFormat
 
MPEG_AUDIO - Static variable in class javax.media.protocol.FileTypeDescriptor
MPEG audio stream content type
MPEG_RTP - Static variable in class javax.media.format.VideoFormat
MPEG RTP format.
MPEG_RTP - Static variable in class javax.media.format.AudioFormat
 
MpegAudioControl - interface javax.media.control.MpegAudioControl.
This interface is a Control for specifying the parameters for MPEG audio.
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
AVI content type
Multiplexer - interface javax.media.Multiplexer.
A Multiplexer is a media processing unit takes input data from multiple tracks, combines the data into an interleaved container format, then outputs the interleaved data through an output DataSource.
MULTIPLEXER - Static variable in class javax.media.PlugInManager
Multiplexer plug-in type.

N

name - Variable in class javax.media.CaptureDeviceInfo
A String that contains the name of a device.
nanoseconds - Variable in class javax.media.Time
Time in nanoseconds.
newFormat - Variable in class javax.media.format.FormatChangeEvent
 
newInstance() - Static method in class javax.media.rtp.RTPManager
Create an RTPManager object for the underlying implementation class.
NewParticipantEvent - class javax.media.rtp.event.NewParticipantEvent.
Informs the RTP listener that an RTCP packet has just been received from a heretofore unknown participant.
NewParticipantEvent(SessionManager, Participant) - Constructor for class javax.media.rtp.event.NewParticipantEvent
 
NewReceiveStreamEvent - class javax.media.rtp.event.NewReceiveStreamEvent.
Informs the RTP listener that a new stream of RTP data packets has been detected; in RTP parlance, this means that RTP data packets have been received from an SSRC that had not previously been sending data.
NewReceiveStreamEvent(SessionManager, ReceiveStream) - Constructor for class javax.media.rtp.event.NewReceiveStreamEvent
 
NewSendStreamEvent - class javax.media.rtp.event.NewSendStreamEvent.
Informs the RTP listener that a new transmitting stream has been created in this SessionManager.
NewSendStreamEvent(SessionManager, SendStream) - Constructor for class javax.media.rtp.event.NewSendStreamEvent
 
NO_ENCRYPTION - Static variable in class javax.media.rtp.EncryptionInfo
 
NoDataSinkException - exception javax.media.NoDataSinkException.
A NoDataSinkException is thrown when Manager can't find a DataSink for a particular MediaLocator and DataSource.
NoDataSinkException() - Constructor for class javax.media.NoDataSinkException
 
NoDataSinkException(String) - Constructor for class javax.media.NoDataSinkException
 
NoDataSourceException - exception javax.media.NoDataSourceException.
A NoDataSourceException is thrown when a DataSource can't be found for a particular URL or MediaLocator.
NoDataSourceException() - Constructor for class javax.media.NoDataSourceException
 
NoDataSourceException(String) - Constructor for class javax.media.NoDataSourceException
 
NoPlayerException - exception javax.media.NoPlayerException.
A NoPlayerException is thrown when a Manager can't find a Player for a particular URL or MediaLocator.
NoPlayerException() - Constructor for class javax.media.NoPlayerException
 
NoPlayerException(String) - Constructor for class javax.media.NoPlayerException
 
NoProcessorException - exception javax.media.NoProcessorException.
A NoProcessorException is thrown when Manager can't find a Processor for a particular URL, MediaLocator or ProcessorModel.
NoProcessorException() - Constructor for class javax.media.NoProcessorException
 
NoProcessorException(String) - Constructor for class javax.media.NoProcessorException
 
NOT_SPECIFIED - Static variable in class javax.media.Format
 
NotConfiguredError - error javax.media.NotConfiguredError.
A NotConfiguredError is thrown when a method that requires a Processor to be in the Configured state is called and the Processor has not yet been Configured.
NotConfiguredError(String) - Constructor for class javax.media.NotConfiguredError
Constructor.
NotPrefetchedError - error javax.media.NotPrefetchedError.
NotPrefetchedError is thrown when a method that requires a Controller to be in the Prefetched state is called and the Controller has not been Prefetched.
NotPrefetchedError(String) - Constructor for class javax.media.NotPrefetchedError
 
NotRealizedError - error javax.media.NotRealizedError.
NotRealizedError is thrown when a method that requires a Controller to be in the Realized state is called and the Controller is not Realized.
NotRealizedError(String) - Constructor for class javax.media.NotRealizedError
 

O

offset - Variable in class javax.media.Buffer
For array data type, points to the starting point (offset) into the array where the valid data begins.
offsetU - Variable in class javax.media.format.YUVFormat
When the YUV data is in planar format, specifies the offset into the data for the U plane.
offsetV - Variable in class javax.media.format.YUVFormat
When the YUV data is in planar format, specifies the offset into the data for the V plane.
offsetY - Variable in class javax.media.format.YUVFormat
When the YUV data is in planar format, specifies the offset into the data for the Y plane.
oldFormat - Variable in class javax.media.format.FormatChangeEvent
 
ONE_SECOND - Static variable in class javax.media.Time
 
open() - Method in interface javax.media.DataSink
Opens a connection to the destination described by the output MediaLocator.
open() - Method in interface javax.media.PlugIn
Opens the plug-in software or hardware component and acquires the resources that the plug-in needs to operate.
OUTPUT_BUFFER_NOT_FILLED - Static variable in interface javax.media.PlugIn
The output Buffer chunk was not filled.
OutputDataStream - interface javax.media.rtp.OutputDataStream.
The interface which is opposite in functionality to a PushSourceStream.
Owned - interface javax.media.Owned.
 

P

PackageManager - class javax.media.PackageManager.
A PackageManager maintains a persistent store of package-prefix lists.
PackageManager() - Constructor for class javax.media.PackageManager
 
PacketSizeControl - interface javax.media.control.PacketSizeControl.
This interface is a Control for specifying the parameters for packet size.
paintValue(Graphics, Rectangle) - Method in class javax.media.bean.playerbean.MediaPlayerMediaLocationEditor
Paints the media location's editor box.
Participant - interface javax.media.rtp.Participant.
This interface represents one participant in an RTP session.
participantLeaving() - Method in class javax.media.rtp.event.TimeoutEvent
True if the participant is leaving the session; after this call returns the given participant object is invalid.
pauseDownload() - Method in interface javax.media.ExtendedCachingControl
If downloading is in progress, it will be paused
pbFrames - Variable in class javax.media.format.H263Format
Indicates if PB frames mode is used in this bitstream.
pixelStride - Variable in class javax.media.format.RGBFormat
Increment value of the array index from one pixel to the next.
Player - interface javax.media.Player.
Player is a MediaHandler for rendering and controlling time based media data.
PlugIn - interface javax.media.PlugIn.
The base interface for JMF plug-ins.
PLUGIN_PLAYER - Static variable in class javax.media.Manager
Boolean hint to request the Manager to create Players that support PlugIns.
PLUGIN_TERMINATED - Static variable in interface javax.media.PlugIn
The processing of the given buffer has caused the plugin to terminate.
PlugInManager - class javax.media.PlugInManager.
The PlugInManager is used to search for installed plug-ins and register new plug-ins.
PlugInManager() - Constructor for class javax.media.PlugInManager
 
PortControl - interface javax.media.control.PortControl.
The PortControl interface represents a control to access the input or output ports of a device.
Positionable - interface javax.media.protocol.Positionable.
A media object implements the Positionable interface if it supports changing the media position within the stream.
prefetch() - Method in interface javax.media.Controller
Processes as much data as necessary to reduce the Controller's start latency to the shortest possible time.
prefetch() - Method in class javax.media.bean.playerbean.MediaPlayer
 
Prefetchable - interface javax.media.Prefetchable.
This interface would be implemented on a Renderer or Multiplexer plugin if it has some internal buffers that require prefetching to minimize startup latency.
prefetchComplete(PrefetchCompleteEvent) - Method in class javax.media.ControllerAdapter
 
PrefetchCompleteEvent - class javax.media.PrefetchCompleteEvent.
A PrefetchCompleteEvent is posted when a Controller finishes Prefetching.
PrefetchCompleteEvent(Controller, int, int, int) - Constructor for class javax.media.PrefetchCompleteEvent
 
Prefetched - Static variable in interface javax.media.Controller
Returned by getState.
Prefetching - Static variable in interface javax.media.Controller
Returned by getState.
process(Buffer) - Method in interface javax.media.Renderer
Processes the data and renders it to the output device represented by this Renderer.
process(Buffer, Buffer) - Method in interface javax.media.Codec
Performs the media processing defined by this codec.
process(Buffer, int) - Method in interface javax.media.Multiplexer
Processes the input Buffer and multiplexes it with data from other tracks.
Processor - interface javax.media.Processor.
The Processor interface defines a module for processing and controlling time-based media data.
ProcessorModel - class javax.media.ProcessorModel.
Encapsulates the basic information required to create a Processor.
ProcessorModel() - Constructor for class javax.media.ProcessorModel
Creates a ProcessorModel with null properties.
ProcessorModel(DataSource, Format[], ContentDescriptor) - Constructor for class javax.media.ProcessorModel
Creates a ProcessorModel for the specified input DataSource, track formats, and output type.
ProcessorModel(Format[], ContentDescriptor) - Constructor for class javax.media.ProcessorModel
Creates a ProcessorModel for the specified track formats and output content-type.
ProcessorModel(MediaLocator, Format[], ContentDescriptor) - Constructor for class javax.media.ProcessorModel
Creates a ProcessorModel for the specified input MediaLocator, track formats, and output type.
PullBufferDataSource - class javax.media.protocol.PullBufferDataSource.
Abstracts a media data-source that contains one or more PullBufferStreams and delivers data as Buffer objects.
PullBufferDataSource() - Constructor for class javax.media.protocol.PullBufferDataSource
 
PullBufferStream - interface javax.media.protocol.PullBufferStream.
Abstracts a read interface that data is pulled from in the form of Buffer objects This interface allows a sourcestream to transfer data in the form of an entire media chunk to the user of this sourcestream.
PullDataSource - class javax.media.protocol.PullDataSource.
Abstracts a media data-source that only supports pull data-streams.
PullDataSource() - Constructor for class javax.media.protocol.PullDataSource
 
PullSourceStream - interface javax.media.protocol.PullSourceStream.
Abstracts a read interface that data is pulled from.
PushBufferDataSource - class javax.media.protocol.PushBufferDataSource.
Abstracts a data source that manages data in the form of push streams.
PushBufferDataSource() - Constructor for class javax.media.protocol.PushBufferDataSource
 
PushBufferStream - interface javax.media.protocol.PushBufferStream.
Abstracts a read interface that pushes data in the form of Buffer objects This interface allows a source stream to transfer data in the form of an entire media chunk to the user of this source stream.
PushDataSource - class javax.media.protocol.PushDataSource.
Abstracts a data source that manages PushDataStreams.
PushDataSource() - Constructor for class javax.media.protocol.PushDataSource
 
PushSourceStream - interface javax.media.protocol.PushSourceStream.
 

Q

QualityControl - interface javax.media.control.QualityControl.
This interface is a Control for specifying the parameters for quality.
QUICKTIME - Static variable in class javax.media.protocol.FileTypeDescriptor
Quicktime content type

R

rateChange(RateChangeEvent) - Method in class javax.media.ControllerAdapter
 
RateChangeEvent - class javax.media.RateChangeEvent.
A RateChangeEvent is a ControllerEvent that is posted when a Controller's rate changes.
RateChangeEvent(Controller, float) - Constructor for class javax.media.RateChangeEvent
 
RateConfiguration - interface javax.media.protocol.RateConfiguration.
A configuration of streams for a particular rate.
RateConfigureable - interface javax.media.protocol.RateConfigureable.
DataSources support the RateConfigureable interface if they use different rate-configurations to support multiple media display speeds.
RateRange - class javax.media.protocol.RateRange.
Describes the speed at which data flows.
RateRange(float, float, float, boolean) - Constructor for class javax.media.protocol.RateRange
Constructor using required values.
RateRange(RateRange) - Constructor for class javax.media.protocol.RateRange
Copy constructor.
RAW - Static variable in class javax.media.protocol.ContentDescriptor
RAW content type.
RAW_RTP - Static variable in class javax.media.protocol.ContentDescriptor
RAW RTP content type.
read(Buffer) - Method in interface javax.media.protocol.PullBufferStream
Block and read a buffer from the stream.
read(Buffer) - Method in interface javax.media.protocol.PushBufferStream
Read from the stream without blocking.
read(byte[], int, int) - Method in interface javax.media.protocol.PullSourceStream
Block and read data from the stream.
read(byte[], int, int) - Method in class javax.media.protocol.InputSourceStream
Read a buffer of data.
read(byte[], int, int) - Method in interface javax.media.protocol.PushSourceStream
Read from the stream without blocking.
readExternal(ObjectInput) - Method in class javax.media.bean.playerbean.MediaPlayer
Restores the contents of this object
readFrame(Buffer) - Method in interface javax.media.Track
Reads the next frame for this Track.
readHasBlocked(Track) - Method in interface javax.media.TrackListener
The readFrame call has blocked.
realize() - Method in interface javax.media.Controller
Constructs the media dependent portions of the Controller.
realize() - Method in class javax.media.bean.playerbean.MediaPlayer
 
realizeComplete(RealizeCompleteEvent) - Method in class javax.media.ControllerAdapter
 
RealizeCompleteEvent - class javax.media.RealizeCompleteEvent.
A RealizeCompleteEvent is posted when a Controller finishes Realizing.
RealizeCompleteEvent(Controller, int, int, int) - Constructor for class javax.media.RealizeCompleteEvent
 
Realized - Static variable in interface javax.media.Controller
Returned by getState.
Realizing - Static variable in interface javax.media.Controller
Returned by getState.
ReceiverReport - interface javax.media.rtp.rtcp.ReceiverReport.
Contains the methods specific to an RTCP receiver report (RR).
ReceiverReportEvent - class javax.media.rtp.event.ReceiverReportEvent.
Informs the RTP listener that an RTCP receiver report (RR) has been received.
ReceiverReportEvent(SessionManager, ReceiverReport) - Constructor for class javax.media.rtp.event.ReceiverReportEvent
 
ReceiveStream - interface javax.media.rtp.ReceiveStream.
Interface RTPStream -- interface representing a receiving stream within an RTP session.
ReceiveStreamEvent - class javax.media.rtp.event.ReceiveStreamEvent.
The ReceiveStreamEvent will notify a listener of all events that are received on a particular ReceiveStream.
ReceiveStreamEvent(SessionManager, ReceiveStream, Participant) - Constructor for class javax.media.rtp.event.ReceiveStreamEvent
 
ReceiveStreamListener - interface javax.media.rtp.ReceiveStreamListener.
Interface that generates the callback for all RTPSessionManager Events.
ReceptionStats - interface javax.media.rtp.ReceptionStats.
Interface ReceptionStats--- encapsulates data reception statistics as well as RTCP statistics prepared by the RTPSM.A "PDU" is a a Protocol Data Unit and represents a single RTP packet.
redMask - Variable in class javax.media.format.RGBFormat
Mask value for the Red component.
redValues - Variable in class javax.media.format.IndexedColorFormat
 
relax() - Method in class javax.media.Format
Generate a format that's less restrictive than this format but contains the basic attributes that will make this resulting format useful for format matching.
relax() - Method in class javax.media.format.VideoFormat
Generate a format that's less restrictive than this format but contains the basic attributes that will make this resulting format useful for format matching.
relax() - Method in class javax.media.format.RGBFormat
Generate a format that's less restrictive than this format but contains the basic attributes that will make this resulting format useful for format matching.
relax() - Method in class javax.media.format.YUVFormat
Generate a format that's less restrictive than this format but contains the basic attributes that will make this resulting format useful for format matching.
relax() - Method in class javax.media.format.IndexedColorFormat
Generate a format that's less restrictive than this format but contains the basic attributes that will make this resulting format useful for format matching.
RemoteCollisionEvent - class javax.media.rtp.event.RemoteCollisionEvent.
Informs the RTP listener that two remote participants were using the same SSRC simultaneously.
RemoteCollisionEvent(SessionManager, long) - Constructor for class javax.media.rtp.event.RemoteCollisionEvent
 
RemoteEvent - class javax.media.rtp.event.RemoteEvent.
An RemoteEvent notifies users of events that occur from remote participants.
RemoteEvent(SessionManager) - Constructor for class javax.media.rtp.event.RemoteEvent
 
RemoteListener - interface javax.media.rtp.RemoteListener.
Interface that generates the callback for all RTPRemoteEvents.RTPRemoteEvents are events that occur from remote participants and could be used for monitoring statistics and quality of the entire RTPSession without knowing about individual streams or participants.
RemoteParticipant - interface javax.media.rtp.RemoteParticipant.
Interface representing remote participants.
RemotePayloadChangeEvent - class javax.media.rtp.event.RemotePayloadChangeEvent.
Informs the RTP listener that a remote RTP sender has changed the payload type of a data stream.
RemotePayloadChangeEvent(SessionManager, ReceiveStream, int, int) - Constructor for class javax.media.rtp.event.RemotePayloadChangeEvent
 
removeAllPeers() - Method in interface javax.media.rtp.SessionManager
Deprecated. Removes all peers from the list of peers.
removeController(Controller) - Method in interface javax.media.Player
Tells the Player to stop controlling a Controller.
removeController(Controller) - Method in class javax.media.bean.playerbean.MediaPlayer
 
removeControllerListener(ControllerListener) - Method in interface javax.media.Controller
Removes the specified listener from this Controller's listener list.
removeControllerListener(ControllerListener) - Method in class javax.media.bean.playerbean.MediaPlayer
 
removeDataSinkListener(DataSinkListener) - Method in interface javax.media.DataSink
Removes the specified event listener from this DataSink.
removeDevice(CaptureDeviceInfo) - Static method in class javax.media.CaptureDeviceManager
Removes a CaptureDeviceInfo object from the list of devices maintained by the CaptureDeviceManager.
removeDownloadProgressListener(DownloadProgressListener) - Method in interface javax.media.ExtendedCachingControl
 
removeGainChangeListener(GainChangeListener) - Method in interface javax.media.GainControl
Remove interest in gain change update events.
removePeer(SessionAddress) - Method in interface javax.media.rtp.SessionManager
Deprecated. Removes a peer from the list of peers.
removePlugIn(String, int) - Static method in class javax.media.PlugInManager
Removes an existing plug-in from the registry.
removePropertyChangeListener(PropertyChangeListener) - Method in class javax.media.bean.playerbean.MediaPlayerMediaLocationEditor
Removes the specified listener from the property change listener list.
removePropertyChangeListener(PropertyChangeListener) - Method in class javax.media.bean.playerbean.MediaPlayer
Removes a PropertyChangeListener from the listener list.
removeReceiveStreamListener(ReceiveStreamListener) - Method in class javax.media.rtp.RTPManager
Removes a ReceiveStreamListener.
removeReceiveStreamListener(ReceiveStreamListener) - Method in interface javax.media.rtp.SessionManager
Deprecated. removes a ReceiveStreamListener
removeRemoteListener(RemoteListener) - Method in class javax.media.rtp.RTPManager
Removes a RemoteListener.
removeRemoteListener(RemoteListener) - Method in interface javax.media.rtp.SessionManager
Deprecated. removes a RTPRemoteListener
removeSendStreamListener(SendStreamListener) - Method in class javax.media.rtp.RTPManager
Removes a SendStreamListener.
removeSendStreamListener(SendStreamListener) - Method in interface javax.media.rtp.SessionManager
Deprecated. removes a SendStreamListener
removeSessionListener(SessionListener) - Method in class javax.media.rtp.RTPManager
Removes a SessionListener.
removeSessionListener(SessionListener) - Method in interface javax.media.rtp.SessionManager
Deprecated. removes a SessionListener
removeTarget(SessionAddress, String) - Method in class javax.media.rtp.RTPManager
Closes all open streams associated with the endpoint defined by remoteAddress.
removeTargets(String) - Method in class javax.media.rtp.RTPManager
Closes the open streams associated with all remote endpoints that have been added previously by subsequent addTarget() calls.
Renderer - interface javax.media.Renderer.
A Renderer is a media processing unit that renders input media to a pre-defined destination, such as the screen or system speaker.
RENDERER - Static variable in class javax.media.PlugInManager
Renderer plug-in type.
replaceURL(Object) - Method in class javax.media.ControllerAdapter
 
Report - interface javax.media.rtp.rtcp.Report.
Encapsulates a generic RTCP report; this is the parent interface for the SenderReport and ReceiverReport interfaces.
RESET - Static variable in interface javax.media.Clock
Returned by getStopTime if the stop-time is unset.
reset() - Method in interface javax.media.PlugIn
Resets the state of the plug-in.
resourceBundle - Static variable in class javax.media.bean.playerbean.MediaPlayerResource
Defines the ResourceBundle.
resourceUnavailable(ResourceUnavailableEvent) - Method in class javax.media.ControllerAdapter
 
ResourceUnavailableEvent - class javax.media.ResourceUnavailableEvent.
A ResourceUnavailableEvent indicates that a Controller was unable to allocate a resource that it requires for operation.
ResourceUnavailableEvent(Controller) - Constructor for class javax.media.ResourceUnavailableEvent
 
ResourceUnavailableEvent(Controller, String) - Constructor for class javax.media.ResourceUnavailableEvent
 
ResourceUnavailableException - exception javax.media.ResourceUnavailableException.
ResourceUnavailableException is thrown if a class couldn't could allocate the required resources for an operation.
ResourceUnavailableException(String) - Constructor for class javax.media.ResourceUnavailableException
Constructor.
restarting(RestartingEvent) - Method in class javax.media.ControllerAdapter
 
RestartingEvent - class javax.media.RestartingEvent.
A RestartingEvent indicates that a Controller has moved from the Started state back to the Prefetching state (a Stopped state) and intends to return to the Started state when Prefetching is complete.
RestartingEvent(Controller, int, int, int, Time) - Constructor for class javax.media.RestartingEvent
 
restoreMediaTime() - Method in class javax.media.bean.playerbean.MediaPlayer
Restores the media time saved by saveMediaTime so that the video resumes from the time it was stoped.
resumeDownload() - Method in interface javax.media.ExtendedCachingControl
If downloading was paused, it will be resumed
RGB - Static variable in class javax.media.format.VideoFormat
Raw RGB format.
RGBFormat - class javax.media.format.RGBFormat.
Describes uncompressed RGB data.
RGBFormat() - Constructor for class javax.media.format.RGBFormat
Constructs a default RGBFormat.
RGBFormat(Dimension, int, Class, float, int, int, int, int) - Constructor for class javax.media.format.RGBFormat
Constructs an RGBFormat object with the specified properties.
RGBFormat(Dimension, int, Class, float, int, int, int, int, int, int, int, int) - Constructor for class javax.media.format.RGBFormat
Constructs an RGBFormat object with the specified properties.
RLE - Static variable in class javax.media.format.VideoFormat
Run Length Encoded video format.
RMF - Static variable in class javax.media.protocol.FileTypeDescriptor
RMF content type
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
 
RTPConnector - interface javax.media.rtp.RTPConnector.
A programmer may abstract the underlying transport mechanism for RTP control and data from the RTPManager.
RTPControl - interface javax.media.rtp.RTPControl.
This interface is typically implemented by a RTP datasource.
RTPEvent - class javax.media.rtp.event.RTPEvent.
The Base class of all event notification in the SessionManager.
RTPEvent(SessionManager) - Constructor for class javax.media.rtp.event.RTPEvent
RTPEvent constructor takes in the SessionManager which has generated this event as a argument to its constructor
RTPHeader - class javax.media.rtp.RTPHeader.
This class describes the RTP header of the RTP packet coming in from the network.
RTPHeader() - Constructor for class javax.media.rtp.RTPHeader
 
RTPHeader(boolean, int, byte[]) - Constructor for class javax.media.rtp.RTPHeader
Constructor for RTPHeader
RTPHeader(int) - Constructor for class javax.media.rtp.RTPHeader
 
RTPManager - class javax.media.rtp.RTPManager.
The interface implemented by the RTPManager.
RTPManager() - Constructor for class javax.media.rtp.RTPManager
 
RTPPushDataSource - class javax.media.rtp.RTPPushDataSource.
Deprecated. This inferface has been replaced with the RTPConnector interface.
RTPPushDataSource() - Constructor for class javax.media.rtp.RTPPushDataSource
Deprecated.  
RTPSocket - class javax.media.rtp.RTPSocket.
Deprecated. This inferface has been replaced with the RTPConnector interface.
RTPSocket() - Constructor for class javax.media.rtp.RTPSocket
Deprecated.  
RTPStream - interface javax.media.rtp.RTPStream.
Interface RTPStream -- base interface representing a stream within an RTP session.
RtspControl - interface javax.media.control.RtspControl.
 

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
Indicates support for 16 KHz audio sampling rate
SAMPLING_RATE_22_05 - Static variable in interface javax.media.control.MpegAudioControl
Indicates support for 22.05 KHz audio sampling rate
SAMPLING_RATE_24 - Static variable in interface javax.media.control.MpegAudioControl
Indicates support for 24 KHz audio sampling rate
SAMPLING_RATE_32 - Static variable in interface javax.media.control.MpegAudioControl
Indicates support for 32 KHz audio sampling rate
SAMPLING_RATE_44_1 - Static variable in interface javax.media.control.MpegAudioControl
Indicates support for 44.1 KHz audio sampling rate
SAMPLING_RATE_48 - Static variable in interface javax.media.control.MpegAudioControl
Indicates support for 48 KHz audio sampling rate
saveMediaTime() - Method in class javax.media.bean.playerbean.MediaPlayer
Saves the media stop time to a variable.
scale - Variable in class javax.media.SizeChangeEvent
 
secondsToNanoseconds(double) - Method in class javax.media.Time
Converts seconds to nanoseconds.
seek(int) - Method in interface javax.media.control.FramePositioningControl
Seek to a given video frame.
seek(long) - Method in interface javax.media.protocol.Seekable
Seek to the specified point in the stream.
Seekable - interface javax.media.protocol.Seekable.
A media object will implement this interface if it is capable of seeking to a particular position in the stream.
SenderReport - interface javax.media.rtp.rtcp.SenderReport.
Contains the methods specific to an RTCP sender report (SR).
SenderReportEvent - class javax.media.rtp.event.SenderReportEvent.
Informs the RTP listener that an RTCP sender report (SR) has been received.
SenderReportEvent(SessionManager, SenderReport) - Constructor for class javax.media.rtp.event.SenderReportEvent
 
SendStream - interface javax.media.rtp.SendStream.
Interface SendStream -- interface representing a sending stream within an RTP session.
SendStreamEvent - class javax.media.rtp.event.SendStreamEvent.
The SendStreamEvent will notify a listener of all events that are received on a particular SendStream.
SendStreamEvent(SessionManager, SendStream, Participant) - Constructor for class javax.media.rtp.event.SendStreamEvent
 
SendStreamListener - interface javax.media.rtp.SendStreamListener.
Interface that generates the callback for RTPSessionManager Events.
SEQUENCE_UNKNOWN - Static variable in class javax.media.Buffer
The getSequenceNumber method returns this value if the sequence number is not known.
sequenceNumber - Variable in class javax.media.Buffer
The sequence number of this Buffer.
SessionAddress - class javax.media.rtp.SessionAddress.
Class to encapsulate a pair of internet address and a pair of ports for use in RTPSM methods.
SessionAddress() - Constructor for class javax.media.rtp.SessionAddress
Constructor to create an "empty" RTPSesionAddress.
SessionAddress(InetAddress, int) - Constructor for class javax.media.rtp.SessionAddress
Constructor to create an SessionAddress given the data internet address and data port.
SessionAddress(InetAddress, int, InetAddress, int) - Constructor for class javax.media.rtp.SessionAddress
Constructor to create an SessionAddress given both internet address and ports.
SessionAddress(InetAddress, int, int) - Constructor for class javax.media.rtp.SessionAddress
Constructor to create an SessionAddress given the data internet address and data port.
SessionEvent - class javax.media.rtp.event.SessionEvent.
SessionEvent are events that pertain to the Session as a whole and that dont belong to a ReceiveStream in particular or a remote participant necessarily.
SessionEvent(SessionManager) - Constructor for class javax.media.rtp.event.SessionEvent
 
SessionListener - interface javax.media.rtp.SessionListener.
Interface that generates the callback for all SessionEvents.
SessionManager - interface javax.media.rtp.SessionManager.
Deprecated. This inferface has been replaced with the RTPManager interface.
SessionManagerException - exception javax.media.rtp.SessionManagerException.
The RTPSM Exception class which must be subclassed by all exception classes of the SessionManager
SessionManagerException() - Constructor for class javax.media.rtp.SessionManagerException
 
SessionManagerException(String) - Constructor for class javax.media.rtp.SessionManagerException
 
setAdvancedPrediction(boolean) - Method in interface javax.media.control.H263Control
Sets the advanced prediction mode
setArithmeticCoding(boolean) - Method in interface javax.media.control.H263Control
Sets the arithmeticc coding mode
setAsText(String) - Method in class javax.media.bean.playerbean.MediaPlayerMediaLocationEditor
Sets the property value to the specified string.
setAudioLayer(int) - Method in interface javax.media.control.MpegAudioControl
Controls the MPEG Audio Layer.
setBitRate(int) - Method in interface javax.media.control.BitRateControl
Sets the bit rate of the owning object.
setBitRate(int) - Method in interface javax.media.rtp.SendStream
 
setBounds(int, int, int, int) - Method in class javax.media.bean.playerbean.MediaPlayer
Resizes the visual Component, control Component, and urlName according to the specified dimensions.
setBounds(Rectangle) - Method in interface javax.media.renderer.VideoRenderer
Sets the region in the component where the video is to be rendered to.
setBufferLength(long) - Method in interface javax.media.control.BufferControl
Sets the buffer length of the buffer maintained by this object in milliseconds.
setBufferSize(Time) - Method in interface javax.media.ExtendedCachingControl
Block until you have buffered up t.getSeconds() seconds of data.
setCachingControlVisible(boolean) - Method in class javax.media.bean.playerbean.MediaPlayer
Sets the caching control visibility property for this MediaPlayer.
setChannelLayout(int) - Method in interface javax.media.control.MpegAudioControl
Controls the MPEG Audio channel layout.
setChild(DataSource) - Method in class javax.media.rtp.RTPPushDataSource
Deprecated.  
setCodeBase(URL) - Method in class javax.media.bean.playerbean.MediaPlayer
Sets the codebase of the running applet.
setCodecChain(Codec[]) - Method in interface javax.media.control.TrackControl
Specify a chain of Codec plugins to be used on the track.
setComponent(Component) - Method in interface javax.media.renderer.VideoRenderer
Requests the renderer to draw into a specified AWT component.
setContentDescriptor(ContentDescriptor) - Method in interface javax.media.Multiplexer
Sets the output content-type for this Multiplexer.
setContentDescriptor(ContentDescriptor) - Method in interface javax.media.Processor
Sets the output content-type for this Processor.
setContentPrefixList(Vector) - Static method in class javax.media.PackageManager
Set the current value of the content package-prefix list.
setContentType(String) - Method in class javax.media.rtp.RTPPushDataSource
Deprecated. Method used to set the content type of this two way data source
setContentType(String) - Method in class javax.media.rtp.RTPSocket
Deprecated. Set your content type as well as content type of the control source
setControlHostAddress(InetAddress) - Method in class javax.media.rtp.SessionAddress
Access method to set the control address of this SessionAddress.
setControlPanelVisible(boolean) - Method in class javax.media.bean.playerbean.MediaPlayer
Sets the control panel visibility property for this MediaPlayer.
setControlPort(int) - Method in class javax.media.rtp.SessionAddress
Access method to set the control port of this SessionAddress.
setCurrentRate(float) - Method in class javax.media.protocol.RateRange
Set the current rate.
setData(Object) - Method in class javax.media.Buffer
Sets the internal data object that holds the media chunk.
setDataHostAddress(InetAddress) - Method in class javax.media.rtp.SessionAddress
Access method to set the data address of this SessionAddress.
setDataPort(int) - Method in class javax.media.rtp.SessionAddress
Access method to set the data port of this SessionAddress.
setDataSource(DataSource) - Method in class javax.media.bean.playerbean.MediaPlayer
Sets the DataSource for this MediaPlayer.
setDB(float) - Method in interface javax.media.GainControl
Set the gain in decibels.
setDescription(String) - Method in class javax.media.rtp.rtcp.SourceDescription
 
setDiscard(boolean) - Method in class javax.media.Buffer
Sets the DISCARD flag for this Buffer.
setDuration(long) - Method in class javax.media.Buffer
Sets the duration of this Buffer.
setEnabled(boolean) - Method in interface javax.media.Track
Enables or disables this Track.
setEnabled(boolean) - Method in interface javax.media.control.FormatControl
Enable or disable the track.
setEnabled(boolean) - Method in interface javax.media.control.MonitorControl
Enable or disable the monitor.
setEnabledBuffering(boolean) - Method in interface javax.media.protocol.CachedStream
This method is used by the parser to turn off buffering while the header is being read.
setEnabledThreshold(boolean) - Method in interface javax.media.control.BufferControl
If false, the set minimum threshold value will not be used by this control in any of its buffer calculations.
setEOM(boolean) - Method in class javax.media.Buffer
Sets the EOM flag for this Buffer.
setErrorCompensation(boolean) - Method in interface javax.media.control.H263Control
Sets the error compensation mode
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
If the extensionPresent bit was set, this is reserved for the type of extension present or a identification number for the extension.
setFixedAspectRatio(boolean) - Method in class javax.media.bean.playerbean.MediaPlayer
Sets the fixed aspect ratio property for this MediaPlayer.
setFlags(int) - Method in class javax.media.Buffer
Sets the flag mask for this Buffer.
setFormat(Format) - Method in class javax.media.Buffer
Sets the Format of the data in this Buffer.
setFormat(Format) - Method in interface javax.media.control.FormatControl
Sets the data format.
setFrameRate(float) - Method in interface javax.media.control.FrameRateControl
Sets the frame rate.
setFramesBehind(float) - Method in interface javax.media.control.FrameProcessingControl
Sets the number of output frames the codec is lagging behind.
setHeader(Object) - Method in class javax.media.Buffer
Sets the header information for the media chunk.
setHint(int, Object) - Static method in class javax.media.Manager
Specify a hint for the Manager to use.
setInputFormat(Format) - Method in interface javax.media.Renderer
Sets the Format of the input data.
setInputFormat(Format) - Method in interface javax.media.Codec
Sets the format of the data to be input to this codec.
setInputFormat(Format, int) - Method in interface javax.media.Multiplexer
Sets the input Format for the specified track.
setInputStream(OutputDataStream) - Method in class javax.media.rtp.RTPPushDataSource
Deprecated. Method to set the input stream of this two way data source
setKeyFrameInterval(int) - Method in interface javax.media.control.KeyFrameControl
Set the desired interval between key frames, if such a parameter is relevant to the encoder.
setLength(int) - Method in class javax.media.Buffer
Sets the length of the valid data stored in this Buffer if the data is held in an array.
setLevel(float) - Method in interface javax.media.GainControl
Set the gain using a floating point scale with values between 0.0 and 1.0.
setLocator(MediaLocator) - Method in class javax.media.protocol.DataSource
Set the connection source for this DataSource.
setLowFrequencyChannel(boolean) - Method in interface javax.media.control.MpegAudioControl
Controls the Low Frequency Channel mode.
setMediaLocation(String) - Method in class javax.media.bean.playerbean.MediaPlayer
Sets the media location property for this MediaPlayer.
setMediaLocationVisible(boolean) - Method in class javax.media.bean.playerbean.MediaPlayer
Sets the MediaLocationVisible property for this MediaPlayer.
setMediaLocator(MediaLocator) - Method in class javax.media.bean.playerbean.MediaPlayer
Sets the MediaLocator for this MediaPlayer.
setMediaTime(Time) - Method in interface javax.media.Clock
Sets the Clock's media time.
setMediaTime(Time) - Method in class javax.media.bean.playerbean.MediaPlayer
 
setMinimalProcessing(boolean) - Method in interface javax.media.control.FrameProcessingControl
Sets the minimal processing mode.
setMinimumThreshold(long) - Method in interface javax.media.control.BufferControl
Sets the minimum threshold value in milliseconds for the buffer maintained by this control.
setMulticastScope(int) - Method in interface javax.media.rtp.SessionManager
Deprecated. Sets the IP Multicast TTL for this session.
setMultilingualMode(boolean) - Method in interface javax.media.control.MpegAudioControl
Controls the Multilingual mode.
setMute(boolean) - Method in interface javax.media.GainControl
Mute or unmute the signal associated with this GainControl.
setNumTracks(int) - Method in interface javax.media.Multiplexer
Sets the number of input tracks that the Multiplexer can expect to find in the input stream.
setOffset(int) - Method in class javax.media.Buffer
If the media chunk for this Buffer is held in an array, sets the offset into the array where the valid data begins.
setOutputFormat(Format) - Method in interface javax.media.Codec
Sets the format for the data this codec outputs.
setOutputLocator(MediaLocator) - Method in interface javax.media.DataSink
Sets the output MediaLocator for this DataSink.
setOutputStream(PushSourceStream) - Method in class javax.media.rtp.RTPPushDataSource
Deprecated. Method to set the output stream of this two way data source
setPacketSize(int) - Method in interface javax.media.control.PacketSizeControl
Sets the desired maximum data size on the data that is output by this encoder.
setPBFrames(boolean) - Method in interface javax.media.control.H263Control
Sets the PB Frames mode
setPlaybackLoop(boolean) - Method in class javax.media.bean.playerbean.MediaPlayer
Sets the loop property for this MediaPlayer.
setPlayer(Player) - Method in class javax.media.bean.playerbean.MediaPlayer
Specifies an existing Player to use to present media for this MediaPlayer.
setPlugInList(Vector, int) - Static method in class javax.media.PlugInManager
Sets the search order for the plug-ins of the specified type.
setPopupActive(boolean) - Method in class javax.media.bean.playerbean.MediaPlayer
Specifies whether or not the Zoom Popup Menu is active.
setPorts(int) - Method in interface javax.media.control.PortControl
Set the enabled ports.
setPosition(Time, int) - Method in interface javax.media.Demultiplexer
Sets the stream position (media time) to the specified Time.
setPosition(Time, int) - Method in interface javax.media.protocol.Positionable
Set the position to the specified time.
setPreviewFrameRate(float) - Method in interface javax.media.control.MonitorControl
Sets the frame rate at which the video is to be previewed.
setProtocolPrefixList(Vector) - Static method in class javax.media.PackageManager
Set the protocol package-prefix list.
setQuality(float) - Method in interface javax.media.control.QualityControl
Set the quality for the decoding or encoding.
setRate(float) - Method in interface javax.media.Clock
Sets the temporal scale factor.
setRate(float) - Method in class javax.media.bean.playerbean.MediaPlayer
 
setRateConfiguration(RateConfiguration) - Method in interface javax.media.protocol.RateConfigureable
Set a new RateConfiguration.
setReceiveBufferSize(int) - Method in interface javax.media.rtp.RTPConnector
Set the receive buffer size of the RTP data channel.
setRenderer(Renderer) - Method in interface javax.media.control.TrackControl
Replace the default renderer of the Processor with the given one.
setSendBufferSize(int) - Method in interface javax.media.rtp.RTPConnector
Set the send buffer size of the RTP data channel.
setSequenceNumber(long) - Method in class javax.media.Buffer
Sets the sequence number of this Buffer.
setSilenceSuppression(boolean) - Method in interface javax.media.control.SilenceSuppressionControl
Sets the silence suppression mode.
setSource(DataSource) - Method in interface javax.media.MediaHandler
Sets the media source this MediaHandler should use to obtain content.
setSource(DataSource) - Method in class javax.media.bean.playerbean.MediaPlayer
 
setSourceDescription(SourceDescription[]) - Method in interface javax.media.rtp.SendStream
Changes the source description (SDES) reports being sent in RTCP packets for this sending stream.
setSourceDescription(SourceDescription[]) - Method in interface javax.media.rtp.LocalParticipant
Changes the source description (SDES) information sent out in RTCP packets for the local participant; This method effectively changes the SDES information provided by the user in RTPSM.initSession(); see that method for more information.
setStillImageTransmission(boolean) - Method in interface javax.media.control.H261Control
Sets the still image transmission mode.
setStopTime(Time) - Method in interface javax.media.Clock
Sets the media time at which you want the Clock to stop.
setStopTime(Time) - Method in class javax.media.bean.playerbean.MediaPlayer
 
setStreamSizeLimit(long) - Method in interface javax.media.control.StreamWriterControl
Sets a limit on the number of bytes that a stream writer can generate.
setTimeBase(TimeBase) - Method in interface javax.media.Clock
Sets the TimeBase for this Clock.
setTimeBase(TimeBase) - Method in class javax.media.bean.playerbean.MediaPlayer
 
setTimeStamp(long) - Method in class javax.media.Buffer
Sets the time stamp of this Buffer.
setTrackListener(TrackListener) - Method in interface javax.media.Track
Adds an event listener for this Track.
setTransferHandler(BufferTransferHandler) - Method in interface javax.media.protocol.PushBufferStream
Register an object to service data transfers to this stream.
setTransferHandler(SourceTransferHandler) - Method in interface javax.media.protocol.PushSourceStream
Register an object to service data transfers to this stream.
setUnrestrictedVector(boolean) - Method in interface javax.media.control.H263Control
Sets the unrestricted vector mode
setValue(Object) - Method in class javax.media.bean.playerbean.MediaPlayerMediaLocationEditor
Sets the value for the media location property.
setVolumeLevel(String) - Method in class javax.media.bean.playerbean.MediaPlayer
Sets the audio volume property for this MediaPlayer.
setZoomTo(String) - Method in class javax.media.bean.playerbean.MediaPlayer
Sets the zoom property for this MediaPlayer.
shortArray - Static variable in class javax.media.Format
The data object required by the Format is a short array.
showDocument(Object) - Method in class javax.media.ControllerAdapter
 
signed - Variable in class javax.media.format.AudioFormat
 
SIGNED - Static variable in class javax.media.format.AudioFormat
 
SilenceSuppressionControl - interface javax.media.control.SilenceSuppressionControl.
This interface is a Control for specifying the parameters for silence suppression.
SINGLE_CHANNEL - Static variable in interface javax.media.control.MpegAudioControl
Indicates support for single channel layout
size - Variable in class javax.media.format.VideoFormat
 
sizeChange(SizeChangeEvent) - Method in class javax.media.ControllerAdapter
 
SizeChangeEvent - class javax.media.SizeChangeEvent.
Event which indicates that the input video has changed in size and the video renderer needs to be resized to specified size.
SizeChangeEvent(Controller, int, int, float) - Constructor for class javax.media.SizeChangeEvent
 
skip(int) - Method in interface javax.media.control.FramePositioningControl
Skip a given number of frames from the current position.
SMC - Static variable in class javax.media.format.VideoFormat
Sorensen format.
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 javax.media.protocol.SourceCloneable.
An interface that a DataSource should implement if it needs to be cloneable.
SourceDescription - class javax.media.rtp.rtcp.SourceDescription.
Class to encapsulate a source description item used in RTCP SDES reports.
SourceDescription(int, String, int, boolean) - Constructor for class javax.media.rtp.rtcp.SourceDescription
Constructor.
sources - Variable in class javax.media.protocol.URLDataSource
 
SourceStream - interface javax.media.protocol.SourceStream.
Abstracts a single stream of media data.
SourceTransferHandler - interface javax.media.protocol.SourceTransferHandler.
Implements the callback from a PushSourceStream.
SPEAKER - Static variable in interface javax.media.control.PortControl
Specifies a speaker port.
SSRC_UNSPEC - Static variable in interface javax.media.rtp.SessionManager
Deprecated. Used to specify an unspecified SSRC for methods which retrieve an SSRC
SSRCInUseException - exception javax.media.rtp.SSRCInUseException.
Exception thrown from initSession(), startSession(), setDestinationAddress() if any of the InetAddress passed as parameters are not local host address in case of local interfaces, or cannot be resolved in case of remote addresses.
SSRCInUseException() - Constructor for class javax.media.rtp.SSRCInUseException
 
SSRCInUseException(String) - Constructor for class javax.media.rtp.SSRCInUseException
 
start() - Method in interface javax.media.Demultiplexer
Signals that data is going to start being read from the Demultiplexer.
start() - Method in interface javax.media.DataSink
Initiates data transfer.
start() - Method in interface javax.media.Renderer
Initiates the rendering process.
start() - Method in interface javax.media.Player
Starts the Player as soon as possible.
start() - Method in class javax.media.protocol.DataSource
Initiate data-transfer.
start() - Method in interface javax.media.protocol.CaptureDevice
Start the data capture.
start() - Method in class javax.media.protocol.URLDataSource
 
start() - Method in class javax.media.rtp.RTPPushDataSource
Deprecated. Initiates data-transfer.
start() - Method in interface javax.media.rtp.SendStream
Will resume data transmission over the network on this RTPSendStream.
start() - Method in class javax.media.rtp.RTPSocket
Deprecated. Start yourself and the control source
start() - Method in class javax.media.bean.playerbean.MediaPlayer
Starts the MediaPlayer as soon as possible.
start(StartEvent) - Method in class javax.media.ControllerAdapter
 
Started - Static variable in interface javax.media.Controller
Returned by getState.
StartEvent - class javax.media.StartEvent.
StartEvent is a TransitionEvent that indicates that a Controller has entered the Started state.
StartEvent(Controller, int, int, int, Time, Time) - Constructor for class javax.media.StartEvent
Construct a new StartEvent.
startSession(int, EncryptionInfo) - Method in interface javax.media.rtp.SessionManager
Deprecated. This variant of the startSession() method is for starting a session with an empty list of peers.
startSession(SessionAddress, int, EncryptionInfo) - Method in interface javax.media.rtp.SessionManager
Deprecated. This method starts the session, causing RTCP reports to generated and callbacks to be made through the SessionListener interface.
startSession(SessionAddress, SessionAddress, SessionAddress, EncryptionInfo) - Method in interface javax.media.rtp.SessionManager
Deprecated. This method may be used instead of startSession() above, but only in case of UNICAST sessions.
stillImageTransmission - Variable in class javax.media.format.H261Format
Used to indicate whether or not still image transmission is used.
stop() - Method in interface javax.media.Clock
Stops the Clock.
stop() - Method in interface javax.media.Demultiplexer
Signals that data is going to stop being read from the Demultiplexer.
stop() - Method in interface javax.media.DataSink
Stops the data transfer.
stop() - Method in interface javax.media.Renderer
Halts the rendering process.
stop() - Method in class javax.media.protocol.DataSource
Stop the data-transfer.
stop() - Method in interface javax.media.protocol.CaptureDevice
Stop the data capture.
stop() - Method in class javax.media.protocol.URLDataSource
Stops the
stop() - Method in class javax.media.rtp.RTPPushDataSource
Deprecated. Stops data-transfer.
stop() - Method in interface javax.media.rtp.SendStream
Will temporarily stop the RTPSendStream i.e.
stop() - Method in class javax.media.rtp.RTPSocket
Deprecated. Stop yourself and the control source
stop() - Method in class javax.media.bean.playerbean.MediaPlayer
 
stop(StopEvent) - Method in class javax.media.ControllerAdapter
 
stopAndDeallocate() - Method in class javax.media.bean.playerbean.MediaPlayer
Stops the clock and deallocates the system resources used by this player.
stopAtTime(StopAtTimeEvent) - Method in class javax.media.ControllerAdapter
 
StopAtTimeEvent - class javax.media.StopAtTimeEvent.
A StopAtTimeEvent indicates that the Controller has stopped because it reached its stop time.
StopAtTimeEvent(Controller, int, int, int, Time) - Constructor for class javax.media.StopAtTimeEvent
 
stopByRequest(StopByRequestEvent) - Method in class javax.media.ControllerAdapter
 
StopByRequestEvent - class javax.media.StopByRequestEvent.
A StopByRequestEvent indicates that the Controller has stopped in response to a stop call.
StopByRequestEvent(Controller, int, int, int, Time) - Constructor for class javax.media.StopByRequestEvent
 
StopEvent - class javax.media.StopEvent.
StopEvent is a ControllerEvent that indicates that a Controller has stopped.
StopEvent(Controller, int, int, int, Time) - Constructor for class javax.media.StopEvent
 
stopTimeChange(StopTimeChangeEvent) - Method in class javax.media.ControllerAdapter
 
StopTimeChangeEvent - class javax.media.StopTimeChangeEvent.
A StopTimeChangeEvent is generated by a Controller when its stop time has changed.
StopTimeChangeEvent(Controller, Time) - Constructor for class javax.media.StopTimeChangeEvent
 
StopTimeSetError - error javax.media.StopTimeSetError.
StopTimeSetError is thrown when the stop time has been set on a Started Clock and setStopTime is invoked again.
StopTimeSetError(String) - Constructor for class javax.media.StopTimeSetError
 
stream - Variable in class javax.media.protocol.InputSourceStream
 
StreamClosedEvent - class javax.media.rtp.event.StreamClosedEvent.
Informs the RTP listener that a transmitting stream has been closed in the RTP SessionManager
StreamClosedEvent(SessionManager, SendStream) - Constructor for class javax.media.rtp.event.StreamClosedEvent
 
StreamMappedEvent - class javax.media.rtp.event.StreamMappedEvent.
Informs the RTP listener that a previously 'orphaned' ReceiveStream has been associated with an Participant.The ReceiveStream is now available through the Participant object's getStreams() method; similarly, the Participant is available through the ReceiveStream object's getParticipant() method.
StreamMappedEvent(SessionManager, ReceiveStream, Participant) - Constructor for class javax.media.rtp.event.StreamMappedEvent
 
StreamWriterControl - interface javax.media.control.StreamWriterControl.
This interface is implemented by a Multiplexer or DataSink to enable controlling the number of bytes generated as output.
strideUV - Variable in class javax.media.format.YUVFormat
Length of a row of U or V values.
strideY - Variable in class javax.media.format.YUVFormat
Length of a row of Y values.
supportsCustomEditor() - Method in class javax.media.bean.playerbean.MediaPlayerMediaLocationEditor
Determines whether or not this property editor supports a custom editor.
SVIDEO - Static variable in interface javax.media.control.PortControl
Specifies a S-Video port.
syncStart(Time) - Method in interface javax.media.Clock
Synchronizes the current media time to the specified time-base time and start the Clock.
syncStart(Time) - Method in class javax.media.bean.playerbean.MediaPlayer
 
SystemTimeBase - class javax.media.SystemTimeBase.
SystemTimeBase is the implementation of the default TimeBase that ships with JMF.
SystemTimeBase() - Constructor for class javax.media.SystemTimeBase
 

T

tell() - Method in interface javax.media.protocol.Seekable
Obtain the current point in the stream.
THREE_CHANNELS_2_1 - Static variable in interface javax.media.control.MpegAudioControl
Indicates support for three channels 2-1 layout (Left, Right and single Surround)
THREE_CHANNELS_3_0 - Static variable in interface javax.media.control.MpegAudioControl
Indicates support for three channels 3-0 layout (Left, Center and Right)
Time - class javax.media.Time.
Time is kept at nanosecond precision.
TIME_UNKNOWN - Static variable in class javax.media.Time
 
TIME_UNKNOWN - Static variable in interface javax.media.Track
The mapFrameToTime method returns this value if the time mapping cannot be established or the Track contains an audio stream.
TIME_UNKNOWN - Static variable in class javax.media.Buffer
The getTimeStamp method return this value if the time stamp of the media is not known.
TIME_UNKNOWN - Static variable in interface javax.media.control.FramePositioningControl
 
Time(double) - Constructor for class javax.media.Time
Constructs a Time using seconds.
Time(long) - Constructor for class javax.media.Time
Constructs a Time using nanoseconds.
TimeBase - interface javax.media.TimeBase.
A TimeBase is a constantly ticking source of time, much like a crystal.
TimeoutEvent - class javax.media.rtp.event.TimeoutEvent.
Informs the RTP listener that a certain SSRC has not sent packets in a long while and can be considered timed-out.
TimeoutEvent(SessionManager, Participant, ReceiveStream, boolean) - Constructor for class javax.media.rtp.event.TimeoutEvent
 
timeStamp - Variable in class javax.media.Buffer
The time stamp of the data held in this Buffer, in nanoseconds.
toExternalForm() - Method in class javax.media.MediaLocator
Create a string from the URL argument that can be used to construct the MediaLocator.
toString() - Method in class javax.media.ControllerEvent
Returns the String representation of this event's values.
toString() - Method in class javax.media.StopTimeChangeEvent
Returns the String representation of this event's values.
toString() - Method in class javax.media.TransitionEvent
Returns the String representation of this event's values.
toString() - Method in class javax.media.StopEvent
Returns the String representation of this event's values.
toString() - Method in class javax.media.ControllerErrorEvent
Returns the String representation of this event's values.
toString() - Method in class javax.media.CachingControlEvent
Returns the String representation of this event's values.
toString() - Method in class javax.media.DurationUpdateEvent
Returns the String representation of this event's values.
toString() - Method in class javax.media.RateChangeEvent
Returns the String representation of this event's values.
toString() - Method in class javax.media.StartEvent
Returns the String representation of this event's values.
toString() - Method in class javax.media.CaptureDeviceInfo
 
toString() - Method in class javax.media.MediaTimeSetEvent
Returns the String representation of this event's values.
toString() - Method in class javax.media.MediaLocator
Used for printing MediaLocators.
toString() - Method in class javax.media.Format
Gets a String representation of the Format attributes.
toString() - Method in class javax.media.protocol.ContentDescriptor
Returns a string which describes the format parameters.
toString() - Method in class javax.media.protocol.FileTypeDescriptor
 
toString() - Method in class javax.media.datasink.DataSinkEvent
Returns the String representation of this event's values.
toString() - Method in class javax.media.format.VideoFormat
Gets a String representation of the attributes of this VideoFormat.
toString() - Method in class javax.media.format.H261Format
Gets a String representation of the attributes of this H261Format.
toString() - Method in class javax.media.format.RGBFormat
Gets a String representation of the attributes of this RGBFormat.
toString() - Method in class javax.media.format.JPEGFormat
Gets a String representation of the attributes of this JPEGFormat.
toString() - Method in class javax.media.format.YUVFormat
Gets a String representation of the attributes of this YUVFormat.
toString() - Method in class javax.media.format.AudioFormat
Gets a String representation of the attributes of this AudioFormat.
toString() - Method in class javax.media.format.H263Format
Gets a string representation of the attributes of this H263Format.
toString() - Method in class javax.media.rtp.SessionAddress
 
toString() - Method in class javax.media.rtp.event.RTPEvent
The String representation of this event
Track - interface javax.media.Track.
A Track abstracts the information specific to an individual track in a media stream.
TrackControl - interface javax.media.control.TrackControl.
The TrackControl interface is provided by the Processor to query, control and manipulate the data of individual media tracks.
TrackListener - interface javax.media.TrackListener.
 
transferData(PushBufferStream) - Method in interface javax.media.protocol.BufferTransferHandler
Notification from the PushBufferStream to the handler that data is available to be read from stream.
transferData(PushSourceStream) - Method in interface javax.media.protocol.SourceTransferHandler
Transfer new data from a PushSourceStream.
transition(TransitionEvent) - Method in class javax.media.ControllerAdapter
 
TransitionEvent - class javax.media.TransitionEvent.
TransitionEvent is a ControllerEvent that indicates that a Controller has changed state.
TransitionEvent(Controller, int, int, int) - Constructor for class javax.media.TransitionEvent
Construct a new TransitionEvent.
TransmissionStats - interface javax.media.rtp.TransmissionStats.
Interface TransmissionStats--- encapsulates data transmission statistics as well as RTCP statistics prepared by the RTPSM.A "PDU" is a a Protocol Data Unit and represents a single RTP packet.
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
 
TV_TUNER - Static variable in interface javax.media.control.PortControl
Specifies a TV-Tuner input port.
TWO_CHANNELS_DUAL - Static variable in interface javax.media.control.MpegAudioControl
Indicates support for two channels dual layout
TWO_CHANNELS_STEREO - Static variable in interface javax.media.control.MpegAudioControl
Indicates support for two channels stereo layout

U

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
Returned by U.
unrestrictedVector - Variable in class javax.media.format.H263Format
Indicates if unrestricted motion estimation is used.
UNSIGNED - Static variable in class javax.media.format.AudioFormat
 
UnsupportedFormatException - exception javax.media.format.UnsupportedFormatException.
An UnsupportedFormatException is thrown when a format change request fails because the requested Format is not supported.
UnsupportedFormatException(Format) - Constructor for class javax.media.format.UnsupportedFormatException
Constructs a new UnsupportedFormatException.
UnsupportedFormatException(String, Format) - Constructor for class javax.media.format.UnsupportedFormatException
Constructs a new UnsupportedFormatException with the specified parameters.
UnsupportedPlugInException - exception javax.media.UnsupportedPlugInException.
An UnsupportedPlugInException is thrown by a TrackControl if a PlugIn cannot be set on the Processor.
UnsupportedPlugInException() - Constructor for class javax.media.UnsupportedPlugInException
 
UnsupportedPlugInException(String) - Constructor for class javax.media.UnsupportedPlugInException
 
update(ReceiveStreamEvent) - Method in interface javax.media.rtp.ReceiveStreamListener
Method called back in the RTPSessionListener to notify listener of all ReceiveStream Events.
update(RemoteEvent) - Method in interface javax.media.rtp.RemoteListener
Method called back in the RemoteListener to notify listener of all RTP Remote Events.RemoteEvents are one of ReceiverReportEvent, SenderReportEvent or RemoteCollisionEvent
update(SendStreamEvent) - Method in interface javax.media.rtp.SendStreamListener
Method called back in the RTPSessionListener to notify listener of all SendStream Events.
update(SessionEvent) - Method in interface javax.media.rtp.SessionListener
Method called back in the SessionListener to notify listener of all Session Events.SessionEvents could be one of NewParticipantEvent or LocalCollisionEvent.
URLDataSource - class javax.media.protocol.URLDataSource.
A default data-source created directly from a URL using URLConnection.
URLDataSource() - Constructor for class javax.media.protocol.URLDataSource
Implemented by subclasses.
URLDataSource(URL) - Constructor for class javax.media.protocol.URLDataSource
Construct a URLDataSource directly from a URL.

V

VALUE_NOT_SET - Static variable in class javax.media.rtp.RTPHeader
 
VideoFormat - class javax.media.format.VideoFormat.
Encapsulates format information for video data.
VideoFormat(String) - Constructor for class javax.media.format.VideoFormat
Constructs a VideoFormat with the specified encoding type.
VideoFormat(String, Dimension, int, Class, float) - Constructor for class javax.media.format.VideoFormat
Constructs a VideoFormat with the specified attributes.
VideoRenderer - interface javax.media.renderer.VideoRenderer.
An interface for renderers that render video to a display or any other such device.
VisualContainer - interface javax.media.renderer.VisualContainer.
Players that need to export multiple visual components in one container will implement VisualContainer on the visual component.
VIVO - Static variable in class javax.media.protocol.FileTypeDescriptor
VIVO content type
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

waitForState(int) - Method in class javax.media.bean.playerbean.MediaPlayer
Ensures the ability to synchronously change state.
WAVE - Static variable in class javax.media.protocol.FileTypeDescriptor
WAV content type
width - Variable in class javax.media.SizeChangeEvent
 
willReadBlock() - Method in interface javax.media.protocol.PullBufferStream
Find out if data is available now.
willReadBlock() - Method in interface javax.media.protocol.PullSourceStream
Find out if data is available now.
willReadBlock() - Method in class javax.media.protocol.InputSourceStream
Query if the next read will block.
willReadBytesBlock(int) - Method in interface javax.media.protocol.CachedStream
Will read numBytes block? Will return true unless numBytes bytes can be read in one read call.
willReadBytesBlock(long, int) - Method in interface javax.media.protocol.CachedStream
Will seek to offset and read numBytes block? Will return true unless numBytes bytes can be read in one read call.
write(byte[], int, int) - Method in interface javax.media.rtp.OutputDataStream
Write data to the underlying network.
writeExternal(ObjectOutput) - Method in class javax.media.bean.playerbean.MediaPlayer
Saves the contents of this object by calling the ObjectOutput writeObject method.

X

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

Y

YUV - Static variable in class javax.media.format.VideoFormat
Raw YUV or YCrCb format.
YUV_111 - Static variable in class javax.media.format.YUVFormat
YUV Planar 1:1:1 type.
YUV_411 - Static variable in class javax.media.format.YUVFormat
YUV Planar 4:1:1 type.
YUV_420 - Static variable in class javax.media.format.YUVFormat
YUV Planar 4:2:0 type.
YUV_422 - Static variable in class javax.media.format.YUVFormat
YUV Planar 4:2:2 type.
YUV_SIGNED - Static variable in class javax.media.format.YUVFormat
When added to the yuvType, specifies that the chrominance values are signed.
YUV_YUYV - Static variable in class javax.media.format.YUVFormat
YUV 4:2:2 interleaved format.
YUV_YVU9 - Static variable in class javax.media.format.YUVFormat
YUV Planar YVU9 type.
YUVFormat - class javax.media.format.YUVFormat.
Describes YUV image data.
YUVFormat() - Constructor for class javax.media.format.YUVFormat
Constructs a YUVFormat object that represents all YUV formats.
YUVFormat(Dimension, int, Class, float, int, int, int, int, int, int) - Constructor for class javax.media.format.YUVFormat
Constructs a YUVFormat with the specified properties.
YUVFormat(int) - Constructor for class javax.media.format.YUVFormat
Constructs a YUVFormat object for a specific yuvType.
yuvType - Variable in class javax.media.format.YUVFormat
The YUV format type

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

Submit a bug or feature
Copyright 1999-2001 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. See the Specification License for more details.
Sun, Sun Microsystems, and Java are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.