public class RTPBonusFormatsMgr
extends java.lang.Object
Manager for nonstandard ("bonus") RTP formats supported by FMJ.
No way to add extra formats globally and for all sessions, or to commit, with JMF.
So we will just call this any time we initialize a new RTPManager instance.
Actually, under JMF, any new formats added to a specific RTPManager instance are
added to a global static list, so they take effect for future RTPManager
instances. FMJ does not implement this, they have to be added to every instance.
See http://archives.java.sun.com/cgi-bin/wa?A2=ind0107&L=jmf-interest&P=33617
- Author:
- Ken Larson