mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Requests: Add more requests
This commit is contained in:
@ -18,8 +18,11 @@ const std::map<std::string, RequestMethodHandler> RequestHandler::_handlerMap
|
||||
{"SetPersistentData", &RequestHandler::SetPersistentData},
|
||||
{"GetSceneCollectionList", &RequestHandler::GetSceneCollectionList},
|
||||
{"SetCurrentSceneCollection", &RequestHandler::SetCurrentSceneCollection},
|
||||
{"CreateSceneCollection", &RequestHandler::CreateSceneCollection},
|
||||
{"GetProfileList", &RequestHandler::GetProfileList},
|
||||
{"SetCurrentProfile", &RequestHandler::SetCurrentProfile},
|
||||
{"CreateProfile", &RequestHandler::CreateProfile},
|
||||
{"RemoveProfile", &RequestHandler::RemoveProfile},
|
||||
{"GetProfileParameter", &RequestHandler::GetProfileParameter},
|
||||
{"SetProfileParameter", &RequestHandler::SetProfileParameter},
|
||||
{"GetVideoSettings", &RequestHandler::GetVideoSettings},
|
||||
|
Reference in New Issue
Block a user