mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-07-19 19:55:16 -04:00
UI: Enable Replay Buffer in Advanced Mode
Replay buffer is currently only supported in simple mode. This change adds support to advanced mode and is, for the most part, a mirror of the addition of replay buffer to simple mode. Mantis-bug: https://obsproject.com/mantis/view.php?id=792 Closes jp9000/obs-studio#1019
This commit is contained in:
committed by
jp9000
parent
48cc90d5bb
commit
9cba5660e4
@@ -1057,6 +1057,10 @@ bool OBSBasic::InitBasicConfigDefaults()
|
||||
config_set_default_uint (basicConfig, "AdvOut", "Track5Bitrate", 160);
|
||||
config_set_default_uint (basicConfig, "AdvOut", "Track6Bitrate", 160);
|
||||
|
||||
config_set_default_bool (basicConfig, "AdvOut", "RecRB", false);
|
||||
config_set_default_uint (basicConfig, "AdvOut", "RecRBTime", 20);
|
||||
config_set_default_int (basicConfig, "AdvOut", "RecRBSize", 512);
|
||||
|
||||
config_set_default_uint (basicConfig, "Video", "BaseCX", cx);
|
||||
config_set_default_uint (basicConfig, "Video", "BaseCY", cy);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user