strings: Add 'Manual' state and rename Rate Control Method to Mode

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-07-22 00:57:34 +02:00
parent e579b10dcd
commit 5ba4694890
2 changed files with 14 additions and 12 deletions
+3 -2
View File
@@ -22,10 +22,11 @@
#define P_STATE_DISABLED "State.Disabled"
#define P_STATE_ENABLED "State.Enabled"
#define P_STATE_AUTOMATIC "State.Automatic"
#define P_STATE_MANUAL "State.Manual"
#define P_RATECONTROL "RateControl"
#define P_RATECONTROL_METHOD "RateControl.Method"
#define P_RATECONTROL_METHOD_(x) "RateControl.Method." D_VSTR(x)
#define P_RATECONTROL_MODE "RateControl.Mode"
#define P_RATECONTROL_MODE_(x) "RateControl.Mode." D_VSTR(x)
#define P_RATECONTROL_BITRATE_TARGET "RateControl.Bitrate.Target"
#define P_RATECONTROL_BITRATE_MINIMUM "RateControl.Bitrate.Minimum"
#define P_RATECONTROL_BITRATE_MAXIMUM "RateControl.Bitrate.Maximum"