FileDocCategorySizeDatePackage
IncompatibleTimeBaseException.javaAPI DocJMF 2.1.1e1001Mon May 12 12:20:36 BST 2003javax.media

IncompatibleTimeBaseException

public class IncompatibleTimeBaseException extends MediaException
An 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.

see
Clock
see
Player
version
1.2, 02/08/21.

Fields Summary
Constructors Summary
public IncompatibleTimeBaseException()

	super();
    
public IncompatibleTimeBaseException(String reason)

	super(reason);
    
Methods Summary