AJA NTV2 SDK  17.6.0.1688
NTV2 SDK 17.6.0.1688
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
main.cpp File Reference

Demonstration application that overlays an image (that has transparency) on top of incoming video. More...

#include "ntv2overlay.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))
 Set this "true" to exit gracefully. More...
 
static void SignalHandler (int inSignal)
 
int main (int argc, const char **argv)
 

Detailed Description

Demonstration application that overlays an image (that has transparency) on top of incoming video.

Definition in file main.cpp.

Function Documentation

◆ gGlobalQuit()

static bool gGlobalQuit ( (0)  )
static

Set this "true" to exit gracefully.

◆ main()

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

Definition at line 29 of file main.cpp.

◆ SignalHandler()

static void SignalHandler ( int  inSignal)
static

Definition at line 22 of file main.cpp.