AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Implementation of NTV2LLBurn demonstration class. More...
#include "ntv2llburn.h"
#include "ntv2endian.h"
#include "ntv2formatdescriptor.h"
#include "ajabase/common/types.h"
#include "ajaanc/includes/ancillarylist.h"
#include <iostream>
Go to the source code of this file.
Macros | |
#define | NTV2_ANCSIZE_MAX (256 * 1024) |
#define | AsULWordPtr(_p_) reinterpret_cast<ULWord*>(_p_) |
#define | AsCU8Ptr(_p_) reinterpret_cast<const uint8_t*>(_p_) |
Functions | |
const uint32_t | kAppSignature (((((uint32_t)( 'L'))<< 24)|(((uint32_t)( 'l'))<< 16)|(((uint32_t)( 'b'))<< 8)|(((uint32_t)( 'u'))<< 0))) |
const uint32_t | kNumFrameBuffers (2) |
static const bool | CLEAR_HOST_ANC_BUFFER_BEFORE_READ ((0)) |
static const bool | PRINT_ANC_PACKETS_AFTER_READ ((0)) |
static const bool | CLEAR_DEVICE_ANC_BUFFER_AFTER_READ ((0)) |
static const bool | REPLACE_OUTGOING_ANC_WITH_CUSTOM_PACKETS ((0)) |
static ULWord | GetRP188DBBRegNumForInput (const NTV2InputSource inInputSource) |
Implementation of NTV2LLBurn demonstration class.
Definition in file ntv2llburn.cpp.
#define AsCU8Ptr | ( | _p_ | ) | reinterpret_cast<const uint8_t*>(_p_) |
Definition at line 28 of file ntv2llburn.cpp.
#define AsULWordPtr | ( | _p_ | ) | reinterpret_cast<ULWord*>(_p_) |
Definition at line 27 of file ntv2llburn.cpp.
#define NTV2_ANCSIZE_MAX (256 * 1024) |
Definition at line 21 of file ntv2llburn.cpp.
|
static |
|
static |
|
static |
Definition at line 905 of file ntv2llburn.cpp.
const uint32_t kAppSignature | ( | ((((uint32_t)('L'))<< 24)|(((uint32_t)('l'))<< 16)|(((uint32_t)('b'))<< 8)|(((uint32_t)('u'))<< 0)) | ) |
const uint32_t kNumFrameBuffers | ( | 2 | ) |
|
static |
|
static |