1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-25 11:34:09 -04:00

File Input: REST API: updated with new settings elements

This commit is contained in:
f4exb
2018-10-14 10:38:31 +02:00
parent 6852b70597
commit b397cd3a4b
10 changed files with 154 additions and 38 deletions
+11 -2
View File
@@ -2297,7 +2297,16 @@ margin-bottom: 20px;
defs.FileSourceSettings = {
"properties" : {
"fileName" : {
"type" : "string"
"type" : "string",
"description" : "The name (path) of the file being read"
},
"accelerationFactor" : {
"type" : "integer",
"description" : "Playback acceleration (1 if normal speed)"
},
"loop" : {
"type" : "integer",
"description" : "1 if playing in a loop else 0"
}
},
"description" : "FileSource"
@@ -23242,7 +23251,7 @@ except ApiException as e:
</div>
<div id="generator">
<div class="content">
Generated 2018-10-11T08:49:05.249+02:00
Generated 2018-10-14T10:07:16.959+02:00
</div>
</div>
</div>