Skip to content
Open
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
12 changes: 12 additions & 0 deletions wsdl/ver10/schema/onvif.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1124,6 +1124,13 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
<xs:documentation>the maximum output bitrate in kbps</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="AverageBitRate" type="xs:int">
<xs:annotation>
<xs:documentation>The target average output bitrate in kbps. If this parameter is set to 0, AverageBitRate shall be ignored.</xs:documentation>
<xs:documentation>If this parameter is configured beyond BitrateLimit, device adapts to BitrateLimit.</xs:documentation>
<xs:documentation>When this parameter is set to a non-zero value, ConstantBitRate shall be ignored.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded"/> <!-- first ONVIF then Vendor -->
</xs:sequence>
<xs:attribute name="ConstantBitRate" type="xs:boolean">
Expand Down Expand Up @@ -1183,6 +1190,11 @@ IN NO EVENT WILL THE CORPORATION OR ITS MEMBERS OR THEIR AFFILIATES BE LIABLE FO
<xs:documentation>Signal whether enforcing constant bitrate is supported.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="AverageBitRateSupported" type="xs:boolean">
<xs:annotation>
<xs:documentation>Signal whether enforcing average bitrate is supported.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="GuaranteedFrameRateSupported" type="xs:boolean">
<xs:annotation>
<xs:documentation>
Expand Down