Finish removal of auto audio option and rename the remaining options

This commit is contained in:
Cameron Gutman
2018-10-02 15:30:22 -07:00
parent 3dc049ee5f
commit bccd118abb
5 changed files with 9 additions and 10 deletions

View File

@@ -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},