| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use PlugIn | |
| javax.media | |
| javax.media.renderer | |
| Uses of PlugIn in javax.media | 
| Subinterfaces of PlugIn in javax.media | |
|  interface | CodecA Codecis a media processing unit that accepts aBufferobject as its input, performs some processing on the input data, and then puts the 
 result in an outputBufferobject. | 
|  interface | DemultiplexerA Demultiplexeris a media processing unit that 
 takes an interleaved media stream as input, extracts the individual tracks from the stream,
 and outputs the resulting tracks. | 
|  interface | EffectAn Effectis a media processing unit that takes an inputBufferof data,
 performs some special-effects processing on the data, and then outputs the
 data to an outputBuffer. | 
|  interface | MultiplexerA Multiplexeris 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 outputDataSource. | 
|  interface | RendererA Rendereris a media processing unit that renders input media
 to a pre-defined destination, such as the screen or system speaker. | 
| Uses of PlugIn in javax.media.renderer | 
| Subinterfaces of PlugIn in javax.media.renderer | |
|  interface | VideoRendererAn interface for renderers that render video to a display or any other such device. | 
| 
 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||