Skip to content

Commit 8b1c18f

Browse files
committed
added optional tag for ABR element
1 parent be57f0e commit 8b1c18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wsdl/ver10/schema/onvif.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
11441144
<xs:documentation>the maximum output bitrate in kbps</xs:documentation>
11451145
</xs:annotation>
11461146
</xs:element>
1147-
<xs:element name="AverageBitRate" type="xs:int">
1147+
<xs:element name="AverageBitRate" type="xs:int" minOccurs="0">
11481148
<xs:annotation>
11491149
<xs:documentation>The target average output bitrate in kbps. If this parameter is set to 0, AverageBitRate shall be ignored.</xs:documentation>
11501150
<xs:documentation>If this parameter is configured beyond BitrateLimit, device adapts to BitrateLimit.</xs:documentation>

0 commit comments

Comments
 (0)