mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
RequestStatus: Add a few items
This commit is contained in:
parent
160ef4d771
commit
8a18d3603c
@ -54,6 +54,10 @@ namespace RequestStatus {
|
||||
StudioModeActive = 510,
|
||||
// Studio mode is not active and should be
|
||||
StudioModeNotActive = 511,
|
||||
// Virtualcam is running and cannot be
|
||||
VirtualcamRunning = 512,
|
||||
// Virtualcam is not running and should be
|
||||
VirtualcamNotRunning = 513,
|
||||
|
||||
// The specified source (obs_source_t) was of the invalid type (Eg. input instead of scene)
|
||||
InvalidSourceType = 600,
|
||||
@ -89,7 +93,7 @@ namespace RequestStatus {
|
||||
HotkeyNotFound = 615,
|
||||
// The specified directory was not found
|
||||
DirectoryNotFound = 616,
|
||||
// The specified config item (obs_config_t) was not found. Could be section or parameter name.
|
||||
// The specified config item (obs_config_t) was not found. Could be section or parameter name
|
||||
ConfigParameterNotFound = 617,
|
||||
// The specified property (obs_properties_t) was not found
|
||||
PropertyNotFound = 618,
|
||||
|
Loading…
Reference in New Issue
Block a user