AJA NTV2 SDK  17.1.1.1245
NTV2 SDK 17.1.1.1245
timecodeburn.cpp File Reference

Implements the AJATimeCodeBurn class. More...

#include "videoutilities.h"
#include "timecodeburn.h"
#include <string.h>
#include <stdio.h>
Include dependency graph for timecodeburn.cpp:

Go to the source code of this file.

Variables

const int kTCDigColon = 10
 
const int kTCDigSemicolon = 11
 
const int kTCDigSpace = 13
 
const int kTCMaxTCChars = 15
 
const int kTCNumBurnInChars = 11
 
const int kTCDigitDotWidth = 24
 
const int kTCDigitDotHeight = 18
 
static const char CharMap [kTCMaxTCChars][kTCDigitDotHeight][kTCDigitDotWidth]
 

Detailed Description

Implements the AJATimeCodeBurn class.

Definition in file timecodeburn.cpp.

Variable Documentation

◆ CharMap

const char CharMap[kTCMaxTCChars][kTCDigitDotHeight][kTCDigitDotWidth]
static

Definition at line 113 of file timecodeburn.cpp.

◆ kTCDigColon

const int kTCDigColon = 10

Definition at line 13 of file timecodeburn.cpp.

◆ kTCDigitDotHeight

const int kTCDigitDotHeight = 18

Definition at line 110 of file timecodeburn.cpp.

◆ kTCDigitDotWidth

const int kTCDigitDotWidth = 24

Definition at line 109 of file timecodeburn.cpp.

◆ kTCDigSemicolon

const int kTCDigSemicolon = 11

Definition at line 14 of file timecodeburn.cpp.

◆ kTCDigSpace

const int kTCDigSpace = 13

Definition at line 16 of file timecodeburn.cpp.

◆ kTCMaxTCChars

const int kTCMaxTCChars = 15

Definition at line 18 of file timecodeburn.cpp.

◆ kTCNumBurnInChars

const int kTCNumBurnInChars = 11

Definition at line 107 of file timecodeburn.cpp.