]> git.sesse.net Git - mlt/blobdiff - src/modules/decklink/producer_decklink.yml
A little debugging.
[mlt] / src / modules / decklink / producer_decklink.yml
index bc8fa63de9afb49434ad0ed5f2b329fd261bfec8..b4552aa048dc8e67c9c093c8220c6169863ee887 100644 (file)
@@ -84,3 +84,23 @@ parameters:
     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