Home | History | Annotate | Download | only in IlmImf

Lines Matching refs:TimeCode

41 //	class TimeCode
43 // A TimeCode object stores time and control codes as described
44 // in SMPTE standard 12M-1999. A TimeCode object contains the
70 // Class TimeCode contains methods to convert between the fields
116 class TimeCode
136 TimeCode (); // all fields set to 0 or false
138 TimeCode (int hours,
157 TimeCode (unsigned int timeAndFlags,
161 TimeCode (const TimeCode &other);
163 TimeCode & operator = (const TimeCode &other);