![]() |
AJA NTV2 SDK
17.0.1.1246
NTV2 SDK 17.0.1.1246
|
#include <ntv2captionencoder708.h>
Public Member Functions | |
| CC708WindowParms () | |
| NTV2_CC708PenStyleID enums. More... | |
| CC708WindowParms (const UByte inParam1, const UByte inParam2, const UByte inParam3, const UByte inParam4, const UByte inParam5, const UByte inParam6) | |
| bool | IsValid (void) const |
| void | Clear (void) |
Public Attributes | |
| int | priority |
| int | anchorPt |
| NTV2_CC708WindowPriority enums. More... | |
| bool | relativePos |
| NTV2_CC708WindowAnchorPoint enums. More... | |
| int | anchorV |
| NTV2_CC708AbsolutePos/NTV2_CC708RelativePos. More... | |
| int | anchorH |
| 0 - 127 (absolute position) or 0 - 99 (relative position) More... | |
| int | rowCount |
| 0 - 255 (absolute position) or 0 - 99 (relative position) More... | |
| int | colCount |
| number of rows - 1 (e.g. '0' = 1 row) More... | |
| bool | rowLock |
| number of columns - 1 (e.g. '0' = 1 column) More... | |
| bool | colLock |
| NTV2_CC708NoLock/NTV2_CC708Lock. More... | |
| bool | visible |
| NTV2_CC708NoLock/NTV2_CC708Lock. More... | |
| int | windowStyleID |
| NTV2_CC708Visible/NTV2_CC708NotVisible. More... | |
| int | penStyleID |
| NTV2_CC708WindowStyleID enums. More... | |
Definition at line 302 of file ntv2captionencoder708.h.
|
explicit |
NTV2_CC708PenStyleID enums.
|
explicit |
| void CC708WindowParms::Clear | ( | void | ) |
| bool CC708WindowParms::IsValid | ( | void | ) | const |
| int CC708WindowParms::anchorH |
0 - 127 (absolute position) or 0 - 99 (relative position)
Definition at line 308 of file ntv2captionencoder708.h.
| int CC708WindowParms::anchorPt |
NTV2_CC708WindowPriority enums.
Definition at line 305 of file ntv2captionencoder708.h.
| int CC708WindowParms::anchorV |
NTV2_CC708AbsolutePos/NTV2_CC708RelativePos.
Definition at line 307 of file ntv2captionencoder708.h.
| int CC708WindowParms::colCount |
number of rows - 1 (e.g. '0' = 1 row)
Definition at line 310 of file ntv2captionencoder708.h.
| bool CC708WindowParms::colLock |
NTV2_CC708NoLock/NTV2_CC708Lock.
Definition at line 312 of file ntv2captionencoder708.h.
| int CC708WindowParms::penStyleID |
NTV2_CC708WindowStyleID enums.
Definition at line 315 of file ntv2captionencoder708.h.
| int CC708WindowParms::priority |
Definition at line 304 of file ntv2captionencoder708.h.
| bool CC708WindowParms::relativePos |
NTV2_CC708WindowAnchorPoint enums.
Definition at line 306 of file ntv2captionencoder708.h.
| int CC708WindowParms::rowCount |
0 - 255 (absolute position) or 0 - 99 (relative position)
Definition at line 309 of file ntv2captionencoder708.h.
| bool CC708WindowParms::rowLock |
number of columns - 1 (e.g. '0' = 1 column)
Definition at line 311 of file ntv2captionencoder708.h.
| bool CC708WindowParms::visible |
NTV2_CC708NoLock/NTV2_CC708Lock.
Definition at line 313 of file ntv2captionencoder708.h.
| int CC708WindowParms::windowStyleID |
NTV2_CC708Visible/NTV2_CC708NotVisible.
Definition at line 314 of file ntv2captionencoder708.h.