3#include <QtQmlIntegration/QtQmlIntegration>
53 static constexpr const char*
videoSourceNoVideo = QT_TRANSLATE_NOOP(
"VideoSettings",
"No Video Available");
54 static constexpr const char*
videoDisabled = QT_TRANSLATE_NOOP(
"VideoSettings",
"Video Stream Disabled");
55 static constexpr const char*
videoSourceRTSP = QT_TRANSLATE_NOOP(
"VideoSettings",
"RTSP Video Stream");
56 static constexpr const char*
videoSourceUDPH264 = QT_TRANSLATE_NOOP(
"VideoSettings",
"UDP h.264 Video Stream");
57 static constexpr const char*
videoSourceUDPH265 = QT_TRANSLATE_NOOP(
"VideoSettings",
"UDP h.265 Video Stream");
58 static constexpr const char*
videoSourceTCP = QT_TRANSLATE_NOOP(
"VideoSettings",
"TCP-MPEG2 Video Stream");
59 static constexpr const char*
videoSourceMPEGTS = QT_TRANSLATE_NOOP(
"VideoSettings",
"MPEG-TS Video Stream");
60 static constexpr const char*
videoSource3DRSolo = QT_TRANSLATE_NOOP(
"VideoSettings",
"3DR Solo (requires restart)");
70 void _configChanged (QVariant value);
74 void _setForceVideoDecodeList();
77 bool _noVideo =
false;
#define DEFINE_SETTING_NAME_GROUP()
#define DEFINE_SETTINGFACT(NAME)
Provides access to group of settings.
QString rtspVideoSource()
static constexpr const char * videoSource3DRSolo
static constexpr const char * videoSourceParrotDiscovery
static constexpr const char * videoSourceTCP
QString mpegtsVideoSource()
static constexpr const char * videoSourceUDPH264
static constexpr const char * videoSourceHerelinkHotspot
QString disabledVideoSource()
static constexpr const char * videoSourceRTSP
QString udp265VideoSource()
QString udp264VideoSource()
static constexpr const char * videoDisabled
static constexpr const char * videoSourceYuneecMantisG
static constexpr const char * videoSourceUDPH265
void streamConfiguredChanged(bool configured)
static constexpr const char * videoSourceNoVideo
static constexpr const char * videoSourceMPEGTS
VideoSettings(QObject *parent=nullptr)
static constexpr const char * videoSourceHerelinkAirUnit