Developing multimedia applications with  JMF         T.G.Venkatesh      
43
Processor Model
•abstracts essential information needed by Manager factory class to construct a Processor.
•has following three Constructors
Øtakes, input DataSource, array of Format objects one per track, output Content Descriptor.
Øsame as above, but takes MediaLocator instead of DataSouce.
Øsame as above with no input DataSource ( uses suitable capture device as DataSource )
•To create Processor invoke createRealizedProcessor ( ProcessorModel pm)
•Disadvantages of ProcessorModel.
ØIt does not allow you to add Effect PlugIns.
ØYou have no control over which PlugIn will  be used.
ØcreateRealizedProcessor () is a blocking call.
•
•