mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
RequestHandler: Remove OutputStartFailed request status
Accidentally pushed this commit when it was for a component which will not be implemented.
This commit is contained in:
parent
a0ad43c7d7
commit
527a008002
@ -262,17 +262,6 @@ namespace RequestStatus {
|
|||||||
* @api enums
|
* @api enums
|
||||||
*/
|
*/
|
||||||
StudioModeNotActive = 506,
|
StudioModeNotActive = 506,
|
||||||
/**
|
|
||||||
* Starting the output failed.
|
|
||||||
*
|
|
||||||
* @enumIdentifier OutputStartFailed
|
|
||||||
* @enumValue 507
|
|
||||||
* @enumType RequestStatus
|
|
||||||
* @rpcVersion -1
|
|
||||||
* @initialVersion 5.0.0
|
|
||||||
* @api enums
|
|
||||||
*/
|
|
||||||
OutputStartFailed = 507,
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user