AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Demonstration application that shows how to enable HDR capabilities of HDMI out. More...
#include "ajatypes.h"
#include "ajabase/common/options_popt.h"
#include "ajabase/common/types.h"
#include "ajabase/system/process.h"
#include "ajabase/system/systemtime.h"
#include "ntv2card.h"
#include "ntv2devicefeatures.h"
#include "ntv2devicescanner.h"
#include "ntv2utils.h"
#include "ntv2democommon.h"
#include <signal.h>
#include <iostream>
#include <iomanip>
Go to the source code of this file.
Functions | |
const uint32_t | kAppSignature (((((uint32_t)( 'H'))<< 24)|(((uint32_t)( 'd'))<< 16)|(((uint32_t)( 'r'))<< 8)|(((uint32_t)( 's'))<< 0))) |
int | main (int argc, const char **argv) |
Main entry point for 'ntv2hdrsetup' demo application. More... | |
Demonstration application that shows how to enable HDR capabilities of HDMI out.
Definition in file main.cpp.
const uint32_t kAppSignature | ( | ((((uint32_t)('H'))<< 24)|(((uint32_t)('d'))<< 16)|(((uint32_t)('r'))<< 8)|(((uint32_t)('s'))<< 0)) | ) |
int main | ( | int | argc, |
const char ** | argv | ||
) |
Main entry point for 'ntv2hdrsetup' demo application.
[in] | argc | Number arguments specified on the command line, including the path to the executable. |
[in] | argv | Array of 'const char' pointers, one for each argument. |