Finish removal of auto audio option and rename the remaining options
This commit is contained in:
parent
3dc049ee5f
commit
bccd118abb
5 changed files with 9 additions and 10 deletions
|
|
@ -194,8 +194,8 @@ StreamCommandLineParser::StreamCommandLineParser()
|
|||
{"borderless", StreamingPreferences::WM_FULLSCREEN_DESKTOP},
|
||||
};
|
||||
m_AudioConfigMap = {
|
||||
{"stereo", StreamingPreferences::AC_FORCE_STEREO},
|
||||
{"surround", StreamingPreferences::AC_FORCE_SURROUND},
|
||||
{"stereo", StreamingPreferences::AC_STEREO},
|
||||
{"5.1-surround", StreamingPreferences::AC_51_SURROUND},
|
||||
};
|
||||
m_VideoCodecMap = {
|
||||
{"auto", StreamingPreferences::VCC_AUTO},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue