Lumiera
0.pre.03
»edit your freedom«
|
#include "lib/time/timecode.hpp"
Interface: fixed format timecode specification.
Definition at line 65 of file timecode.hpp.
Public Member Functions | |
string | describe () const |
Time | getTime () const |
operator string () const | |
Protected Member Functions | |
TCode (PQuant const &quant) | |
virtual string | show () const =0 |
virtual Literal | tcID () const =0 |
virtual TimeValue | value () const =0 |
Protected Attributes | |
PQuant | quantiser_ |