]> git.sesse.net Git - mlt/blobdiff - src/modules/decklink/producer_decklink.yml
Document new priority property of decklink producer.
[mlt] / src / modules / decklink / producer_decklink.yml
index 6cea8851f41404bff01f6feaf8bc09e682619c6f..b4552aa048dc8e67c9c093c8220c6169863ee887 100644 (file)
@@ -96,3 +96,11 @@ parameters:
     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