| 220 | VDirectorTrack *getDirectorTrack( void ); |
| 221 | |
| 222 | inline void setTime( const S32 &pTime ) { mTime = pTime; }; |
| 223 | inline void setDuration( const S32 &pDuration ) { mDuration = pDuration; }; |
| 224 | void setTimeScale( const F32 &pTimeScale ); |
| 225 |
no test coverage detected