![]() |
AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
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 587 of file ntv2card.h.
| #define Get425FrameEnable GetTsiFrameEnable |
Definition at line 1205 of file ntv2card.h.
| #define GetTablesFromHardware GetLUTTables |
Definition at line 6563 of file ntv2card.h.
| #define NTV2_STREAM_FAIL | ( | __status__ | ) | (__status__ != NTV2_STREAM_SUCCESS) |
Definition at line 3392 of file ntv2card.h.
| #define NTV2_STREAM_SUCCESS | ( | __status__ | ) | (__status__ == NTV2_STREAM_SUCCESS) |
Definition at line 3391 of file ntv2card.h.
| #define Set425FrameEnable SetTsiFrameEnable |
Definition at line 1204 of file ntv2card.h.
| #define SetTablesToHardware LoadLUTTables |
Definition at line 6562 of file ntv2card.h.
| typedef CNTV2Card CNTV2ColorCorrection |
Definition at line 6557 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 6552 of file ntv2card.h.
| typedef CNTV2Card CNTV2ProcAmp |
Definition at line 6558 of file ntv2card.h.
| typedef CNTV2Card CNTV2Status |
Definition at line 6554 of file ntv2card.h.
| typedef CNTV2Card CNTV2TestPattern |
Definition at line 6555 of file ntv2card.h.
| typedef CNTV2Card CNTV2VidProc |
Definition at line 6556 of file ntv2card.h.
| typedef CNTV2Card CXena2VidProc |
Definition at line 6559 of file ntv2card.h.