RequestStatus: Add a few items

This commit is contained in:
tt2468 2021-05-04 15:50:38 -07:00
parent 160ef4d771
commit 8a18d3603c

View File

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