Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
Timecode handling library This header defines the foundation interface TCode to represent a grid aligned time specification, given in some well-established time code format.
It is complemented by implementations of the most relevant practical time code formats
Definition in file timecode.hpp.
#include "lib/time/timevalue.hpp"
#include "lib/time/formats.hpp"
#include "lib/time/digxel.hpp"
#include "lib/symbol.hpp"
#include <boost/operators.hpp>
#include <boost/lexical_cast.hpp>
#include <string>
Classes | |
class | FrameNr |
A frame counting timecode value. More... | |
class | HmsTC |
class | Secs |
class | SmpteTC |
Classical Timecode value reminiscent to SMPTE format. More... | |
class | TCode |
Interface: fixed format timecode specification. More... | |
Namespaces | |
lib | |
Implementation namespace for support and library code. | |