AJA NTV2 SDK
17.5.0.1492
NTV2 SDK 17.5.0.1492
|
Implementation of NTV2Burn demonstration class. More...
#include "ntv2burn.h"
#include "ntv2devicescanner.h"
#include "ntv2testpatterngen.h"
#include "ajabase/common/types.h"
#include "ajabase/system/process.h"
#include "ajabase/system/systemtime.h"
#include "ajaanc/includes/ancillarylist.h"
#include <iostream>
Go to the source code of this file.
Macros | |
#define | HasWidgetsAnyOf(_w1, _w2, _w3) (mDevice.features().CanDoWidget(_w1) || mDevice.features().CanDoWidget(_w2) || mDevice.features().CanDoWidget(_w3)) |
Functions | |
static const bool | sShowConfig ((0)) |
static const uint32_t | kAppSignature (((((uint32_t)( 'B'))<< 24)|(((uint32_t)( 'u'))<< 16)|(((uint32_t)( 'r'))<< 8)|(((uint32_t)( 'n'))<< 0))) |
static ULWord | GetRP188RegisterForInput (const NTV2InputSource inInputSource) |
Implementation of NTV2Burn demonstration class.
Definition in file ntv2burn.cpp.
#define HasWidgetsAnyOf | ( | _w1, | |
_w2, | |||
_w3 | |||
) | (mDevice.features().CanDoWidget(_w1) || mDevice.features().CanDoWidget(_w2) || mDevice.features().CanDoWidget(_w3)) |
Definition at line 20 of file ntv2burn.cpp.
|
static |
Definition at line 848 of file ntv2burn.cpp.
|
static |
|
static |