Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element mixerUnit
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes a Mixer Unit.
Diagram
Diagram AVTypes_xsd_Attribute_Group_id.tmp#id AVTypes_xsd_Attribute_Group_refID.tmp#refID avschema_xsd_Element_mixerUnit.tmp#mixerUnit_inputPins avschema_xsd_Element_mixerUnit.tmp#mixerUnit_outputPin avschema_xsd_Element_mixerUnit.tmp#mixerUnit_audio
Properties
content: complex
Used by
Model inputPins , outputPin , audio
Children audio, inputPins, outputPin
Instance
<mixerUnit id="" refID="" xmlns="http://avschemas.usb.org/v1/AVSchema">
  <inputPins>{1,1}</inputPins>
  <outputPin>{1,1}</outputPin>
  <audio>{1,1}</audio>
</mixerUnit>
Attributes
QName Type Fixed Default Use Annotation
id idType required
Uniquely identifies the Entity represented by the element within the AVFunction.
The value of the id attribute shall be unique for each Entity within the AVFunction. The value 1 is reserved for the Control interface Entity.
The value of this attribute shall be used in the EID parameter of any Control Sequence that addresses this Entity.
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="mixerUnit">
  <xsi:annotation>
    <xsi:documentation>Describes a Mixer Unit.</xsi:documentation>
  </xsi:annotation>
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="inputPins" type="inputPinsType"/>
      <xsi:element name="outputPin" type="outputPinType"/>
      <xsi:element name="audio">
        <xsi:complexType>
          <xsi:sequence>
            <xsi:element name="level" type="audioRoWIntLevelControlType" maxOccurs="unbounded"/>
          </xsi:sequence>
        </xsi:complexType>
      </xsi:element>
    </xsi:sequence>
    <xsi:attributeGroup ref="id"/>
    <xsi:attributeGroup ref="refID"/>
  </xsi:complexType>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element mixerUnit / inputPins
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Complex_Type_inputPinsType.tmp#inputPinsType_inputPin AVTypes_xsd_Complex_Type_inputPinsType.tmp#inputPinsType
Type inputPinsType
Properties
content: complex
Model inputPin+
Children inputPin
Instance
<inputPins xmlns="http://avschemas.usb.org/v1/AVSchema">
  <inputPin>{1,unbounded}</inputPin>
</inputPins>
Source
<xsi:element name="inputPins" type="inputPinsType"/>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element mixerUnit / outputPin
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Complex_Type_outputPinType.tmp#outputPinType_outputChannelConfig AVTypes_xsd_Complex_Type_outputPinType.tmp#outputPinType_cluster AVTypes_xsd_Complex_Type_outputPinType.tmp#outputPinType
Type outputPinType
Properties
content: complex
Model outputChannelConfig , cluster
Children cluster, outputChannelConfig
Instance
<outputPin xmlns="http://avschemas.usb.org/v1/AVSchema">
  <outputChannelConfig>{1,1}</outputChannelConfig>
  <cluster refID="">{1,1}</cluster>
</outputPin>
Source
<xsi:element name="outputPin" type="outputPinType"/>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element mixerUnit / audio
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram avschema_xsd_Element_mixerUnit.tmp#mixerUnit_mixerUnit_audio_level
Properties
content: complex
Model level+
Children level
Instance
<audio xmlns="http://avschemas.usb.org/v1/AVSchema">
  <level rw="">{1,unbounded}</level>
</audio>
Source
<xsi:element name="audio">
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="level" type="audioRoWIntLevelControlType" maxOccurs="unbounded"/>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element mixerUnit / audio / level
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram AVTypes_xsd_Attribute_Group_rw.tmp#rw AVTypes_xsd_Complex_Type_audioRoWIntLevelControlType.tmp#audioRoWIntLevelControlType_inputs AVTypes_xsd_Element_Group_IntGroup.tmp#IntGroup_ranges AVTypes_xsd_Element_Group_IntGroup.tmp#IntGroup AVTypes_xsd_Complex_Type_audioRoWIntLevelControlType.tmp#audioRoWIntLevelControlType
Type audioRoWIntLevelControlType
Properties
content: complex
maxOccurs: unbounded
Model inputs , ranges
Children inputs, ranges
Instance
<level rw="" xmlns="http://avschemas.usb.org/v1/AVSchema">
  <inputs>{1,1}</inputs>
  <ranges>{1,1}</ranges>
</level>
Attributes
QName Type Fixed Default Use Annotation
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="level" type="audioRoWIntLevelControlType" maxOccurs="unbounded"/>
Schema location http://avschemas.usb.org/v1/avschema.xsd