Add expose 'mode' from avstream progress

This commit is contained in:
Ingo Oppermann
2023-09-20 20:53:50 +02:00
parent 20f7a5cefa
commit 48cc454314
11 changed files with 135 additions and 8 deletions

View File

@@ -4579,6 +4579,9 @@ const docTemplate = `{
"type": "integer",
"format": "uint64"
},
"mode": {
"type": "string"
},
"output": {
"$ref": "#/definitions/api.AVstreamIO"
},
@@ -5418,6 +5421,20 @@ const docTemplate = `{
}
}
},
"backup": {
"type": "object",
"properties": {
"dir": {
"type": "string"
},
"patterns": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"max_size_mbytes": {
"type": "integer",
"format": "int64"
@@ -7694,6 +7711,20 @@ const docTemplate = `{
}
}
},
"backup": {
"type": "object",
"properties": {
"dir": {
"type": "string"
},
"patterns": {
"type": "array",
"items": {
"type": "string"
}
}
}
},
"max_size_mbytes": {
"type": "integer",
"format": "int64"