AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Declares the CNTV2CaptionDecodeChannel608 class. More...
#include "ntv2captionlogging.h"
#include "ntv2caption608types.h"
#include "ajabase/common/ajarefptr.h"
#include "ajabase/system/lock.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | CNTV2CaptionDecodeChannel608 |
Typedefs | |
typedef enum _CaptionDecode608Stats | CaptionDecode608Stats |
The currently supported caption decoder stats. More... | |
typedef AJARefPtr< CNTV2CaptionDecodeChannel608 > | CNTV2CaptionDecodeChannel608Ptr |
Enumerations | |
enum | _CaptionDecode608Stats { kParsedOKTally = 0, kParseFailTally = 1, kTotalTabOffsetCmds = 2, kTotalCharSetCmds = 3, kTotalAttribCmds = 4, kTotalMiscCmds = 5, kTotalPACCmds = 6, kTotalMidRowCmds = 7, kTotalSpecialChars = 8, kTotalCharData = 9, kMaxTallies = 16 } |
The currently supported caption decoder stats. More... | |
Functions | |
bool | Check608Parity (UByte char608_1, UByte char608_2, std::string &outDebugStr) |
UByte | Add608OddParity (UByte ch) |
Declares the CNTV2CaptionDecodeChannel608 class.
Definition in file ntv2captiondecodechannel608.h.
typedef enum _CaptionDecode608Stats CaptionDecode608Stats |
The currently supported caption decoder stats.
Definition at line 61 of file ntv2captiondecodechannel608.h.
The currently supported caption decoder stats.
Definition at line 25 of file ntv2captiondecodechannel608.h.