diff --git a/doc/RecordingControl.xml b/doc/RecordingControl.xml index ff4f6f545..193a46f8c 100644 --- a/doc/RecordingControl.xml +++ b/doc/RecordingControl.xml @@ -412,12 +412,11 @@ Change Request 2061, 2063, 2065, 2109 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. - - 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. - + 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. An encryption configuration interface allows to encrypt the content according to well defined standards. @@ -1715,6 +1714,14 @@ Change Request 2061, 2063, 2065, 2109 Indicates that the device supports asymmetric encryption. + + OnboardStorage + + Indicates if the device supports recording to onboard storage, default value is + true. + If false, device shall support recording to an external target. + +
diff --git a/wsdl/ver10/recording.wsdl b/wsdl/ver10/recording.wsdl index a48a244c2..0127935ac 100644 --- a/wsdl/ver10/recording.wsdl +++ b/wsdl/ver10/recording.wsdl @@ -153,6 +153,13 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO + + + + Indicates if the device supports recording to onboard storage, default value is true. If false, device shall support recording to an external target. + + +