9 #ifndef NTV2STREAMPREVIEW_H 10 #define NTV2STREAMPREVIEW_H 14 #if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)) 41 void timerEvent (QTimerEvent * event);
42 void updateInputs (
void);
44 static void PnpCallback (
AJAPnpMessage inMessage,
void * pUserData);
52 void RequestDeviceChange (
const int inDeviceIndexNum);
54 void devicesChanged ();
55 void inputChanged (
int id);
56 void fixedRefChanged (
bool checked);
60 QDialogButtonBox * mCloseBox;
61 QCheckBox * mCheckFixedReference;
62 QComboBox * mBoardChoiceCombo;
63 QButtonGroup * mInputButtonGroup;
72 #endif // NTV2STREAMPREVIEW_H NTV2StreamPreview(QWidget *parent=NULL, Qt::WindowFlags flags=Qt::WindowFlags())
Header file for the NTV2StreamGrabber class.
Declares the CNTV2DeviceScanner class.
This is a platform-agnostic plug-and-play class that notifies a client when AJA devices are attached/...
Declares the AJAPnp (plug-and-play) class.
I am a QDialog that displays whatever video is present on the SDI inputs of an AJA streaming device...
A QThread that captures audio/video from NTV2-compatible AJA devices and uses Qt signals to emit ARGB...