Requests: Add unpublished RemoveInput

The functionality depends on obs-studio#5276 to be merged and released,
so we can add it but not enable it for now.
This commit is contained in:
tt2468
2021-09-17 02:36:19 -07:00
parent c9fa09edc4
commit eebcc25115
4 changed files with 19 additions and 1 deletions

View File

@ -49,6 +49,7 @@ const std::map<std::string, RequestMethodHandler> RequestHandler::_handlerMap
{"GetInputList", &RequestHandler::GetInputList},
{"GetInputKindList", &RequestHandler::GetInputKindList},
{"CreateInput", &RequestHandler::CreateInput},
//{"RemoveInput", &RequestHandler::RemoveInput}, // Disabled for now. Pending obs-studio#5276
{"SetInputName", &RequestHandler::SetInputName},
{"GetInputDefaultSettings", &RequestHandler::GetInputDefaultSettings},
{"GetInputSettings", &RequestHandler::GetInputSettings},