Skip to content

Commit a70e64c

Browse files
committed
Missing capability added for issue #708
1 parent 57c2c7d commit a70e64c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

doc/RecordingControl.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,6 +1696,12 @@ Change Request 2061, 2063, 2065, 2109</revremark>
16961696
<para>Indicates that the device supports the OverrideSegmentDuration command.</para>
16971697
</listitem>
16981698
</varlistentry>
1699+
<varlistentry>
1700+
<term>AsymmetricEncryptionSupported</term>
1701+
<listitem>
1702+
<para>Indicates that the device supports asymmetric encryption.</para>
1703+
</listitem>
1704+
</varlistentry>
16991705
</variablelist>
17001706
</section>
17011707
<section>

wsdl/ver10/recording.wsdl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,13 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
146146
</xs:documentation>
147147
</xs:annotation>
148148
</xs:attribute>
149+
<xs:attribute name="ScheduledRecording" type="xs:boolean">
150+
<xs:annotation>
151+
<xs:documentation>
152+
Indicates if the device supports scheduled recording.
153+
</xs:documentation>
154+
</xs:annotation>
155+
</xs:attribute>
149156
<xs:anyAttribute processContents="lax"/>
150157
</xs:complexType>
151158
<xs:element name="Capabilities" type="trc:Capabilities"/>

0 commit comments

Comments
 (0)