![]() |
AJA NTV2 SDK
17.1.1.1245
NTV2 SDK 17.1.1.1245
|
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>
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 () | |
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.
| NTV2QtMultiInput::NTV2QtMultiInput | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | flags = Qt::WindowFlags() |
||
| ) |
Definition at line 28 of file ntv2qtmultiinput.cpp.
| NTV2QtMultiInput::~NTV2QtMultiInput | ( | ) |
Definition at line 146 of file ntv2qtmultiinput.cpp.
|
slot |
This gets called when the user selects a different device from the device selector popup menu.
| inDeviceIndexNum | Specifies which item in the device selector popup menu was chosen (0 is first item). |
Definition at line 165 of file ntv2qtmultiinput.cpp.
|
slot |
This gets called when any "audio" checkbox is clicked.
| inputNum | Specifies which input's "with audio" checkbox was clicked. |
Definition at line 152 of file ntv2qtmultiinput.cpp.
|
slot |
This gets called when any "CC" checkbox is clicked.
| inputNum | Specifies which input's "CC" checkbox was clicked. |
Definition at line 158 of file ntv2qtmultiinput.cpp.