*/
public synchronized Time mapToTimeBase(Time t)
throws ClockStoppedException
{
if( ! isStarted ) {
throw new ClockStoppedException(
"Cannot map media time to time-base time on a Stopped Clock");
}
long mCurrent = t.getNanoseconds();
long mStart = mediaStartTime.getNanoseconds();