Skip to content
Open
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.dia~
.idea/
/.vs
6 changes: 3 additions & 3 deletions doc/Media2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@
<title>CreateProfile</title>
<para>This operation creates a new media profile. The media profile shall be created in the device.</para>
<para>A device implementing this service shall support the creation of media profiles as long as the number of existing profiles does not exceed the capability value MaximumNumberOfProfiles.</para>
<para>A created profile shall be deletable and a device shall set the fixed attribute to false in the returned Profile.</para>
<para>A created profile shall be deletable and a device shall set the "fixed" attribute to false in the returned Profile.</para>
Comment thread
jflevesque-genetec marked this conversation as resolved.
<variablelist role="op">
<varlistentry>
<term>request</term>
Expand Down Expand Up @@ -1852,7 +1852,7 @@
<term>faults</term>
<listitem>
<para role="param">env:Sender - ter:InvalidArgVal - ter:NoConfig</para>
<para role="text">The requested video source configuration ConfigurationToken does not exist.</para>
<para role="text">The requested video source configuration does not exist.</para>
</listitem>
</varlistentry>
<varlistentry>
Expand Down Expand Up @@ -2310,7 +2310,7 @@
</varlistentry>
</variablelist>
</section>
<section xml:id="section_wvd_dzg_ryd">
<section xml:id="section_wvd_dzg_ryb">
<title>AddAudioClip</title>
<para>This operation adds audio clip configuration to the device and provides the audio clip upload
URI to the client. The response to the command includes an HTTP URL to which the audio clip may be uploaded with in the expiry time. If the client is unable to upload the audio clip within the URL's expiry time, the associated audio clip configuration will deleted from the device.
Expand Down
Loading