X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmodules%2Fdecklink%2Fproducer_decklink.yml;h=b4552aa048dc8e67c9c093c8220c6169863ee887;hb=HEAD;hp=d75047c57029a316ff0ded9b9378d868b7444178;hpb=a3ce324d5106c4e699addc17b8e4102ea8a38704;p=mlt diff --git a/src/modules/decklink/producer_decklink.yml b/src/modules/decklink/producer_decklink.yml index d75047c5..b4552aa0 100644 --- a/src/modules/decklink/producer_decklink.yml +++ b/src/modules/decklink/producer_decklink.yml @@ -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