From 49950864de32adbd9bf69b5a54ea25759e23eac6 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 29 Sep 2012 12:10:32 +0200 Subject: started decklink source as input --- templates/example/decklink.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/example/decklink.xml (limited to 'templates/example/decklink.xml') diff --git a/templates/example/decklink.xml b/templates/example/decklink.xml new file mode 100644 index 0000000..f5815c1 --- /dev/null +++ b/templates/example/decklink.xml @@ -0,0 +1,19 @@ + + {% if 'device' in component.properties %} + {{ component.properties['device'] }} + {% endif %} + {% if 'mode' in component.properties %} + {{ component.properties['mode'] }} + {% endif %} + {% if 'connection' in component.properties %} + {{ component.properties['connection'] }} + {% endif %} + {% if 'audio-input' in component.properties %} + {{ component.properties['audio-input'] }} + {% endif %} + -- cgit v1.2.3