AJA NTV2 SDK  17.1.1.1245
NTV2 SDK 17.1.1.1245
NTV2QtMultiInput Class Reference

I am a QDialog that displays, in a 4-up (or 8-up) layout, whatever video is present on each SDI input of an AJA 4-input (or 8-input) device. I also have a popup menu for choosing a different capture device. More...

#include <ntv2qtmultiinput.h>

Inheritance diagram for NTV2QtMultiInput:
[legend]
Collaboration diagram for NTV2QtMultiInput:
[legend]

Public Slots

void SlotAudioCheckBox (const int inputNum)
 This gets called when any "audio" checkbox is clicked. More...
 
void RequestDeviceChange (const int inDeviceIndexNum)
 This gets called when the user selects a different device from the device selector popup menu. More...
 
void SlotCaptionsCheckBox (const int inputNum)
 This gets called when any "CC" checkbox is clicked. More...
 

Public Member Functions

 NTV2QtMultiInput (QWidget *parent=0, Qt::WindowFlags flags=Qt::WindowFlags())
 
 ~NTV2QtMultiInput ()
 

Detailed Description

I am a QDialog that displays, in a 4-up (or 8-up) layout, whatever video is present on each SDI input of an AJA 4-input (or 8-input) device. I also have a popup menu for choosing a different capture device.

Definition at line 32 of file ntv2qtmultiinput.h.

Constructor & Destructor Documentation

◆ NTV2QtMultiInput()

NTV2QtMultiInput::NTV2QtMultiInput ( QWidget *  parent = 0,
Qt::WindowFlags  flags = Qt::WindowFlags() 
)

Definition at line 28 of file ntv2qtmultiinput.cpp.

◆ ~NTV2QtMultiInput()

NTV2QtMultiInput::~NTV2QtMultiInput ( )

Definition at line 146 of file ntv2qtmultiinput.cpp.

Member Function Documentation

◆ RequestDeviceChange

void NTV2QtMultiInput::RequestDeviceChange ( const int  inDeviceIndexNum)
slot

This gets called when the user selects a different device from the device selector popup menu.

Parameters
inDeviceIndexNumSpecifies which item in the device selector popup menu was chosen (0 is first item).

Definition at line 165 of file ntv2qtmultiinput.cpp.

◆ SlotAudioCheckBox

void NTV2QtMultiInput::SlotAudioCheckBox ( const int  inputNum)
slot

This gets called when any "audio" checkbox is clicked.

Parameters
inputNumSpecifies which input's "with audio" checkbox was clicked.

Definition at line 152 of file ntv2qtmultiinput.cpp.

◆ SlotCaptionsCheckBox

void NTV2QtMultiInput::SlotCaptionsCheckBox ( const int  inputNum)
slot

This gets called when any "CC" checkbox is clicked.

Parameters
inputNumSpecifies which input's "CC" checkbox was clicked.

Definition at line 158 of file ntv2qtmultiinput.cpp.


The documentation for this class was generated from the following files: