Showing:

Annotations
Attributes
Diagrams
Instances
Properties
Source
Used by
Element audioStreamConfigList
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the list of supported AudioStream Configurations as used by an AVData Audio Streaming interface, using an isochronous endpoint..
Diagram
Diagram avschema_xsd_Element_audioStreamConfigList.tmp#audioStreamConfigList_audioStreamConfig
Properties
content: complex
Used by
Model audioStreamConfig+
Children audioStreamConfig
Instance
<audioStreamConfigList xmlns="http://avschemas.usb.org/v1/AVSchema">
  <audioStreamConfig>{1,unbounded}</audioStreamConfig>
</audioStreamConfigList>
Source
<xsi:element name="audioStreamConfigList">
  <xsi:annotation>
    <xsi:documentation>Describes the list of supported AudioStream Configurations as used by an AVData Audio Streaming interface, using an isochronous endpoint..</xsi:documentation>
  </xsi:annotation>
  <xsi:complexType>
    <xsi:sequence>
      <xsi:element name="audioStreamConfig" maxOccurs="unbounded">
        <xsi:complexType>
          <xsi:annotation>
            <xsi:documentation>Describes one AudioStream Configuration when streaming over an AVData Audio Streaming interface (isochronous).</xsi:documentation>
          </xsi:annotation>
          <xsi:sequence>
            <xsi:element name="audioBundle" type="audioClusterType">
              <xsi:annotation>
                <xsi:documentation>Describes the AudioBundle structure.</xsi:documentation>
              </xsi:annotation>
            </xsi:element>
            <xsi:element name="audioFrame" type="audioFrameType">
              <xsi:annotation>
                <xsi:documentation>Describes the AudioFrame structure.</xsi:documentation>
              </xsi:annotation>
            </xsi:element>
            <xsi:choice>
              <xsi:annotation>
                <xsi:documentation>Describes the possible AudioSample Format Types.</xsi:documentation>
              </xsi:annotation>
              <xsi:element name="audioSampleTypeI" type="audioSampleTypeIType">
                <xsi:annotation>
                  <xsi:documentation>Describes the AudioSample Type I Format.</xsi:documentation>
                </xsi:annotation>
              </xsi:element>
              <xsi:element name="audioSampleTypeIII" type="audioSampleTypeIIIType">
                <xsi:annotation>
                  <xsi:documentation>Describes the AudioSample Type III Format.</xsi:documentation>
                </xsi:annotation>
              </xsi:element>
              <xsi:element name="extendedAudioSampleTypeI" type="extendedAudioSampleTypeIType">
                <xsi:annotation>
                  <xsi:documentation>Describes the Extended AudioSample Type I Format.</xsi:documentation>
                </xsi:annotation>
              </xsi:element>
              <xsi:element name="extendedAudioSampleTypeIII" type="extendedAudioSampleTypeIIIType">
                <xsi:annotation>
                  <xsi:documentation>Describes the Extended AudioSample Type IIII Format.</xsi:documentation>
                </xsi:annotation>
              </xsi:element>
            </xsi:choice>
            <xsi:element name="audioSIPSize" type="xsi:unsignedShort" minOccurs="0">
              <xsi:annotation>
                <xsi:documentation>Describes the size in bytes of an audio SIP. Only used for audio bursting</xsi:documentation>
              </xsi:annotation>
            </xsi:element>
          </xsi:sequence>
        </xsi:complexType>
      </xsi:element>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element audioStreamConfigList / audioStreamConfig
Namespace http://avschemas.usb.org/v1/AVSchema
Diagram
Diagram avschema_xsd_Element_audioStreamConfigList.tmp#audioStreamConfigList_audioStreamConfigList_audioStreamConfig_audioBundle avschema_xsd_Element_audioStreamConfigList.tmp#audioStreamConfigList_audioStreamConfigList_audioStreamConfig_audioFrame avschema_xsd_Element_audioStreamConfigList.tmp#audioStreamConfigList_audioStreamConfigList_audioStreamConfig_audioSampleTypeI avschema_xsd_Element_audioStreamConfigList.tmp#audioStreamConfigList_audioStreamConfigList_audioStreamConfig_audioSampleTypeIII avschema_xsd_Element_audioStreamConfigList.tmp#audioStreamConfigList_audioStreamConfigList_audioStreamConfig_extendedAudioSampleTypeI avschema_xsd_Element_audioStreamConfigList.tmp#audioStreamConfigList_audioStreamConfigList_audioStreamConfig_extendedAudioSampleTypeIII avschema_xsd_Element_audioStreamConfigList.tmp#audioStreamConfigList_audioStreamConfigList_audioStreamConfig_audioSIPSize
Properties
content: complex
maxOccurs: unbounded
Model audioBundle , audioFrame , (audioSampleTypeI | audioSampleTypeIII | extendedAudioSampleTypeI | extendedAudioSampleTypeIII) , audioSIPSize{0,1}
Children audioBundle, audioFrame, audioSIPSize, audioSampleTypeI, audioSampleTypeIII, extendedAudioSampleTypeI, extendedAudioSampleTypeIII
Instance
<audioStreamConfig xmlns="http://avschemas.usb.org/v1/AVSchema">
  <audioBundle>{1,1}</audioBundle>
  <audioFrame>{1,1}</audioFrame>
  <audioSampleTypeI>{1,1}</audioSampleTypeI>
  <audioSampleTypeIII>{1,1}</audioSampleTypeIII>
  <extendedAudioSampleTypeI hdcp="false" timestamp="false">{1,1}</extendedAudioSampleTypeI>
  <extendedAudioSampleTypeIII hdcp="false" timestamp="false">{1,1}</extendedAudioSampleTypeIII>
  <audioSIPSize>{0,1}</audioSIPSize>
</audioStreamConfig>
Source
<xsi:element name="audioStreamConfig" maxOccurs="unbounded">
  <xsi:complexType>
    <xsi:annotation>
      <xsi:documentation>Describes one AudioStream Configuration when streaming over an AVData Audio Streaming interface (isochronous).</xsi:documentation>
    </xsi:annotation>
    <xsi:sequence>
      <xsi:element name="audioBundle" type="audioClusterType">
        <xsi:annotation>
          <xsi:documentation>Describes the AudioBundle structure.</xsi:documentation>
        </xsi:annotation>
      </xsi:element>
      <xsi:element name="audioFrame" type="audioFrameType">
        <xsi:annotation>
          <xsi:documentation>Describes the AudioFrame structure.</xsi:documentation>
        </xsi:annotation>
      </xsi:element>
      <xsi:choice>
        <xsi:annotation>
          <xsi:documentation>Describes the possible AudioSample Format Types.</xsi:documentation>
        </xsi:annotation>
        <xsi:element name="audioSampleTypeI" type="audioSampleTypeIType">
          <xsi:annotation>
            <xsi:documentation>Describes the AudioSample Type I Format.</xsi:documentation>
          </xsi:annotation>
        </xsi:element>
        <xsi:element name="audioSampleTypeIII" type="audioSampleTypeIIIType">
          <xsi:annotation>
            <xsi:documentation>Describes the AudioSample Type III Format.</xsi:documentation>
          </xsi:annotation>
        </xsi:element>
        <xsi:element name="extendedAudioSampleTypeI" type="extendedAudioSampleTypeIType">
          <xsi:annotation>
            <xsi:documentation>Describes the Extended AudioSample Type I Format.</xsi:documentation>
          </xsi:annotation>
        </xsi:element>
        <xsi:element name="extendedAudioSampleTypeIII" type="extendedAudioSampleTypeIIIType">
          <xsi:annotation>
            <xsi:documentation>Describes the Extended AudioSample Type IIII Format.</xsi:documentation>
          </xsi:annotation>
        </xsi:element>
      </xsi:choice>
      <xsi:element name="audioSIPSize" type="xsi:unsignedShort" minOccurs="0">
        <xsi:annotation>
          <xsi:documentation>Describes the size in bytes of an audio SIP. Only used for audio bursting</xsi:documentation>
        </xsi:annotation>
      </xsi:element>
    </xsi:sequence>
  </xsi:complexType>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element audioStreamConfigList / audioStreamConfig / audioBundle
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the AudioBundle structure.
Diagram
Diagram AVTypes_xsd_Complex_Type_audioClusterType.tmp#audioClusterType_audioTrack AVTypes_xsd_Complex_Type_audioClusterType.tmp#audioClusterType
Type audioClusterType
Properties
content: complex
Model audioTrack+
Children audioTrack
Instance
<audioBundle xmlns="http://avschemas.usb.org/v1/AVSchema">
  <audioTrack>{1,unbounded}</audioTrack>
</audioBundle>
Source
<xsi:element name="audioBundle" type="audioClusterType">
  <xsi:annotation>
    <xsi:documentation>Describes the AudioBundle structure.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element audioStreamConfigList / audioStreamConfig / audioFrame
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the AudioFrame structure.
Diagram
Diagram AVTypes_xsd_Complex_Type_audioFrameType.tmp#audioFrameType_clock AVTypes_xsd_Complex_Type_audioFrameType.tmp#audioFrameType
Type audioFrameType
Properties
content: complex
Model clock
Children clock
Instance
<audioFrame xmlns="http://avschemas.usb.org/v1/AVSchema">
  <clock>{1,1}</clock>
</audioFrame>
Source
<xsi:element name="audioFrame" type="audioFrameType">
  <xsi:annotation>
    <xsi:documentation>Describes the AudioFrame structure.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element audioStreamConfigList / audioStreamConfig / audioSampleTypeI
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the AudioSample Type I Format.
Diagram
Diagram AVTypes_xsd_Complex_Type_audioSampleTypeIType.tmp#audioSampleTypeIType_asidPCM AVTypes_xsd_Complex_Type_audioSampleTypeIType.tmp#audioSampleTypeIType_asidIEEE_FLOAT AVTypes_xsd_Complex_Type_audioSampleTypeIType.tmp#audioSampleTypeIType
Type audioSampleTypeIType
Properties
content: complex
Model asidPCM | asidIEEE_FLOAT
Children asidIEEE_FLOAT, asidPCM
Instance
<audioSampleTypeI xmlns="http://avschemas.usb.org/v1/AVSchema">
  <asidPCM>{1,1}</asidPCM>
  <asidIEEE_FLOAT>{1,1}</asidIEEE_FLOAT>
</audioSampleTypeI>
Source
<xsi:element name="audioSampleTypeI" type="audioSampleTypeIType">
  <xsi:annotation>
    <xsi:documentation>Describes the AudioSample Type I Format.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element audioStreamConfigList / audioStreamConfig / audioSampleTypeIII
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the AudioSample Type III Format.
Diagram
Diagram AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidAC-3 AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidMPEG-1_LAYER1 AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidMPEG-1_LAYER2-3 AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidMPEG-2_NOEXT AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidMPEG-2_EXT AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidMPEG-2_AAC_ADTS AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidMPEG-2_LAYER1_LS AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidMPEG-2_LAYER2-3_LS AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidDTS-I AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidDTS-II AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidDTS-III AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidDTS-IV AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidATRAC AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidATRAC2-3 AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidWMA AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidWMA-PRO AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidE-AC-3 AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidMAT_MLP AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidMPEG-4_AAC AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidMPEG-4_HE_AAC AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType_asidMPEG-4_HE_AAC_V2 AVTypes_xsd_Complex_Type_audioSampleTypeIIIType.tmp#audioSampleTypeIIIType
Type audioSampleTypeIIIType
Properties
content: complex
Model asidAC-3 | asidMPEG-1_LAYER1 | asidMPEG-1_LAYER2-3 | asidMPEG-2_NOEXT | asidMPEG-2_EXT | asidMPEG-2_AAC_ADTS | asidMPEG-2_LAYER1_LS | asidMPEG-2_LAYER2-3_LS | asidDTS-I | asidDTS-II | asidDTS-III | asidDTS-IV | asidATRAC | asidATRAC2-3 | asidWMA | asidWMA-PRO | asidE-AC-3 | asidMAT_MLP | asidMPEG-4_AAC | asidMPEG-4_HE_AAC | asidMPEG-4_HE_AAC_V2
Children asidAC-3, asidATRAC, asidATRAC2-3, asidDTS-I, asidDTS-II, asidDTS-III, asidDTS-IV, asidE-AC-3, asidMAT_MLP, asidMPEG-1_LAYER1, asidMPEG-1_LAYER2-3, asidMPEG-2_AAC_ADTS, asidMPEG-2_EXT, asidMPEG-2_LAYER1_LS, asidMPEG-2_LAYER2-3_LS, asidMPEG-2_NOEXT, asidMPEG-4_AAC, asidMPEG-4_HE_AAC, asidMPEG-4_HE_AAC_V2, asidWMA, asidWMA-PRO
Instance
<audioSampleTypeIII xmlns="http://avschemas.usb.org/v1/AVSchema">
  <asidAC-3>{1,1}</asidAC-3>
  <asidMPEG-1_LAYER1>{1,1}</asidMPEG-1_LAYER1>
  <asidMPEG-1_LAYER2-3>{1,1}</asidMPEG-1_LAYER2-3>
  <asidMPEG-2_NOEXT>{1,1}</asidMPEG-2_NOEXT>
  <asidMPEG-2_EXT>{1,1}</asidMPEG-2_EXT>
  <asidMPEG-2_AAC_ADTS>{1,1}</asidMPEG-2_AAC_ADTS>
  <asidMPEG-2_LAYER1_LS>{1,1}</asidMPEG-2_LAYER1_LS>
  <asidMPEG-2_LAYER2-3_LS>{1,1}</asidMPEG-2_LAYER2-3_LS>
  <asidDTS-I>{1,1}</asidDTS-I>
  <asidDTS-II>{1,1}</asidDTS-II>
  <asidDTS-III>{1,1}</asidDTS-III>
  <asidDTS-IV>{1,1}</asidDTS-IV>
  <asidATRAC>{1,1}</asidATRAC>
  <asidATRAC2-3>{1,1}</asidATRAC2-3>
  <asidWMA>{1,1}</asidWMA>
  <asidWMA-PRO>{1,1}</asidWMA-PRO>
  <asidE-AC-3>{1,1}</asidE-AC-3>
  <asidMAT_MLP>{1,1}</asidMAT_MLP>
  <asidMPEG-4_AAC>{1,1}</asidMPEG-4_AAC>
  <asidMPEG-4_HE_AAC>{1,1}</asidMPEG-4_HE_AAC>
  <asidMPEG-4_HE_AAC_V2>{1,1}</asidMPEG-4_HE_AAC_V2>
</audioSampleTypeIII>
Source
<xsi:element name="audioSampleTypeIII" type="audioSampleTypeIIIType">
  <xsi:annotation>
    <xsi:documentation>Describes the AudioSample Type III Format.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element audioStreamConfigList / audioStreamConfig / extendedAudioSampleTypeI
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the Extended AudioSample Type I Format.
Diagram
Diagram AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIType.tmp#extendedAudioSampleTypeIType_hdcp AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIType.tmp#extendedAudioSampleTypeIType_timestamp AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIType.tmp#extendedAudioSampleTypeIType_asidPCM AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIType.tmp#extendedAudioSampleTypeIType_asidIEEE_FLOAT AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIType.tmp#extendedAudioSampleTypeIType
Type extendedAudioSampleTypeIType
Properties
content: complex
Model asidPCM | asidIEEE_FLOAT
Children asidIEEE_FLOAT, asidPCM
Instance
<extendedAudioSampleTypeI hdcp="false" timestamp="false" xmlns="http://avschemas.usb.org/v1/AVSchema">
  <asidPCM>{1,1}</asidPCM>
  <asidIEEE_FLOAT>{1,1}</asidIEEE_FLOAT>
</extendedAudioSampleTypeI>
Attributes
QName Type Fixed Default Use Annotation
hdcp xsi:boolean false optional
Indicates whether the AVData Entity supports the HDCP Protocol for this AudioStream Configuration.
Attribute is placed here because only Extended Audio Types can support the HDCP Protocol.
timestamp xsi:boolean false optional
Indicates whether the AVData Entity supports the Timestamp Protocol for this AudioStream Configuration.
Attribute is placed here because only Extended Audio Types can support the Timestamp Protocol.
Source
<xsi:element name="extendedAudioSampleTypeI" type="extendedAudioSampleTypeIType">
  <xsi:annotation>
    <xsi:documentation>Describes the Extended AudioSample Type I Format.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element audioStreamConfigList / audioStreamConfig / extendedAudioSampleTypeIII
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the Extended AudioSample Type IIII Format.
Diagram
Diagram AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_hdcp AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_timestamp AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidAC-3 AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidMPEG-1_LAYER1 AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidMPEG-1_LAYER2-3 AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidMPEG-2_NOEXT AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidMPEG-2_EXT AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidMPEG-2_AAC_ADTS AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidMPEG-2_LAYER1_LS AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidMPEG-2_LAYER2-3_LS AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidDTS-I AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidDTS-II AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidDTS-III AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidDTS-IV AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidATRAC AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidATRAC2-3 AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidWMA AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidWMA-PRO AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidE-AC-3 AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidMAT_MLP AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidMPEG-4_AAC AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidMPEG-4_HE_AAC AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType_asidMPEG-4_HE_AAC_V2 AVTypes_xsd_Complex_Type_extendedAudioSampleTypeIIIType.tmp#extendedAudioSampleTypeIIIType
Type extendedAudioSampleTypeIIIType
Properties
content: complex
Model asidAC-3 | asidMPEG-1_LAYER1 | asidMPEG-1_LAYER2-3 | asidMPEG-2_NOEXT | asidMPEG-2_EXT | asidMPEG-2_AAC_ADTS | asidMPEG-2_LAYER1_LS | asidMPEG-2_LAYER2-3_LS | asidDTS-I | asidDTS-II | asidDTS-III | asidDTS-IV | asidATRAC | asidATRAC2-3 | asidWMA | asidWMA-PRO | asidE-AC-3 | asidMAT_MLP | asidMPEG-4_AAC | asidMPEG-4_HE_AAC | asidMPEG-4_HE_AAC_V2
Children asidAC-3, asidATRAC, asidATRAC2-3, asidDTS-I, asidDTS-II, asidDTS-III, asidDTS-IV, asidE-AC-3, asidMAT_MLP, asidMPEG-1_LAYER1, asidMPEG-1_LAYER2-3, asidMPEG-2_AAC_ADTS, asidMPEG-2_EXT, asidMPEG-2_LAYER1_LS, asidMPEG-2_LAYER2-3_LS, asidMPEG-2_NOEXT, asidMPEG-4_AAC, asidMPEG-4_HE_AAC, asidMPEG-4_HE_AAC_V2, asidWMA, asidWMA-PRO
Instance
<extendedAudioSampleTypeIII hdcp="false" timestamp="false" xmlns="http://avschemas.usb.org/v1/AVSchema">
  <asidAC-3>{1,1}</asidAC-3>
  <asidMPEG-1_LAYER1>{1,1}</asidMPEG-1_LAYER1>
  <asidMPEG-1_LAYER2-3>{1,1}</asidMPEG-1_LAYER2-3>
  <asidMPEG-2_NOEXT>{1,1}</asidMPEG-2_NOEXT>
  <asidMPEG-2_EXT>{1,1}</asidMPEG-2_EXT>
  <asidMPEG-2_AAC_ADTS>{1,1}</asidMPEG-2_AAC_ADTS>
  <asidMPEG-2_LAYER1_LS>{1,1}</asidMPEG-2_LAYER1_LS>
  <asidMPEG-2_LAYER2-3_LS>{1,1}</asidMPEG-2_LAYER2-3_LS>
  <asidDTS-I>{1,1}</asidDTS-I>
  <asidDTS-II>{1,1}</asidDTS-II>
  <asidDTS-III>{1,1}</asidDTS-III>
  <asidDTS-IV>{1,1}</asidDTS-IV>
  <asidATRAC>{1,1}</asidATRAC>
  <asidATRAC2-3>{1,1}</asidATRAC2-3>
  <asidWMA>{1,1}</asidWMA>
  <asidWMA-PRO>{1,1}</asidWMA-PRO>
  <asidE-AC-3>{1,1}</asidE-AC-3>
  <asidMAT_MLP>{1,1}</asidMAT_MLP>
  <asidMPEG-4_AAC>{1,1}</asidMPEG-4_AAC>
  <asidMPEG-4_HE_AAC>{1,1}</asidMPEG-4_HE_AAC>
  <asidMPEG-4_HE_AAC_V2>{1,1}</asidMPEG-4_HE_AAC_V2>
</extendedAudioSampleTypeIII>
Attributes
QName Type Fixed Default Use Annotation
hdcp xsi:boolean false optional
Indicates whether the AVData Entity supports the HDCP Protocol for this AudioStream Configuration.
Attribute is placed here because only Extended Audio Types can support the HDCP Protocol.
timestamp xsi:boolean false optional
Indicates whether the AVData Entity supports the Timestamp Protocol for this AudioStream Configuration.
Attribute is placed here because only Extended Audio Types can support the Timestamp Protocol.
Source
<xsi:element name="extendedAudioSampleTypeIII" type="extendedAudioSampleTypeIIIType">
  <xsi:annotation>
    <xsi:documentation>Describes the Extended AudioSample Type IIII Format.</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd
Element audioStreamConfigList / audioStreamConfig / audioSIPSize
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the size in bytes of an audio SIP. Only used for audio bursting
Diagram
Diagram
Type xsi:unsignedShort
Properties
content: simple
minOccurs: 0
Source
<xsi:element name="audioSIPSize" type="xsi:unsignedShort" minOccurs="0">
  <xsi:annotation>
    <xsi:documentation>Describes the size in bytes of an audio SIP. Only used for audio bursting</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location http://avschemas.usb.org/v1/avschema.xsd