Showing:

Annotations
Diagrams
Properties
Source
Used by
Element vendorVideoFrameFormatType / activeWidth
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Defines the active Width (Wa) of the VideoFrame (in VideoSamples).
Diagram
Diagram
Type xsi:unsignedShort
Properties
content: simple
Source
<xsi:element name="activeWidth" type="xsi:unsignedShort">
  <xsi:annotation>
    <xsi:documentation>Defines the active Width (Wa) of the VideoFrame (in VideoSamples).</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element vendorVideoFrameFormatType / activeHeight
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Defines the active Height (Ha) of the VideoFrame (in VideoLines).
Diagram
Diagram
Type xsi:unsignedShort
Properties
content: simple
Source
<xsi:element name="activeHeight" type="xsi:unsignedShort">
  <xsi:annotation>
    <xsi:documentation>Defines the active Height (Ha) of the VideoFrame (in VideoLines).</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element vendorVideoFrameFormatType / videoFrameRate
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Defines the VideoFrame Rate (in Hz).
Diagram
Diagram
Type xsi:unsignedShort
Properties
content: simple
Source
<xsi:element name="videoFrameRate" type="xsi:unsignedShort">
  <xsi:annotation>
    <xsi:documentation>Defines the VideoFrame Rate (in Hz).</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element vendorVideoFrameFormatType / aspectRatio
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Defines the Aspect Ratio of the VideoFrame (in 16.16 notation).
Diagram
Diagram
Type xsi:unsignedInt
Properties
content: simple
Source
<xsi:element name="aspectRatio" type="xsi:unsignedInt">
  <xsi:annotation>
    <xsi:documentation>Defines the Aspect Ratio of the VideoFrame (in 16.16 notation).</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element vendorVideoFrameFormatType / totalWidth
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Defines the total Width (Wt) of the VideoFrame (in VideoSamples).
Diagram
Diagram
Type xsi:unsignedShort
Properties
content: simple
Source
<xsi:element name="totalWidth" type="xsi:unsignedShort">
  <xsi:annotation>
    <xsi:documentation>Defines the total Width (Wt) of the VideoFrame (in VideoSamples).</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element vendorVideoFrameFormatType / totalHeight
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Defines the total Height (Ht) of the VideoFrame (in VideoLines).
Diagram
Diagram
Type xsi:unsignedShort
Properties
content: simple
Source
<xsi:element name="totalHeight" type="xsi:unsignedShort">
  <xsi:annotation>
    <xsi:documentation>Defines the total Height (Ht) of the VideoFrame (in VideoLines).</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element vendorVideoFrameFormatType / additionalParams
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Placeholder for additional VideoFrame related parameters.
Diagram
Diagram AVTypes_xsd_Complex_Type_extensionType.tmp#extensionType
Type extensionType
Properties
content: complex
minOccurs: 0
Model ANY element from ANY namespace OTHER than 'http://avschemas.usb.org/v1/AVSchema'
Source
<xsi:element name="additionalParams" type="extensionType" minOccurs="0">
  <xsi:annotation>
    <xsi:documentation>Placeholder for additional VideoFrame related parameters.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Complex Type vendorVideoFrameFormatType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a vendor-defined VideoFrame format used.
Diagram
Diagram AVTypes_xsd_Complex_Type_vendorVideoFrameFormatType.tmp#vendorVideoFrameFormatType_activeWidth AVTypes_xsd_Complex_Type_vendorVideoFrameFormatType.tmp#vendorVideoFrameFormatType_activeHeight AVTypes_xsd_Complex_Type_vendorVideoFrameFormatType.tmp#vendorVideoFrameFormatType_videoFrameRate AVTypes_xsd_Complex_Type_vendorVideoFrameFormatType.tmp#vendorVideoFrameFormatType_aspectRatio AVTypes_xsd_Complex_Type_vendorVideoFrameFormatType.tmp#vendorVideoFrameFormatType_totalWidth AVTypes_xsd_Complex_Type_vendorVideoFrameFormatType.tmp#vendorVideoFrameFormatType_totalHeight AVTypes_xsd_Complex_Type_vendorVideoFrameFormatType.tmp#vendorVideoFrameFormatType_additionalParams
Used by
Model activeWidth , activeHeight , videoFrameRate , aspectRatio , totalWidth , totalHeight , additionalParams{0,1}
Children activeHeight, activeWidth, additionalParams, aspectRatio, totalHeight, totalWidth, videoFrameRate
Source
<xsi:complexType name="vendorVideoFrameFormatType">
  <xsi:annotation>
    <xsi:documentation>Describes a vendor-defined VideoFrame format used.</xsi:documentation>
  </xsi:annotation>
  <xsi:sequence>
    <xsi:element name="activeWidth" type="xsi:unsignedShort">
      <xsi:annotation>
        <xsi:documentation>Defines the active Width (Wa) of the VideoFrame (in VideoSamples).</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
    <xsi:element name="activeHeight" type="xsi:unsignedShort">
      <xsi:annotation>
        <xsi:documentation>Defines the active Height (Ha) of the VideoFrame (in VideoLines).</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
    <xsi:element name="videoFrameRate" type="xsi:unsignedShort">
      <xsi:annotation>
        <xsi:documentation>Defines the VideoFrame Rate (in Hz).</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
    <xsi:element name="aspectRatio" type="xsi:unsignedInt">
      <xsi:annotation>
        <xsi:documentation>Defines the Aspect Ratio of the VideoFrame (in 16.16 notation).</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
    <xsi:element name="totalWidth" type="xsi:unsignedShort">
      <xsi:annotation>
        <xsi:documentation>Defines the total Width (Wt) of the VideoFrame (in VideoSamples).</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
    <xsi:element name="totalHeight" type="xsi:unsignedShort">
      <xsi:annotation>
        <xsi:documentation>Defines the total Height (Ht) of the VideoFrame (in VideoLines).</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
    <xsi:element name="additionalParams" type="extensionType" minOccurs="0">
      <xsi:annotation>
        <xsi:documentation>Placeholder for additional VideoFrame related parameters.</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
  </xsi:sequence>
</xsi:complexType>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd