TocEntry.getStartStopTimes

bool getStartStopTimes(out long start, out long stop)

Get start and stop values from the entry and write them into appropriate storages.

Parameters

startthe storage for the start value, leave null if not need.
stopthe storage for the stop value, leave null if not need.

Returns

true if all non-null storage pointers were filled with appropriate

values, false otherwise.