mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-24 11:04:10 -04:00
File Input: REST API: updated with new settings elements
This commit is contained in:
@@ -2,7 +2,14 @@ FileSourceSettings:
|
||||
description: FileSource
|
||||
properties:
|
||||
fileName:
|
||||
description: The name (path) of the file being read
|
||||
type: string
|
||||
accelerationFactor:
|
||||
description: Playback acceleration (1 if normal speed)
|
||||
type: integer
|
||||
loop:
|
||||
description: 1 if playing in a loop else 0
|
||||
type: integer
|
||||
|
||||
FileSourceReport:
|
||||
description: FileSource
|
||||
|
||||
Reference in New Issue
Block a user