Showing:

Annotations
Diagrams
Facets
Instances
Properties
Source
Used by
Element videoSampleIsoTypeIType / vsidRAW
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Complex_Type_videoCompressionIsoType.tmp#videoCompressionIsoType_vcidFULL AVTypes_xsd_Complex_Type_videoCompressionIsoType.tmp#videoCompressionIsoType_vcidVendor AVTypes_xsd_Complex_Type_videoCompressionIsoType.tmp#videoCompressionIsoType
Type videoCompressionIsoType
Properties
content: complex
Model vcidFULL | vcidVendor
Children vcidFULL, vcidVendor
Instance
<vsidRAW xmlns="http://avschemas.usb.org/v1/AVSchema">
  <vcidFULL>{1,1}</vcidFULL>
  <vcidVendor>{1,1}</vcidVendor>
</vsidRAW>
Source
<xsi:element name="vsidRAW" type="videoCompressionIsoType"/>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element videoSampleIsoTypeIType / subSlotSize
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Indicates the number of bytes occupied by one VideoSubSlot. 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 VideoSubSlot. 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 videoSampleIsoTypeIType / bitResolution
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Indicates the number of effectively used bits from the available bits in an VideoSubSlot.
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 VideoSubSlot.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Complex Type videoSampleIsoTypeIType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the VideoSample Type I format for isochronous VideoStreams.
Diagram
Diagram AVTypes_xsd_Complex_Type_videoSampleIsoTypeIType.tmp#videoSampleIsoTypeIType_vsidRAW AVTypes_xsd_Complex_Type_videoSampleIsoTypeIType.tmp#videoSampleIsoTypeIType_subSlotSize AVTypes_xsd_Complex_Type_videoSampleIsoTypeIType.tmp#videoSampleIsoTypeIType_bitResolution
Used by
Model (vsidRAW) , subSlotSize , bitResolution
Children bitResolution, subSlotSize, vsidRAW
Source
<xsi:complexType name="videoSampleIsoTypeIType">
  <xsi:annotation>
    <xsi:documentation>Describes the VideoSample Type I format for isochronous VideoStreams.</xsi:documentation>
  </xsi:annotation>
  <xsi:sequence>
    <xsi:choice>
      <xsi:element name="vsidRAW" type="videoCompressionIsoType"/>
    </xsi:choice>
    <xsi:element name="subSlotSize" type="subSlotSizeType">
      <xsi:annotation>
        <xsi:documentation>Indicates the number of bytes occupied by one VideoSubSlot. 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 VideoSubSlot.</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
  </xsi:sequence>
</xsi:complexType>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd