Update 'backend.yml'

This commit is contained in:
Torma Kristóf 2020-11-24 22:28:38 +01:00
parent 2a1765fa29
commit 93431a311c
1 changed files with 15 additions and 5 deletions

View File

@ -452,8 +452,12 @@ components:
items:
type: string
format: url
ffmpeg_args:
type: string
bitrate:
type: integer
width:
type: integer
height:
type: integer
IngestObjectNeighbors:
required:
- outputNeighbours
@ -489,7 +493,9 @@ components:
required:
- inputNeighbours
- outputNeighbours
- ffmpeg_args
- bitrate
- width
- height
type: object
properties:
inputNeighbour:
@ -500,8 +506,12 @@ components:
items:
type: string
format: uuid
ffmpeg_args:
type: string
bitrate:
type: integer
width:
type: integer
height:
type: integer
StreamerObjectArray:
type: array
items: