- Timestamp:
- Apr 16, 2006, 8:10:46 PM (19 years ago)
- Location:
- trunk/src/lib/sound
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/ogg_player.cc
r7301 r7303 51 51 { 52 52 this->release(); 53 } 54 55 /** 56 * @brief jump to Second timeCode in the MusicFile 57 * @param timeCode where to jump to. 58 */ 59 void OggPlayer::jumpTo(float timeCode) 60 { 61 if (this->state & FileOpened) 62 ov_time_seek(&this->oggStream, timeCode); 53 63 } 54 64 -
trunk/src/lib/sound/ogg_player.h
r7301 r7303 36 36 bool update(); 37 37 38 void jumpTo(float timeCode); 39 38 40 void printState(); 39 41
Note: See TracChangeset
for help on using the changeset viewer.