supportedInputs = new Format[2];
supportedInputs[0] = new AudioFormat(AudioFormat.MPEGLAYER3);
supportedInputs[1] = new AudioFormat(AudioFormat.MPEG);
//System.err.println("MPEGMux.<init>");
supportedOutputs = new ContentDescriptor[1];
supportedOutputs[0] = new FileTypeDescriptor(FileTypeDescriptor.MPEG_AUDIO);