AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
This class is used to respond to dynamic events that occur during CEA-608 caption decoding. More...
#include <ntv2caption608types.h>
Classes | |
union | _u |
Public Types | |
enum | NTV2Caption608Change { NTV2DecoderChange_None = 0, NTV2DecoderChange_CurrentChannel = 1, NTV2DecoderChange_CurrentRow = 2, NTV2DecoderChange_CurrentColumn = 4, NTV2DecoderChange_CurrentScreen = 8, NTV2DecoderChange_CaptionMode = 16, NTV2DecoderChange_ScreenCharacter = 32, NTV2DecoderChange_ScreenAttribute = 64, NTV2DecoderChange_DrawScreen = 128, NTV2DecoderChange_All = 0xFFFF } |
Used to determine what changed. Also can be used to choose which changes to pay attention to. More... | |
typedef enum NTV2Caption608ChangeInfo::NTV2Caption608Change | NTV2Caption608Change |
Used to determine what changed. Also can be used to choose which changes to pay attention to. More... | |
Public Member Functions | |
NTV2Caption608ChangeInfo (const NTV2Line21Channel inChannel) | |
NTV2Caption608ChangeInfo (const NTV2Line21Channel inOldChannel, const NTV2Line21Channel inNewChannel) | |
NTV2Caption608ChangeInfo (const NTV2Line21Channel inChannel, const UWord inWhatChanged, const UWord inOldValue, const UWord inNewValue) | |
NTV2Caption608ChangeInfo (const NTV2Line21Channel inChannel, const UWord inScreen, const UWord inRow, const UWord inColumn, const NTV2_CC608_CodePoint inOldValue, const NTV2_CC608_CodePoint inNewValue) | |
NTV2Caption608ChangeInfo (const NTV2Line21Channel inChannel, const UWord inScreen, const UWord inRow, const UWord inColumn, const NTV2Line21Attributes &inOldValue, const NTV2Line21Attributes &inNewValue) | |
std::ostream & | Print (std::ostream &inOutStrm) const |
Public Attributes | |
union NTV2Caption608ChangeInfo::_u | u |
UWord | mWhatChanged |
Bit mask that indicates what changed. More... | |
NTV2Line21Channel | mChannel |
Caption channel being changed. More... | |
This class is used to respond to dynamic events that occur during CEA-608 caption decoding.
Definition at line 779 of file ntv2caption608types.h.
typedef enum NTV2Caption608ChangeInfo::NTV2Caption608Change NTV2Caption608ChangeInfo::NTV2Caption608Change |
Used to determine what changed. Also can be used to choose which changes to pay attention to.
Used to determine what changed. Also can be used to choose which changes to pay attention to.
Definition at line 785 of file ntv2caption608types.h.
|
explicit |
|
explicit |
|
explicit |
|
explicit |
|
explicit |
std::ostream& NTV2Caption608ChangeInfo::Print | ( | std::ostream & | inOutStrm | ) | const |
NTV2Line21Channel NTV2Caption608ChangeInfo::mChannel |
Caption channel being changed.
Definition at line 853 of file ntv2caption608types.h.
UWord NTV2Caption608ChangeInfo::mWhatChanged |
Bit mask that indicates what changed.
Definition at line 852 of file ntv2caption608types.h.
union NTV2Caption608ChangeInfo::_u NTV2Caption608ChangeInfo::u |