![]() |
AJA NTV2 SDK
17.5.0.1658
NTV2 SDK 17.5.0.1658
|
I generate and transfer a test pattern into an AJA device's frame buffer for steady-state playout using NTV2TestPatternGen::DrawTestPattern and CNTV2Card::DMAWriteFrame. More...
#include <ntv2outputtestpattern.h>
Public Member Functions | |
| NTV2OutputTestPattern (const TestPatConfig &inConfig) | |
| Constructs me using the given configuration settings. More... | |
| ~NTV2OutputTestPattern (void) | |
| AJAStatus | Init (void) |
| Initializes me and prepares me to Run. More... | |
| AJAStatus | EmitPattern (void) |
| Generates, transfers and displays the test pattern on the output. More... | |
Protected Member Functions | |
| AJAStatus | SetUpVideo (void) |
| Sets up my AJA device to play video. More... | |
| void | RouteOutputSignal (void) |
| Sets up board routing for playout. More... | |
I generate and transfer a test pattern into an AJA device's frame buffer for steady-state playout using NTV2TestPatternGen::DrawTestPattern and CNTV2Card::DMAWriteFrame.
Definition at line 43 of file ntv2outputtestpattern.h.
| NTV2OutputTestPattern::NTV2OutputTestPattern | ( | const TestPatConfig & | inConfig | ) |
Constructs me using the given configuration settings.
| [in] | inConfig | Specifies the configuration parameters. |
Definition at line 37 of file ntv2outputtestpattern.cpp.
| NTV2OutputTestPattern::~NTV2OutputTestPattern | ( | void | ) |
Definition at line 46 of file ntv2outputtestpattern.cpp.
| AJAStatus NTV2OutputTestPattern::EmitPattern | ( | void | ) |
Generates, transfers and displays the test pattern on the output.
Definition at line 250 of file ntv2outputtestpattern.cpp.
| AJAStatus NTV2OutputTestPattern::Init | ( | void | ) |
Initializes me and prepares me to Run.
Definition at line 58 of file ntv2outputtestpattern.cpp.
|
protected |
Sets up board routing for playout.
Definition at line 195 of file ntv2outputtestpattern.cpp.
|
protected |
Sets up my AJA device to play video.
Definition at line 116 of file ntv2outputtestpattern.cpp.