_IndexForTime
int32 firstActive = _IndexForTime(fPerformanceTime);
return _StateAt(_IndexForTime(time));
int32 startIndex = _IndexForTime(startTime);
int32 endIndex = _IndexForTime(endTime);
int32 _IndexForTime(bigtime_t time) const;