_StateAtTime
return _StateAtTime(time)->start_frame;
return _StateAtTime(frame)->end_frame;
return _StateAtTime(time)->end_frame;
return _StateAtTime(frame)->frame_count;
return _StateAtTime(time)->frame_count;
return _StateAtTime(frame)->play_mode;
return _StateAtTime(time)->play_mode;
return _StateAtTime(frame)->loop_mode;
return _StateAtTime(time)->loop_mode;
PlayingState* _StateAtTime(bigtime_t time) const;