All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----javax.media.MediaException
|
+----javax.media.IncompatibleTimeBaseException
IncompatibleTimeBaseException is generated
when Clock.setTimeBase is invoked
using a TimeBase that the Clock cannot support.
This happens for certain types of Players that
can only be driven by their own internal clocks, such as
certain commercial video servers.
Note: A Player might throw this exception when
addController is called
because of the implied setTimeBase in addController.
public IncompatibleTimeBaseException()
public IncompatibleTimeBaseException(String reason)
All Packages Class Hierarchy This Package Previous Next Index