cleaning the unused files
[zukebox] / zukebox_render / src / xml_descriptions / .svn / text-base / render-control-scpd.xml.svn-base
diff --git a/zukebox_render/src/xml_descriptions/.svn/text-base/render-control-scpd.xml.svn-base b/zukebox_render/src/xml_descriptions/.svn/text-base/render-control-scpd.xml.svn-base
deleted file mode 100644 (file)
index ec6934d..0000000
+++ /dev/null
@@ -1,255 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<scpd xmlns="urn:schemas-upnp-org:service-1-0">
-<specVersion>
-<major>1</major>
-<minor>0</minor>
-</specVersion>
-<actionList>
-<action>
-<name>ListPresets</name>
-<argumentList>
-<argument>
-<name>InstanceID</name>
-<direction>in</direction>
-<relatedStateVariable>A_ARG_TYPE_InstanceID</relatedStateVariable>
-</argument>
-<argument>
-<name>CurrentPresetNameList</name>
-<direction>out</direction>
-<relatedStateVariable>PresetNameList</relatedStateVariable>
-</argument>
-</argumentList>
-</action>
-<action>
-<name>SelectPreset</name>
-<argumentList>
-<argument>
-<name>InstanceID</name>
-<direction>in</direction>
-<relatedStateVariable>A_ARG_TYPE_InstanceID</relatedStateVariable>
-</argument>
-<argument>
-<name>PresetName</name>
-<direction>in</direction>
-<relatedStateVariable>A_ARG_TYPE_PresetName</relatedStateVariable>
-</argument>
-</argumentList>
-</action>
-<action>
-<name>GetVolume</name>
-<argumentList>
-<argument>
-<name>InstanceID</name>
-<direction>in</direction>
-<relatedStateVariable>A_ARG_TYPE_InstanceID</relatedStateVariable>
-</argument>
-<argument>
-<name>Channel</name>
-<direction>in</direction>
-<relatedStateVariable>A_ARG_TYPE_Channel</relatedStateVariable>
-</argument>
-<argument>
-<name>CurrentVolume</name>
-<direction>out</direction>
-<relatedStateVariable>Volume</relatedStateVariable>
-</argument>
-</argumentList>
-</action>
-<action>
-<name>SetVolume</name>
-<argumentList>
-<argument>
-<name>InstanceID</name>
-<direction>in</direction>
-<relatedStateVariable>A_ARG_TYPE_InstanceID</relatedStateVariable>
-</argument>
-<argument>
-<name>Channel</name>
-<direction>in</direction>
-<relatedStateVariable>A_ARG_TYPE_Channel</relatedStateVariable>
-</argument>
-<argument>
-<name>DesiredVolume</name>
-<direction>in</direction>
-<relatedStateVariable>Volume</relatedStateVariable>
-</argument>
-</argumentList>
-</action>
-</actionList>
-<serviceStateTable>
-<stateVariable>
-<name>LastChange</name>
-<dataType>string</dataType>
-</stateVariable>
-<stateVariable>
-<name>PresetNameList</name>
-<dataType>string</dataType>
-</stateVariable>
-<stateVariable>
-<name>A_ARG_TYPE_Channel</name>
-<dataType>string</dataType>
-<allowedValueList>
-<allowedValue>Master</allowedValue>
-<allowedValue>LF</allowedValue>
-<allowedValue>RF</allowedValue>
-<allowedValue>CF</allowedValue>
-<allowedValue>LFE</allowedValue>
-<allowedValue>LS</allowedValue>
-<allowedValue>RS</allowedValue>
-<allowedValue>LFC</allowedValue>
-<allowedValue>RFC</allowedValue>
-<allowedValue>SD</allowedValue>
-<allowedValue>SL</allowedValue>
-<allowedValue>SR</allowedValue>
-<allowedValue>T</allowedValue>
-<allowedValue>B</allowedValue>
-</allowedValueList>
-</stateVariable>
-<stateVariable>
-<name>A_ARG_TYPE_InstanceID</name>
-<dataType>ui4</dataType>
-</stateVariable>
-<stateVariable>
-<name>A_ARG_TYPE_PresetName</name>
-<dataType>string</dataType>
-<allowedValueList>
-<allowedValue>FactoryDefaults</allowedValue>
-<allowedValue>InstallationDefaults</allowedValue>
-</allowedValueList>
-</stateVariable>
-<stateVariable>
-<name>Brightness</name>
-<dataType>ui2</dataType>
-<allowedValueRange>
-<minimum>0</minimum>
-<maximum>255</maximum>
-<step>1</step>
-</allowedValueRange>
-</stateVariable>
-<stateVariable>
-<name>Contrast</name>
-<dataType>ui2</dataType>
-<allowedValueRange>
-<minimum>0</minimum>
-<maximum>255</maximum>
-<step>1</step>
-</allowedValueRange>
-</stateVariable>
-<stateVariable>
-<name>Sharpness</name>
-<dataType>ui2</dataType>
-<allowedValueRange>
-<minimum>0</minimum>
-<maximum>255</maximum>
-<step>1</step>
-</allowedValueRange>
-</stateVariable>
-<stateVariable>
-<name>RedVideoGain</name>
-<dataType>ui2</dataType>
-<allowedValueRange>
-<minimum>0</minimum>
-<maximum>255</maximum>
-<step>1</step>
-</allowedValueRange>
-</stateVariable>
-<stateVariable>
-<name>GreenVideoGain</name>
-<dataType>ui2</dataType>
-<allowedValueRange>
-<minimum>0</minimum>
-<maximum>255</maximum>
-<step>1</step>
-</allowedValueRange>
-</stateVariable>
-<stateVariable>
-<name>BlueVideoGain</name>
-<dataType>ui2</dataType>
-<allowedValueRange>
-<minimum>0</minimum>
-<maximum>255</maximum>
-<step>1</step>
-</allowedValueRange>
-</stateVariable>
-<stateVariable>
-<name>RedVideoBlackLevel</name>
-<dataType>ui2</dataType>
-<allowedValueRange>
-<minimum>0</minimum>
-<maximum>255</maximum>
-<step>1</step>
-</allowedValueRange>
-</stateVariable>
-<stateVariable>
-<name>GreenVideoBlackLevel</name>
-<dataType>ui2</dataType>
-<allowedValueRange>
-<minimum>0</minimum>
-<maximum>255</maximum>
-<step>1</step>
-</allowedValueRange>
-</stateVariable>
-<stateVariable>
-<name>BlueVideoBlackLevel</name>
-<dataType>ui2</dataType>
-<allowedValueRange>
-<minimum>0</minimum>
-<maximum>255</maximum>
-<step>1</step>
-</allowedValueRange>
-</stateVariable>
-<stateVariable>
-<name>ColorTemperature</name>
-<dataType>ui2</dataType>
-<allowedValueRange>
-<minimum>0</minimum>
-<maximum>255</maximum>
-<step>1</step>
-</allowedValueRange>
-</stateVariable>
-<stateVariable>
-<name>HorizontalKeystone</name>
-<dataType>i2</dataType>
-<allowedValueRange>
-<minimum>-128</minimum>
-<maximum>127</maximum>
-<step>1</step>
-</allowedValueRange>
-</stateVariable>
-<stateVariable>
-<name>VerticalKeystone</name>
-<dataType>i2</dataType>
-<allowedValueRange>
-<minimum>-128</minimum>
-<maximum>127</maximum>
-<step>1</step>
-</allowedValueRange>
-</stateVariable>
-<stateVariable>
-<name>Mute</name>
-<dataType>boolean</dataType>
-</stateVariable>
-<stateVariable>
-<name>Volume</name>
-<dataType>ui2</dataType>
-<allowedValueRange>
-<minimum>0</minimum>
-<maximum>255</maximum>
-<step>1</step>
-</allowedValueRange>
-</stateVariable>
-<stateVariable>
-<name>VolumeDB</name>
-<dataType>i2</dataType>
-<allowedValueRange>
-<minimum>0</minimum>
-<maximum>127</maximum>
-<step>1</step>
-</allowedValueRange>
-</stateVariable>
-<stateVariable>
-<name>Loudness</name>
-<dataType>boolean</dataType>
-</stateVariable>
-</serviceStateTable>
-</scpd>