FrameForTime
return _IndexForFrame(FrameForTime(time));
return TimeForFrame(FrameForTime(fCurrentVideoTime));
return TimeForFrame(FrameForTime(min((bigtime_t)fCurrentAudioTime,
return PlaylistFrameAtFrame(FrameForTime(fPerformanceTime));
return FrameForTime(fCurrentVideoTime - 1) + 1;
return FrameForTime(max((bigtime_t)fCurrentAudioTime,
int64 startFrame = FrameForTime(startTime);
int64 endFrame = FrameForTime(endTime) + 1;
int64 FrameForTime(bigtime_t time) const;
int64 FrameForTime(bigtime_t time) const;