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

Demonstration application that "burns" timecode into frames captured from SDI input, and playout those modified frames to SDI output. More...

#include "ntv2llburn.h"
#include <signal.h>
#include <iostream>
#include <iomanip>
Include dependency graph for main.cpp:

Go to the source code of this file.

Functions

static bool gGlobalQuit ((0))
 
static void SignalHandler (int inSignal)
 Set this "true" to exit gracefully. More...
 
int main (int argc, const char **argv)
 Main entry point for 'ntv2llburn' demo application. More...
 

Detailed Description

Demonstration application that "burns" timecode into frames captured from SDI input, and playout those modified frames to SDI output.

Definition in file main.cpp.

Function Documentation

◆ gGlobalQuit()

static bool gGlobalQuit ( (0)  )
static

◆ main()

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

Main entry point for 'ntv2llburn' demo application.

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

Definition at line 36 of file main.cpp.

◆ SignalHandler()

static void SignalHandler ( int  inSignal)
static

Set this "true" to exit gracefully.

Definition at line 23 of file main.cpp.