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) -