Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 13 additions & 6 deletions doc/RecordingControl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -412,12 +412,11 @@ Change Request 2061, 2063, 2065, 2109</revremark>
The target interface allows configuration for devices that support recording to external storage targets.
For authentication configuration see the related storage configuration APIs of the core specification.
</para>
<para>
The target API defines for each recording a path on the storage device where the related recordings should be stored.
In order to keep reasonably sized files the recordings are split into segments.
This specification defines a date and time based index.
Indexing according to events and video content is outside of the scope of this specification.
</para>
<para> The target format structure defines for each recording a path on the storage target
where the related recordings should be stored. In order to keep reasonably sized files the
recordings are split into segments. This specification defines a date and time based
index. Indexing according to events and video content is outside of the scope of this
specification. </para>
<para>An encryption configuration interface allows to encrypt the content according to well defined standards.</para>
</section>
</section>
Expand Down Expand Up @@ -1715,6 +1714,14 @@ Change Request 2061, 2063, 2065, 2109</revremark>
<para>Indicates that the device supports asymmetric encryption.</para>
</listitem>
</varlistentry>
<varlistentry>
<term>OnboardStorage</term>
<listitem>
<para>Indicates if the device supports recording to onboard storage, default value is
true. </para>
<para>If false, device shall support recording to an external target.</para>
</listitem>
</varlistentry>
</variablelist>
</section>
<section>
Expand Down
7 changes: 7 additions & 0 deletions wsdl/ver10/recording.wsdl
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="OnboardStorage" type="xs:boolean" default="true">
<xs:annotation>
<xs:documentation>
Indicates if the device supports recording to onboard storage, default value is true. If false, device shall support recording to an external target.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:anyAttribute processContents="lax"/>
</xs:complexType>
<xs:element name="Capabilities" type="trc:Capabilities"/>
Expand Down