AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
#include <ntv2config2022.h>
Public Types | |
enum | eProgSelMode_t { eProgSel_Off, eProgSel_AutoFirstProg, eProgSel_LowestProgNum, eProgSel_SpecificProgNum, eProgSel_SpecificProgPID, eProgSel_Default = eProgSel_AutoFirstProg } |
Public Member Functions | |
j2kDecoderConfig () | |
void | init () |
bool | operator== (const j2kDecoderConfig &other) |
bool | operator!= (const j2kDecoderConfig &other) |
Public Attributes | |
eProgSelMode_t | selectionMode |
uint32_t | programNumber |
uint32_t | programPID |
uint32_t | audioNumber |
Definition at line 110 of file ntv2config2022.h.
Enumerator | |
---|---|
eProgSel_Off | |
eProgSel_AutoFirstProg | |
eProgSel_LowestProgNum | |
eProgSel_SpecificProgNum | |
eProgSel_SpecificProgPID | |
eProgSel_Default |
Definition at line 113 of file ntv2config2022.h.
|
inline |
Definition at line 123 of file ntv2config2022.h.
void j2kDecoderConfig::init | ( | ) |
Definition at line 166 of file ntv2config2022.cpp.
bool j2kDecoderConfig::operator!= | ( | const j2kDecoderConfig & | other | ) |
Definition at line 174 of file ntv2config2022.cpp.
bool j2kDecoderConfig::operator== | ( | const j2kDecoderConfig & | other | ) |
Definition at line 179 of file ntv2config2022.cpp.
uint32_t j2kDecoderConfig::audioNumber |
Definition at line 132 of file ntv2config2022.h.
uint32_t j2kDecoderConfig::programNumber |
Definition at line 130 of file ntv2config2022.h.
uint32_t j2kDecoderConfig::programPID |
Definition at line 131 of file ntv2config2022.h.
eProgSelMode_t j2kDecoderConfig::selectionMode |
Definition at line 129 of file ntv2config2022.h.