|
int | hours () const |
|
int | minutes () const |
|
int | seconds () const |
|
int | frames_at (Rational rate) const |
|
int | milliseconds () const |
|
double | all_as_seconds () const |
|
void | add (Time t) |
|
void | scale (float f) |
|
|
bool | operator< (Time const &a, Time const &b) |
|
bool | operator> (Time const &a, Time const &b) |
|
bool | operator== (Time const &a, Time const &b) |
|
std::ostream & | operator<< (std::ostream &s, Time const &t) |
|
◆ add()
Add a time to this one. Both *this and t must have a specified _rate
◆ from_frames()
Create a Time from a number of frames. rate must be integer.
The documentation for this class was generated from the following files: