22 #ifndef AUDIO_TIMESTAMP_H 23 #define AUDIO_TIMESTAMP_H 25 #include "common/scummsys.h" int secs() const
Definition: timestamp.h:198
uint _framerateFactor
Definition: timestamp.h:282
Timestamp convertToFramerate(uint newFramerate) const
bool operator>=(const Timestamp &ts) const
uint framerate() const
Definition: timestamp.h:219
bool operator<(const Timestamp &ts) const
bool operator!=(const Timestamp &ts) const
int frameDiff(const Timestamp &ts) const
Definition: timestamp.h:83
Timestamp(uint msecs=0, uint framerate=1)
Timestamp addFrames(int frames) const
Timestamp operator-() const
int _secs
Definition: timestamp.h:248
Timestamp operator+(const Timestamp &ts) const
int cmp(const Timestamp &ts) const
uint _framerate
Definition: timestamp.h:276
bool operator<=(const Timestamp &ts) const
Timestamp addMsecs(int msecs) const
int msecsDiff(const Timestamp &ts) const
int numberOfFrames() const
Definition: timestamp.h:214
bool operator>(const Timestamp &ts) const
int totalNumberOfFrames() const
Definition: timestamp.h:205
void addIntern(const Timestamp &ts)
bool operator==(const Timestamp &ts) const
int _numFrames
Definition: timestamp.h:266