docs update
This commit is contained in:
@@ -358,6 +358,8 @@ components:
|
||||
$ref: "#/components/schemas/VideoStatus"
|
||||
decklink:
|
||||
$ref: "#/components/schemas/DeckLinkStatus"
|
||||
videoIO:
|
||||
$ref: "#/components/schemas/VideoIOStatus"
|
||||
performance:
|
||||
$ref: "#/components/schemas/PerformanceStatus"
|
||||
shaders:
|
||||
@@ -415,6 +417,8 @@ components:
|
||||
type: string
|
||||
DeckLinkStatus:
|
||||
type: object
|
||||
deprecated: true
|
||||
description: Legacy DeckLink-specific status object. Prefer `videoIO` for new clients.
|
||||
properties:
|
||||
modelName:
|
||||
type: string
|
||||
@@ -430,6 +434,26 @@ components:
|
||||
type: boolean
|
||||
statusMessage:
|
||||
type: string
|
||||
VideoIOStatus:
|
||||
type: object
|
||||
properties:
|
||||
backend:
|
||||
type: string
|
||||
example: decklink
|
||||
modelName:
|
||||
type: string
|
||||
supportsInternalKeying:
|
||||
type: boolean
|
||||
supportsExternalKeying:
|
||||
type: boolean
|
||||
keyerInterfaceAvailable:
|
||||
type: boolean
|
||||
externalKeyingRequested:
|
||||
type: boolean
|
||||
externalKeyingActive:
|
||||
type: boolean
|
||||
statusMessage:
|
||||
type: string
|
||||
PerformanceStatus:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user