AJA NTV2 SDK  17.5.0.1242
NTV2 SDK 17.5.0.1242
main.cpp File Reference

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>
Include dependency graph for main.cpp:

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...
 

Detailed Description

Demonstration application that shows how to enable HDR capabilities of HDMI out.

Definition in file main.cpp.

Function Documentation

◆ kAppSignature()

const uint32_t kAppSignature ( ((((uint32_t)('H'))<< 24)|(((uint32_t)('d'))<< 16)|(((uint32_t)('r'))<< 8)|(((uint32_t)('s'))<< 0))  )

◆ main()

int main ( int  argc,
const char **  argv 
)

Main entry point for 'ntv2hdrsetup' demo application.

Parameters
[in]argcNumber arguments specified on the command line, including the path to the executable.
[in]argvArray of 'const char' pointers, one for each argument.
Returns
Result code, which must be zero if successful, or non-zero for failure.

Definition at line 39 of file main.cpp.