Showing:

Annotations
Diagrams
Instances
Properties
Source
Used by
Element audioFrameType / clock
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Defines the AudioFrame Rate (Sampling Frequency).
Diagram
Diagram AVTypes_xsd_Complex_Type_clockType.tmp#clockType_frequency AVTypes_xsd_Complex_Type_clockType.tmp#clockType_ranges AVTypes_xsd_Complex_Type_clockType.tmp#clockType_ratio AVTypes_xsd_Complex_Type_clockType.tmp#clockType
Type clockType
Properties
content: complex
Model frequency | ranges | ratio
Children frequency, ranges, ratio
Instance
<clock xmlns="http://avschemas.usb.org/v1/AVSchema">
  <frequency>{1,1}</frequency>
  <ranges>{1,1}</ranges>
  <ratio>{1,1}</ratio>
</clock>
Source
<xsi:element name="clock" type="clockType">
  <xsi:annotation>
    <xsi:documentation>Defines the AudioFrame Rate (Sampling Frequency).</xsi:documentation>
  </xsi:annotation>
</xsi:element>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd
Complex Type audioFrameType
Namespace http://avschemas.usb.org/v1/AVSchema
Annotations
Describes the AudioFrame.
Consists of the Audio Clock description.
Diagram
Diagram AVTypes_xsd_Complex_Type_audioFrameType.tmp#audioFrameType_clock
Used by
Model clock
Children clock
Source
<xsi:complexType name="audioFrameType">
  <xsi:annotation>
    <xsi:documentation>Describes the AudioFrame.</xsi:documentation>
    <xsi:documentation>Consists of the Audio Clock description.</xsi:documentation>
  </xsi:annotation>
  <xsi:sequence>
    <xsi:element name="clock" type="clockType">
      <xsi:annotation>
        <xsi:documentation>Defines the AudioFrame Rate (Sampling Frequency).</xsi:documentation>
      </xsi:annotation>
    </xsi:element>
  </xsi:sequence>
</xsi:complexType>
Schema location file:/Users/Geert/Documents/Data/PROJECTS/XML/AVSchema/AVTypes.xsd