TwoVideoAudioMpegj: Demo showing ResourceManager's capability to attach and detach a decoder 
		   to different elementary stream

This directory contains the java source files in the subdirectory "JavaFiles", along 
with the script files used to build the demo.

	To build the demo compile all the java files in the JavaFiles directory

	1. add the class files to an archive ( Preferably name it "mpegjdemo.zip" 
	   sothat you can use the batch files directly ) 
	2. copy the archive file into the TwoVideoAudioMpegj directory(where this file resides in)
	3. Now if you have used "mpegjdemo.zip" as the name of the archive then just double click the 
	   addJavaES.bat file.
	4. If not, then goto dos prompt, go to this directory and giving the archive name as an argument run 
	   the addJavaES.bat file.	If your archive file name is demp.zip then
		cd ../<directory which contains the samples script and archive files >
		addJavaES demo.zip
	5. Now double click on the createSample.bat file to create the *.trif file.


(Attach and Detach of decoder only works for video elementary stream for now)
