mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 06:54:39 -04:00
Merge
This commit is contained in:
@@ -5107,6 +5107,25 @@ margin-bottom: 20px;
|
||||
"type" : "integer",
|
||||
"description" : "Transport stream source (File=0 UDP=1)"
|
||||
},
|
||||
"imageFileName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
"imageOverlayTimestamp" : {
|
||||
"type" : "integer",
|
||||
"description" : "Overlay timestamp on still image (1 for yes, 0 for no)"
|
||||
},
|
||||
"imageServiceProvider" : {
|
||||
"type" : "string",
|
||||
"description" : "Service provider name for image overlay"
|
||||
},
|
||||
"imageServiceName" : {
|
||||
"type" : "string",
|
||||
"description" : "Service name for image overlay"
|
||||
},
|
||||
"imageCodec" : {
|
||||
"type" : "integer",
|
||||
"description" : "Image codec (HEVC=0 H264=1)"
|
||||
},
|
||||
"tsFileName" : {
|
||||
"type" : "string"
|
||||
},
|
||||
@@ -59715,7 +59734,7 @@ except ApiException as e:
|
||||
</div>
|
||||
<div id="generator">
|
||||
<div class="content">
|
||||
Generated 2025-12-21T17:33:51.672+01:00
|
||||
Generated 2025-12-31T21:12:50.336+01:00
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -26,6 +26,20 @@ DATVModSettings:
|
||||
tsSource:
|
||||
description: "Transport stream source (File=0 UDP=1)"
|
||||
type: integer
|
||||
imageFileName:
|
||||
type: string
|
||||
imageOverlayTimestamp:
|
||||
description: "Overlay timestamp on still image (1 for yes, 0 for no)"
|
||||
type: integer
|
||||
imageServiceProvider:
|
||||
description: "Service provider name for image overlay"
|
||||
type: string
|
||||
imageServiceName:
|
||||
description: "Service name for image overlay"
|
||||
type: string
|
||||
imageCodec:
|
||||
description: "Image codec (HEVC=0 H264=1)"
|
||||
type: integer
|
||||
tsFileName:
|
||||
type: string
|
||||
tsFilePlayLoop:
|
||||
|
||||
Reference in New Issue
Block a user