![]() |
AJA NTV2 SDK
18.1.0.2145
NTV2 SDK 18.1.0.2145
|
Declares the CNTV2Card class. More...
#include "ntv2macdriverinterface.h"#include "ntv2signalrouter.h"#include "ntv2utils.h"#include "ntv2devicecapabilities.h"Go to the source code of this file.
Classes | |
| class | CNTV2Card |
| I interrogate and control an AJA video/audio capture/playout device. More... | |
| class | SDRAMAuditor |
| Audits an NTV2 device's SDRAM utilization, and can report contiguous regions of SDRAM, whether unused/free, those being read/written by AutoCirculate, those being read/written by non-AutoCirculating FrameStores, those that are in conflict (AutoCirculate, FrameStore and/or Audio collisions), plus invalid/out-of-bounds regions being accessed. More... | |
Macros | |
| #define | AJA_RETAIL_DEFAULT true |
| #define | Set425FrameEnable SetTsiFrameEnable |
| #define | Get425FrameEnable GetTsiFrameEnable |
| #define | SetTablesToHardware LoadLUTTables |
| #define | GetTablesFromHardware GetLUTTables |
Streaming API | |
| #define | NTV2_STREAM_SUCCESS(__status__) (__status__ == NTV2_STREAM_SUCCESS) |
| #define | NTV2_STREAM_FAIL(__status__) (__status__ != NTV2_STREAM_SUCCESS) |
Typedefs | |
| typedef CNTV2Card | CNTV2Device |
| Instances of this class are able to interrogate and control an NTV2 AJA video/audio capture/playout device. More... | |
| typedef CNTV2Card | CNTV2Status |
| typedef CNTV2Card | CNTV2TestPattern |
| typedef CNTV2Card | CNTV2VidProc |
| typedef CNTV2Card | CNTV2ColorCorrection |
| typedef CNTV2Card | CNTV2ProcAmp |
| typedef CNTV2Card | CXena2VidProc |
Declares the CNTV2Card class.
Definition in file ntv2card.h.
| #define AJA_RETAIL_DEFAULT true |
Definition at line 592 of file ntv2card.h.
| #define Get425FrameEnable GetTsiFrameEnable |
Definition at line 1214 of file ntv2card.h.
| #define GetTablesFromHardware GetLUTTables |
Definition at line 6914 of file ntv2card.h.
| #define NTV2_STREAM_FAIL | ( | __status__ | ) | (__status__ != NTV2_STREAM_SUCCESS) |
Definition at line 3452 of file ntv2card.h.
| #define NTV2_STREAM_SUCCESS | ( | __status__ | ) | (__status__ == NTV2_STREAM_SUCCESS) |
Definition at line 3451 of file ntv2card.h.
| #define Set425FrameEnable SetTsiFrameEnable |
Definition at line 1213 of file ntv2card.h.
| #define SetTablesToHardware LoadLUTTables |
Definition at line 6913 of file ntv2card.h.
| typedef CNTV2Card CNTV2ColorCorrection |
Definition at line 6908 of file ntv2card.h.
| typedef CNTV2Card CNTV2Device |
Instances of this class are able to interrogate and control an NTV2 AJA video/audio capture/playout device.
Definition at line 6903 of file ntv2card.h.
| typedef CNTV2Card CNTV2ProcAmp |
Definition at line 6909 of file ntv2card.h.
| typedef CNTV2Card CNTV2Status |
Definition at line 6905 of file ntv2card.h.
| typedef CNTV2Card CNTV2TestPattern |
Definition at line 6906 of file ntv2card.h.
| typedef CNTV2Card CNTV2VidProc |
Definition at line 6907 of file ntv2card.h.
| typedef CNTV2Card CXena2VidProc |
Definition at line 6910 of file ntv2card.h.