![]() |
AJA NTV2 SDK
17.6.0.2675
NTV2 SDK 17.6.0.2675
|
Contains the implementation of the NTV2StreamGrabber class. More...
#include <ostream>#include "ntv2streamgrabber.h"#include "ntv2democommon.h"#include "ntv2devicefeatures.h"#include "ntv2devicescanner.h"#include "ntv2utils.h"Go to the source code of this file.
Macros | |
| #define | NTV2_NUM_IMAGES (10) |
| #define | FGFAIL(_expr_) AJA_sERROR (AJA_DebugUnit_Application, AJAFUNC << ": " << _expr_) |
| #define | FGWARN(_expr_) AJA_sWARNING(AJA_DebugUnit_Application, AJAFUNC << ": " << _expr_) |
| #define | FGDBG(_expr_) AJA_sDEBUG (AJA_DebugUnit_Application, AJAFUNC << ": " << _expr_) |
| #define | FGNOTE(_expr_) AJA_sNOTICE (AJA_DebugUnit_Application, AJAFUNC << ": " << _expr_) |
| #define | FGINFO(_expr_) AJA_sINFO (AJA_DebugUnit_Application, AJAFUNC << ": " << _expr_) |
Variables | |
| static QMutex | gMutex |
Contains the implementation of the NTV2StreamGrabber class.
Definition in file ntv2streamgrabber.cpp.
| #define FGDBG | ( | _expr_ | ) | AJA_sDEBUG (AJA_DebugUnit_Application, AJAFUNC << ": " << _expr_) |
Definition at line 24 of file ntv2streamgrabber.cpp.
| #define FGFAIL | ( | _expr_ | ) | AJA_sERROR (AJA_DebugUnit_Application, AJAFUNC << ": " << _expr_) |
Definition at line 22 of file ntv2streamgrabber.cpp.
| #define FGINFO | ( | _expr_ | ) | AJA_sINFO (AJA_DebugUnit_Application, AJAFUNC << ": " << _expr_) |
Definition at line 26 of file ntv2streamgrabber.cpp.
| #define FGNOTE | ( | _expr_ | ) | AJA_sNOTICE (AJA_DebugUnit_Application, AJAFUNC << ": " << _expr_) |
Definition at line 25 of file ntv2streamgrabber.cpp.
| #define FGWARN | ( | _expr_ | ) | AJA_sWARNING(AJA_DebugUnit_Application, AJAFUNC << ": " << _expr_) |
Definition at line 23 of file ntv2streamgrabber.cpp.
| #define NTV2_NUM_IMAGES (10) |
Definition at line 19 of file ntv2streamgrabber.cpp.
|
static |
Definition at line 28 of file ntv2streamgrabber.cpp.