mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
docs(ci): Update generated docs - 41a145c
[skip ci]
This commit is contained in:
parent
41a145c57c
commit
9c8f056d3e
@ -84,8 +84,8 @@
|
|||||||
"enumValue": "(1 << 8)"
|
"enumValue": "(1 << 8)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Subscription value to receive the `ExternalPluginEvent` event.",
|
"description": "Subscription value to receive the `VendorEvent` event.",
|
||||||
"enumIdentifier": "ExternalPlugins",
|
"enumIdentifier": "Vendors",
|
||||||
"rpcVersion": "1",
|
"rpcVersion": "1",
|
||||||
"deprecated": false,
|
"deprecated": false,
|
||||||
"initialVersion": "5.0.0",
|
"initialVersion": "5.0.0",
|
||||||
@ -97,7 +97,7 @@
|
|||||||
"rpcVersion": "1",
|
"rpcVersion": "1",
|
||||||
"deprecated": false,
|
"deprecated": false,
|
||||||
"initialVersion": "5.0.0",
|
"initialVersion": "5.0.0",
|
||||||
"enumValue": "(General | Config | Scenes | Inputs | Transitions | Filters | Outputs | SceneItems | MediaInputs | ExternalPlugins)"
|
"enumValue": "(General | Config | Scenes | Inputs | Transitions | Filters | Outputs | SceneItems | MediaInputs | Vendors)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Subscription value to receive the `InputVolumeMeters` high-volume event.",
|
"description": "Subscription value to receive the `InputVolumeMeters` high-volume event.",
|
||||||
@ -2394,7 +2394,7 @@
|
|||||||
{
|
{
|
||||||
"description": "An event has been emitted from a vendor.\n\nA vendor is a unique name registered by a third-party plugin or script, which allows for custom requests and events to be added to obs-websocket.\nIf a plugin or script implements vendor requests or events, documentation is expected to be provided with them.",
|
"description": "An event has been emitted from a vendor.\n\nA vendor is a unique name registered by a third-party plugin or script, which allows for custom requests and events to be added to obs-websocket.\nIf a plugin or script implements vendor requests or events, documentation is expected to be provided with them.",
|
||||||
"eventType": "VendorEvent",
|
"eventType": "VendorEvent",
|
||||||
"eventSubscription": "ExternalPlugins",
|
"eventSubscription": "Vendors",
|
||||||
"complexity": 3,
|
"complexity": 3,
|
||||||
"rpcVersion": "1",
|
"rpcVersion": "1",
|
||||||
"deprecated": false,
|
"deprecated": false,
|
||||||
|
@ -460,7 +460,7 @@ These are enumeration declarations, which are referenced throughout obs-websocke
|
|||||||
- [EventSubscription::Outputs](#eventsubscriptionoutputs)
|
- [EventSubscription::Outputs](#eventsubscriptionoutputs)
|
||||||
- [EventSubscription::SceneItems](#eventsubscriptionsceneitems)
|
- [EventSubscription::SceneItems](#eventsubscriptionsceneitems)
|
||||||
- [EventSubscription::MediaInputs](#eventsubscriptionmediainputs)
|
- [EventSubscription::MediaInputs](#eventsubscriptionmediainputs)
|
||||||
- [EventSubscription::ExternalPlugins](#eventsubscriptionexternalplugins)
|
- [EventSubscription::Vendors](#eventsubscriptionvendors)
|
||||||
- [EventSubscription::All](#eventsubscriptionall)
|
- [EventSubscription::All](#eventsubscriptionall)
|
||||||
- [EventSubscription::InputVolumeMeters](#eventsubscriptioninputvolumemeters)
|
- [EventSubscription::InputVolumeMeters](#eventsubscriptioninputvolumemeters)
|
||||||
- [EventSubscription::InputActiveStateChanged](#eventsubscriptioninputactivestatechanged)
|
- [EventSubscription::InputActiveStateChanged](#eventsubscriptioninputactivestatechanged)
|
||||||
@ -1155,9 +1155,9 @@ Subscription value to receive events in the `MediaInputs` category.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### EventSubscription::ExternalPlugins
|
### EventSubscription::Vendors
|
||||||
|
|
||||||
Subscription value to receive the `ExternalPluginEvent` event.
|
Subscription value to receive the `VendorEvent` event.
|
||||||
|
|
||||||
- Identifier Value: `(1 << 9)`
|
- Identifier Value: `(1 << 9)`
|
||||||
- Latest Supported RPC Version: `1`
|
- Latest Supported RPC Version: `1`
|
||||||
@ -1169,7 +1169,7 @@ Subscription value to receive the `ExternalPluginEvent` event.
|
|||||||
|
|
||||||
Helper to receive all non-high-volume events.
|
Helper to receive all non-high-volume events.
|
||||||
|
|
||||||
- Identifier Value: `(General | Config | Scenes | Inputs | Transitions | Filters | Outputs | SceneItems | MediaInputs | ExternalPlugins)`
|
- Identifier Value: `(General | Config | Scenes | Inputs | Transitions | Filters | Outputs | SceneItems | MediaInputs | Vendors)`
|
||||||
- Latest Supported RPC Version: `1`
|
- Latest Supported RPC Version: `1`
|
||||||
- Added in v5.0.0
|
- Added in v5.0.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user