OSC stubs
This commit is contained in:
@@ -730,6 +730,8 @@ components:
|
||||
type: number
|
||||
previewFps:
|
||||
type: number
|
||||
osc:
|
||||
$ref: "#/components/schemas/AppOscStatus"
|
||||
input:
|
||||
type: object
|
||||
properties:
|
||||
@@ -771,6 +773,24 @@ components:
|
||||
alphaRequired:
|
||||
type: boolean
|
||||
description: General output alpha request. When true, automatic output pixel-format selection uses an alpha-carrying system-frame format.
|
||||
AppOscStatus:
|
||||
type: object
|
||||
properties:
|
||||
configured:
|
||||
type: boolean
|
||||
description: True when OSC has a nonzero configured port.
|
||||
listening:
|
||||
type: boolean
|
||||
description: False in the current native host because UDP OSC ingress is only stubbed.
|
||||
bindAddress:
|
||||
type: string
|
||||
port:
|
||||
type: number
|
||||
smoothing:
|
||||
type: number
|
||||
statusMessage:
|
||||
type: string
|
||||
additionalProperties: false
|
||||
RuntimeStatus:
|
||||
type: object
|
||||
properties:
|
||||
|
||||
Reference in New Issue
Block a user