From 724cb5e3783311f6b8c808852dbe2de59f2399b0 Mon Sep 17 00:00:00 2001 From: Denis Loh Date: Mon, 25 Jan 2010 12:10:01 +0100 Subject: Fixed small bug which leads to an empty TV folder --- http/xml/cds_scpd.xml | 145 ++++++++++++++++++++++++++++++++++++++++++++++++++ http/xml/cms_scpd.xml | 133 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 278 insertions(+) create mode 100644 http/xml/cds_scpd.xml create mode 100644 http/xml/cms_scpd.xml (limited to 'http/xml') diff --git a/http/xml/cds_scpd.xml b/http/xml/cds_scpd.xml new file mode 100644 index 0000000..dff4252 --- /dev/null +++ b/http/xml/cds_scpd.xml @@ -0,0 +1,145 @@ + + + +1 +0 + + + +GetSearchCapabilities + + +SearchCaps +out +SearchCapabilities + + + + +GetSortCapabilities + + +SortCaps +out +SortCapabilities + + + + +GetSystemUpdateID + + +Id +out +SystemUpdateID + + + + +Browse + + +ObjectID +in +A_ARG_TYPE_ObjectID + + +BrowseFlag +in +A_ARG_TYPE_BrowseFlag + + +Filter +in +A_ARG_TYPE_Filter + + +StartingIndex +in +A_ARG_TYPE_Index + + +RequestedCount +in +A_ARG_TYPE_Count + + +SortCriteria +in +A_ARG_TYPE_SortCriteria + + +Result +out +A_ARG_TYPE_Result + + +NumberReturned +out +A_ARG_TYPE_Count + + +TotalMatches +out +A_ARG_TYPE_Count + + +UpdateID +out +A_ARG_TYPE_UpdateID + + + + + + +A_ARG_TYPE_ObjectID +string + + +A_ARG_TYPE_Result +string + + +A_ARG_TYPE_BrowseFlag +string + +BrowseMetadata +BrowseDirectChildren + + + +A_ARG_TYPE_Filter +string + + +A_ARG_TYPE_SortCriteria +string + + +A_ARG_TYPE_Index +ui4 + + +A_ARG_TYPE_Count +ui4 + + +A_ARG_TYPE_UpdateID +ui4 + + +SearchCapabilities +string + + +SortCapabilities +string + + +SystemUpdateID +ui4 + + + + diff --git a/http/xml/cms_scpd.xml b/http/xml/cms_scpd.xml new file mode 100644 index 0000000..e4071f9 --- /dev/null +++ b/http/xml/cms_scpd.xml @@ -0,0 +1,133 @@ + + + + 1 + 0 + + + + GetProtocolInfo + + + Source + out + SourceProtocolInfo + + + Sink + out + SinkProtocolInfo + + + + + GetCurrentConnectionIDs + + + ConnectionIDs + out + CurrentConnectionIDs + + + + + GetCurrentConnectionInfo + + + ConnectionID + in + A_ARG_TYPE_ConnectionID + + + RcsID + out + A_ARG_TYPE_RcsID + + + AVTransportID + out + A_ARG_TYPE_AVTransportID + + + ProtocolInfo + out + A_ARG_TYPE_ProtocolInfo + + + PeerConnectionManager + out + A_ARG_TYPE_ConnectionManager + + + PeerConnectionID + out + A_ARG_TYPE_ConnectionID + + + Direction + out + A_ARG_TYPE_Direction + + + Status + out + A_ARG_TYPE_ConnectionStatus + + + + + + + SourceProtocolInfo + string + + + SinkProtocolInfo + string + + + CurrentConnectionIDs + string + + + A_ARG_TYPE_ConnectionStatus + string + + OK + ContentFormatMismatch + InsufficientBandwidth + UnreliableChannel + Unknown + + + + A_ARG_TYPE_ConnectionManager + string + + + A_ARG_TYPE_Direction + string + + Input + Output + + + + A_ARG_TYPE_ProtocolInfo + string + + + A_ARG_TYPE_ConnectionID + i4 + + + A_ARG_TYPE_AVTransportID + i4 + + + A_ARG_TYPE_RcsID + i4 + + + + -- cgit v1.2.3