Changeset 7303 in orxonox.OLD for trunk/src/lib/sound/ogg_player.cc
- Timestamp:
- Apr 16, 2006, 8:10:46 PM (19 years ago)
- File:
-
- 1 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
Note: See TracChangeset
for help on using the changeset viewer.