mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
RequestHandler: Add ResourceNotConfigurable
This commit is contained in:
parent
ad347c4823
commit
1c6ec1dda2
@ -332,6 +332,19 @@ namespace RequestStatus {
|
|||||||
* @api enums
|
* @api enums
|
||||||
*/
|
*/
|
||||||
InvalidInputKind = 605,
|
InvalidInputKind = 605,
|
||||||
|
/**
|
||||||
|
* The resource does not support being configured.
|
||||||
|
*
|
||||||
|
* This is particularly relevant to transitions, where they do not always have changeable settings.
|
||||||
|
*
|
||||||
|
* @enumIdentifier ResourceNotConfigurable
|
||||||
|
* @enumValue 606
|
||||||
|
* @enumType RequestStatus
|
||||||
|
* @rpcVersion -1
|
||||||
|
* @initialVersion 5.0.0
|
||||||
|
* @api enums
|
||||||
|
*/
|
||||||
|
ResourceNotConfigurable = 606,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creating the resource failed.
|
* Creating the resource failed.
|
||||||
|
Loading…
Reference in New Issue
Block a user