public class IncompatibleTimeBaseException extends MediaException
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.
Clock,
Player,
Serialized Form| Constructor and Description |
|---|
IncompatibleTimeBaseException() |
IncompatibleTimeBaseException(String reason) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IncompatibleTimeBaseException()
public IncompatibleTimeBaseException(String reason)
Copyright © 2012 code4tv.com. All Rights Reserved.