Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/time/formats.hpp"
The informal hours-minutes-seconds-millisecond timecode.
As such, this timecode is quantisation agnostic, but usually it is used to address some frame or block or otherwise quantised entity in time. HMS-Timecode is similar to SMPTE, but uses a floating point milliseconds value instead of the frame count
Definition at line 117 of file formats.hpp.
Static Public Member Functions | |
static TimeValue | evaluate (HmsTC const &, QuantR) |
static TimeValue | parse (string const &, QuantR) |
static void | rebuild (HmsTC &, QuantR, TimeValue const &) |
Additional Inherited Members | |
Public Member Functions inherited from NoInstance< X > | |
NoInstance (NoInstance const &) | |