plugin: Add 'Mode' strings

This commit is contained in:
Michael Fabian Dirks
2017-06-08 09:25:12 +02:00
parent 04ff39ddfd
commit 0311777e7a
+3
View File
@@ -34,6 +34,9 @@
#define PROP_BITRATE "Bitrate" #define PROP_BITRATE "Bitrate"
#define PROP_QUALITY "Quality" #define PROP_QUALITY "Quality"
#define PROP_KEYFRAME_INTERVAL "KeyframeInterval" #define PROP_KEYFRAME_INTERVAL "KeyframeInterval"
#define PROP_MODE "Mode"
#define PROP_MODE_NORMAL "Mode.Normal"
#define PROP_MODE_SEQUENTIAL "Mode.Sequential"
#define PROP_CONFIGURE "Configure" #define PROP_CONFIGURE "Configure"
#define PROP_ABOUT "About" #define PROP_ABOUT "About"