Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element routerOutputPinType / videoInputPinSelector
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a Video Input Pin Selector Control, if present.
There is a Video Input Pin Selector for each VideoTrack that can possibly be generated in the outgoing VideoCluster.
The order in which the Selector elements occur in the list implies the Track for which a particular Selector provides content.
The first Selector in the list of n provides content for Track #1. The last Selector provides content for Track #n.
The maximum number of Selectors is 65,535.
Diagram
Diagram AVTypes_xsd_Attribute_Group_rw.tmp#rw AVTypes_xsd_Attribute_Group_refID.tmp#refID AVTypes_xsd_Element_Group_PositiveUnsignedShortGroup.tmp#PositiveUnsignedShortGroup_ranges AVTypes_xsd_Element_Group_PositiveUnsignedShortGroup.tmp#PositiveUnsignedShortGroup AVTypes_xsd_Complex_Type_rowPositiveUnsignedShortControlType.tmp#rowPositiveUnsignedShortControlType
Type rowPositiveUnsignedShortControlType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model ranges
Children ranges
Instance
<videoInputPinSelector refID="" rw="" xmlns="http://avschemas.usb.org/v1/AVSchema">
  <ranges>{1,1}</ranges>
</videoInputPinSelector>
Attributes
QName Type Fixed Default Use Annotation
refID xsi:string optional
Can be used to uniquely identify the object represented by this element for external binding reference purposes.
The value of the refID shall be unique for each object within the AVFunction and is implementation-specific. May be a GUID.
rw rwType required
Used to indicate the read-write support level for the Control.
RO means the CUR Property is implemented as Read-Only and the NEXT Porperty is not implemented.
RON means the CUR Property is implemented as Read-Only and the NEXT Porperty is implemented (always Read-Write).
RW means the CUR Property is implemented as Read-Write and the NEXT Porperty is not implemented.
RWN means the CUR Property is implemented as Read-Write and the NEXT Porperty is implemented (always Read-Write).
Source
<xsi:element name="videoInputPinSelector" type="rowPositiveUnsignedShortControlType" minOccurs="0" maxOccurs="unbounded">
  <!-- maxOccurs should be 65535. However, large values are not supported -->
  <xsi:annotation>
    <xsi:documentation>Describes a Video Input Pin Selector Control, if present.</xsi:documentation>
    <xsi:documentation>There is a Video Input Pin Selector for each VideoTrack that can possibly be generated in the outgoing VideoCluster.</xsi:documentation>
    <xsi:documentation>The order in which the Selector elements occur in the list implies the Track for which a particular Selector provides content.</xsi:documentation>
    <xsi:documentation>The first Selector in the list of n provides content for Track #1. The last Selector provides content for Track #n.</xsi:documentation>
    <xsi:documentation>The maximum number of Selectors is 65,535.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element routerOutputPinType / audioInputPinSelector
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes an Audio Input Pin Selector Control, if present.
There is an Audio Input Pin Selector for each AudioTrack that can possibly be generated in the outgoing AudioCluster.There is a Video Input Pin Selector for each VideoTrack that can possibly be generated in the outgoing VideoCluster.
The order in which the Selector elements occur in the list implies the Track for which a particular Selector provides content.
The first Selector in the list of n provides content for Track #1. The last Selector provides content for Track #n.
The maximum number of Selectors is 65,535.
Diagram
Diagram AVTypes_xsd_Attribute_Group_rw.tmp#rw AVTypes_xsd_Attribute_Group_refID.tmp#refID AVTypes_xsd_Element_Group_PositiveUnsignedShortGroup.tmp#PositiveUnsignedShortGroup_ranges AVTypes_xsd_Element_Group_PositiveUnsignedShortGroup.tmp#PositiveUnsignedShortGroup AVTypes_xsd_Complex_Type_rowPositiveUnsignedShortControlType.tmp#rowPositiveUnsignedShortControlType
Type rowPositiveUnsignedShortControlType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model ranges
Children ranges
Instance
<audioInputPinSelector refID="" rw="" xmlns="http://avschemas.usb.org/v1/AVSchema">
  <ranges>{1,1}</ranges>
</audioInputPinSelector>
Attributes
QName Type Fixed Default Use Annotation
refID xsi:string optional
Can be used to uniquely identify the object represented by this element for external binding reference purposes.
The value of the refID shall be unique for each object within the AVFunction and is implementation-specific. May be a GUID.
rw rwType required
Used to indicate the read-write support level for the Control.
RO means the CUR Property is implemented as Read-Only and the NEXT Porperty is not implemented.
RON means the CUR Property is implemented as Read-Only and the NEXT Porperty is implemented (always Read-Write).
RW means the CUR Property is implemented as Read-Write and the NEXT Porperty is not implemented.
RWN means the CUR Property is implemented as Read-Write and the NEXT Porperty is implemented (always Read-Write).
Source
<xsi:element name="audioInputPinSelector" type="rowPositiveUnsignedShortControlType" minOccurs="0" maxOccurs="unbounded">
  <!-- maxOccurs should be 65535. However, large values are not supported -->
  <xsi:annotation>
    <xsi:documentation>Describes an Audio Input Pin Selector Control, if present.</xsi:documentation>
    <xsi:documentation>There is an Audio Input Pin Selector for each AudioTrack that can possibly be generated in the outgoing AudioCluster.There is a Video Input Pin Selector for each VideoTrack that can possibly be generated in the outgoing VideoCluster.</xsi:documentation>
    <xsi:documentation>The order in which the Selector elements occur in the list implies the Track for which a particular Selector provides content.</xsi:documentation>
    <xsi:documentation>The first Selector in the list of n provides content for Track #1. The last Selector provides content for Track #n.</xsi:documentation>
    <xsi:documentation>The maximum number of Selectors is 65,535.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element routerOutputPinType / metadataInputPinSelector
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a Metadata Input Pin Selector Control, if present.
There is a Metadata Input Pin Selector for each MetadataTrack that can possibly be generated in the outgoing MetadataCluster.There is a Video Input Pin Selector for each VideoTrack that can possibly be generated in the outgoing VideoCluster.
The order in which the Selector elements occur in the list implies the Track for which a particular Selector provides content.
The first Selector in the list of n provides content for Track #1. The last Selector provides content for Track #n.
The maximum number of Selectors is 65,535.
Diagram
Diagram AVTypes_xsd_Attribute_Group_rw.tmp#rw AVTypes_xsd_Attribute_Group_refID.tmp#refID AVTypes_xsd_Element_Group_PositiveUnsignedShortGroup.tmp#PositiveUnsignedShortGroup_ranges AVTypes_xsd_Element_Group_PositiveUnsignedShortGroup.tmp#PositiveUnsignedShortGroup AVTypes_xsd_Complex_Type_rowPositiveUnsignedShortControlType.tmp#rowPositiveUnsignedShortControlType
Type rowPositiveUnsignedShortControlType
Properties
content: complex
minOccurs: 0
maxOccurs: unbounded
Model ranges
Children ranges
Instance
<metadataInputPinSelector refID="" rw="" xmlns="http://avschemas.usb.org/v1/AVSchema">
  <ranges>{1,1}</ranges>
</metadataInputPinSelector>
Attributes
QName Type Fixed Default Use Annotation
refID xsi:string optional
Can be used to uniquely identify the object represented by this element for external binding reference purposes.
The value of the refID shall be unique for each object within the AVFunction and is implementation-specific. May be a GUID.
rw rwType required
Used to indicate the read-write support level for the Control.
RO means the CUR Property is implemented as Read-Only and the NEXT Porperty is not implemented.
RON means the CUR Property is implemented as Read-Only and the NEXT Porperty is implemented (always Read-Write).
RW means the CUR Property is implemented as Read-Write and the NEXT Porperty is not implemented.
RWN means the CUR Property is implemented as Read-Write and the NEXT Porperty is implemented (always Read-Write).
Source
<xsi:element name="metadataInputPinSelector" type="rowPositiveUnsignedShortControlType" minOccurs="0" maxOccurs="unbounded">
  <!-- maxOccurs should be 65535. However, large values are not supported -->
  <xsi:annotation>
    <xsi:documentation>Describes a Metadata Input Pin Selector Control, if present.</xsi:documentation>
    <xsi:documentation>There is a Metadata Input Pin Selector for each MetadataTrack that can possibly be generated in the outgoing MetadataCluster.There is a Video Input Pin Selector for each VideoTrack that can possibly be generated in the outgoing VideoCluster.</xsi:documentation>
    <xsi:documentation>The order in which the Selector elements occur in the list implies the Track for which a particular Selector provides content.</xsi:documentation>
    <xsi:documentation>The first Selector in the list of n provides content for Track #1. The last Selector provides content for Track #n.</xsi:documentation>
    <xsi:documentation>The maximum number of Selectors is 65,535.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Element routerOutputPinType / cluster
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the Cluster Control.
Although the Cluster Control is fully defined in the spec and does not need further description here, this element shall always be present and provide a placeholder for the optional refID attribute.
Diagram
Diagram AVTypes_xsd_Attribute_Group_refID.tmp#refID AVTypes_xsd_Complex_Type_onlyRefControlType.tmp#onlyRefControlType
Type onlyRefControlType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
refID xsi:string optional
Can be used to uniquely identify the object represented by this element for external binding reference purposes.
The value of the refID shall be unique for each object within the AVFunction and is implementation-specific. May be a GUID.
Source
<xsi:element name="cluster" type="onlyRefControlType">
  <xsi:annotation>
    <xsi:documentation>Describes the Cluster Control.</xsi:documentation>
    <xsi:documentation>Although the Cluster Control is fully defined in the spec and does not need further description here, this element shall always be present and provide a placeholder for the optional refID attribute.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Complex Type routerOutputPinType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a Router Unit Output Pin.
Diagram
Diagram AVTypes_xsd_Complex_Type_routerOutputPinType.tmp#routerOutputPinType_videoInputPinSelector AVTypes_xsd_Complex_Type_routerOutputPinType.tmp#routerOutputPinType_audioInputPinSelector AVTypes_xsd_Complex_Type_routerOutputPinType.tmp#routerOutputPinType_metadataInputPinSelector AVTypes_xsd_Complex_Type_routerOutputPinType.tmp#routerOutputPinType_cluster
Used by
Model videoInputPinSelector* , audioInputPinSelector* , metadataInputPinSelector* , cluster
Children audioInputPinSelector, cluster, metadataInputPinSelector, videoInputPinSelector
Source
<xsi:complexType name="routerOutputPinType">
  <xsi:annotation>
    <xsi:documentation>Describes a Router Unit Output Pin.</xsi:documentation>
  </xsi:annotation>
  <xsi:sequence>
    <xsi:element name="videoInputPinSelector" type="rowPositiveUnsignedShortControlType" minOccurs="0" maxOccurs="unbounded">
      <!-- maxOccurs should be 65535. However, large values are not supported -->
      <xsi:annotation>
        <xsi:documentation>Describes a Video Input Pin Selector Control, if present.</xsi:documentation>
        <xsi:documentation>There is a Video Input Pin Selector for each VideoTrack that can possibly be generated in the outgoing VideoCluster.</xsi:documentation>
        <xsi:documentation>The order in which the Selector elements occur in the list implies the Track for which a particular Selector provides content.</xsi:documentation>
        <xsi:documentation>The first Selector in the list of n provides content for Track #1. The last Selector provides content for Track #n.</xsi:documentation>
        <xsi:documentation>The maximum number of Selectors is 65,535.</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
    <xsi:element name="audioInputPinSelector" type="rowPositiveUnsignedShortControlType" minOccurs="0" maxOccurs="unbounded">
      <!-- maxOccurs should be 65535. However, large values are not supported -->
      <xsi:annotation>
        <xsi:documentation>Describes an Audio Input Pin Selector Control, if present.</xsi:documentation>
        <xsi:documentation>There is an Audio Input Pin Selector for each AudioTrack that can possibly be generated in the outgoing AudioCluster.There is a Video Input Pin Selector for each VideoTrack that can possibly be generated in the outgoing VideoCluster.</xsi:documentation>
        <xsi:documentation>The order in which the Selector elements occur in the list implies the Track for which a particular Selector provides content.</xsi:documentation>
        <xsi:documentation>The first Selector in the list of n provides content for Track #1. The last Selector provides content for Track #n.</xsi:documentation>
        <xsi:documentation>The maximum number of Selectors is 65,535.</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
    <xsi:element name="metadataInputPinSelector" type="rowPositiveUnsignedShortControlType" minOccurs="0" maxOccurs="unbounded">
      <!-- maxOccurs should be 65535. However, large values are not supported -->
      <xsi:annotation>
        <xsi:documentation>Describes a Metadata Input Pin Selector Control, if present.</xsi:documentation>
        <xsi:documentation>There is a Metadata Input Pin Selector for each MetadataTrack that can possibly be generated in the outgoing MetadataCluster.There is a Video Input Pin Selector for each VideoTrack that can possibly be generated in the outgoing VideoCluster.</xsi:documentation>
        <xsi:documentation>The order in which the Selector elements occur in the list implies the Track for which a particular Selector provides content.</xsi:documentation>
        <xsi:documentation>The first Selector in the list of n provides content for Track #1. The last Selector provides content for Track #n.</xsi:documentation>
        <xsi:documentation>The maximum number of Selectors is 65,535.</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
    <xsi:element name="cluster" type="onlyRefControlType">
      <xsi:annotation>
        <xsi:documentation>Describes the Cluster Control.</xsi:documentation>
        <xsi:documentation>Although the Cluster Control is fully defined in the spec and does not need further description here, this element shall always be present and provide a placeholder for the optional refID attribute.</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
  </xsi:sequence>
</xsi:complexType>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd