Files
Cloud-CMS/modules/videoin.xml
Matt Batchelder 05ce0da296 Initial Upload
2025-12-02 10:32:59 -05:00

60 lines
2.2 KiB
XML

<!--
~ Copyright (C) 2024 Xibo Signage Ltd
~
~ Xibo - Digital Signage - https://xibosignage.com
~
~ This file is part of Xibo.
~
~ Xibo is free software: you can redistribute it and/or modify
~ it under the terms of the GNU Affero General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ any later version.
~
~ Xibo is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU Affero General Public License for more details.
~
~ You should have received a copy of the GNU Affero General Public License
~ along with Xibo. If not, see <http://www.gnu.org/licenses/>.
-->
<module>
<id>core-videoin</id>
<name>Video In</name>
<author>Core</author>
<description>Display input from an external source</description>
<icon>fa fa-video-camera</icon>
<class></class>
<type>videoin</type>
<dataType></dataType>
<schemaVersion>1</schemaVersion>
<assignable>1</assignable>
<regionSpecific>1</regionSpecific>
<renderAs>native</renderAs>
<defaultDuration>60</defaultDuration>
<settings></settings>
<properties>
<property id="sourceId" type="dropdown" mode="single">
<title>Input</title>
<helpText>Which device input should be shown</helpText>
<default>hdmi</default>
<options>
<option name="hdmi">HDMI</option>
<option name="rgb">RGB</option>
<option name="dvi">DVI</option>
<option name="dp">DP</option>
<option name="ops">OPS</option>
</options>
</property>
<property id="showFullScreen" type="checkbox">
<title>Show Full Screen?</title>
<helpText>Should the video expand over the top of existing content and show in full screen?</helpText>
<default>0</default>
</property>
<property id="message" type="message" includeInXlf="false">
<title>This Module is compatible with webOS, Tizen and Philips SOC Players only</title>
</property>
</properties>
<preview></preview>
</module>