]> git.sesse.net Git - mlt/blobdiff - src/modules/decklink/producer_decklink.yml
Fix compile error on Windows.
[mlt] / src / modules / decklink / producer_decklink.yml
index d75047c57029a316ff0ded9b9378d868b7444178..b4552aa048dc8e67c9c093c8220c6169863ee887 100644 (file)
@@ -63,7 +63,7 @@ parameters:
     unit: frames
     widget: spinner
 
-  - identifer: vanc
+  - identifier: vanc
     title: Vertical ancillary capture
     description: >
       Captures vertical ancillary data as image data and places it at the top
@@ -75,3 +75,32 @@ parameters:
     default: 0
     unit: lines
     widget: spinner
+
+  - identifier: preview
+    title: Enable preview
+    description: Support preview monitoring when paused (speed = 0).
+    type: integer
+    minimum: 0
+    maximum: 1
+    default: 0
+    widget: checkbox
+
+  - identifier: devices
+    title: Number of devices
+    type: integer
+    readonly: yes
+    minimum: 0
+
+  - identifier: device.*
+    title: Device model
+    description: The model name of each device that accepts input.
+    type: string
+    readonly: yes
+
+  - identifier: priority
+    title: Thread priority
+    description: Set the DeckLink thread's scheduling class to realtime and its priority.
+    type: integer
+    minimum: 1
+    maximum: 99
+    default: 20