config cleanup
Some checks failed
CI / React UI Build (push) Successful in 11s
CI / Native Windows Build And Tests (push) Failing after 2m30s
CI / Windows Release Package (push) Has been skipped

This commit is contained in:
2026-05-22 16:05:40 +10:00
parent 2058f94193
commit e006fcc6ee
17 changed files with 238 additions and 133 deletions

View File

@@ -561,22 +561,37 @@ components:
type: number
previewFps:
type: number
enableExternalKeying:
type: boolean
videoInputBackend:
type: string
enum: [decklink, none]
videoOutputBackend:
type: string
enum: [decklink, none]
inputVideoFormat:
type: string
inputFrameRate:
type: string
outputVideoFormat:
type: string
outputFrameRate:
type: string
input:
type: object
properties:
backend:
type: string
enum: [decklink, none]
device:
type: string
resolution:
type: string
frameRate:
type: string
output:
type: object
properties:
backend:
type: string
enum: [decklink, none]
device:
type: string
resolution:
type: string
frameRate:
type: string
keying:
type: object
properties:
external:
type: boolean
alphaRequired:
type: boolean
RuntimeStatus:
type: object
properties: