]> 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 efa9f01d0ba14a6a4256df5ed6d4783a3b0f23a4..b4552aa048dc8e67c9c093c8220c6169863ee887 100644 (file)
@@ -62,3 +62,45 @@ parameters:
     minimum: 0
     unit: frames
     widget: spinner
+
+  - identifier: vanc
+    title: Vertical ancillary capture
+    description: >
+      Captures vertical ancillary data as image data and places it at the top
+      of the visible/active image.
+      You can either set the number of lines to capture or use -1 for automatic
+      (32 lines) mode.
+    type: integer
+    minimum: -1
+    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