Showing:

Annotations
Diagrams
Facets
Properties
Source
Used by
Element audioSampleFormatTypeIType / subSlotSize
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Indicates the number of bytes occupied by one AudioSubSlot. Valid values are 1, 2, 3, and 4.
Diagram
Diagram AVTypes_xsd_Simple_Type_subSlotSizeType.tmp#subSlotSizeType
Type subSlotSizeType
Properties
content: simple
Facets
maxInclusive 4
minInclusive 1
Source
<xsi:element name="subSlotSize" type="subSlotSizeType">
  <xsi:annotation>
    <xsi:documentation>Indicates the number of bytes occupied by one AudioSubSlot. Valid values are 1, 2, 3, and 4.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element audioSampleFormatTypeIType / bitResolution
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Indicates the number of effectively used bits from the available bits in an AudioSubSlot.
Diagram
Diagram AVTypes_xsd_Simple_Type_bitResolutionType.tmp#bitResolutionType
Type bitResolutionType
Properties
content: simple
Facets
maxInclusive 32
minInclusive 1
Source
<xsi:element name="bitResolution" type="bitResolutionType">
  <xsi:annotation>
    <xsi:documentation>Indicates the number of effectively used bits from the available bits in an AudioSubSlot.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Complex Type audioSampleFormatTypeIType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the Type I AudioSample Format.
Diagram
Diagram AVTypes_xsd_Complex_Type_audioSampleFormatTypeIType.tmp#audioSampleFormatTypeIType_subSlotSize AVTypes_xsd_Complex_Type_audioSampleFormatTypeIType.tmp#audioSampleFormatTypeIType_bitResolution
Used by
Model subSlotSize , bitResolution
Children bitResolution, subSlotSize
Source
<xsi:complexType name="audioSampleFormatTypeIType">
  <xsi:annotation>
    <xsi:documentation>Describes the Type I AudioSample Format.</xsi:documentation>
  </xsi:annotation>
  <xsi:sequence>
    <xsi:element name="subSlotSize" type="subSlotSizeType">
      <xsi:annotation>
        <xsi:documentation>Indicates the number of bytes occupied by one AudioSubSlot. Valid values are 1, 2, 3, and 4.</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
    <xsi:element name="bitResolution" type="bitResolutionType">
      <xsi:annotation>
        <xsi:documentation>Indicates the number of effectively used bits from the available bits in an AudioSubSlot.</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
  </xsi:sequence>
</xsi:complexType>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd