![]() |
AJA NTV2 SDK
18.0.0.2717
NTV2 SDK 18.0.0.2717
|
#include <ntv2caption708serviceinfo.h>
Public Member Functions | |
| NTV2_CC708ServiceInfo () | |
| void | Zero (void) |
| bool | IsEqual (const NTV2_CC708ServiceInfo &inCompareInfo) const |
| std::ostream & | Print (std::ostream &inOutStream) const |
Public Attributes | |
| bool | bSvcActive |
| True if service is active and should be included in ccsvcinfo_section. More... | |
| int | captionSvcNumber |
| Service number (Line 21 data = 0; 708 data = 1 - 16) More... | |
| NTV2_CC708ServiceLanguage | language |
| Caption language (e.g. 'ENG') More... | |
| bool | digitalCC |
| True if 708 captions, false if Line 21 (608) More... | |
| UByte | csn_line21field |
| The remainder of that byte. More... | |
| bool | easyReader |
| bool | wideAspect |
Definition at line 67 of file ntv2caption708serviceinfo.h.
|
inlineexplicit |
Definition at line 79 of file ntv2caption708serviceinfo.h.
| bool NTV2_CC708ServiceInfo::IsEqual | ( | const NTV2_CC708ServiceInfo & | inCompareInfo | ) | const |
| std::ostream& NTV2_CC708ServiceInfo::Print | ( | std::ostream & | inOutStream | ) | const |
| void NTV2_CC708ServiceInfo::Zero | ( | void | ) |
| bool NTV2_CC708ServiceInfo::bSvcActive |
True if service is active and should be included in ccsvcinfo_section.
Definition at line 69 of file ntv2caption708serviceinfo.h.
| int NTV2_CC708ServiceInfo::captionSvcNumber |
Service number (Line 21 data = 0; 708 data = 1 - 16)
Definition at line 70 of file ntv2caption708serviceinfo.h.
| UByte NTV2_CC708ServiceInfo::csn_line21field |
The remainder of that byte.
Definition at line 75 of file ntv2caption708serviceinfo.h.
| bool NTV2_CC708ServiceInfo::digitalCC |
True if 708 captions, false if Line 21 (608)
Definition at line 74 of file ntv2caption708serviceinfo.h.
| bool NTV2_CC708ServiceInfo::easyReader |
Definition at line 76 of file ntv2caption708serviceinfo.h.
| NTV2_CC708ServiceLanguage NTV2_CC708ServiceInfo::language |
Caption language (e.g. 'ENG')
Definition at line 73 of file ntv2caption708serviceinfo.h.
| bool NTV2_CC708ServiceInfo::wideAspect |
Definition at line 77 of file ntv2caption708serviceinfo.h.