A B C D E F G H I J L M N O P R S T U V W

A

abortConfigure() - 类 com.sun.media.BasicController 中的方法
Called when the configure() is aborted, i.e. deallocate() was called while realizing.
abortConfigure() - 类 com.sun.media.PlaybackEngine 中的方法
Called when doConfigure() is aborted.
abortPrefetch() - 类 com.sun.media.BasicController 中的方法
Called when the prefetch() is aborted, i.e. deallocate() was called while prefetching.
abortPrefetch() - 类 com.sun.media.BasicModule 中的方法
Called when the prefetch() is aborted, i.e. deallocate() was called while prefetching.
abortPrefetch() - 类 com.sun.media.BasicMuxModule 中的方法
 
abortPrefetch() - 类 com.sun.media.BasicPlayer 中的方法
Called when the prefetch() is aborted, i.e. deallocate() was called while prefetching.
abortPrefetch() - 类 com.sun.media.BasicRendererModule 中的方法
 
abortPrefetch() - 类 com.sun.media.BasicSourceModule 中的方法
 
abortPrefetch() - 类 com.sun.media.PlaybackEngine 中的方法
Called when the prefetch() is aborted, i.e. deallocate() was called while prefetching.
abortPrefetch() - 接口 com.sun.media.StateTransistor 中的方法
Called when the prefetch() is aborted, i.e. deallocate() was called while prefetching.
abortRealize() - 类 com.sun.media.BasicController 中的方法
Called when the realize() is aborted, i.e. deallocate() was called while realizing.
abortRealize() - 类 com.sun.media.BasicModule 中的方法
Called when the realize() is aborted, i.e. deallocate() was called while realizing.
abortRealize() - 类 com.sun.media.BasicPlayer 中的方法
Called when the realize() is aborted, i.e. deallocate() was called while realizing.
abortRealize() - 类 com.sun.media.BasicSourceModule 中的方法
 
abortRealize() - 类 com.sun.media.PlaybackEngine 中的方法
Called when the realize() is aborted, i.e. deallocate() was called while realizing.
abortRealize() - 接口 com.sun.media.StateTransistor 中的方法
Called when the realize() is aborted, i.e. deallocate() was called while realizing.
addController(Controller) - 类 com.sun.media.BasicPlayer 中的方法
Assume control of another Controller.
addController(Controller) - 接口 javax.media.Player 中的方法
Tells the Player to assume control of another Controller.
addControllerListener(ControllerListener) - 类 com.sun.media.BasicController 中的方法
Add a listener to the listenerList.
addControllerListener(ControllerListener) - 接口 javax.media.Controller 中的方法
Specifies a ControllerListener to which this Controller will send events.
addDataSinkListener(DataSinkListener) - 接口 javax.media.DataSink 中的方法
Adds an event listener for events generated by this DataSink.
addDevice(CaptureDeviceInfo) - 类 javax.media.CaptureDeviceManager 中的静态方法
Adds a CaptureDeviceInfo object for a new capture device to the list of devices maintained by the CaptureDeviceManager.
addDownloadProgressListener(DownloadProgressListener, int) - 接口 javax.media.ExtendedCachingControl 中的方法
 
addGainChangeListener(GainChangeListener) - 接口 javax.media.GainControl 中的方法
Register for gain change update events.
addMimeType(String, String) - 类 com.sun.media.MimeManager 中的静态方法
Specify a mapping from a file extension to a mime type example addMimeType("urv", "video/unreal") You cannot override built-in mappings; for example you cannot change the mapping of "mov" file extension Returns true if the mapping was successfully made
addPlugIn(String, Format[], Format[], int) - 类 javax.media.PlugInManager 中的静态方法
Registers a new plug-in.
audioDeviceUnavailable(AudioDeviceUnavailableEvent) - 类 javax.media.ControllerAdapter 中的方法
 
AudioDeviceUnavailableEvent - javax.media 中的 类
An AudioDeviceUnavailableEvent indicates that the Controller could not fetch the audio device.
AudioDeviceUnavailableEvent(Controller) - 类 javax.media.AudioDeviceUnavailableEvent 的构造方法
Constructs an event for the specified controller.
audioEnabled() - 类 com.sun.media.BasicPlayer 中的方法
Return true if the player is currently playing media with an audio track.
audioEnabled() - 类 com.sun.media.MediaPlayer 中的方法
 
audioEnabled() - 类 com.sun.media.MediaProcessor 中的方法
 
audioEnabled() - 类 com.sun.media.PlaybackEngine 中的方法
Return true if audio is present.

B

BadHeaderException - javax.media 中的 异常
A BadHeaderException is thrown by a Demultiplexer when getTracks is invoked and the header information is incomplete or inconsistent.
BadHeaderException() - 异常 javax.media.BadHeaderException 的构造方法
Creates a simple exception object.
BadHeaderException(String) - 异常 javax.media.BadHeaderException 的构造方法
Creates an exception object with a specific reason.
BasicClock - com.sun.media 中的 类
BasicClock implements javax.media.Clock.
BasicClock() - 类 com.sun.media.BasicClock 的构造方法
 
BasicCodec - com.sun.media 中的 类
 
BasicCodec() - 类 com.sun.media.BasicCodec 的构造方法
 
BasicConnector - com.sun.media 中的 类
Defines implementation of the Connector interface.
BasicConnector() - 类 com.sun.media.BasicConnector 的构造方法
 
BasicController - com.sun.media 中的 类
Media Controller implements the basic functionalities of a java.media.Controller.
BasicController() - 类 com.sun.media.BasicController 的构造方法
 
BasicFilterModule - com.sun.media 中的 类
BasicFilterModule is a module which is not threaded and have one InputConnector and one OutputConnector.
BasicFilterModule(Codec) - 类 com.sun.media.BasicFilterModule 的构造方法
 
BasicInputConnector - com.sun.media 中的 类
implementation of the inputConnector interface
BasicInputConnector() - 类 com.sun.media.BasicInputConnector 的构造方法
 
BasicJMD - com.sun.media 中的 类
 
BasicJMD(String) - 类 com.sun.media.BasicJMD 的构造方法
 
BasicModule - com.sun.media 中的 类
BasicModule Implements a basic JMF Module.
BasicModule() - 类 com.sun.media.BasicModule 的构造方法
 
BasicMuxModule - com.sun.media 中的 类
BasicMuxModule is a module which have InputConnectors and no OutputConnectors.
BasicMuxModule(Multiplexer, Format[]) - 类 com.sun.media.BasicMuxModule 的构造方法
 
BasicOutputConnector - com.sun.media 中的 类
implementation of the OutputConnector interface
BasicOutputConnector() - 类 com.sun.media.BasicOutputConnector 的构造方法
 
BasicPlayer - com.sun.media 中的 类
BasicPlayer implements the bases of a javax.media.Player.
BasicPlayer() - 类 com.sun.media.BasicPlayer 的构造方法
 
BasicPlugIn - com.sun.media 中的 类
basic implementation for the PlugIn interface
BasicPlugIn() - 类 com.sun.media.BasicPlugIn 的构造方法
 
BasicProcessor - com.sun.media 中的 类
BasicProcessor implements the bases of a javax.media.Processor.
BasicProcessor() - 类 com.sun.media.BasicProcessor 的构造方法
 
BasicRendererModule - com.sun.media 中的 类
BasicRenderer is a module which have InputConnectors and no OutputConnectors.
BasicRendererModule(Renderer) - 类 com.sun.media.BasicRendererModule 的构造方法
 
BasicSinkModule - com.sun.media 中的 类
BasicSinkModule is the base class for the modules that are the end points of a flow graph.
BasicSinkModule() - 类 com.sun.media.BasicSinkModule 的构造方法
 
BasicSourceModule - com.sun.media 中的 类
MediaSource is a module which have OutputConnectors and no InputConnectors.
BasicSourceModule(DataSource, Demultiplexer) - 类 com.sun.media.BasicSourceModule 的构造方法
 
BasicTrackControl - com.sun.media 中的 类
Basic track control for use with a Processor or Player.
BasicTrackControl(PlaybackEngine, Track, OutputConnector) - 类 com.sun.media.BasicTrackControl 的构造方法
 
bitRateControl - 类 com.sun.media.PlaybackEngine 中的变量
 
bitsRead - 类 com.sun.media.BasicSourceModule 中的变量
 
Buffer - javax.media 中的 类
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() - 类 javax.media.Buffer 的构造方法
 
BUFFER_PROCESSED_FAILED - 接口 javax.media.PlugIn 中的静态变量
The input Buffer could not be handled.
BUFFER_PROCESSED_OK - 接口 javax.media.PlugIn 中的静态变量
The input Buffer was converted successfully to output.
bufferControl - 类 com.sun.media.BasicPlayer 中的变量
 
bufferPrefetched(Module) - 接口 com.sun.media.ModuleListener 中的方法
This method is called when the module has prefetched all the data.
bufferPrefetched(Module) - 类 com.sun.media.PlaybackEngine 中的方法
 
buildTrack(int, int) - 类 com.sun.media.BasicTrackControl 中的方法
Top level routine to build a single track.
buildTrackFromGraph(BasicTrackControl, GraphNode) - 类 com.sun.media.PlaybackEngine 中的方法
Construct a track (connected modules) from the specified node graph.
buildTrackFromGraph(BasicTrackControl, GraphNode) - 类 com.sun.media.SimpleGraphBuilder 中的方法
When the graph build finds a viable graph to build, this callback will be invoked to see if the graph can actually be built.
byteArray - 类 javax.media.Format 中的静态变量
The data object required by the Format is a byte array.

C

CACHING - 类 javax.media.Manager 中的静态变量
Boolean hint to turn on/off the use of playback caching.
cachingControl - 类 com.sun.media.BasicPlayer 中的变量
 
CachingControl - javax.media 中的 接口
CachingControl is an interface supported by Players that are capable of reporting download progress.
cachingControl(CachingControlEvent) - 类 javax.media.ControllerAdapter 中的方法
 
CachingControlEvent - javax.media 中的 类
This event is generated by a Controller that supports the CachingControl interface.
CachingControlEvent(Controller, CachingControl, long) - 类 javax.media.CachingControlEvent 的构造方法
Construct a CachingControlEvent from the required elements.
canConnectTo(InputConnector, Format) - 类 com.sun.media.BasicOutputConnector 中的方法
check if a connection to the specified InputConnector would succeed.
canConnectTo(InputConnector, Format) - 接口 com.sun.media.OutputConnector 中的方法
check if a connection to the specified InputConnector would succeed.
CannotRealizeException - javax.media 中的 异常
A CannotRealizeException is thrown when Manager cannot realize a Player or Processor via the createRealizedPlayer and createRealizedProcessor calls.
CannotRealizeException() - 异常 javax.media.CannotRealizeException 的构造方法
 
CannotRealizeException(String) - 异常 javax.media.CannotRealizeException 的构造方法
 
canRead() - 类 com.sun.media.CircularBuffer 中的方法
returns true if read() would succeed
canRun() - 类 com.sun.media.BasicModule 中的方法
return if data is available on all inputConnectors and there is room in all outputConnectors.
canWrite() - 类 com.sun.media.CircularBuffer 中的方法
returns true if getEmptyObject() would succeed
CaptureDeviceInfo - javax.media 中的 类
A CaptureDeviceInfo object contains information about a particular capture device.
CaptureDeviceInfo(String, MediaLocator, Format[]) - 类 javax.media.CaptureDeviceInfo 的构造方法
Constructs a CaptureDeviceInfo object with the specified name, media locator, and array of Format objects.
CaptureDeviceInfo() - 类 javax.media.CaptureDeviceInfo 的构造方法
Constructs a CaptureDeviceInfo object with null attributes.
CaptureDeviceManager - javax.media 中的 类
CaptureDeviceManager is a manager class that provides access to a list of the capture devices available on a system.
CaptureDeviceManager() - 类 javax.media.CaptureDeviceManager 的构造方法
 
checkAllPaused() - 类 com.sun.media.BasicSourceModule 中的方法
 
checkCapture() - 类 com.sun.media.JMFSecurityManager 中的静态方法
 
checkEOM(Buffer, Buffer) - 类 com.sun.media.BasicCodec 中的方法
 
checkFileSave() - 类 com.sun.media.JMFSecurityManager 中的静态方法
 
checkFormat(Format) - 类 com.sun.media.BasicCodec 中的方法
 
checkInputBuffer(Buffer) - 类 com.sun.media.BasicCodec 中的方法
 
checkLatency() - 类 com.sun.media.BasicSourceModule 中的方法
 
circularBuffer - 类 com.sun.media.BasicConnector 中的变量
the circularBuffer which is the connector memory
CircularBuffer - com.sun.media 中的 类
CircularQueue It implements a circular FIFO queue of references to Objects.
CircularBuffer(int) - 类 com.sun.media.CircularBuffer 的构造方法
create a queue with max number of elements
Clock - javax.media 中的 接口
The Clock interface is implemented by objects that support the Java Media time model.
ClockStartedError - javax.media 中的 错误
ClockStartedError is thrown by a Started Clock when a method is invoked that is not legal on a Clock in the Started state.
ClockStartedError(String) - 错误 javax.media.ClockStartedError 的构造方法
Construct a ClockStartedError that contains the specified reason message.
ClockStartedError() - 错误 javax.media.ClockStartedError 的构造方法
Construct a ClockStartedError with no message.
ClockStoppedException - javax.media 中的 异常
A ClockStoppedException is thrown when a method that expects the Clock to be Started is called on a Stopped Clock.
ClockStoppedException() - 异常 javax.media.ClockStoppedException 的构造方法
 
ClockStoppedException(String) - 异常 javax.media.ClockStoppedException 的构造方法
 
clone() - 类 com.sun.media.NBA 中的方法
 
clone() - 类 javax.media.Buffer 中的方法
Clone a buffer.
clone() - 类 javax.media.Format 中的方法
Creates a clone of this Format.
close() - 类 com.sun.media.BasicCodec 中的方法
 
close() - 类 com.sun.media.BasicController 中的方法
A subclass of this implement close to stop all threads to make it "finalizable", i.e., ready to be garbage collected.
close() - 接口 javax.media.Controller 中的方法
Releases all resources and cease all activity.
close() - 接口 javax.media.DataSink 中的方法
Closes the connection to the destination described by the output MediaLocator.
close() - 接口 javax.media.PlugIn 中的方法
Closes the plug-in component and releases the resources it was using.
clz - 类 javax.media.Format 中的变量
 
codec - 类 com.sun.media.BasicFilterModule 中的变量
 
Codec - javax.media 中的 接口
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 - 类 javax.media.PlugInManager 中的静态变量
Codec plug-in type.
com.ibm.media - 软件包 com.ibm.media
 
com.sun.media - 软件包 com.sun.media
 
comment(Object) - 类 com.sun.media.Log 中的静态方法
 
commit() - 类 com.sun.media.MimeManager 中的静态方法
Commit the changes
commit() - 类 javax.media.CaptureDeviceManager 中的静态方法
Permanently stores information about the list of devices in the registry.
commit() - 类 javax.media.PlugInManager 中的静态方法
Commits any changes made to the plug-in list.
commitContentPrefixList() - 类 javax.media.PackageManager 中的静态方法
Make changes to the content prefix-list persistent.
commitProtocolPrefixList() - 类 javax.media.PackageManager 中的静态方法
Make changes to the protocol package-prefix list persistent.
completeConfigure() - 类 com.sun.media.BasicController 中的方法
Called when the controller is realized and when all the ConfigureCompleteEvents from down stream Controllers have been received.
completeConfigure() - 类 com.sun.media.BasicPlayer 中的方法
Called as a last step to complete the configure call.
completePrefetch() - 类 com.sun.media.BasicController 中的方法
Called when the controller is prefetched and when all the PrefetchCompleteEvents from down stream nodes have been received.
completePrefetch() - 类 com.sun.media.BasicPlayer 中的方法
Called as a last step to complete the prefetch call.
completeRealize() - 类 com.sun.media.BasicController 中的方法
Called when the controller is realized and when all the RealizeCompleteEvents from down stream Controllers have been received.
completeRealize() - 类 com.sun.media.BasicPlayer 中的方法
Called as a last step to complete the realize call.
configure() - 类 com.sun.media.BasicController 中的方法
 
configure() - 接口 javax.media.Processor 中的方法
Prepares the Processor to be programmed.
configureComplete(ConfigureCompleteEvent) - 类 javax.media.ControllerAdapter 中的方法
 
ConfigureCompleteEvent - javax.media 中的 类
A ConfigureCompleteEvent is posted when a Processor finishes Configuring.
ConfigureCompleteEvent(Controller, int, int, int) - 类 javax.media.ConfigureCompleteEvent 的构造方法
Construct a new ConfigureCompleteEvent.
Configured - 接口 javax.media.Processor 中的静态变量
Returned by getState.
Configuring - 接口 javax.media.Processor 中的静态变量
Returned by getState.
CONNECT - 接口 com.sun.media.JMFSecurity 中的静态变量
 
connectionError(ConnectionErrorEvent) - 类 javax.media.ControllerAdapter 中的方法
 
ConnectionErrorEvent - javax.media 中的 类
A ConnectionErrorEvent is posted when an error occurs within a DataSource when obtaining data or communicating with a server.
ConnectionErrorEvent(Controller) - 类 javax.media.ConnectionErrorEvent 的构造方法
 
ConnectionErrorEvent(Controller, String) - 类 javax.media.ConnectionErrorEvent 的构造方法
 
connectModules(OutputConnector, InputConnector, BasicModule) - 类 com.sun.media.PlaybackEngine 中的方法
Connect the two given modules.
Connector - com.sun.media 中的 接口
Defines common interface to input and output Connectors.
ConnectorNamePrefix - 类 com.sun.media.BasicMuxModule 中的静态变量
 
connectorNames - 类 com.sun.media.BasicSourceModule 中的变量
 
connectorPushed(InputConnector) - 类 com.sun.media.BasicModule 中的方法
 
connectorPushed(InputConnector) - 类 com.sun.media.BasicMuxModule 中的方法
This is the main processing function.
connectorPushed(InputConnector) - 接口 com.sun.media.Module 中的方法
A callback function denoting data was written to one of this Module input Connectors.
connectTo(InputConnector, Format) - 类 com.sun.media.BasicOutputConnector 中的方法
Connects an InputConnector to this OutputConnector.
connectTo(InputConnector, Format) - 接口 com.sun.media.OutputConnector 中的方法
Connects an InputConnector to this OutputConnector.
container - 类 com.sun.media.PlaybackEngine 中的变量
 
Control - javax.media 中的 接口
The base interface for processing Control objects.
controlComp - 类 com.sun.media.BasicPlayer 中的变量
 
controlFrame - 类 com.sun.media.BasicFilterModule 中的变量
 
controller - 类 com.sun.media.BasicModule 中的变量
 
Controller - javax.media 中的 接口
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 - javax.media 中的 类
The event adapter which recieves ControllerEvents and dispatches them to an appropriate stub-method.
ControllerAdapter() - 类 javax.media.ControllerAdapter 的构造方法
 
controllerClosed(ControllerClosedEvent) - 类 javax.media.ControllerAdapter 中的方法
 
ControllerClosedEvent - javax.media 中的 类
A ControllerClosedEvent describes an event that is generated when an a Controller is closed.
ControllerClosedEvent(Controller) - 类 javax.media.ControllerClosedEvent 的构造方法
Construct a ControllerClosedEvent.
ControllerClosedEvent(Controller, String) - 类 javax.media.ControllerClosedEvent 的构造方法
 
controllerError(ControllerErrorEvent) - 类 javax.media.ControllerAdapter 中的方法
 
ControllerErrorEvent - javax.media 中的 类
A ControllerErrorEvent describes an event that is generated when an error condition occurs that will cause a Controller to cease functioning.
ControllerErrorEvent(Controller) - 类 javax.media.ControllerErrorEvent 的构造方法
 
ControllerErrorEvent(Controller, String) - 类 javax.media.ControllerErrorEvent 的构造方法
 
ControllerEvent - javax.media 中的 类
ControllerEvent is the base class for events generated by a Controller.
ControllerEvent(Controller) - 类 javax.media.ControllerEvent 的构造方法
 
controllerList - 类 com.sun.media.BasicPlayer 中的变量
 
ControllerListener - javax.media 中的 接口
ControllerListener is an interface for handling asynchronous events generated by Controllers.
controllerSetStopTime(Time) - 类 com.sun.media.BasicPlayer 中的方法
This is for subclass to access Controller's implementation of setStopTime.
controllerStopAtTime() - 类 com.sun.media.BasicPlayer 中的方法
This is for subclass to access Controller's implementation of stopAtTime.
controllerUpdate(ControllerEvent) - 类 com.sun.media.BasicPlayer 中的方法
This get called when some Controller notifies this player of any event.
controllerUpdate(ControllerEvent) - 类 javax.media.ControllerAdapter 中的方法
Main dispatching function.
controllerUpdate(ControllerEvent) - 接口 javax.media.ControllerListener 中的方法
This method is called when an event is generated by a Controller that this listener is registered with.
controls - 类 com.sun.media.BasicPlayer 中的变量
 
controls - 类 com.sun.media.BasicPlugIn 中的变量
 
Controls - javax.media 中的 接口
Controls provides an interface for obtaining objects by interface or class name.
copy(Buffer, boolean) - 类 com.sun.media.ExtBuffer 中的方法
Copy the attributes from the specified Buffer into this Buffer
copy(Buffer) - 类 javax.media.Buffer 中的方法
Copy the attributes from the specified Buffer into this Buffer
copy(Buffer, boolean) - 类 javax.media.Buffer 中的方法
Copy the attributes from the specified Buffer into this Buffer.
copy(Format) - 类 javax.media.Format 中的方法
Copies the attributes from the specified Format into this Format.
copyTo(NBA) - 类 com.sun.media.NBA 中的方法
 
copyTo(byte[]) - 类 com.sun.media.NBA 中的方法
 
createCloneableDataSource(DataSource) - 类 javax.media.Manager 中的静态方法
 
createDataSink(DataSource, MediaLocator) - 类 javax.media.Manager 中的静态方法
Create a DataSink for the specified input Datasource and destination Medialocator.
createDataSource(URL) - 类 javax.media.Manager 中的静态方法
Create a DataSource for the specified media.
createDataSource(MediaLocator) - 类 javax.media.Manager 中的静态方法
Create a DataSource for the specified media.
createDemultiplexer(DataSource) - 类 com.sun.media.BasicSourceModule 中的静态方法
Create a plugin parser based on the input DataSource.
createMergingDataSource(DataSource[]) - 类 javax.media.Manager 中的静态方法
Creates a merged DataSource from an array of sources.
createModule(DataSource) - 类 com.sun.media.BasicSourceModule 中的静态方法
 
createModule(GraphNode, Vector) - 类 com.sun.media.PlaybackEngine 中的方法
Create a realized filter module given the plugIn codec.
createModuleWrap(BasicModule, int, int, int) - 类 com.sun.media.BasicJMD 中的方法
 
createPlayer(URL) - 类 javax.media.Manager 中的静态方法
Create a Player for the specified media.
createPlayer(MediaLocator) - 类 javax.media.Manager 中的静态方法
Create a Player for the specified media.
createPlayer(DataSource) - 类 javax.media.Manager 中的静态方法
Create a Player for the DataSource.
createPlugIn(String, int) - 类 com.sun.media.SimpleGraphBuilder 中的静态方法
 
createProcessor(URL) - 类 javax.media.Manager 中的静态方法
Create a Processor for the specified media.
createProcessor(MediaLocator) - 类 javax.media.Manager 中的静态方法
Create a Processor for the specified media.
createProcessor(DataSource) - 类 javax.media.Manager 中的静态方法
Create a Processor for the DataSource.
createProgressControl() - 类 com.sun.media.PlaybackEngine 中的方法
Create the progress status control.
createRealizedPlayer(URL) - 类 javax.media.Manager 中的静态方法
Create a Realized Player for the specified media.
createRealizedPlayer(MediaLocator) - 类 javax.media.Manager 中的静态方法
Create a Realized Player for the specified media.
createRealizedPlayer(DataSource) - 类 javax.media.Manager 中的静态方法
Create a Realized Player for the specified source.
createRealizedProcessor(ProcessorModel) - 类 javax.media.Manager 中的静态方法
Create a Realized Processor for the specified ProcessorModel.
CreateSourceThreadAction - com.sun.media 中的 类
The reason this class is in this package and not util is because it is used to create SourceThread in BasicSourceModule which is a package private classes.
CreateSourceThreadAction(Class, BasicSourceModule, Object, int) - 类 com.sun.media.CreateSourceThreadAction 的构造方法
 
CreateTimedThreadAction - com.sun.media 中的 类
The reason this class is in this package and not util is because it is used to create threads like StopTimeThread, TimedStartThread in BasicController which are package private classes.
CreateTimedThreadAction(Class, Class, Object, long) - 类 com.sun.media.CreateTimedThreadAction 的构造方法
 
createVisualContainer(Vector) - 类 com.sun.media.PlaybackEngine 中的方法
 
CreateWorkThreadAction - com.sun.media 中的 类
The reason this class is in this package and not util is because it is used to create threads like SendEventQueue, RealizeWorkThread in BasicController, StatsThread in BasicPlayer which are package private classes.
CreateWorkThreadAction(Class, Class, Object) - 类 com.sun.media.CreateWorkThreadAction 的构造方法
 
curFramesBehind - 类 com.sun.media.BasicFilterModule 中的变量
 
currentSystemTime - 类 com.sun.media.BasicSourceModule 中的变量
 

D

data - 类 javax.media.Buffer 中的变量
The object that actually holds the media data chunk for this Buffer.
dataBlocked(Module, boolean) - 接口 com.sun.media.ModuleListener 中的方法
This method is called when the module detected a data blockage.
dataBlocked(Module, boolean) - 类 com.sun.media.PlaybackEngine 中的方法
 
dataLostError(DataLostErrorEvent) - 类 javax.media.ControllerAdapter 中的方法
 
DataLostErrorEvent - javax.media 中的 类
A DataLostErrorEvent is posted when a Controller has lost data.
DataLostErrorEvent(Controller) - 类 javax.media.DataLostErrorEvent 的构造方法
 
DataLostErrorEvent(Controller, String) - 类 javax.media.DataLostErrorEvent 的构造方法
 
DataSink - javax.media 中的 接口
DataSink is the base interface for objects that read media content delivered by a DataSource and render the media to some destination.
DataSinkProxy - javax.media 中的 接口
A DataSinkProxy is a MediaProxy that provides the content type of the DataSink to be created based on its destination MediaLocator.
dataStarved(DataStarvedEvent) - 类 javax.media.ControllerAdapter 中的方法
 
DataStarvedEvent - javax.media 中的 类
DataStarvedEvent indicates that a Controller has lost data or has stopped receiving data altogether.
DataStarvedEvent(Controller, int, int, int, Time) - 类 javax.media.DataStarvedEvent 的构造方法
 
dataType - 类 javax.media.Format 中的变量
 
deallocate() - 类 com.sun.media.BasicController 中的方法
 
deallocate() - 接口 javax.media.Controller 中的方法
Aborts the current operation and cease any activity that consumes system resources.
deallocate(DeallocateEvent) - 类 javax.media.ControllerAdapter 中的方法
 
DeallocateEvent - javax.media 中的 类
A DeallocateEvent is posted as an acknowledgement of the invocation of the deallocate method.
DeallocateEvent(Controller, int, int, int, Time) - 类 javax.media.DeallocateEvent 的构造方法
 
DEBUG - 类 com.sun.media.IESecurity 中的静态变量
 
DEBUG - 类 com.sun.media.JMFSecurityManager 中的静态变量
 
decrIndent() - 类 com.sun.media.Log 中的静态方法
 
defaultHashTable - 类 com.sun.media.MimeManager 中的静态变量
 
DefaultSecurity - com.sun.media 中的 类
 
DELETE_FILE - 接口 com.sun.media.JMFSecurity 中的静态变量
 
Demultiplexer - javax.media 中的 接口
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 - 类 javax.media.PlugInManager 中的静态变量
Demultiplexer plug-in type.
detailMode() - 接口 com.sun.media.GraphInspector 中的方法
If this method returns true, the media engine will notify the inspector more frequently with more details.
deviceBusy(BasicController) - 类 com.sun.media.BasicPlayer 中的方法
Check the given controller to see if it's busy or not.
DisabledSecurity - com.sun.media 中的 类
 
disableSecurityFeatures() - 类 com.sun.media.JMFSecurityManager 中的静态方法
 
dispatchEvent(ControllerEvent) - 类 com.sun.media.BasicController 中的方法
An internal function to notify the listeners on the listener list the given event.
dispose() - 类 com.sun.media.BasicJMD 中的方法
 
doClose() - 类 com.sun.media.BasicController 中的方法
Invoked by close() to cleanup the Controller.
doClose() - 类 com.sun.media.BasicFilterModule 中的方法
 
doClose() - 类 com.sun.media.BasicModule 中的方法
This function performs the steps to close a module or Player.
doClose() - 类 com.sun.media.BasicMuxModule 中的方法
 
doClose() - 类 com.sun.media.BasicPlayer 中的方法
This is called when close() is invoked on the Player.
doClose() - 类 com.sun.media.BasicRendererModule 中的方法
 
doClose() - 类 com.sun.media.BasicSourceModule 中的方法
 
doClose() - 类 com.sun.media.PlaybackEngine 中的方法
Invoked by close() to cleanup the Controller.
doClose() - 接口 com.sun.media.StateTransistor 中的方法
This function performs the steps to close a module or Player.
doConfigure() - 类 com.sun.media.BasicController 中的方法
The stub function to perform the steps to configure the controller.
doConfigure() - 类 com.sun.media.BasicPlayer 中的方法
The stub function (invoked from configure()) to perform the steps to configure the player.
doConfigure() - 类 com.sun.media.PlaybackEngine 中的方法
Configuring the engine.
doConfigure() - 类 com.sun.media.ProcessEngine 中的方法
Configuring the engine.
doConfigure1() - 类 com.sun.media.PlaybackEngine 中的方法
Configure - Part I.
doConfigure2() - 类 com.sun.media.PlaybackEngine 中的方法
Configure - Part II.
doDealloc() - 类 com.sun.media.BasicModule 中的方法
This function performs the steps to deallocate a module or Player, and return to the realized state.
doDealloc() - 类 com.sun.media.BasicMuxModule 中的方法
 
doDealloc() - 类 com.sun.media.BasicRendererModule 中的方法
 
doDealloc() - 类 com.sun.media.BasicSourceModule 中的方法
 
doDealloc() - 接口 com.sun.media.StateTransistor 中的方法
This function performs the steps to deallocate a module or Player, and return to the realized state.
doDeallocate() - 类 com.sun.media.BasicController 中的方法
Called by deallocate().
doDeallocate() - 类 com.sun.media.PlaybackEngine 中的方法
Called by deallocate().
doFailedConfigure() - 类 com.sun.media.BasicController 中的方法
Called when realize() has failed.
doFailedConfigure() - 类 com.sun.media.BasicPlayer 中的方法
Called when configure fails.
doFailedPrefetch() - 类 com.sun.media.BasicController 中的方法
Called when the prefetch() has failed.
doFailedPrefetch() - 类 com.sun.media.BasicModule 中的方法
Called when prefetch fails.
doFailedPrefetch() - 类 com.sun.media.BasicMuxModule 中的方法
 
doFailedPrefetch() - 类 com.sun.media.BasicPlayer 中的方法
Called when prefetch fails.
doFailedPrefetch() - 类 com.sun.media.BasicRendererModule 中的方法
 
doFailedPrefetch() - 类 com.sun.media.BasicSourceModule 中的方法
 
doFailedPrefetch() - 类 com.sun.media.PlaybackEngine 中的方法
Called when the prefetch() has failed.
doFailedPrefetch() - 接口 com.sun.media.StateTransistor 中的方法
Called when prefetch fails.
doFailedRealize() - 类 com.sun.media.BasicController 中的方法
Called when realize() has failed.
doFailedRealize() - 类 com.sun.media.BasicModule 中的方法
Called when realize fails.
doFailedRealize() - 类 com.sun.media.BasicPlayer 中的方法
Called when realize fails.
doFailedRealize() - 类 com.sun.media.BasicSourceModule 中的方法
 
doFailedRealize() - 类 com.sun.media.PlaybackEngine 中的方法
Called when realize() has failed.
doFailedRealize() - 接口 com.sun.media.StateTransistor 中的方法
Called when realize fails.
doneReset() - 类 com.sun.media.BasicRendererModule 中的方法
 
doneReset() - 类 com.sun.media.BasicSinkModule 中的方法
 
doPrefetch() - 类 com.sun.media.BasicController 中的方法
The stub function to perform the steps to prefetch the controller.
doPrefetch() - 类 com.sun.media.BasicFilterModule 中的方法
 
doPrefetch() - 类 com.sun.media.BasicModule 中的方法
This function performs the steps to prefetch a module or Player.
doPrefetch() - 类 com.sun.media.BasicMuxModule 中的方法
 
doPrefetch() - 类 com.sun.media.BasicPlayer 中的方法
The stub function to perform the steps to prefetch the controller.
doPrefetch() - 类 com.sun.media.BasicRendererModule 中的方法
 
doPrefetch() - 类 com.sun.media.BasicSourceModule 中的方法
 
doPrefetch() - 类 com.sun.media.PlaybackEngine 中的方法
The stub function to perform the steps to prefetch the controller.
doPrefetch() - 类 com.sun.media.ProcessEngine 中的方法
The stub function to perform the steps to prefetch the controller.
doPrefetch() - 接口 com.sun.media.StateTransistor 中的方法
This function performs the steps to prefetch a module or Player.
doPrefetch1() - 类 com.sun.media.PlaybackEngine 中的方法
doPrefetch - Part I
doPrefetch2() - 类 com.sun.media.PlaybackEngine 中的方法
doPrefetch - Part II
doProcess() - 类 com.sun.media.BasicRendererModule 中的方法
The loop to process the data.
doRealize() - 类 com.sun.media.BasicController 中的方法
The stub function to perform the steps to realize the controller.
doRealize() - 类 com.sun.media.BasicFilterModule 中的方法
 
doRealize() - 类 com.sun.media.BasicModule 中的方法
This function performs the steps of realizing a module or a Player.
doRealize() - 类 com.sun.media.BasicMuxModule 中的方法
 
doRealize() - 类 com.sun.media.BasicPlayer 中的方法
The stub function (invoked from configure()) to perform the steps to configure the player.
doRealize() - 类 com.sun.media.BasicRendererModule 中的方法
 
doRealize() - 类 com.sun.media.BasicSourceModule 中的方法
Parsed in the input to get the track info.
doRealize() - 类 com.sun.media.PlaybackEngine 中的方法
 
doRealize() - 类 com.sun.media.ProcessEngine 中的方法
 
doRealize() - 接口 com.sun.media.StateTransistor 中的方法
This function performs the steps of realizing a module or a Player.
doRealize1() - 类 com.sun.media.PlaybackEngine 中的方法
doRealize Part I
doRealize2() - 类 com.sun.media.PlaybackEngine 中的方法
doRealize Part II
doReset() - 类 com.sun.media.PlaybackEngine 中的方法
The real reset code.
doSetMediaTime(Time) - 类 com.sun.media.BasicController 中的方法
 
doSetMediaTime(Time) - 类 com.sun.media.BasicModule 中的方法
This function notifies the module that the media time has changed.
doSetMediaTime(Time) - 类 com.sun.media.BasicPlayer 中的方法
Called from setMediaTime.
doSetMediaTime(Time) - 类 com.sun.media.BasicSinkModule 中的方法
 
doSetMediaTime(Time) - 类 com.sun.media.PlaybackEngine 中的方法
 
doSetMediaTime(Time) - 接口 com.sun.media.StateTransistor 中的方法
This function notifies the module that the media time has changed.
doSetRate(float) - 类 com.sun.media.BasicController 中的方法
 
doSetRate(float) - 类 com.sun.media.BasicModule 中的方法
This function notifies the module that the playback rate has changed.
doSetRate(float) - 类 com.sun.media.BasicPlayer 中的方法
 
doSetRate(float) - 类 com.sun.media.BasicSinkModule 中的方法
 
doSetRate(float) - 类 com.sun.media.PlaybackEngine 中的方法
 
doSetRate(float) - 接口 com.sun.media.StateTransistor 中的方法
This function notifies the module that the playback rate has changed.
doStart() - 类 com.sun.media.BasicController 中的方法
Start immediately.
doStart() - 类 com.sun.media.BasicModule 中的方法
This function performs the steps to start a module or Player.
doStart() - 类 com.sun.media.BasicMuxModule 中的方法
 
doStart() - 类 com.sun.media.BasicPlayer 中的方法
Invoked by start() or syncstart().
doStart() - 类 com.sun.media.BasicRendererModule 中的方法
 
doStart() - 类 com.sun.media.BasicSinkModule 中的方法
 
doStart() - 类 com.sun.media.BasicSourceModule 中的方法
 
doStart() - 类 com.sun.media.PlaybackEngine 中的方法
Start immediately.
doStart() - 类 com.sun.media.ProcessEngine 中的方法
Start immediately.
doStart() - 接口 com.sun.media.StateTransistor 中的方法
This function performs the steps to start a module or Player.
doStart1() - 类 com.sun.media.PlaybackEngine 中的方法
doStart - Part I.
doStart2() - 类 com.sun.media.PlaybackEngine 中的方法
doStart - Part II
doStop() - 类 com.sun.media.BasicController 中的方法
Invoked from stop().
doStop() - 类 com.sun.media.BasicModule 中的方法
This function performs the steps to stop a module or Player, and return to the prefetched state.
doStop() - 类 com.sun.media.BasicMuxModule 中的方法
 
doStop() - 类 com.sun.media.BasicPlayer 中的方法
The stop() method calls doStop() so that subclasses can add additional behavior.
doStop() - 类 com.sun.media.BasicRendererModule 中的方法
 
doStop() - 类 com.sun.media.BasicSinkModule 中的方法
 
doStop() - 类 com.sun.media.BasicSourceModule 中的方法
This is a blocking pause.
doStop() - 类 com.sun.media.PlaybackEngine 中的方法
Invoked from stop().
doStop() - 类 com.sun.media.ProcessEngine 中的方法
Invoked from stop().
doStop() - 接口 com.sun.media.StateTransistor 中的方法
This function performs the steps to stop a module or Player, and return to the prefetched state.
doStop1() - 类 com.sun.media.PlaybackEngine 中的方法
doStop - Part I.
doStop2() - 类 com.sun.media.PlaybackEngine 中的方法
doStop - Part II.
DownloadProgressListener - javax.media 中的 接口
 
downloadUpdate() - 类 com.sun.media.BasicPlayer 中的方法
 
downloadUpdate() - 接口 javax.media.DownloadProgressListener 中的方法
 
drain() - 接口 javax.media.Drainable 中的方法
Drains the queued data from a Renderer or Multiplexer plugin by continuing the processing until the internal buffer is empty.
Drainable - javax.media 中的 接口
This interface would be implemented on a Renderer or Multiplexer plugin if the plugin's internal buffered data can be drained.
drawGraph(BasicModule) - 类 com.sun.media.BasicJMD 中的方法
 
DrawingSurfaceJAWT - com.sun.media 中的 类
 
DrawingSurfaceJAWT() - 类 com.sun.media.DrawingSurfaceJAWT 的构造方法
 
dsource - 类 com.sun.media.PlaybackEngine 中的变量
 
dummyMethod() - 类 com.sun.media.DefaultSecurity 中的静态方法
 
dummyMethod() - 类 com.sun.media.IESecurity 中的静态方法
 
dummyMethod() - 类 com.sun.media.JDK12Security 中的静态方法
 
dumpStack(Throwable) - 类 com.sun.media.Log 中的静态方法
 
duration - 类 javax.media.Buffer 中的变量
The duration of the data held in this Buffer, in nanoseconds.
Duration - javax.media 中的 接口
The Duration interface provides a way to determine the duration of the media being played by a media object.
DURATION_UNBOUNDED - 接口 javax.media.Duration 中的静态变量
Returned by getDuration.
DURATION_UNKNOWN - 接口 javax.media.Duration 中的静态变量
Returned by getDuration.
durationUpdate(DurationUpdateEvent) - 类 javax.media.ControllerAdapter 中的方法
 
DurationUpdateEvent - javax.media 中的 类
DurationUpdateEvent is posted by a Controller when its duration changes.
DurationUpdateEvent(Controller, Time) - 类 javax.media.DurationUpdateEvent 的构造方法
 

E

Effect - javax.media 中的 接口
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 - 类 javax.media.PlugInManager 中的静态变量
Effect plug-in type.
elapseTime - 类 com.sun.media.BasicMuxModule 中的变量
 
enableSecurityFeatures() - 类 com.sun.media.JMFSecurityManager 中的静态方法
 
encoding - 类 javax.media.Format 中的变量
 
endMarkers - 类 com.sun.media.BasicMuxModule 中的变量
 
endOfMedia(EndOfMediaEvent) - 类 javax.media.ControllerAdapter 中的方法
 
EndOfMediaEvent - javax.media 中的 类
An EndOfMediaEvent indicates that the Controller has reached the end of its media and is stopping.
EndOfMediaEvent(Controller, int, int, int, Time) - 类 javax.media.EndOfMediaEvent 的构造方法
 
engine - 类 com.sun.media.BasicRendererModule 中的变量
 
engine - 类 com.sun.media.MediaPlayer 中的变量
 
engine - 类 com.sun.media.MediaProcessor 中的变量
 
equals(Object) - 类 javax.media.CaptureDeviceInfo 中的方法
 
equals(Object) - 类 javax.media.Format 中的方法
Checks whether or not the specified Format is the same as this Format.
errMsg - 类 com.sun.media.BasicSourceModule 中的变量
 
error() - 类 com.sun.media.BasicModule 中的方法
 
error() - 类 com.sun.media.BasicPlugIn 中的方法
 
error() - 类 com.sun.media.CircularBuffer 中的方法
error dump
error(Object) - 类 com.sun.media.Log 中的静态方法
 
ExclusiveUse - com.sun.media 中的 接口
 
ExtBuffer - com.sun.media 中的 类
 
ExtBuffer() - 类 com.sun.media.ExtBuffer 的构造方法
 
extendedCachingControl - 类 com.sun.media.BasicPlayer 中的变量
 
ExtendedCachingControl - javax.media 中的 接口
 
extTable - 类 com.sun.media.MimeManager 中的静态变量
 

F

FALSE - 类 javax.media.Format 中的静态变量
 
filters - 类 com.sun.media.PlaybackEngine 中的变量
 
finalize() - 类 com.sun.media.NBA 中的方法
 
findCodec(Format, Format, Format[], Format[]) - 类 com.sun.media.SimpleGraphBuilder 中的静态方法
Find a codec that can handle the given input and output.
findConnector(BasicModule, int, int) - 类 com.sun.media.BasicJMD 中的方法
 
findMasterSink() - 类 com.sun.media.PlaybackEngine 中的方法
Returns the DataSink which holds the timebase.
findMasterSink() - 类 com.sun.media.ProcessEngine 中的方法
Search and update the master time base.
findModule(BasicModule) - 类 com.sun.media.BasicJMD 中的方法
 
findRenderer(Format) - 类 com.sun.media.SimpleGraphBuilder 中的静态方法
Find a renderer that can handle the given input and output.
findRenderingChain(Format, Vector) - 类 com.sun.media.SimpleGraphBuilder 中的静态方法
Return a chain of codecs and renderer to render to input format.
FLAG_BUF_OVERFLOWN - 类 javax.media.Buffer 中的静态变量
Indicates that some buffer queue in the data flow path from where this buffer comes from is overflown.
FLAG_BUF_UNDERFLOWN - 类 javax.media.Buffer 中的静态变量
Indicates that some buffer queue in the data flow path from where this buffer comes from is underflown.
FLAG_DISCARD - 类 javax.media.Buffer 中的静态变量
Indicates that the media data in this Buffer should be ignored.
FLAG_EOM - 类 javax.media.Buffer 中的静态变量
Indicates that this Buffer marks the end of media for the data stream.
FLAG_FLUSH - 类 javax.media.Buffer 中的静态变量
This is a marker bit used by the system.
FLAG_KEY_FRAME - 类 javax.media.Buffer 中的静态变量
Indicates that this Buffer starts with a key frame.
FLAG_LIVE_DATA - 类 javax.media.Buffer 中的静态变量
Indicates that the data is arriving from a live (real-time) source.
FLAG_NO_DROP - 类 javax.media.Buffer 中的静态变量
Indicates that this Buffer will not be dropped even if the frame is behind the presentation schedule.
FLAG_NO_SYNC - 类 javax.media.Buffer 中的静态变量
Indicates that this Buffer is not to be presented in sync with the scheduled presentation time.
FLAG_NO_WAIT - 类 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 - 类 javax.media.Buffer 中的静态变量
Indicates that the Buffer carries a time stamp that's in relative time units.
FLAG_RTP_MARKER - 类 javax.media.Buffer 中的静态变量
This is a marker bit for RTP.
FLAG_RTP_TIME - 类 javax.media.Buffer 中的静态变量
Indicates that the Buffer carries a time stamp that's in RTP (NTP) time units.
FLAG_SID - 类 javax.media.Buffer 中的静态变量
Indicates that this Buffer contains only SID (silence information description) frames.
FLAG_SILENCE - 类 javax.media.Buffer 中的静态变量
Indicates that this Buffer contains only silence frames.
FLAG_SYSTEM_MARKER - 类 javax.media.Buffer 中的静态变量
This is a marker bit used by the system.
FLAG_SYSTEM_TIME - 类 javax.media.Buffer 中的静态变量
Indicates that the Buffer carries a time stamp that's relative to the SystemTimeBase.
flags - 类 javax.media.Buffer 中的变量
A flag mask that describes the boolean attributes enabled for this Buffer.
forceToUse() - 接口 com.sun.media.SlowPlugIn 中的方法
Force to use this plugin even though there may be another better alternative.
format - 类 com.sun.media.BasicConnector 中的变量
the format chosen for this connector. null if none
format - 类 javax.media.Buffer 中的变量
The Format of the chunk of data in this Buffer.
Format - javax.media 中的 类
A Format abstracts an exact media format.
Format(String) - 类 javax.media.Format 的构造方法
Constructs a Format that has the specified encoding type.
Format(String, Class) - 类 javax.media.Format 的构造方法
Constructs a Format that has the specified encoding and data types.
formatArray - 类 javax.media.Format 中的静态变量
The data object required by the Format is an array of Format objects.
formatChange(FormatChangeEvent) - 类 javax.media.ControllerAdapter 中的方法
 
formatChanged(Module, Format, Format) - 接口 com.sun.media.ModuleListener 中的方法
This method is called when a format change has occurred and the module has successfully coped with it.
formatChanged(Module, Format, Format) - 类 com.sun.media.PlaybackEngine 中的方法
 
formatChangedFailure(Module, Format, Format) - 接口 com.sun.media.ModuleListener 中的方法
This method is called when a format change has occurred and the Module has failed to deal with it.
formatChangedFailure(Module, Format, Format) - 类 com.sun.media.PlaybackEngine 中的方法
 
formats - 类 javax.media.CaptureDeviceInfo 中的变量
The output formats supported by a device.
FRAME_UNKNOWN - 接口 javax.media.Track 中的静态变量
The mapTimeToFrame method returns this value if the time mapping cannot be established or the Track contains an audio stream.
frameControl - 类 com.sun.media.BasicFilterModule 中的变量
 
framePositioning - 类 com.sun.media.BasicPlayer 中的变量
 
framePositioningControl - 类 com.sun.media.PlaybackEngine 中的变量
 
frameRate - 类 com.sun.media.BasicRendererModule 中的变量
 
frameRateControl() - 类 com.sun.media.BasicTrackControl 中的方法
 
frameRateControl - 类 com.sun.media.PlaybackEngine 中的变量
 
framesBehind(Module, float, InputConnector) - 接口 com.sun.media.ModuleListener 中的方法
This method is called when a module detects frame delay.
framesBehind(Module, float, InputConnector) - 类 com.sun.media.PlaybackEngine 中的方法
 
framesPlayed - 类 com.sun.media.BasicRendererModule 中的变量
 
framesWereBehind - 类 com.sun.media.BasicRendererModule 中的变量
 
freeResource(int, int) - 类 com.sun.media.DrawingSurfaceJAWT 中的静态方法
 

G

gainChange(GainChangeEvent) - 接口 javax.media.GainChangeListener 中的方法
This method is called to deliver a GainChangeEvent when the state of a GainControl changes.
GainChangeEvent - javax.media 中的 类
A GainChangeEvent is posted by a GainControl when its state has been updated.
GainChangeEvent(GainControl, boolean, float, float) - 类 javax.media.GainChangeEvent 的构造方法
 
GainChangeListener - javax.media 中的 接口
GainChangeListener is an interface for handling GainChangeEvents generated by GainControls.
GainControl - javax.media 中的 接口
GainControl is an interface for manipulating audio signal gain.
genericProcessorError - 类 com.sun.media.PlaybackEngine 中的变量
 
getArrayElementSize(Class) - 类 com.sun.media.BasicCodec 中的方法
 
getAWT() - 类 com.sun.media.DrawingSurfaceJAWT 中的方法
 
getBitRate() - 类 com.sun.media.PlaybackEngine 中的方法
 
getBitRate() - 类 com.sun.media.ProcessEngine 中的方法
Report the output bit rate if a mux is used.
getBitsRead() - 类 com.sun.media.BasicSourceModule 中的方法
 
getBitsWritten() - 类 com.sun.media.BasicMuxModule 中的方法
 
getBufferSize() - 接口 javax.media.ExtendedCachingControl 中的方法
 
getCacheDirectory() - 类 javax.media.Manager 中的静态方法
Retrieve the directory that's used for playback caching.
getCachingControl() - 类 javax.media.CachingControlEvent 中的方法
Get the CachingControl object that generated the event.
getCircularBuffer() - 类 com.sun.media.BasicConnector 中的方法
returns the circular buffer
getCircularBuffer() - 接口 com.sun.media.Connector 中的方法
returns the circular buffer Object which is locked (by wait()/notify() )during safe data transfer.
getClassForName(String) - 类 com.sun.media.BasicPlugIn 中的静态方法
 
getClock() - 类 com.sun.media.BasicController 中的方法
 
getClock() - 类 com.sun.media.BasicSinkModule 中的方法
 
getCNAME() - 类 com.sun.media.PlaybackEngine 中的方法
 
getCodec() - 类 com.sun.media.BasicFilterModule 中的方法
 
getConnectPermission() - 类 com.sun.media.JDK12Security 中的静态方法
 
getContentDescriptor() - 类 com.sun.media.BasicProcessor 中的方法
Return the output content-type.
getContentDescriptor() - 类 com.sun.media.MediaProcessor 中的方法
Return the output content-type.
getContentDescriptor() - 类 com.sun.media.ProcessEngine 中的方法
Return the output content-type.
getContentDescriptor() - 接口 javax.media.Processor 中的方法
Gets the output content-type currently set for this Processor.
getContentDescriptor() - 类 javax.media.ProcessorModel 中的方法
Gets the output content-type specified by this ProcessorModel.
getContentLength() - 接口 javax.media.CachingControl 中的方法
Get the total number of bytes in the media being downloaded.
getContentPrefixList() - 类 javax.media.PackageManager 中的静态方法
Get the current value of the content package-prefix list.
getContentProgress() - 接口 javax.media.CachingControl 中的方法
Get the total number of bytes of media data that have been downloaded so far.
getContentProgress() - 类 javax.media.CachingControlEvent 中的方法
Get the total number of bytes of media data that have been downloaded so far.
getContentType() - 类 com.sun.media.BasicPlayer 中的方法
 
getContentType() - 接口 javax.media.DataSink 中的方法
Gets a string that describes the content type of the media that this DataSink is consuming.
getContentType(MediaLocator) - 接口 javax.media.DataSinkProxy 中的方法
Gets the content type of the DataSink to be created for the specified destination MediaLocator.
getControl(String) - 类 com.sun.media.BasicController 中的方法
Get the Control that supports the class or interface specified.
getControl(String) - 类 com.sun.media.BasicFilterModule 中的方法
 
getControl(String) - 类 com.sun.media.BasicModule 中的方法
 
getControl(String) - 类 com.sun.media.BasicMuxModule 中的方法
 
getControl(String) - 类 com.sun.media.BasicPlugIn 中的方法
Return the control based on a control type for the PlugIn.
getControl(String) - 类 com.sun.media.BasicRendererModule 中的方法
 
getControl(String) - 类 com.sun.media.BasicSourceModule 中的方法
 
getControl(String) - 类 com.sun.media.BasicTrackControl 中的方法
 
getControl(String) - 接口 javax.media.Controller 中的方法
Gets the Control that supports the specified class or interface.
getControl(String) - 接口 javax.media.Controls 中的方法
Obtain the object that implements the specified Class or Interface The full class or interface name must be used.
getControlComponent() - 类 com.sun.media.BasicJMD 中的方法
 
getControlComponent() - 类 com.sun.media.BasicTrackControl 中的方法
 
getControlComponent() - 接口 javax.media.CachingControl 中的方法
Get a Component that provides additional download control.
getControlComponent() - 接口 javax.media.Control 中的方法
Get the Component associated with this Control object.
getController() - 类 com.sun.media.BasicModule 中的方法
 
getControllerList() - 类 com.sun.media.BasicPlayer 中的方法
Return the list of BasicControllers supported by this Player.
getControlPanelComponent() - 类 com.sun.media.BasicPlayer 中的方法
Get the Component with the default user interface for controlling this player.
getControlPanelComponent() - 接口 javax.media.Player 中的方法
Gets the Component that provides the default user interface for controlling this Player.
getControls() - 类 com.sun.media.BasicController 中的方法
Return a list of Control objects this Controller supports.
getControls() - 类 com.sun.media.BasicFilterModule 中的方法
 
getControls() - 类 com.sun.media.BasicModule 中的方法
Return a list of module controls.
getControls() - 类 com.sun.media.BasicMuxModule 中的方法
 
getControls() - 类 com.sun.media.BasicPlayer 中的方法
Return the list of controls from its slave controllers plus the ones that this player supports.
getControls() - 类 com.sun.media.BasicPlugIn 中的方法
no controls
getControls() - 类 com.sun.media.BasicRendererModule 中的方法
 
getControls() - 类 com.sun.media.BasicSourceModule 中的方法
 
getControls() - 类 com.sun.media.BasicTrackControl 中的方法
 
getControls() - 类 com.sun.media.PlaybackEngine 中的方法
Return a list of Control objects this Controller supports.
getControls() - 接口 javax.media.Controller 中的方法
Gets a list of the Control objects supported by this Controller.
getControls() - 接口 javax.media.Controls 中的方法
Obtain the collection of objects that control the object that implements this interface.
getCurrentState() - 类 javax.media.TransitionEvent 中的方法
Get the Controller's state at the time this event was generated
getData() - 类 com.sun.media.ExtBuffer 中的方法
 
getData() - 类 com.sun.media.NBA 中的方法
 
getData() - 类 javax.media.Buffer 中的方法
Gets the internal data object that holds the media chunk contained in this Buffer.
getDataOutput() - 类 com.sun.media.BasicMuxModule 中的方法
 
getDataOutput() - 类 com.sun.media.BasicProcessor 中的方法
Return the output DataSource of the Processor.
getDataOutput() - 类 com.sun.media.MediaProcessor 中的方法
Return the output DataSource of the Processor.
getDataOutput() - 类 com.sun.media.ProcessEngine 中的方法
Return the output DataSource of the Processor.
getDataOutput() - 接口 javax.media.Multiplexer 中的方法
Gets the output DataSource from this Multiplexer.
getDataOutput() - 接口 javax.media.Processor 中的方法
Gets the output DataSource from the Processor.
getDataSource() - 接口 javax.media.MediaProxy 中的方法
Obtain the new DataSource.
getDataSourceList(String) - 类 javax.media.Manager 中的静态方法
Build a list of DataSource class names from the protocol prefix-list and a protocol name.
getDataType() - 类 javax.media.Format 中的方法
Gets the type of the data that this Format requires.
getDB() - 类 javax.media.GainChangeEvent 中的方法
Get the GainControl's new gain value in dB.
getDB() - 接口 javax.media.GainControl 中的方法
Get the current gain set for this object in dB.
getDefaultExtension(String) - 类 com.sun.media.MimeManager 中的静态方法
 
getDefaultMimeTable() - 类 com.sun.media.MimeManager 中的静态方法
Returns the mime table which doesn't include any entries that were added using addMimeType.
getDemultiplexer() - 类 com.sun.media.BasicSourceModule 中的方法
 
getDevice(String) - 类 javax.media.CaptureDeviceManager 中的静态方法
Gets a CaptureDeviceInfo object that corresponds to the specified device.
getDeviceList(Format) - 类 javax.media.CaptureDeviceManager 中的静态方法
Gets a list of CaptureDeviceInfo objects that correspond to devices that can capture data in the specified Format.
getDrawingSurface(Component, int) - 类 com.sun.media.DrawingSurfaceJAWT 中的方法
 
getDrawingSurfaceDisplay(int) - 类 com.sun.media.DrawingSurfaceJAWT 中的方法
 
getDrawingSurfaceWinID(int) - 类 com.sun.media.DrawingSurfaceJAWT 中的方法
 
getDuration() - 类 com.sun.media.BasicController 中的方法
Return the duration of the media.
getDuration() - 类 com.sun.media.BasicPlayer 中的方法
Get the duration of the movie.
getDuration() - 类 com.sun.media.BasicSourceModule 中的方法
 
getDuration() - 类 com.sun.media.PlaybackEngine 中的方法
Return the duration of the media.
getDuration() - 类 javax.media.Buffer 中的方法
Gets the duration of this Buffer.
getDuration() - 接口 javax.media.Demultiplexer 中的方法
Gets the duration of this media stream when played at the default rate.
getDuration() - 接口 javax.media.Duration 中的方法
Get the duration of the media represented by this object.
getDuration() - 类 javax.media.DurationUpdateEvent 中的方法
Get the duration of the media that this Controller is using.
getEmptyBuffer() - 类 com.sun.media.BasicOutputConnector 中的方法
Get an empty buffer object.
getEmptyBuffer() - 类 com.sun.media.CircularBuffer 中的方法
returns empty buffer object to put data in
getEmptyBuffer() - 接口 com.sun.media.OutputConnector 中的方法
Get an empty buffer object.
getEncoding() - 类 javax.media.Format 中的方法
Gets the uniquely-qualified encoding name for this Format.
getEndOffset() - 接口 javax.media.ExtendedCachingControl 中的方法
 
getFlags() - 类 javax.media.Buffer 中的方法
Gets the mask of the flags set for this Buffer.
getFormat() - 类 com.sun.media.BasicConnector 中的方法
The selected format.
getFormat() - 类 com.sun.media.BasicTrackControl 中的方法
 
getFormat() - 接口 com.sun.media.Connector 中的方法
The selected format.
getFormat() - 类 javax.media.Buffer 中的方法
Get the Format of the data in this Buffer.
getFormat() - 接口 javax.media.Track 中的方法
Gets the Format of the data in this Track.
getFormats() - 类 javax.media.CaptureDeviceInfo 中的方法
Gets a list of the output formats supported by this device.
getFramesPlayed() - 类 com.sun.media.BasicMuxModule 中的方法
 
getFramesPlayed() - 类 com.sun.media.BasicRendererModule 中的方法
 
getGainControl() - 类 com.sun.media.BasicPlayer 中的方法
Get the object for controlling audio gain.
getGainControl() - 类 com.sun.media.MediaPlayer 中的方法
Obtain the gain control from the media engine.
getGainControl() - 类 com.sun.media.MediaProcessor 中的方法
Obtain the gain control from the media engine.
getGainControl() - 类 com.sun.media.PlaybackEngine 中的方法
Get audio gain control.
getGainControl() - 接口 javax.media.Player 中的方法
Gets the object for controlling this Player's audio gain.
getHandlerClassList(String) - 类 javax.media.Manager 中的静态方法
Build a list of Player Handler classes from the content-prefix-list and a content name.
getHeader() - 类 javax.media.Buffer 中的方法
Gets the header information for the media chunk contained in this Buffer.
getHeight() - 类 javax.media.SizeChangeEvent 中的方法
Get the new height of the video input.
getHint(int) - 类 javax.media.Manager 中的静态方法
Retrieve the value of a hint set.
getIndent() - 类 com.sun.media.Log 中的静态方法
 
getInputConnector(String) - 类 com.sun.media.BasicModule 中的方法
Return the InputConnector given the connector name.
getInputConnector() - 类 com.sun.media.BasicOutputConnector 中的方法
Return the InputConnectore this OutputConnector is connected to.
getInputConnector(String) - 接口 com.sun.media.Module 中的方法
Return the specified input connector.
getInputConnector() - 接口 com.sun.media.OutputConnector 中的方法
Return the InputConnectore this OutputConnector is connected to.
getInputConnectorNames() - 类 com.sun.media.BasicModule 中的方法
Return an array of strings containing this media module's input port names.
getInputConnectorNames() - 接口 com.sun.media.Module 中的方法
Return an array of strings containing this Module's input connectors names (both connected and unconnected).
getInputData(Buffer) - 类 com.sun.media.BasicPlugIn 中的方法
 
getInputDataSource() - 类 javax.media.ProcessorModel 中的方法
Gets the input DataSource that specifies the media source for this ProcessorModel.
getInputFormat() - 类 com.sun.media.BasicCodec 中的方法
 
getInputLocator() - 类 javax.media.ProcessorModel 中的方法
Gets the input MediaLocator that specifies the media source for this ProcessorModel.
getJMFSecurity() - 类 com.sun.media.JMFSecurityManager 中的静态方法
 
getLatency() - 类 com.sun.media.BasicModule 中的方法
 
getLatency() - 类 com.sun.media.PlaybackEngine 中的方法
Return the run-time latency.
getLength() - 类 javax.media.Buffer 中的方法
Gets the length of the valid data in this Buffer if the data is held in an array.
getLevel() - 类 javax.media.GainChangeEvent 中的方法
Get the GainControl's new gain value in the level scale.
getLevel() - 接口 javax.media.GainControl 中的方法
Get the current gain set for this object as a value between 0.0 and 1.0
getLocator() - 类 javax.media.CaptureDeviceInfo 中的方法
Gets the MediaLocator needed to create a DataSource for this device through the Manager.
getMasterTimeBase() - 类 com.sun.media.BasicPlayer 中的方法
This should be implemented by the subclass.
getMasterTimeBase() - 类 com.sun.media.MediaPlayer 中的方法
Obtain the time base from the media engine.
getMasterTimeBase() - 类 com.sun.media.MediaProcessor 中的方法
Obtain the time base from the media engine.
getMediaLocator() - 类 com.sun.media.BasicPlayer 中的方法
 
getMediaNanoseconds() - 类 com.sun.media.BasicClock 中的方法
Get the current media time in nanoseconds.
getMediaNanoseconds() - 类 com.sun.media.BasicController 中的方法
Get the current media time in nanoseconds.
getMediaNanoseconds() - 类 com.sun.media.BasicModule 中的方法
Return the current time in nanoseconds.
getMediaNanoseconds() - 类 com.sun.media.BasicSinkModule 中的方法
 
getMediaNanoseconds() - 类 com.sun.media.MediaPlayer 中的方法
 
getMediaNanoseconds() - 类 com.sun.media.MediaProcessor 中的方法
 
getMediaNanoseconds() - 接口 javax.media.Clock 中的方法
Gets this Clock's current media time in nanoseconds.
getMediaTime() - 类 com.sun.media.BasicClock 中的方法
Return the current media time.
getMediaTime() - 类 com.sun.media.BasicController 中的方法
Return the current media time.
getMediaTime() - 类 com.sun.media.BasicModule 中的方法
Return the current Media time.
getMediaTime() - 类 com.sun.media.BasicSinkModule 中的方法
 
getMediaTime() - 类 com.sun.media.MediaPlayer 中的方法
Obtain media time directly from the engine.
getMediaTime() - 类 com.sun.media.MediaProcessor 中的方法
Obtain media time directly from the engine.
getMediaTime() - 类 com.sun.media.MediaTimeBase 中的方法
 
getMediaTime() - 接口 javax.media.Clock 中的方法
Gets this Clock's current media time.
getMediaTime() - 接口 javax.media.Demultiplexer 中的方法
Gets the current media time.
getMediaTime() - 类 javax.media.MediaTimeSetEvent 中的方法
Get the new media time of the Controller that generated this event.
getMediaTime() - 类 javax.media.StartEvent 中的方法
Get the clock time (media time) when the Controller started.
getMediaTime() - 类 javax.media.StopEvent 中的方法
Get the clock time (media time) that was passed into the constructor.
getMessage() - 类 javax.media.ControllerClosedEvent 中的方法
Obtain the message describing why this event occurred.
getMimeTable() - 类 com.sun.media.MimeManager 中的静态方法
Returns the mime table.
getMimeType(String) - 类 com.sun.media.MimeManager 中的静态方法
 
getModule() - 类 com.sun.media.BasicConnector 中的方法
Returns the Module which owns this Connector.
getModule() - 接口 com.sun.media.Connector 中的方法
Returns the Module which registered this Connector.
getMulticastPermission() - 类 com.sun.media.JDK12Security 中的静态方法
 
getMultiplexer() - 类 com.sun.media.BasicMuxModule 中的方法
 
getMute() - 类 javax.media.GainChangeEvent 中的方法
Get the GainControl's new mute value.
getMute() - 接口 javax.media.GainControl 中的方法
Get the mute state of the signal associated with this GainControl.
getName() - 类 com.sun.media.BasicConnector 中的方法
returns the name of this Connector
getName() - 类 com.sun.media.BasicModule 中的方法
returns the name of this Module in the Player
getName() - 接口 com.sun.media.Connector 中的方法
returns the name of this Connector in the owning Module
getName() - 类 com.sun.media.DefaultSecurity 中的方法
 
getName() - 类 com.sun.media.DisabledSecurity 中的方法
 
getName() - 类 com.sun.media.IESecurity 中的方法
 
getName() - 类 com.sun.media.JDK12Security 中的方法
 
getName() - 接口 com.sun.media.JMFSecurity 中的方法
 
getName() - 接口 com.sun.media.Module 中的方法
returns the name of this Module in the Player
getName() - 类 com.sun.media.NetscapeSecurity 中的方法
 
getName() - 类 javax.media.CaptureDeviceInfo 中的方法
Gets the name of this device.
getName() - 接口 javax.media.PlugIn 中的方法
Gets the name of this plug-in as a human-readable string.
getNanoseconds() - 类 com.sun.media.MediaTimeBase 中的方法
 
getNanoseconds() - 类 javax.media.SystemTimeBase 中的方法
 
getNanoseconds() - 类 javax.media.Time 中的方法
Gets the time value in nanoseconds.
getNanoseconds() - 接口 javax.media.TimeBase 中的方法
Get the current time of the TimeBase specified in nanoseconds.
getNativeData(Object) - 类 com.sun.media.BasicPlugIn 中的方法
 
getNativeData() - 类 com.sun.media.ExtBuffer 中的方法
 
getNativeData() - 类 com.sun.media.NBA 中的方法
 
getOffset() - 类 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.
getOriginalFormat() - 类 com.sun.media.BasicTrackControl 中的方法
 
getOutputConnector() - 类 com.sun.media.BasicInputConnector 中的方法
Return the OutputConnector this InputConnector is connected to.
getOutputConnector(String) - 类 com.sun.media.BasicModule 中的方法
Return the OutputConnector given the connector name.
getOutputConnector() - 接口 com.sun.media.InputConnector 中的方法
Return the OutputConnector this InputConnector is connected to.
getOutputConnector(String) - 接口 com.sun.media.Module 中的方法
Return the specified output connector.
getOutputConnectorNames() - 类 com.sun.media.BasicModule 中的方法
Return an array of strings containing this media module's output port names.
getOutputConnectorNames() - 类 com.sun.media.BasicSourceModule 中的方法
Return an array of strings containing this media module's output port names.
getOutputConnectorNames() - 接口 com.sun.media.Module 中的方法
Return an array of strings containing this Module's output connectors names (both connected and unconnected).
getOutputData(Buffer) - 类 com.sun.media.BasicPlugIn 中的方法
 
getOutputFormat() - 类 com.sun.media.BasicCodec 中的方法
 
getOutputLocator() - 接口 javax.media.DataSink 中的方法
Gets the output MediaLocator that describes where the output of this DataSink goes.
getOutputTrackFormat(int) - 类 javax.media.ProcessorModel 中的方法
Gets the preferred Format of the specified track.
getOwner() - 接口 javax.media.Owned 中的方法
Returns the object that owns this control.
getPlugIn(BasicModule) - 类 com.sun.media.PlaybackEngine 中的方法
Get the plugin from a module.
getPlugIn(BasicModule) - 类 com.sun.media.ProcessEngine 中的方法
Get the plugin from a module.
getPlugInList(Format, Format, int) - 类 javax.media.PlugInManager 中的静态方法
Builds a list of plug-ins that satisfy the specified plug-in type and input and output formats.
getPlugInNode(String, int, Hashtable) - 类 com.sun.media.SimpleGraphBuilder 中的静态方法
Given a codec class name, instantiate the codec and query it dynamically to see if it supports the given input and output formats.
getPreviousState() - 类 javax.media.TransitionEvent 中的方法
Get the state that the Controller was in before this event occurred.
getProcessorClassList(String) - 类 javax.media.Manager 中的静态方法
Build a list of Processor Handler classes from the content-prefix-list and a content name.
getProgressBarComponent() - 接口 javax.media.CachingControl 中的方法
Get a Component for displaying the download progress.
getProtocol() - 类 com.sun.media.BasicConnector 中的方法
returns the data transfer protocol used by this connector.
getProtocol() - 类 com.sun.media.BasicModule 中的方法
return the data transfer protocol
getProtocol() - 接口 com.sun.media.Connector 中的方法
returns the data transfer protocol used by this connector.
getProtocol() - 类 javax.media.MediaLocator 中的方法
Get the beginning of the locator string up to but not including the first colon.
getProtocolPrefixList() - 类 javax.media.PackageManager 中的静态方法
Get the current value of the protocol package-prefix list.
getRate() - 类 com.sun.media.BasicClock 中的方法
Get the current presentation speed.
getRate() - 类 com.sun.media.BasicController 中的方法
Get the current presentation speed.
getRate() - 接口 javax.media.Clock 中的方法
Gets the current temporal scale factor.
getRate() - 类 javax.media.RateChangeEvent 中的方法
Get the new rate of the Controller that generated this event.
getReadAllFilesPermission() - 类 com.sun.media.JDK12Security 中的静态方法
 
getReadFilePermission(String) - 类 com.sun.media.JDK12Security 中的静态方法
 
getRemainder() - 类 javax.media.MediaLocator 中的方法
Get the MediaLocator string with the protocol removed.
getRenderer() - 类 com.sun.media.BasicRendererModule 中的方法
 
getRTPTime() - 类 com.sun.media.BasicRendererModule 中的方法
 
getScale() - 类 javax.media.SizeChangeEvent 中的方法
Get the new scale to which the video is being zoomed.
getSeconds() - 类 javax.media.Time 中的方法
Gets the time value in seconds.
getSequenceNumber() - 类 javax.media.Buffer 中的方法
Gets the sequence number of this Buffer.
getSize() - 类 com.sun.media.BasicConnector 中的方法
gets the minimum number of buffer objects this Connector should create.
getSize() - 接口 com.sun.media.Connector 中的方法
gets the minimum number of buffer objects this Connector should create.
getSize() - 类 com.sun.media.NBA 中的方法
 
getSource() - 类 com.sun.media.BasicPlayer 中的方法
Get the DataSource used by this player.
getSource() - 类 javax.media.ControllerEvent 中的方法
 
getSource() - 类 javax.media.GainChangeEvent 中的方法
Get the object that posted this event.
getSourceController() - 类 javax.media.ControllerEvent 中的方法
Get the Controller that posted this event.
getSourceGainControl() - 类 javax.media.GainChangeEvent 中的方法
Get the GainControl that posted this event.
getStartLatency() - 类 com.sun.media.BasicController 中的方法
 
getStartLatency() - 类 com.sun.media.BasicPlayer 中的方法
 
getStartLatency() - 类 com.sun.media.PlaybackEngine 中的方法
Returns the start latency.
getStartLatency() - 接口 javax.media.Controller 中的方法
Gets the Controller's start latency in nanoseconds.
getStartOffset() - 接口 javax.media.ExtendedCachingControl 中的方法
 
getStartTime() - 接口 javax.media.Track 中的方法
Retrieves the start time of this Track.
getState() - 类 com.sun.media.BasicClock 中的方法
Return the current state of the clock in either started or stopped state.
getState() - 类 com.sun.media.BasicController 中的方法
Get the current state of the controller.
getState() - 类 com.sun.media.BasicModule 中的方法
Return the state of the controller.
getState() - 接口 javax.media.Controller 中的方法
Gets the current state of this Controller.
getStopTime() - 类 com.sun.media.BasicClock 中的方法
Return the preset stop time.
getStopTime() - 类 com.sun.media.BasicController 中的方法
Get the preset stop time.
getStopTime() - 接口 javax.media.Clock 中的方法
Gets the last value successfully set by setStopTime.
getStopTime() - 类 javax.media.StopTimeChangeEvent 中的方法
Get the new stop-time for the Controller that generated this event.
getString() - 类 com.ibm.media.ShowDocumentEvent 中的方法
Returns the Sting associated with the event
getSupportedContentDescriptors() - 类 com.sun.media.BasicProcessor 中的方法
Return all the content-types which this Processor's output supports.
getSupportedContentDescriptors() - 类 com.sun.media.MediaProcessor 中的方法
Return all the content-types which this Processor's output supports.
getSupportedContentDescriptors() - 类 com.sun.media.ProcessEngine 中的方法
Return all the content-types which this Processor's output supports.
getSupportedContentDescriptors() - 接口 javax.media.Processor 中的方法
Gets all of the content types that this Processor can output.
getSupportedFormats() - 类 com.sun.media.BasicTrackControl 中的方法
 
getSupportedInputContentDescriptors() - 接口 javax.media.Demultiplexer 中的方法
Lists the all of the input content descriptors that this Demultiplexer supports.
getSupportedInputFormats() - 类 com.sun.media.BasicCodec 中的方法
 
getSupportedInputFormats() - 接口 javax.media.Codec 中的方法
Lists all of the input formats that this codec accepts.
getSupportedInputFormats() - 接口 javax.media.Multiplexer 中的方法
Returns the input formats that this Multiplexer supports.
getSupportedInputFormats(String, int) - 类 javax.media.PlugInManager 中的静态方法
Gets a list of the input formats that the specified plug-in supports.
getSupportedInputFormats() - 接口 javax.media.Renderer 中的方法
Lists the input formats supported by this Renderer.
getSupportedOutputContentDescriptors(Format[]) - 接口 javax.media.Multiplexer 中的方法
Lists the output content-descriptors that this Multiplexer supports.
getSupportedOutputFormats(Format) - 接口 javax.media.Codec 中的方法
Lists the output formats that this codec can generate.
getSupportedOutputFormats(String, int) - 类 javax.media.PlugInManager 中的静态方法
Gets a list of the output formats that the specified plug-in supports.
getSyncTime() - 类 com.sun.media.BasicClock 中的方法
Return the Sync Time.
getSyncTime() - 类 com.sun.media.BasicController 中的方法
Return the Sync Time.
getSyncTime() - 接口 javax.media.Clock 中的方法
Gets the current media time or the time until this Clock will synchronize to its TimeBase.
getSystemTimeBase() - 类 javax.media.Manager 中的静态方法
Get the time-base object for the system.
getTargetState() - 类 com.sun.media.BasicController 中的方法
Get the current target state.
getTargetState() - 接口 javax.media.Controller 中的方法
Gets the current target state of this Controller.
getTargetState() - 类 javax.media.TransitionEvent 中的方法
Get the Controller's target state at the time this event was generated.
getThreadGroupPermission() - 类 com.sun.media.JDK12Security 中的静态方法
 
getThreadPermission() - 类 com.sun.media.JDK12Security 中的静态方法
 
getTime() - 类 com.sun.media.MediaTimeBase 中的方法
 
getTime() - 类 javax.media.SystemTimeBase 中的方法
 
getTime() - 接口 javax.media.TimeBase 中的方法
Get the current time of this TimeBase.
getTimeBase() - 类 com.sun.media.BasicClock 中的方法
Get the Time Base that the clock is currently using.
getTimeBase() - 类 com.sun.media.BasicController 中的方法
 
getTimeBase() - 类 com.sun.media.BasicSinkModule 中的方法
 
getTimeBase() - 类 com.sun.media.PlaybackEngine 中的方法
Override the parent's method to not check for realized state.
getTimeBase() - 接口 javax.media.Clock 中的方法
Gets the TimeBase that this Clock is using.
getTimeBaseTime() - 类 javax.media.StartEvent 中的方法
Get the time-base time that started the Controller.
getTimeStamp() - 类 javax.media.Buffer 中的方法
Gets the time stamp of this Buffer.
getTrackControls() - 类 com.sun.media.BasicProcessor 中的方法
Return the tracks in the media.
getTrackControls() - 类 com.sun.media.MediaProcessor 中的方法
Return the tracks in the media.
getTrackControls() - 类 com.sun.media.ProcessEngine 中的方法
Get the track controls.
getTrackControls() - 接口 javax.media.Processor 中的方法
Gets a TrackControl for each track in the media stream.
getTrackCount(int) - 类 javax.media.ProcessorModel 中的方法
Gets the number of tracks required as the output of the Processor constructed with this ProcessorModel.
getTracks() - 接口 javax.media.Demultiplexer 中的方法
Retrieves the individual tracks that the media stream contains.
getURL() - 类 com.ibm.media.ReplaceURLEvent 中的方法
Returns the URL associated with the event
getURL() - 类 com.ibm.media.ShowDocumentEvent 中的方法
Returns the URL associated with the event
getURL() - 类 javax.media.MediaLocator 中的方法
Get the URL associated with this MediaLocator.
getValidBuffer() - 类 com.sun.media.BasicInputConnector 中的方法
Get buffer object containing media.
getValidBuffer() - 接口 com.sun.media.InputConnector 中的方法
Get buffer object containing media.
getVersion() - 类 javax.media.Manager 中的静态方法
Returns the version string for this revision of JMF.
getVisualComponent() - 类 com.sun.media.BasicPlayer 中的方法
Get the Component this player will output its visual media to.
getVisualComponent() - 类 com.sun.media.MediaPlayer 中的方法
Obtain the visiual component from the media engine.
getVisualComponent() - 类 com.sun.media.MediaProcessor 中的方法
Obtain the visiual component from the media engine.
getVisualComponent() - 类 com.sun.media.PlaybackEngine 中的方法
Get the visual component where the video is presented.
getVisualComponent() - 接口 javax.media.Player 中的方法
Gets the display Component for this Player.
getWidth() - 类 javax.media.SizeChangeEvent 中的方法
Get the new width of the video input.
getWindowHandle(Component) - 类 com.sun.media.DrawingSurfaceJAWT 中的静态方法
 
getWindowInfo(Component) - 类 com.sun.media.DrawingSurfaceJAWT 中的方法
 
getWriteFilePermission(String) - 类 com.sun.media.JDK12Security 中的静态方法
 
GraphInspector - com.sun.media 中的 接口
This interface defines the notification callbacks from the media engine during the data flow graph building process.

H

handlePreroll(Buffer) - 类 com.sun.media.BasicRendererModule 中的方法
Handle the prerolling a buffer.
header - 类 javax.media.Buffer 中的变量
Header information (such as RTP header) for this data chunk.
height - 类 javax.media.SizeChangeEvent 中的变量
 

I

ic - 类 com.sun.media.BasicFilterModule 中的变量
 
ic - 类 com.sun.media.BasicRendererModule 中的变量
 
ics - 类 com.sun.media.BasicMuxModule 中的变量
 
IESecurity - com.sun.media 中的 类
public final synchronized class com/ms/security/PermissionID extends java.lang.Object public static final com/ms/security/PermissionID SYSTEM; public static final com/ms/security/PermissionID FILEIO; public static final com/ms/security/PermissionID NETIO; public static final com/ms/security/PermissionID THREAD; public static final com/ms/security/PermissionID PROPERTY; public static final com/ms/security/PermissionID EXEC; public static final com/ms/security/PermissionID REFLECTION; public static final com/ms/security/PermissionID PRINTING; public static final com/ms/security/PermissionID SECURITY; public static final com/ms/security/PermissionID REGISTRY; public static final com/ms/security/PermissionID CLIENTSTORE; public static final com/ms/security/PermissionID UI; public static final com/ms/security/PermissionID SYSSTREAMS; public static final com/ms/security/PermissionID USERFILEIO; public static final com/ms/security/PermissionID MULTIMEDIA;
IncompatibleSourceException - javax.media 中的 异常
An IncompatibleSourceException is thrown by a MediaHandler when setSource is invoked and the MediaHandler cannot support the DataSource.
IncompatibleSourceException() - 异常 javax.media.IncompatibleSourceException 的构造方法
 
IncompatibleSourceException(String) - 异常 javax.media.IncompatibleSourceException 的构造方法
 
IncompatibleTimeBaseException - javax.media 中的 异常
An IncompatibleTimeBaseException is generated when Clock.setTimeBase is invoked using a TimeBase that the Clock cannot support.
IncompatibleTimeBaseException() - 异常 javax.media.IncompatibleTimeBaseException 的构造方法
 
IncompatibleTimeBaseException(String) - 异常 javax.media.IncompatibleTimeBaseException 的构造方法
 
incrIndent() - 类 com.sun.media.Log 中的静态方法
 
initGraph(BasicModule) - 类 com.sun.media.BasicJMD 中的方法
 
initGraph(BasicModule) - 接口 com.sun.media.JMD 中的方法
 
INPUT_BUFFER_NOT_CONSUMED - 接口 javax.media.PlugIn 中的静态变量
The input Buffer chunk was not fully consumed.
inputConnector - 类 com.sun.media.BasicOutputConnector 中的变量
the connected input connector
InputConnector - com.sun.media 中的 接口
InputConnector defines the buffer movement and format typing interface for input connectors.
inputConnectors - 类 com.sun.media.BasicModule 中的变量
registry of all input connectors created by this module.
inputConnectorsArray - 类 com.sun.media.BasicModule 中的变量
 
inputFormat - 类 com.sun.media.BasicCodec 中的变量
 
inputFormats - 类 com.sun.media.BasicCodec 中的变量
 
inputs - 类 com.sun.media.BasicMuxModule 中的变量
 
inspector - 类 com.sun.media.SimpleGraphBuilder 中的静态变量
 
intArray - 类 javax.media.Format 中的静态变量
The data object required by the Format is an integer array.
internalError(InternalErrorEvent) - 类 javax.media.ControllerAdapter 中的方法
 
InternalErrorEvent - javax.media 中的 类
An InternalErrorEvent indicates that a Controller failed for implementation-specific reasons.
InternalErrorEvent(Controller) - 类 javax.media.InternalErrorEvent 的构造方法
 
InternalErrorEvent(Controller, String) - 类 javax.media.InternalErrorEvent 的构造方法
 
internalErrorOccurred(Module) - 接口 com.sun.media.ModuleListener 中的方法
This method is called when an irrecoverable internal error has occurred either on the plugin or on the controlling module.
internalErrorOccurred(Module) - 类 com.sun.media.PlaybackEngine 中的方法
 
interrupt() - 类 com.sun.media.BasicController 中的方法
Interrupt the process.
intersects(Format) - 类 javax.media.Format 中的方法
Intersects the attributes of this format and the specified format to create a new Format object.
isAboutToRestart() - 类 com.sun.media.BasicPlayer 中的方法
Return true if the player is about to restart again.
isConfigurable() - 类 com.sun.media.BasicController 中的方法
Subclass should define this.
isConfigurable() - 类 com.sun.media.BasicPlayer 中的方法
A player is not configurable.
isConfigurable() - 类 com.sun.media.BasicProcessor 中的方法
A processor is configurable.
isConfigurable() - 类 com.sun.media.PlaybackEngine 中的方法
The PlaybackEngine is configurable.
isCustomized() - 类 com.sun.media.BasicTrackControl 中的方法
 
isDiscard() - 类 javax.media.Buffer 中的方法
Checks whether or not this Buffer is to be discarded.
isDownloading() - 接口 javax.media.CachingControl 中的方法
Check whether or not media is being downloaded.
isEmptyBufferAvailable() - 类 com.sun.media.BasicOutputConnector 中的方法
checks if there are empty Buffer objects in the Connector's queue.
isEmptyBufferAvailable() - 接口 com.sun.media.OutputConnector 中的方法
checks if there are empty Buffer objects in the Connector's queue.
isEnabled() - 类 com.sun.media.BasicTrackControl 中的方法
 
isEnabled - 类 com.sun.media.Log 中的静态变量
 
isEnabled() - 接口 javax.media.Track 中的方法
Checks whether or not this Track is enabled.
isEOM(Buffer) - 类 com.sun.media.BasicCodec 中的方法
 
isEOM() - 类 javax.media.Buffer 中的方法
Checks whether or not this Buffer marks the end of the media stream.
isExclusive() - 接口 com.sun.media.ExclusiveUse 中的方法
 
isFormatAcceptable(int, Format) - 类 javax.media.ProcessorModel 中的方法
Checks whether or not tFormat is an acceptable format for the track tIndex.
isFramePositionable() - 类 com.sun.media.BasicPlayer 中的方法
Will return true if the player can do frame positioning.
isInterrupted() - 类 com.sun.media.BasicController 中的方法
Return true if the process is interrupted.
isInterrupted() - 类 com.sun.media.BasicModule 中的方法
 
isInterrupted() - 接口 com.sun.media.Module 中的方法
Query to see if the module has just been interrupted.
isJDK12() - 类 com.sun.media.JMFSecurityManager 中的静态方法
 
isLinkPermissionEnabled() - 类 com.sun.media.DefaultSecurity 中的方法
 
isLinkPermissionEnabled() - 类 com.sun.media.DisabledSecurity 中的方法
 
isLinkPermissionEnabled() - 类 com.sun.media.IESecurity 中的方法
 
isLinkPermissionEnabled() - 类 com.sun.media.JDK12Security 中的方法
 
isLinkPermissionEnabled() - 接口 com.sun.media.JMFSecurity 中的方法
 
isLinkPermissionEnabled() - 类 com.sun.media.JMFSecurityManager 中的静态方法
 
isLinkPermissionEnabled() - 类 com.sun.media.NetscapeSecurity 中的方法
 
isNativePreferred() - 类 com.sun.media.ExtBuffer 中的方法
 
isPositionable() - 类 com.sun.media.BasicSourceModule 中的方法
 
isPositionable() - 接口 javax.media.Demultiplexer 中的方法
Checks whether or not the stream can be repositioned to the beginning.
isPrefetched() - 接口 javax.media.Prefetchable 中的方法
Returns the prefetch state of the Renderer or Multiplexer plugin.
isRandomAccess() - 类 com.sun.media.BasicSourceModule 中的方法
 
isRandomAccess() - 接口 javax.media.Demultiplexer 中的方法
Checks whether or not the stream can be positioned at any Time.
isRTP() - 类 com.sun.media.PlaybackEngine 中的方法
 
isSameEncoding(Format) - 类 javax.media.Format 中的方法
Checks if the encodings of both format objects are the same.
isSameEncoding(String) - 类 javax.media.Format 中的方法
Checks if the encoding of this format is same as the parameter.
isThreaded() - 类 com.sun.media.BasicFilterModule 中的方法
 
isThreaded() - 类 com.sun.media.BasicModule 中的方法
return if this module create threads (so it run on Safe protocol) like Rendering module or not (as a codec module).
isThreaded() - 类 com.sun.media.BasicMuxModule 中的方法
 
isThreaded() - 类 com.sun.media.BasicRendererModule 中的方法
 
isTimeBase() - 类 com.sun.media.BasicTrackControl 中的方法
Returns true if this track holds the master time base.
isValidBufferAvailable() - 类 com.sun.media.BasicInputConnector 中的方法
returns if there are valid Buffer objects in the Connector's queue.
isValidBufferAvailable() - 接口 com.sun.media.InputConnector 中的方法
checks if there are valid Buffer objects in the Connector's queue.

J

javax.media - 软件包 javax.media
 
JDK12Security - com.sun.media 中的 类
 
jmd - 类 com.sun.media.BasicModule 中的变量
 
JMD - com.sun.media 中的 接口
 
jmd - 类 com.sun.media.PlaybackEngine 中的变量
 
JMFSecurity - com.sun.media 中的 接口
 
JMFSecurityManager - com.sun.media 中的 类
 
JMFSecurityManager() - 类 com.sun.media.JMFSecurityManager 的构造方法
 
jview - 类 com.sun.media.IESecurity 中的静态变量
 

L

lastModule(BasicModule) - 类 com.sun.media.PlaybackEngine 中的方法
Given a chain of FilterModules, return the last one of the chain.
lastPositionSet - 类 com.sun.media.BasicSourceModule 中的变量
 
lastSystemTime - 类 com.sun.media.BasicSourceModule 中的变量
 
LATENCY_UNKNOWN - 接口 javax.media.Controller 中的静态变量
Returned by getStartLatency.
length - 类 javax.media.Buffer 中的变量
For array data type, states how many samples are valid in the array.
LENGTH_UNKNOWN - 接口 javax.media.CachingControl 中的静态变量
Use to indicate that the CachingControl doesn't know how long the content is.
LIGHTWEIGHT_RENDERER - 类 javax.media.Manager 中的静态变量
Boolean hint to turn on/off the use of light weight rendering.
LINK - 接口 com.sun.media.JMFSecurity 中的静态变量
 
loadLibrary(String) - 类 com.sun.media.DefaultSecurity 中的方法
 
loadLibrary(String) - 类 com.sun.media.DisabledSecurity 中的方法
 
loadLibrary(String) - 类 com.sun.media.IESecurity 中的方法
 
loadLibrary(String) - 类 com.sun.media.JDK12Security 中的方法
 
loadLibrary(String) - 接口 com.sun.media.JMFSecurity 中的方法
 
loadLibrary(String) - 类 com.sun.media.JMFSecurityManager 中的静态方法
 
loadLibrary(String) - 类 com.sun.media.NetscapeSecurity 中的方法
 
localStop() - 类 com.sun.media.PlaybackEngine 中的方法
 
locator - 类 javax.media.CaptureDeviceInfo 中的变量
A MediaLocator that identifies a device.
lockAWT(int) - 类 com.sun.media.DrawingSurfaceJAWT 中的静态方法
 
lockedRead() - 类 com.sun.media.CircularBuffer 中的方法
 
lockedWrite() - 类 com.sun.media.CircularBuffer 中的方法
 
Log - com.sun.media 中的 类
A public static class to generate and write to jmf.log.
Log() - 类 com.sun.media.Log 的构造方法
 
loops - 类 com.sun.media.BasicSourceModule 中的变量
 

M

manageController(Controller) - 类 com.sun.media.BasicPlayer 中的方法
Add a Controller to the list of Controllers under this Player's management.
manageController(Controller, boolean) - 类 com.sun.media.BasicPlayer 中的方法
Add a Controller to the list of Controllers under this Player's management.
Manager - javax.media 中的 类
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) - 接口 javax.media.Track 中的方法
Gets the Time that corresponds to the specified frame number.
mapTimeToFrame(Time) - 接口 javax.media.Track 中的方法
Converts the given media time to the corresponding frame number.
mapToTimeBase(Time) - 类 com.sun.media.BasicClock 中的方法
Map the the given media-time to time-base-time.
mapToTimeBase(Time) - 类 com.sun.media.BasicController 中的方法
Map the given media-time to time-base-time.
mapToTimeBase(Time) - 接口 javax.media.Clock 中的方法
Gets the TimeBase time corresponding to the specified media time.
markedDataArrived(Module, Buffer) - 接口 com.sun.media.ModuleListener 中的方法
This method is called when a buffer with the marker bit set arrives.
markedDataArrived(Module, Buffer) - 类 com.sun.media.PlaybackEngine 中的方法
 
masterSink - 类 com.sun.media.PlaybackEngine 中的变量
 
matches(Format, Format[]) - 类 com.sun.media.BasicPlugIn 中的静态方法
Utility to perform format matching.
matches(Format[], Format[], PlugIn, PlugIn) - 类 com.sun.media.SimpleGraphBuilder 中的静态方法
Choose a format among the two input arrays that matches and verify that if the given upstream and downstream plugins accept the matched format as output (for the upstream) or as input (for the downstream).
matches(Format, Format[], PlugIn, PlugIn) - 类 com.sun.media.SimpleGraphBuilder 中的静态方法
Choose a format among the two input arrays that matches and verify that if the given upstream and downstream plugins accept the matched format as output (for the upstream) or as input (for the downstream).
matches(Format[], Format, PlugIn, PlugIn) - 类 com.sun.media.SimpleGraphBuilder 中的静态方法
 
matches(Format) - 类 javax.media.Format 中的方法
Checks whether or not the specified Format matches this Format.
MAX_SECURITY - 类 javax.media.Manager 中的静态变量
Boolean hint to turn on/off maximum security.
mediaEnded(Module) - 接口 com.sun.media.ModuleListener 中的方法
This method is called when the module has reached the end of media.
mediaEnded(Module) - 类 com.sun.media.PlaybackEngine 中的方法
 
MediaError - javax.media 中的 错误
A MediaError indicates an error condition that occurred through incorrect usage of the API.
MediaError() - 错误 javax.media.MediaError 的构造方法
 
MediaError(String) - 错误 javax.media.MediaError 的构造方法
 
MediaEvent - javax.media 中的 类
MediaEvent is the base interface for media events.
MediaEvent(Object) - 类 javax.media.MediaEvent 的构造方法
 
MediaException - javax.media 中的 异常
A MediaException indicates an unexpected error condition in a JMF method.
MediaException() - 异常 javax.media.MediaException 的构造方法
 
MediaException(String) - 异常 javax.media.MediaException 的构造方法
 
MediaHandler - javax.media 中的 接口
MediaHandler is the base interface for objects that read and manage media content delivered from a DataSource.
MediaLocator - javax.media 中的 类
MediaLocator describes the location of media content.
MediaLocator(URL) - 类 javax.media.MediaLocator 的构造方法
 
MediaLocator(String) - 类 javax.media.MediaLocator 的构造方法
 
MediaPlayer - com.sun.media 中的 类
MediaPlayer extends BasicPlayer and uses PlaybackEngine to play media.
MediaPlayer() - 类 com.sun.media.MediaPlayer 的构造方法
 
MediaProcessor - com.sun.media 中的 类
MediaProcessor extends BasicProcessor and uses ProcessEngine to process media.
MediaProcessor() - 类 com.sun.media.MediaProcessor 的构造方法
 
MediaProxy - javax.media 中的 接口
 
mediaStarted() - 类 com.sun.media.MediaTimeBase 中的方法
 
mediaStopped() - 类 com.sun.media.MediaTimeBase 中的方法
 
MediaTimeBase - com.sun.media 中的 类
This is the abstract base class to create a time base out of the media time of a component.
MediaTimeBase() - 类 com.sun.media.MediaTimeBase 的构造方法
 
mediaTimeSet(MediaTimeSetEvent) - 类 javax.media.ControllerAdapter 中的方法
 
MediaTimeSetEvent - javax.media 中的 类
A MediaTimeSetEvent is posted by a Controller when its media-time has been set with the setMediaTime method.
MediaTimeSetEvent(Controller, Time) - 类 javax.media.MediaTimeSetEvent 的构造方法
 
message - 类 javax.media.ControllerClosedEvent 中的变量
 
MimeManager - com.sun.media 中的 类
 
minSize - 类 com.sun.media.BasicConnector 中的变量
minimum number of data chunks this connector should allocate
module - 类 com.sun.media.BasicConnector 中的变量
the module which registered this connector
Module - com.sun.media 中的 接口
A Module is a "black box" which does a part of the overall processing.
moduleIn(BasicModule, int, Buffer, boolean) - 类 com.sun.media.BasicJMD 中的方法
 
moduleIn(BasicModule, int, Buffer, boolean) - 接口 com.sun.media.JMD 中的方法
 
moduleListener - 类 com.sun.media.BasicModule 中的变量
 
ModuleListener - com.sun.media 中的 接口
ModuleListener is an interface for handling asynchronous events generated by Modules.
moduleOut(BasicModule, int, Buffer, boolean) - 类 com.sun.media.BasicJMD 中的方法
 
moduleOut(BasicModule, int, Buffer, boolean) - 接口 com.sun.media.JMD 中的方法
 
modules - 类 com.sun.media.BasicTrackControl 中的变量
 
modules - 类 com.sun.media.PlaybackEngine 中的变量
 
MULTICAST - 接口 com.sun.media.JMFSecurity 中的静态变量
 
multicastArgs - 类 com.sun.media.NetscapeSecurity 中的静态变量
 
multiplexer - 类 com.sun.media.BasicMuxModule 中的变量
 
Multiplexer - javax.media 中的 接口
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 - 类 javax.media.PlugInManager 中的静态变量
Multiplexer plug-in type.
muxModule - 类 com.sun.media.BasicTrackControl 中的变量
 
muxModule - 类 com.sun.media.ProcessEngine 中的变量
 

N

name - 类 com.sun.media.BasicConnector 中的变量
the name the module chose for this connector
name - 类 com.sun.media.BasicModule 中的变量
the instance name of the module, declared in the manager
name - 类 javax.media.CaptureDeviceInfo 中的变量
A String that contains the name of a device.
nanoseconds - 类 javax.media.Time 中的变量
Time in nanoseconds.
nativeData - 类 com.sun.media.ExtBuffer 中的变量
 
nativePreferred - 类 com.sun.media.ExtBuffer 中的变量
 
NBA - com.sun.media 中的 类
 
NBA(Class, int) - 类 com.sun.media.NBA 的构造方法
 
needSavingDB - 类 com.sun.media.PlaybackEngine 中的静态变量
 
NetscapeSecurity - com.sun.media 中的 类
 
NoDataSinkException - javax.media 中的 异常
A NoDataSinkException is thrown when Manager can't find a DataSink for a particular MediaLocator and DataSource.
NoDataSinkException() - 异常 javax.media.NoDataSinkException 的构造方法
 
NoDataSinkException(String) - 异常 javax.media.NoDataSinkException 的构造方法
 
NoDataSourceException - javax.media 中的 异常
A NoDataSourceException is thrown when a DataSource can't be found for a particular URL or MediaLocator.
NoDataSourceException() - 异常 javax.media.NoDataSourceException 的构造方法
 
NoDataSourceException(String) - 异常 javax.media.NoDataSourceException 的构造方法
 
NoPlayerException - javax.media 中的 异常
A NoPlayerException is thrown when a Manager can't find a Player for a particular URL or MediaLocator.
NoPlayerException() - 异常 javax.media.NoPlayerException 的构造方法
 
NoPlayerException(String) - 异常 javax.media.NoPlayerException 的构造方法
 
NoProcessorException - javax.media 中的 异常
A NoProcessorException is thrown when Manager can't find a Processor for a particular URL, MediaLocator or ProcessorModel.
NoProcessorException() - 异常 javax.media.NoProcessorException 的构造方法
 
NoProcessorException(String) - 异常 javax.media.NoProcessorException 的构造方法
 
NOT_SPECIFIED - 类 javax.media.Format 中的静态变量
 
NotConfiguredError - javax.media 中的 错误
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) - 错误 javax.media.NotConfiguredError 的构造方法
Constructor.
NotPrefetchedError - javax.media 中的 错误
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) - 错误 javax.media.NotPrefetchedError 的构造方法
 
NotRealizedError - javax.media 中的 错误
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) - 错误 javax.media.NotRealizedError 的构造方法
 

O

oc - 类 com.sun.media.BasicFilterModule 中的变量
 
offset - 类 javax.media.Buffer 中的变量
For array data type, points to the starting point (offset) into the array where the valid data begins.
ONE_SECOND - 类 javax.media.Time 中的静态变量
 
open() - 类 com.sun.media.BasicCodec 中的方法
 
open() - 接口 javax.media.DataSink 中的方法
Opens a connection to the destination described by the output MediaLocator.
open() - 接口 javax.media.PlugIn 中的方法
Opens the plug-in software or hardware component and acquires the resources that the plug-in needs to operate.
opened - 类 com.sun.media.BasicCodec 中的变量
 
originSystemTime - 类 com.sun.media.BasicSourceModule 中的变量
 
OUTPUT_BUFFER_NOT_FILLED - 接口 javax.media.PlugIn 中的静态变量
The output Buffer chunk was not filled.
outputConnector - 类 com.sun.media.BasicInputConnector 中的变量
the connected outputConnector
OutputConnector - com.sun.media 中的 接口
OutputConnector defines the buffer movement and format typing interface for output connectors.
outputConnectors - 类 com.sun.media.BasicModule 中的变量
registry of all output connectors created by this module.
outputConnectorsArray - 类 com.sun.media.BasicModule 中的变量
 
outputContentDes - 类 com.sun.media.ProcessEngine 中的变量
 
outputFormat - 类 com.sun.media.BasicCodec 中的变量
 
outputFormats - 类 com.sun.media.BasicCodec 中的变量
 
Owned - javax.media 中的 接口
 

P

PackageManager - javax.media 中的 类
A PackageManager maintains a persistent store of package-prefix lists.
PackageManager() - 类 javax.media.PackageManager 的构造方法
 
parser - 类 com.sun.media.BasicSourceModule 中的变量
 
parser - 类 com.sun.media.PlaybackEngine 中的变量
 
pause() - 类 com.sun.media.BasicSourceModule 中的方法
This is essentially a non-blocking version of doStop.
paused - 类 com.sun.media.BasicMuxModule 中的变量
 
pauseDownload() - 接口 javax.media.ExtendedCachingControl 中的方法
If downloading is in progress, it will be paused
pawt - 类 com.sun.media.DrawingSurfaceJAWT 中的静态变量
 
pdisp - 类 com.sun.media.DrawingSurfaceJAWT 中的静态变量
 
pds - 类 com.sun.media.DrawingSurfaceJAWT 中的静态变量
 
peek() - 类 com.sun.media.CircularBuffer 中的方法
Gets frame with valid buffer from the queue
pendingEOM - 类 com.sun.media.BasicCodec 中的变量
 
permissionFailureNotification(int) - 类 com.sun.media.DefaultSecurity 中的方法
 
permissionFailureNotification(int) - 类 com.sun.media.DisabledSecurity 中的方法
 
permissionFailureNotification(int) - 类 com.sun.media.IESecurity 中的方法
 
permissionFailureNotification(int) - 类 com.sun.media.JDK12Security 中的方法
 
permissionFailureNotification(int) - 接口 com.sun.media.JMFSecurity 中的方法
 
permissionFailureNotification(int) - 类 com.sun.media.NetscapeSecurity 中的方法
 
PlaybackEngine - com.sun.media 中的 类
PlaybackEngine implements the media engine for playback.
PlaybackEngine(BasicPlayer) - 类 com.sun.media.PlaybackEngine 的构造方法
 
player - 类 com.sun.media.PlaybackEngine 中的变量
 
Player - javax.media 中的 接口
Player is a MediaHandler for rendering and controlling time based media data.
PlugIn - javax.media 中的 接口
The base interface for JMF plug-ins.
PLUGIN_PLAYER - 类 javax.media.Manager 中的静态变量
Boolean hint to request the Manager to create Players that support PlugIns.
PLUGIN_TERMINATED - 接口 javax.media.PlugIn 中的静态变量
The processing of the given buffer has caused the plugin to terminate.
plugInExists(String, int) - 类 com.sun.media.BasicPlugIn 中的静态方法
Check to see if a particular plugin exists in the registry.
PlugInManager - javax.media 中的 类
The PlugInManager is used to search for installed plug-ins and register new plug-ins.
PlugInManager() - 类 javax.media.PlugInManager 的构造方法
 
plugIns - 类 com.sun.media.SimpleGraphBuilder 中的变量
 
pluginTerminated(Module) - 接口 com.sun.media.ModuleListener 中的方法
This method is called when the plugin controlled by the module has been closed.
pluginTerminated(Module) - 类 com.sun.media.PlaybackEngine 中的方法
 
prefetch() - 类 com.sun.media.BasicController 中的方法
Take the necessary steps to prefetch the controller.
prefetch() - 接口 javax.media.Controller 中的方法
Processes as much data as necessary to reduce the Controller's start latency to the shortest possible time.
Prefetchable - javax.media 中的 接口
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) - 类 javax.media.ControllerAdapter 中的方法
 
PrefetchCompleteEvent - javax.media 中的 类
A PrefetchCompleteEvent is posted when a Controller finishes Prefetching.
PrefetchCompleteEvent(Controller, int, int, int) - 类 javax.media.PrefetchCompleteEvent 的构造方法
 
prefetched - 类 com.sun.media.PlaybackEngine 中的变量
 
Prefetched - 接口 javax.media.Controller 中的静态变量
Returned by getState.
prefetchEnabled - 类 com.sun.media.PlaybackEngine 中的变量
 
prefetchFailed - 类 com.sun.media.BasicModule 中的变量
 
prefetchFailed() - 类 com.sun.media.BasicModule 中的方法
 
prefetchFailed - 类 com.sun.media.BasicTrackControl 中的变量
 
prefetching - 类 com.sun.media.BasicMuxModule 中的变量
 
prefetching - 类 com.sun.media.BasicRendererModule 中的变量
 
Prefetching - 接口 javax.media.Controller 中的静态变量
Returned by getState.
prefetchMarkers - 类 com.sun.media.BasicMuxModule 中的变量
 
prefetchTrack() - 类 com.sun.media.BasicTrackControl 中的方法
Prefetch the modules for this track.
prerolling - 类 com.sun.media.BasicSinkModule 中的变量
 
prerollTrack - 类 com.sun.media.BasicMuxModule 中的变量
 
prError() - 类 com.sun.media.BasicTrackControl 中的方法
 
prevFramesBehind - 类 com.sun.media.BasicFilterModule 中的变量
 
print() - 类 com.sun.media.BasicConnector 中的方法
 
print() - 类 com.sun.media.CircularBuffer 中的方法
 
process() - 类 com.sun.media.BasicFilterModule 中的方法
 
process() - 类 com.sun.media.BasicModule 中的方法
function which does the real processing.
process() - 类 com.sun.media.BasicMuxModule 中的方法
 
process() - 类 com.sun.media.BasicRendererModule 中的方法
 
process() - 类 com.sun.media.BasicSourceModule 中的方法
 
process(Buffer, Buffer) - 接口 javax.media.Codec 中的方法
Performs the media processing defined by this codec.
process(Buffer, int) - 接口 javax.media.Multiplexer 中的方法
Processes the input Buffer and multiplexes it with data from other tracks.
process(Buffer) - 接口 javax.media.Renderer 中的方法
Processes the data and renders it to the output device represented by this Renderer.
processAtEOM(Buffer, Buffer) - 类 com.sun.media.BasicCodec 中的方法
 
processBuffer(Buffer) - 类 com.sun.media.BasicRendererModule 中的方法
Break down one larger buffer into smaller pieces so the processing won't take that long to block.
processEndOfMedia() - 类 com.sun.media.BasicPlayer 中的方法
 
ProcessEngine - com.sun.media 中的 类
ProcessEngine implements the media engine for processors.
ProcessEngine(BasicProcessor) - 类 com.sun.media.ProcessEngine 的构造方法
 
processError - 类 com.sun.media.BasicController 中的变量
 
processEvent(ControllerEvent) - 类 com.sun.media.BasicPlayer 中的方法
 
Processor - javax.media 中的 接口
The Processor interface defines a module for processing and controlling time-based media data.
ProcessorModel - javax.media 中的 类
Encapsulates the basic information required to create a Processor.
ProcessorModel() - 类 javax.media.ProcessorModel 的构造方法
Creates a ProcessorModel with null properties.
ProcessorModel(Format[], ContentDescriptor) - 类 javax.media.ProcessorModel 的构造方法
Creates a ProcessorModel for the specified track formats and output content-type.
ProcessorModel(DataSource, Format[], ContentDescriptor) - 类 javax.media.ProcessorModel 的构造方法
Creates a ProcessorModel for the specified input DataSource, track formats, and output type.
ProcessorModel(MediaLocator, Format[], ContentDescriptor) - 类 javax.media.ProcessorModel 的构造方法
Creates a ProcessorModel for the specified input MediaLocator, track formats, and output type.
profile(Object) - 类 com.sun.media.Log 中的静态方法
 
progressControl() - 类 com.sun.media.BasicTrackControl 中的方法
 
progressControl - 类 com.sun.media.PlaybackEngine 中的变量
 
propagateEOM(Buffer) - 类 com.sun.media.BasicCodec 中的方法
 
protocol - 类 com.sun.media.BasicConnector 中的变量
the data transfer protocol chosen for this Connector.
protocol - 类 com.sun.media.BasicModule 中的变量
 
ProtocolPush - 接口 com.sun.media.Connector 中的静态变量
constant to indicate that this connector runs on "Push" protocol.
ProtocolSafe - 接口 com.sun.media.Connector 中的静态变量
constant to indicate that this connector runs on "Safe" protocol.
pwinid - 类 com.sun.media.DrawingSurfaceJAWT 中的静态变量
 

R

rate - 类 com.sun.media.BasicSinkModule 中的变量
 
rateChange(RateChangeEvent) - 类 javax.media.ControllerAdapter 中的方法
 
RateChangeEvent - javax.media 中的 类
A RateChangeEvent is a ControllerEvent that is posted when a Controller's rate changes.
RateChangeEvent(Controller, float) - 类 javax.media.RateChangeEvent 的构造方法
 
read() - 类 com.sun.media.CircularBuffer 中的方法
Gets frame with valid buffer from the queue
READ_FILE - 接口 com.sun.media.JMFSecurity 中的静态变量
 
READ_PROPERTY - 接口 com.sun.media.JMFSecurity 中的静态变量
 
readFrame(Buffer) - 接口 javax.media.Track 中的方法
Reads the next frame for this Track.
readHasBlocked(Track) - 接口 javax.media.TrackListener 中的方法
The readFrame call has blocked.
readPendingFlag - 类 com.sun.media.BasicFilterModule 中的变量
 
readReport() - 类 com.sun.media.BasicInputConnector 中的方法
Indicates the oldest Buffer object got from this Connector was used and can be "recycled" by the upstream Module.
readReport() - 类 com.sun.media.CircularBuffer 中的方法
indicates that the latest read frame is no longer in use
readReport() - 接口 com.sun.media.InputConnector 中的方法
Indicates the oldest Buffer object got from this Connector was used and can be "recycled" by the upstream Module.
realize() - 类 com.sun.media.BasicController 中的方法
Take the necessary steps to realize the controller.
realize() - 接口 javax.media.Controller 中的方法
Constructs the media dependent portions of the Controller.
realizeComplete(RealizeCompleteEvent) - 类 javax.media.ControllerAdapter 中的方法
 
RealizeCompleteEvent - javax.media 中的 类
A RealizeCompleteEvent is posted when a Controller finishes Realizing.
RealizeCompleteEvent(Controller, int, int, int) - 类 javax.media.RealizeCompleteEvent 的构造方法
 
Realized - 接口 javax.media.Controller 中的静态变量
Returned by getState.
realizeError - 类 com.sun.media.PlaybackEngine 中的变量
 
Realizing - 接口 javax.media.Controller 中的静态变量
Returned by getState.
regionControl - 类 com.sun.media.BasicPlayer 中的变量
 
registerInputConnector(String, InputConnector) - 类 com.sun.media.BasicModule 中的方法
For each of the inputConnectables to this node, it needs to be registered with this function.
registerInputConnector(String, InputConnector) - 接口 com.sun.media.Module 中的方法
Each of the inputConnectors of this Module has to be registered with this function.
registerOutputConnector(String, OutputConnector) - 类 com.sun.media.BasicModule 中的方法
For each of the outputConnectables from this node, it needs to be registered with this function.
registerOutputConnector(String, OutputConnector) - 接口 com.sun.media.Module 中的方法
Each of the outputConnectors of this Module has to be registered with this function.
reinitCodec(Format) - 类 com.sun.media.BasicFilterModule 中的方法
A new input format has been detected, we'll check if the existing codec can handle it.
reinitRenderer(Format) - 类 com.sun.media.BasicRendererModule 中的方法
Attempt to re-initialize the renderer given a new input format.
relax() - 类 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.
removeController(Controller) - 类 com.sun.media.BasicPlayer 中的方法
Stop controlling a Controller.
removeController(Controller) - 接口 javax.media.Player 中的方法
Tells the Player to stop controlling a Controller.
removeControllerListener(ControllerListener) - 类 com.sun.media.BasicController 中的方法
Remove a listener from the listener list.
removeControllerListener(ControllerListener) - 接口 javax.media.Controller 中的方法
Removes the specified listener from this Controller's listener list.
removeDataSinkListener(DataSinkListener) - 接口 javax.media.DataSink 中的方法
Removes the specified event listener from this DataSink.
removeDevice(CaptureDeviceInfo) - 类 javax.media.CaptureDeviceManager 中的静态方法
Removes a CaptureDeviceInfo object from the list of devices maintained by the CaptureDeviceManager.
removeDownloadProgressListener(DownloadProgressListener) - 接口 javax.media.ExtendedCachingControl 中的方法
 
removeGainChangeListener(GainChangeListener) - 接口 javax.media.GainControl 中的方法
Remove interest in gain change update events.
removeMimeType(String) - 类 com.sun.media.MimeManager 中的静态方法
Only the mime types that were added using addMimeType can be removed with this method.
removePlugIn(String, int) - 类 javax.media.PlugInManager 中的静态方法
Removes an existing plug-in from the registry.
renderer - 类 com.sun.media.BasicRendererModule 中的变量
 
RENDERER - 类 javax.media.PlugInManager 中的静态变量
Renderer plug-in type.
Renderer - javax.media 中的 接口
A Renderer is a media processing unit that renders input media to a pre-defined destination, such as the screen or system speaker.
rendererFailed - 类 com.sun.media.BasicTrackControl 中的变量
 
rendererModule - 类 com.sun.media.BasicTrackControl 中的变量
 
Reparentable - com.sun.media 中的 接口
Interface that extends Owned and allows the owner to be changed.
replaceURL(Object) - 类 javax.media.ControllerAdapter 中的方法
 
ReplaceURLEvent - com.ibm.media 中的 类
This class is a JMF event that represent a hot link occurence in HotMedia Player.
ReplaceURLEvent(Controller, URL) - 类 com.ibm.media.ReplaceURLEvent 的构造方法
Constructor
requestPermission(Method[], Class[], Object[][], int) - 类 com.sun.media.DefaultSecurity 中的方法
 
requestPermission(Method[], Class[], Object[][], int, String) - 类 com.sun.media.DefaultSecurity 中的方法
 
requestPermission(Method[], Class[], Object[][], int) - 类 com.sun.media.DisabledSecurity 中的方法
 
requestPermission(Method[], Class[], Object[][], int, String) - 类 com.sun.media.DisabledSecurity 中的方法
 
requestPermission(Method[], Class[], Object[][], int) - 类 com.sun.media.IESecurity 中的方法
 
requestPermission(Method[], Class[], Object[][], int, String) - 类 com.sun.media.IESecurity 中的方法
 
requestPermission(Method[], Class[], Object[][], int) - 类 com.sun.media.JDK12Security 中的方法
 
requestPermission(Method[], Class[], Object[][], int, String) - 类 com.sun.media.JDK12Security 中的方法
 
requestPermission(Method[], Class[], Object[][], int) - 接口 com.sun.media.JMFSecurity 中的方法
 
requestPermission(Method[], Class[], Object[][], int, String) - 接口 com.sun.media.JMFSecurity 中的方法
 
requestPermission(Method[], Class[], Object[][], int) - 类 com.sun.media.NetscapeSecurity 中的方法
 
requestPermission(Method[], Class[], Object[][], int, String) - 类 com.sun.media.NetscapeSecurity 中的方法
 
reset() - 类 com.sun.media.BasicCodec 中的方法
 
reset() - 类 com.sun.media.BasicConnector 中的方法
restores this Connector to its initial state
reset() - 类 com.sun.media.BasicInputConnector 中的方法
 
reset() - 类 com.sun.media.BasicModule 中的方法
reset this module only.
reset() - 类 com.sun.media.BasicMuxModule 中的方法
 
reset() - 类 com.sun.media.BasicOutputConnector 中的方法
 
reset() - 类 com.sun.media.BasicRendererModule 中的方法
 
reset() - 类 com.sun.media.BasicSourceModule 中的方法
 
reset() - 类 com.sun.media.CircularBuffer 中的方法
reset the queue
reset() - 接口 com.sun.media.Connector 中的方法
restores this Connector to its initial state: removes all the buffer locks.
reset() - 接口 com.sun.media.Module 中的方法
Return the Module to its initial state.
reset() - 类 com.sun.media.PlaybackEngine 中的方法
Flush (reset) the flow graph.
reset() - 类 com.sun.media.SimpleGraphBuilder 中的方法
Reset local cache and reuse the same instance for graph building.
RESET - 接口 javax.media.Clock 中的静态变量
Returned by getStopTime if the stop-time is unset.
reset() - 接口 javax.media.PlugIn 中的方法
Resets the state of the plug-in.
resetBitRate() - 类 com.sun.media.PlaybackEngine 中的方法
 
resetBitRate() - 类 com.sun.media.ProcessEngine 中的方法
 
resetBitsRead() - 类 com.sun.media.BasicSourceModule 中的方法
 
resetBitsWritten() - 类 com.sun.media.BasicMuxModule 中的方法
 
resetFramesPlayed() - 类 com.sun.media.BasicMuxModule 中的方法
 
resetFramesPlayed() - 类 com.sun.media.BasicRendererModule 中的方法
 
resetInterrupt() - 类 com.sun.media.BasicController 中的方法
Reset the interrupted flag.
resetted - 类 com.sun.media.BasicModule 中的变量
 
resetted(Module) - 接口 com.sun.media.ModuleListener 中的方法
This method is called when the module has been resetted.
resetted(Module) - 类 com.sun.media.PlaybackEngine 中的方法
 
resettedMarkers - 类 com.sun.media.BasicMuxModule 中的变量
 
resourceUnavailable(ResourceUnavailableEvent) - 类 javax.media.ControllerAdapter 中的方法
 
ResourceUnavailableEvent - javax.media 中的 类
A ResourceUnavailableEvent indicates that a Controller was unable to allocate a resource that it requires for operation.
ResourceUnavailableEvent(Controller) - 类 javax.media.ResourceUnavailableEvent 的构造方法
 
ResourceUnavailableEvent(Controller, String) - 类 javax.media.ResourceUnavailableEvent 的构造方法
 
ResourceUnavailableException - javax.media 中的 异常
ResourceUnavailableException is thrown if a class couldn't could allocate the required resources for an operation.
ResourceUnavailableException(String) - 异常 javax.media.ResourceUnavailableException 的构造方法
Constructor.
restarting(RestartingEvent) - 类 javax.media.ControllerAdapter 中的方法
 
RestartingEvent - javax.media 中的 类
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) - 类 javax.media.RestartingEvent 的构造方法
 
resumeDownload() - 接口 javax.media.ExtendedCachingControl 中的方法
If downloading was paused, it will be resumed
run() - 类 com.sun.media.CreateSourceThreadAction 中的方法
 
run() - 类 com.sun.media.CreateTimedThreadAction 中的方法
 
run() - 类 com.sun.media.CreateWorkThreadAction 中的方法
 

S

scale - 类 javax.media.SizeChangeEvent 中的变量
 
scheduleBuffer(Buffer) - 类 com.sun.media.BasicRendererModule 中的方法
Handed a buffer, this function does the scheduling of the buffer processing.
secondsToNanoseconds(double) - 类 javax.media.Time 中的方法
Converts seconds to nanoseconds.
security - 类 com.sun.media.DefaultSecurity 中的静态变量
 
security - 类 com.sun.media.DisabledSecurity 中的静态变量
 
security - 类 com.sun.media.IESecurity 中的静态变量
 
security - 类 com.sun.media.JDK12Security 中的静态变量
 
security - 类 com.sun.media.NetscapeSecurity 中的静态变量
 
SeekFailedEvent - com.sun.media 中的 类
A SeekFailedEvent indicates that the Controller could not start at the current media time (set using setMediaTime).
SeekFailedEvent(Controller, int, int, int, Time) - 类 com.sun.media.SeekFailedEvent 的构造方法
 
sendEvent(ControllerEvent) - 类 com.sun.media.BasicController 中的方法
Send an event to the listeners listening to my events.
SEQUENCE_UNKNOWN - 类 javax.media.Buffer 中的静态变量
The getSequenceNumber method returns this value if the sequence number is not known.
sequenceNumber - 类 javax.media.Buffer 中的变量
The sequence number of this Buffer.
setBufferSize(Time) - 接口 javax.media.ExtendedCachingControl 中的方法
Block until you have buffered up t.getSeconds() seconds of data.
setCircularBuffer(Object) - 类 com.sun.media.BasicConnector 中的方法
sets the CircularBuffer of this Connector.
setCircularBuffer(Object) - 接口 com.sun.media.Connector 中的方法
Sets the circular buffer object of the connection.
setClock(Clock) - 类 com.sun.media.BasicController 中的方法
Subclass can use this to switch to a different default clock.
setClock(Clock) - 类 com.sun.media.BasicSinkModule 中的方法
 
setCodec(String) - 类 com.sun.media.BasicFilterModule 中的方法
sets the plugIn codec of this filter.
setCodec(Codec) - 类 com.sun.media.BasicFilterModule 中的方法
 
setCodecChain(Codec[]) - 类 com.sun.media.BasicTrackControl 中的方法
 
setContentDescriptor(ContentDescriptor) - 类 com.sun.media.BasicProcessor 中的方法
Set the output content-type.
setContentDescriptor(ContentDescriptor) - 类 com.sun.media.MediaProcessor 中的方法
Set the output content-type.
setContentDescriptor(ContentDescriptor) - 类 com.sun.media.ProcessEngine 中的方法
Set the output content-type.
setContentDescriptor(ContentDescriptor) - 接口 javax.media.Multiplexer 中的方法
Sets the output content-type for this Multiplexer.
setContentDescriptor(ContentDescriptor) - 接口 javax.media.Processor 中的方法
Sets the output content-type for this Processor.
setContentPrefixList(Vector) - 类 javax.media.PackageManager 中的静态方法
Set the current value of the content package-prefix list.
setController(BasicController) - 类 com.sun.media.BasicModule 中的方法
Set the Controller that maintains this module.
setData(Object) - 类 com.sun.media.ExtBuffer 中的方法
 
setData(Object) - 类 javax.media.Buffer 中的方法
Sets the internal data object that holds the media chunk.
setDB(float) - 接口 javax.media.GainControl 中的方法
Set the gain in decibels.
setDiscard(boolean) - 类 javax.media.Buffer 中的方法
Sets the DISCARD flag for this Buffer.
setDuration(long) - 类 javax.media.Buffer 中的方法
Sets the duration of this Buffer.
setEnabled(boolean) - 类 com.sun.media.BasicTrackControl 中的方法
 
setEnabled(boolean) - 接口 javax.media.Track 中的方法
Enables or disables this Track.
setEOM(boolean) - 类 javax.media.Buffer 中的方法
Sets the EOM flag for this Buffer.
setFlags(int) - 类 javax.media.Buffer 中的方法
Sets the flag mask for this Buffer.
setFormat(Format) - 类 com.sun.media.BasicConnector 中的方法
Selects a format for this Connector.
setFormat(Connector, Format) - 类 com.sun.media.BasicFilterModule 中的方法
 
setFormat(Connector, Format) - 类 com.sun.media.BasicModule 中的方法
Selects a format for this Connector (the default is null).
setFormat(Connector, Format) - 类 com.sun.media.BasicMuxModule 中的方法
 
setFormat(Connector, Format) - 类 com.sun.media.BasicRendererModule 中的方法
 
setFormat(Connector, Format) - 类 com.sun.media.BasicSourceModule 中的方法
 
setFormat(Format) - 类 com.sun.media.BasicTrackControl 中的方法
 
setFormat(Format) - 接口 com.sun.media.Connector 中的方法
Selects a format for this Connector (the default is null).
setFormat(Connector, Format) - 接口 com.sun.media.Module 中的方法
Selects a format for the Connector (the default is null).
setFormat(Format) - 类 javax.media.Buffer 中的方法
Sets the Format of the data in this Buffer.
setFramesBehind(float) - 类 com.sun.media.BasicFilterModule 中的方法
 
setGraphInspector(GraphInspector) - 类 com.sun.media.SimpleGraphBuilder 中的静态方法
 
setHeader(Object) - 类 javax.media.Buffer 中的方法
Sets the header information for the media chunk.
setHint(int, Object) - 类 javax.media.Manager 中的静态方法
Specify a hint for the Manager to use.
setIndent(int) - 类 com.sun.media.Log 中的静态方法
 
setInputFormat(Format) - 类 com.sun.media.BasicCodec 中的方法
 
setInputFormat(Format) - 接口 javax.media.Codec 中的方法
Sets the format of the data to be input to this codec.
setInputFormat(Format, int) - 接口 javax.media.Multiplexer 中的方法
Sets the input Format for the specified track.
setInputFormat(Format) - 接口 javax.media.Renderer 中的方法
Sets the Format of the input data.
setJMD(JMD) - 类 com.sun.media.BasicModule 中的方法
 
setJMD(JMD) - 接口 com.sun.media.Module 中的方法
Set the JMD debugger instance for the module to use.
setLength(int) - 类 javax.media.Buffer 中的方法
Sets the length of the valid data stored in this Buffer if the data is held in an array.
setLevel(float) - 接口 javax.media.GainControl 中的方法
Set the gain using a floating point scale with values between 0.0 and 1.0. 0.0 is silence; 1.0 is the loudest useful level that this GainControl supports.
setMediaLength(long) - 类 com.sun.media.BasicClock 中的方法
Set the upper bound of the media time.
setMediaLength(long) - 类 com.sun.media.BasicController 中的方法
 
setMediaLength(long) - 类 com.sun.media.BasicPlayer 中的方法
Set the upper bound of the media time.
setMediaStart(long) - 类 com.sun.media.BasicClock 中的方法
Set the lower bound of the media time.
setMediaTime(Time) - 类 com.sun.media.BasicClock 中的方法
Set the media time.
setMediaTime(Time) - 类 com.sun.media.BasicController 中的方法
 
setMediaTime(Time) - 类 com.sun.media.BasicPlayer 中的方法
Loops through the list of controllers maintained by this player and invoke setMediaTime on each of them.
setMediaTime(Time) - 类 com.sun.media.PlaybackEngine 中的方法
Override BasicController's setMediaTime so as not to set the media time on the master clock twice.
setMediaTime(Time) - 接口 javax.media.Clock 中的方法
Sets the Clock's media time.
setMemoryTrace(boolean) - 类 com.sun.media.PlaybackEngine 中的静态方法
Turn on memory trace to assit debugging.
setModule(Module) - 类 com.sun.media.BasicConnector 中的方法
sets the Module which owns this Connector.
setModule(Module) - 接口 com.sun.media.Connector 中的方法
sets the Module which registered this Connector.
setModuleListener(ModuleListener) - 类 com.sun.media.BasicModule 中的方法
Specify a ModuleListener to which this Module will send events.
setModuleListener(ModuleListener) - 接口 com.sun.media.Module 中的方法
Specify a ModuleListener to which this Module will send events.
setMute(boolean) - 接口 javax.media.GainControl 中的方法
Mute or unmute the signal associated with this GainControl.
setName(String) - 类 com.sun.media.BasicConnector 中的方法
sets the name of this Connector
setName(String) - 类 com.sun.media.BasicModule 中的方法
sets the name of this Module.
setName(String) - 接口 com.sun.media.Connector 中的方法
sets the name of this Connector.
setName(String) - 接口 com.sun.media.Module 中的方法
sets the name of this Module.
setNativeData(NBA) - 类 com.sun.media.ExtBuffer 中的方法
 
setNativePreferred(boolean) - 类 com.sun.media.ExtBuffer 中的方法
 
setNumTracks(int) - 接口 javax.media.Multiplexer 中的方法
Sets the number of input tracks that the Multiplexer can expect to find in the input stream.
setOffset(int) - 类 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.
setOutputConnector(OutputConnector) - 类 com.sun.media.BasicInputConnector 中的方法
Sets the OutputConnector this InputConnector is connected to.
setOutputConnector(OutputConnector) - 接口 com.sun.media.InputConnector 中的方法
Sets the OutputConnector this InputConnector is connected to.
setOutputFormat(Format) - 类 com.sun.media.BasicCodec 中的方法
 
setOutputFormat(Format) - 接口 javax.media.Codec 中的方法
Sets the format for the data this codec outputs.
setOutputLocator(MediaLocator) - 接口 javax.media.DataSink 中的方法
Sets the output MediaLocator for this DataSink.
setOwner(Object) - 接口 com.sun.media.Reparentable 中的方法
 
setPlugInList(Vector, int) - 类 javax.media.PlugInManager 中的静态方法
Sets the search order for the plug-ins of the specified type.
setPosition(Time, int) - 类 com.sun.media.BasicSourceModule 中的方法
 
setPosition(Time, int) - 接口 javax.media.Demultiplexer 中的方法
Sets the stream position (media time) to the specified Time.
setPreroll(long, long) - 类 com.sun.media.BasicMuxModule 中的方法
Enable prerolling.
setPreroll(long, long) - 类 com.sun.media.BasicRendererModule 中的方法
Enable prerolling.
setPreroll(long, long) - 类 com.sun.media.BasicSinkModule 中的方法
Enable prerolling.
setProgressControl(ProgressControl) - 类 com.sun.media.MediaPlayer 中的方法
 
setProgressControl(ProgressControl) - 类 com.sun.media.PlaybackEngine 中的方法
 
setProtocol(int) - 类 com.sun.media.BasicConnector 中的方法
sets the data transfer protocol used by this connector.
setProtocol(int) - 类 com.sun.media.BasicModule 中的方法
sets the protocol for all the connectors
setProtocol(int) - 接口 com.sun.media.Connector 中的方法
determines the data transfer protocol used by this connector.
setProtocolPrefixList(Vector) - 类 javax.media.PackageManager 中的静态方法
Set the protocol package-prefix list.
setRate(float) - 类 com.sun.media.BasicClock 中的方法
Set the rate of presentation: 1.0: normal, 2.0: twice the speed
setRate(float) - 类 com.sun.media.BasicController 中的方法
 
setRate(float) - 类 com.sun.media.BasicPlayer 中的方法
Set the playback rate on the player.
setRate(float) - 接口 javax.media.Clock 中的方法
Sets the temporal scale factor.
setRenderBufferSize(Renderer) - 类 com.sun.media.PlaybackEngine 中的方法
 
setRenderer(Renderer) - 类 com.sun.media.BasicRendererModule 中的方法
 
setRenderer(Renderer) - 类 com.sun.media.BasicTrackControl 中的方法
 
setSequenceNumber(long) - 类 javax.media.Buffer 中的方法
Sets the sequence number of this Buffer.
setSize(int) - 类 com.sun.media.BasicConnector 中的方法
sets the minimum number of buffer objects this Connector should create.
setSize(int) - 接口 com.sun.media.Connector 中的方法
sets the minimum number of buffer objects this Connector should create.
setSource(DataSource) - 类 com.sun.media.BasicPlayer 中的方法
Set the DataSource that provides the media for this player.
setSource(DataSource) - 类 com.sun.media.MediaPlayer 中的方法
 
setSource(DataSource) - 类 com.sun.media.MediaProcessor 中的方法
 
setSource(DataSource) - 类 com.sun.media.PlaybackEngine 中的方法
Verifies to see if the engine accepts the given source.
setSource(DataSource) - 接口 javax.media.MediaHandler 中的方法
Sets the media source this MediaHandler should use to obtain content.
setStopTime(Time) - 类 com.sun.media.BasicClock 中的方法
Preset a stop time in media time.
setStopTime(Time) - 类 com.sun.media.BasicController 中的方法
 
setStopTime(Time) - 类 com.sun.media.BasicPlayer 中的方法
 
setStopTime(Time) - 类 com.sun.media.BasicSinkModule 中的方法
 
setStopTime(Time) - 类 com.sun.media.PlaybackEngine 中的方法
Override BasicController.setStopTime to allow for more accurate stop time set.
setStopTime(Time) - 接口 javax.media.Clock 中的方法
Sets the media time at which you want the Clock to stop.
setSyncEnabled() - 接口 com.sun.media.Syncable 中的方法
Enable sync'ing of file descriptor
setTargetState(int) - 类 com.sun.media.BasicController 中的方法
Set the target state.
setTimeBase(TimeBase) - 类 com.sun.media.BasicClock 中的方法
Set a time base on the clock.
setTimeBase(TimeBase) - 类 com.sun.media.BasicController 中的方法
 
setTimeBase(TimeBase) - 类 com.sun.media.BasicPlayer 中的方法
Assigns a timebase for the player.
setTimeBase(TimeBase) - 类 com.sun.media.BasicSinkModule 中的方法
 
setTimeBase(TimeBase) - 类 com.sun.media.PlaybackEngine 中的方法
Override the parent's method to not check for realized state.
setTimeBase(TimeBase) - 接口 javax.media.Clock 中的方法
Sets the TimeBase for this Clock.
setTimeStamp(long) - 类 javax.media.Buffer 中的方法
Sets the time stamp of this Buffer.
setTrackListener(TrackListener) - 接口 javax.media.Track 中的方法
Adds an event listener for this Track.
setVisible(boolean) - 类 com.sun.media.BasicJMD 中的方法
 
setVisible(boolean) - 接口 com.sun.media.JMD 中的方法
 
shortArray - 类 javax.media.Format 中的静态变量
The data object required by the Format is a short array.
showDocument(Object) - 类 javax.media.ControllerAdapter 中的方法
 
ShowDocumentEvent - com.ibm.media 中的 类
This class is a JMF event that represent a hot link occurence in HotMedia Player.
ShowDocumentEvent(Controller, URL, String) - 类 com.ibm.media.ShowDocumentEvent 的构造方法
Constructor
SimpleGraphBuilder - com.sun.media 中的 类
This is the Graph builder to generate the data flow graph for rendering an input format.
SimpleGraphBuilder() - 类 com.sun.media.SimpleGraphBuilder 的构造方法
 
sinks - 类 com.sun.media.PlaybackEngine 中的变量
 
sizeChange(SizeChangeEvent) - 类 javax.media.ControllerAdapter 中的方法
 
SizeChangeEvent - javax.media 中的 类
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) - 类 javax.media.SizeChangeEvent 的构造方法
 
slaveClock - 类 com.sun.media.PlaybackEngine 中的变量
 
slaveToMasterTimeBase(TimeBase) - 类 com.sun.media.BasicPlayer 中的方法
Slave all the controllers to the master time base.
SlowPlugIn - com.sun.media 中的 接口
An interface to denote a particularly slow plugin.
source - 类 com.sun.media.BasicPlayer 中的变量
 
source - 类 com.sun.media.BasicSourceModule 中的变量
 
source - 类 com.sun.media.PlaybackEngine 中的变量
 
STAGES - 类 com.sun.media.SimpleGraphBuilder 中的变量
 
start() - 类 com.sun.media.BasicPlayer 中的方法
Start the Player as soon as possible.
start(StartEvent) - 类 javax.media.ControllerAdapter 中的方法
 
start() - 接口 javax.media.DataSink 中的方法
Initiates data transfer.
start() - 接口 javax.media.Demultiplexer 中的方法
Signals that data is going to start being read from the Demultiplexer.
start() - 接口 javax.media.Player 中的方法
Starts the Player as soon as possible.
start() - 接口 javax.media.Renderer 中的方法
Initiates the rendering process.
STARTED - 类 com.sun.media.BasicClock 中的静态变量
 
started - 类 com.sun.media.BasicMuxModule 中的变量
 
started - 类 com.sun.media.BasicRendererModule 中的变量
 
started - 类 com.sun.media.BasicSourceModule 中的变量
 
started - 类 com.sun.media.PlaybackEngine 中的变量
 
Started - 接口 javax.media.Controller 中的静态变量
Returned by getState.
StartEvent - javax.media 中的 类
StartEvent is a TransitionEvent that indicates that a Controller has entered the Started state.
StartEvent(Controller, int, int, int, Time, Time) - 类 javax.media.StartEvent 的构造方法
Construct a new StartEvent.
startTrack() - 类 com.sun.media.BasicTrackControl 中的方法
Start the modules for this track.
state - 类 com.sun.media.BasicController 中的变量
 
StateTransistor - com.sun.media 中的 接口
StateTransistor is an interface with the functionality of performing the actual state transitions: DoPrefetch, DoRealize, etc.
stop() - 类 com.sun.media.BasicClock 中的方法
Stop the clock immediately.
stop() - 类 com.sun.media.BasicController 中的方法
Stop the controller.
stop() - 类 com.sun.media.BasicPlayer 中的方法
Stop the player.
stop() - 类 com.sun.media.PlaybackEngine 中的方法
This is stop by request.
stop() - 接口 javax.media.Clock 中的方法
Stops the Clock.
stop(StopEvent) - 类 javax.media.ControllerAdapter 中的方法
 
stop() - 接口 javax.media.DataSink 中的方法
Stops the data transfer.
stop() - 接口 javax.media.Demultiplexer 中的方法
Signals that data is going to stop being read from the Demultiplexer.
stop() - 接口 javax.media.Renderer 中的方法
Halts the rendering process.
stopAtTime() - 类 com.sun.media.BasicController 中的方法
Stop because stop time has been reached.
stopAtTime() - 类 com.sun.media.BasicPlayer 中的方法
Stop because stop time has been reached.
stopAtTime(Module) - 接口 com.sun.media.ModuleListener 中的方法
This method is called when the module has reached the scheduled stop time.
stopAtTime(Module) - 类 com.sun.media.PlaybackEngine 中的方法
 
stopAtTime(StopAtTimeEvent) - 类 javax.media.ControllerAdapter 中的方法
 
StopAtTimeEvent - javax.media 中的 类
A StopAtTimeEvent indicates that the Controller has stopped because it reached its stop time.
StopAtTimeEvent(Controller, int, int, int, Time) - 类 javax.media.StopAtTimeEvent 的构造方法
 
stopAtTimeMarkers - 类 com.sun.media.BasicMuxModule 中的变量
 
stopByRequest(StopByRequestEvent) - 类 javax.media.ControllerAdapter 中的方法
 
StopByRequestEvent - javax.media 中的 类
A StopByRequestEvent indicates that the Controller has stopped in response to a stop call.
StopByRequestEvent(Controller, int, int, int, Time) - 类 javax.media.StopByRequestEvent 的构造方法
 
stopControllerOnly() - 类 com.sun.media.BasicController 中的方法
Stop the controller.
StopEvent - javax.media 中的 类
StopEvent is a ControllerEvent that indicates that a Controller has stopped.
StopEvent(Controller, int, int, int, Time) - 类 javax.media.StopEvent 的构造方法
 
STOPPED - 类 com.sun.media.BasicClock 中的静态变量
 
stopThreadEnabled - 类 com.sun.media.BasicController 中的变量
 
stopTime - 类 com.sun.media.BasicSinkModule 中的变量
 
stopTimeChange(StopTimeChangeEvent) - 类 javax.media.ControllerAdapter 中的方法
 
StopTimeChangeEvent - javax.media 中的 类
A StopTimeChangeEvent is generated by a Controller when its stop time has changed.
StopTimeChangeEvent(Controller, Time) - 类 javax.media.StopTimeChangeEvent 的构造方法
 
StopTimeSetError - javax.media 中的 错误
StopTimeSetError is thrown when the stop time has been set on a Started Clock and setStopTime is invoked again.
StopTimeSetError(String) - 错误 javax.media.StopTimeSetError 的构造方法
 
stopTrack() - 类 com.sun.media.BasicTrackControl 中的方法
Start the modules for this track.
storedInputBuffer - 类 com.sun.media.BasicFilterModule 中的变量
 
storedOutputBuffer - 类 com.sun.media.BasicFilterModule 中的变量
 
Syncable - com.sun.media 中的 接口
 
syncStart(Time) - 类 com.sun.media.BasicClock 中的方法
Start the clock with the given time-base-time
syncStart(Time) - 类 com.sun.media.BasicController 中的方法
 
syncStart(Time) - 类 com.sun.media.BasicPlayer 中的方法
Start at the given time base time.
syncStart(Time) - 接口 javax.media.Clock 中的方法
Synchronizes the current media time to the specified time-base time and start the Clock.
syncStartInProgress() - 类 com.sun.media.BasicController 中的方法
 
systemTimeBase - 类 com.sun.media.BasicSourceModule 中的变量
 
SystemTimeBase - javax.media 中的 类
SystemTimeBase is the implementation of the default TimeBase that ships with JMF.
SystemTimeBase() - 类 javax.media.SystemTimeBase 的构造方法
 

T

targetMux - 类 com.sun.media.ProcessEngine 中的变量
 
targetMuxes - 类 com.sun.media.ProcessEngine 中的变量
 
targetMuxFormats - 类 com.sun.media.ProcessEngine 中的变量
 
targetMuxNames - 类 com.sun.media.ProcessEngine 中的变量
This is the Graph builder to generate the data flow graph for the media engine.
targetPluginNames - 类 com.sun.media.SimpleGraphBuilder 中的变量
 
targetPlugins - 类 com.sun.media.SimpleGraphBuilder 中的变量
 
targetType - 类 com.sun.media.SimpleGraphBuilder 中的变量
 
THREAD - 接口 com.sun.media.JMFSecurity 中的静态变量
 
THREAD_GROUP - 接口 com.sun.media.JMFSecurity 中的静态变量
 
throwError(Error) - 类 com.sun.media.BasicClock 中的方法
 
throwError(Error) - 类 com.sun.media.BasicController 中的方法
 
Time - javax.media 中的 类
Time is kept at nanosecond precision.
Time(long) - 类 javax.media.Time 的构造方法
Constructs a Time using nanoseconds.
Time(double) - 类 javax.media.Time 的构造方法
Constructs a Time using seconds.
TIME_UNKNOWN - 类 javax.media.Buffer 中的静态变量
The getTimeStamp method return this value if the time stamp of the media is not known.
TIME_UNKNOWN - 类 javax.media.Time 中的静态变量
 
TIME_UNKNOWN - 接口 javax.media.Track 中的静态变量
The mapFrameToTime method returns this value if the time mapping cannot be established or the Track contains an audio stream.
TimeBase - javax.media 中的 接口
A TimeBase is a constantly ticking source of time, much like a crystal.
timeBaseError - 类 com.sun.media.PlaybackEngine 中的变量
 
timeStamp - 类 javax.media.Buffer 中的变量
The time stamp of the data held in this Buffer, in nanoseconds.
toExternalForm() - 类 javax.media.MediaLocator 中的方法
Create a string from the URL argument that can be used to construct the MediaLocator.
TOP_LEVEL_WINDOW - 接口 com.sun.media.JMFSecurity 中的静态变量
 
toString() - 类 javax.media.CachingControlEvent 中的方法
Returns the String representation of this event's values.
toString() - 类 javax.media.CaptureDeviceInfo 中的方法
 
toString() - 类 javax.media.ControllerErrorEvent 中的方法
Returns the String representation of this event's values.
toString() - 类 javax.media.ControllerEvent 中的方法
Returns the String representation of this event's values.
toString() - 类 javax.media.DurationUpdateEvent 中的方法
Returns the String representation of this event's values.
toString() - 类 javax.media.Format 中的方法
Gets a String representation of the Format attributes.
toString() - 类 javax.media.MediaLocator 中的方法
Used for printing MediaLocators.
toString() - 类 javax.media.MediaTimeSetEvent 中的方法
Returns the String representation of this event's values.
toString() - 类 javax.media.RateChangeEvent 中的方法
Returns the String representation of this event's values.
toString() - 类 javax.media.StartEvent 中的方法
Returns the String representation of this event's values.
toString() - 类 javax.media.StopEvent 中的方法
Returns the String representation of this event's values.
toString() - 类 javax.media.StopTimeChangeEvent 中的方法
Returns the String representation of this event's values.
toString() - 类 javax.media.TransitionEvent 中的方法
Returns the String representation of this event's values.
TRACE_ON - 类 com.sun.media.PlaybackEngine 中的静态变量
 
Track - javax.media 中的 接口
A Track abstracts the information specific to an individual track in a media stream.
trackControls - 类 com.sun.media.PlaybackEngine 中的变量
 
TrackListener - javax.media 中的 接口
 
tracks - 类 com.sun.media.BasicSourceModule 中的变量
 
tracks - 类 com.sun.media.PlaybackEngine 中的变量
 
transition(TransitionEvent) - 类 javax.media.ControllerAdapter 中的方法
 
TransitionEvent - javax.media 中的 类
TransitionEvent is a ControllerEvent that indicates that a Controller has changed state.
TransitionEvent(Controller, int, int, int) - 类 javax.media.TransitionEvent 的构造方法
Construct a new TransitionEvent.
triggerReset() - 类 com.sun.media.BasicMuxModule 中的方法
 
triggerReset() - 类 com.sun.media.BasicRendererModule 中的方法
 
triggerReset() - 类 com.sun.media.BasicSinkModule 中的方法
 
TRUE - 类 javax.media.Format 中的静态变量
 

U

UNKNOWN_CONTENT_NAME - 类 javax.media.Manager 中的静态变量
 
unlockAWT(int) - 类 com.sun.media.DrawingSurfaceJAWT 中的静态方法
 
unmanageController(Controller) - 类 com.sun.media.BasicPlayer 中的方法
Remove a Controller from the list of Controllers under this Player's management.
Unrealized - 接口 javax.media.Controller 中的静态变量
Returned by U.
UnsupportedPlugInException - javax.media 中的 异常
An UnsupportedPlugInException is thrown by a TrackControl if a PlugIn cannot be set on the Processor.
UnsupportedPlugInException() - 异常 javax.media.UnsupportedPlugInException 的构造方法
 
UnsupportedPlugInException(String) - 异常 javax.media.UnsupportedPlugInException 的构造方法
 
updateConnector(BasicModule, int, Buffer, boolean, int) - 类 com.sun.media.BasicJMD 中的方法
 
updateDuration() - 类 com.sun.media.BasicPlayer 中的方法
 
updateFormat() - 类 com.sun.media.BasicTrackControl 中的方法
Update the format per track on the progress control.
updateFormats() - 类 com.sun.media.PlaybackEngine 中的方法
Update the format info per track on the progress control.
updateOutput(Buffer, Format, int, int) - 类 com.sun.media.BasicCodec 中的方法
 
updateRates(long) - 类 com.sun.media.BasicTrackControl 中的方法
Update the frame rate per track on the progress control.
updateRates() - 类 com.sun.media.PlaybackEngine 中的方法
Update the aggregate bit rate and frame rate per track on the progress control.
updateRGBFormat(VideoFormat, RGBFormat) - 类 com.sun.media.BasicCodec 中的方法
 
updateStats() - 类 com.sun.media.BasicPlayer 中的方法
This is being called from a looping thread to update the stats.
updateStats() - 类 com.sun.media.MediaPlayer 中的方法
 
updateStats() - 类 com.sun.media.MediaProcessor 中的方法
 

V

valid - 类 com.sun.media.DrawingSurfaceJAWT 中的静态变量
 
validateByteArraySize(Buffer, int) - 类 com.sun.media.BasicPlugIn 中的方法
validate that the Buffer object's data size is at least newSize.
validateData(Buffer, int, boolean) - 类 com.sun.media.BasicPlugIn 中的方法
 
validateIntArraySize(Buffer, int) - 类 com.sun.media.BasicPlugIn 中的方法
validate that the Buffer object's data size is at least newSize.
validateShortArraySize(Buffer, int) - 类 com.sun.media.BasicPlugIn 中的方法
validate that the Buffer object's data size is at least newSize.
VERBOSE_CONTROL - 类 com.sun.media.BasicFilterModule 中的变量
 
verify(Codec, Format, Format) - 接口 com.sun.media.GraphInspector 中的方法
This method is notified when the engine has selected the given codec and has successfully attempted to set the given input and output formats on it.
verify(Renderer, Format) - 接口 com.sun.media.GraphInspector 中的方法
This method is notified when the engine has selected the given renderer and has successfully attempted to set the given input format on it.
verify(Multiplexer, Format[]) - 接口 com.sun.media.GraphInspector 中的方法
This method is notified when the engine has selected the given multiplexer and has successfully attempted to set the given input formats on it.
verifyBuffer(Buffer) - 类 com.sun.media.BasicModule 中的方法
Verify to see if the given buffer has valid data sizes.
verifyClass(Object, int) - 类 com.sun.media.SimpleGraphBuilder 中的静态方法
 
verifyGraph(GraphNode) - 类 com.sun.media.SimpleGraphBuilder 中的方法
Given a protential graph, verify it.
verifyInput(PlugIn, Format) - 类 com.sun.media.SimpleGraphBuilder 中的静态方法
Check if the given plugin supports the given input.
verifyInputFailed(PlugIn, Format) - 接口 com.sun.media.GraphInspector 中的方法
This method is notified if the engine has attempted and failed to set the given input format on the given plugin.
verifyOutput(PlugIn, Format) - 类 com.sun.media.SimpleGraphBuilder 中的静态方法
Check if the given plugin supports the given output.
verifyOutputFailed(PlugIn, Format) - 接口 com.sun.media.GraphInspector 中的方法
This method is notified if the engine has attempted and failed to set the given output format on the given plugin.
VERSION - 类 com.sun.media.BasicPlayer 中的静态变量
 
videoEnabled() - 类 com.sun.media.BasicPlayer 中的方法
Return true if the player is currently playing media with a video track.
videoEnabled() - 类 com.sun.media.MediaPlayer 中的方法
 
videoEnabled() - 类 com.sun.media.MediaProcessor 中的方法
 
videoEnabled() - 类 com.sun.media.PlaybackEngine 中的方法
Return true if video is present.

W

waitEnded - 类 com.sun.media.PlaybackEngine 中的变量
 
waitPrefetched - 类 com.sun.media.PlaybackEngine 中的变量
 
waitResetted - 类 com.sun.media.PlaybackEngine 中的变量
 
waitStopped - 类 com.sun.media.PlaybackEngine 中的变量
 
warning(Object) - 类 com.sun.media.Log 中的静态方法
 
width - 类 javax.media.SizeChangeEvent 中的变量
 
windowActivated(WindowEvent) - 类 com.sun.media.BasicJMD 中的方法
 
windowArgs - 类 com.sun.media.NetscapeSecurity 中的静态变量
 
windowClosed(WindowEvent) - 类 com.sun.media.BasicJMD 中的方法
 
windowClosing(WindowEvent) - 类 com.sun.media.BasicJMD 中的方法
 
windowDeactivated(WindowEvent) - 类 com.sun.media.BasicJMD 中的方法
 
windowDeiconified(WindowEvent) - 类 com.sun.media.BasicJMD 中的方法
 
windowIconified(WindowEvent) - 类 com.sun.media.BasicJMD 中的方法
 
windowOpened(WindowEvent) - 类 com.sun.media.BasicJMD 中的方法
 
write(Object) - 类 com.sun.media.Log 中的静态方法
 
WRITE_FILE - 接口 com.sun.media.JMFSecurity 中的静态变量
 
writePendingFlag - 类 com.sun.media.BasicFilterModule 中的变量
 
writeReport() - 类 com.sun.media.BasicOutputConnector 中的方法
put media chunk in the queue
writeReport() - 类 com.sun.media.CircularBuffer 中的方法
indicates that latest Object returns to the queue
we removed writeReport(false), since we have the mechanism in javax.media.Buffer (discard).
writeReport() - 接口 com.sun.media.OutputConnector 中的方法
Indicates the oldest Buffer object got from this Connector (by calling the getEmptyBuffer method) now contains valid buffer object, which can be used by the downstream Module.

A B C D E F G H I J L M N O P R S T U V W