AJA NTV2 SDK  17.5.0.1492
NTV2 SDK 17.5.0.1492
timecode.h File Reference

Declares the AJATimeCode class. More...

Include dependency graph for timecode.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AJATimeCode
 Utility class for timecodes. More...
 

Enumerations

enum  AJATimecodeNotation { AJA_TIMECODE_LEGACY = 0, AJA_TIMECODE_STANDARD = 1 }
 Identifies the timecode format used in AJATimeCode::QueryString. More...
 

Detailed Description

Declares the AJATimeCode class.

Definition in file timecode.h.

Enumeration Type Documentation

◆ AJATimecodeNotation

Identifies the timecode format used in AJATimeCode::QueryString.

See also
Timecode Display for details.
Enumerator
AJA_TIMECODE_LEGACY 

Legacy notation (e.g. 01:02:03;29 .. 01:02:03:58)

AJA_TIMECODE_STANDARD 

AJA standard notation (e.g. 01;02;03.29 .. 01;02;03;29 .. 01:02:03#58)

Definition at line 16 of file timecode.h.